Searched refs:T_OPCODE_LSL_R (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-arm.c526 #define T_OPCODE_LSL_R 0x4080 macro
7773 case SHIFT_LSL: inst.instruction = T_OPCODE_LSL_R; break;
7812 case T_MNEM_lsl: inst.instruction = T_OPCODE_LSL_R; break;
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c752 #define T_OPCODE_LSL_R 0x4080 macro
11984 opcode = narrow ? T_OPCODE_LSL_R : THUMB_OP32 (T_MNEM_lsl);
12829 case SHIFT_LSL: inst.instruction = T_OPCODE_LSL_R; break;
12872 case T_MNEM_lsl: inst.instruction = T_OPCODE_LSL_R; break;

Completed in 148 milliseconds