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

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c861 #define T_OPCODE_ASR_R 0x4100 macro
13172 opcode = narrow ? T_OPCODE_ASR_R : THUMB_OP32 (T_MNEM_asr);
14043 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_R; break;
14086 case T_MNEM_asr: inst.instruction = T_OPCODE_ASR_R; break;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c856 #define T_OPCODE_ASR_R 0x4100 macro
13112 opcode = narrow ? T_OPCODE_ASR_R : THUMB_OP32 (T_MNEM_asr);
13983 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_R; break;
14026 case T_MNEM_asr: inst.instruction = T_OPCODE_ASR_R; break;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c861 #define T_OPCODE_ASR_R 0x4100 macro
13172 opcode = narrow ? T_OPCODE_ASR_R : THUMB_OP32 (T_MNEM_asr);
14043 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_R; break;
14086 case T_MNEM_asr: inst.instruction = T_OPCODE_ASR_R; break;

Completed in 494 milliseconds