Searched refs:T_OPCODE_ASR_I (Results 1 – 2 of 2) sorted by relevance
529 #define T_OPCODE_ASR_I 0x1000 macro7892 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_I; break; in do_t_shift()7931 case T_MNEM_asr: inst.instruction = T_OPCODE_ASR_I; break; in do_t_shift()
2330 #define T_OPCODE_ASR_I 0x1000 macro9961 case THUMB_ASR: inst.instruction = T_OPCODE_ASR_I; break;