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

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-arm.c529 #define T_OPCODE_ASR_I 0x1000 macro
7786 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_I; break;
7825 case T_MNEM_asr: inst.instruction = T_OPCODE_ASR_I; break;
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c755 #define T_OPCODE_ASR_I 0x1000 macro
12035 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_I; break;
12846 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_I; break;
12889 case T_MNEM_asr: inst.instruction = T_OPCODE_ASR_I; break;

Completed in 260 milliseconds