_i_lsl_lsr        620 tools/chdk_dasm.c     static char _i_lsl_lsr[4][4] = { "LSL","LSR","ASR","ROR" };
_i_lsl_lsr       1108 tools/chdk_dasm.c             const char * rot = _i_lsl_lsr[(instr&(3<<5)) >> 5];