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

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-arm.c525 #define T_OPCODE_ASR_R 0x4100 macro
7772 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_R; break;
7811 case T_MNEM_asr: inst.instruction = T_OPCODE_ASR_R; break;
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c751 #define T_OPCODE_ASR_R 0x4100 macro
11987 opcode = narrow ? T_OPCODE_ASR_R : THUMB_OP32 (T_MNEM_asr);
12828 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_R; break;
12871 case T_MNEM_asr: inst.instruction = T_OPCODE_ASR_R; break;

Completed in 282 milliseconds