HomeSort by: relevance | last modified time | path
    Searched defs:T_OPCODE_LSL_R (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 847 #define T_OPCODE_LSL_R 0x4080
12926 opcode = narrow ? T_OPCODE_LSL_R : THUMB_OP32 (T_MNEM_lsl);
13801 case SHIFT_LSL: inst.instruction = T_OPCODE_LSL_R; break;
13844 case T_MNEM_lsl: inst.instruction = T_OPCODE_LSL_R; break;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 847 #define T_OPCODE_LSL_R 0x4080
12929 opcode = narrow ? T_OPCODE_LSL_R : THUMB_OP32 (T_MNEM_lsl);
13804 case SHIFT_LSL: inst.instruction = T_OPCODE_LSL_R; break;
13847 case T_MNEM_lsl: inst.instruction = T_OPCODE_LSL_R; break;

Completed in 65 milliseconds