Searched refs:SHIFT_ASR (Results 1 – 1 of 1) sorted by relevance
5560 SHIFT_LSL, SHIFT_LSR, SHIFT_ASR, SHIFT_ROR, SHIFT_RRX, SHIFT_UXTW enumerator5632 if (shift != SHIFT_LSL && shift != SHIFT_ASR) in parse_shift()5648 if (shift != SHIFT_ASR) in parse_shift()13195 case SHIFT_ASR: in do_t_mov_cmp()13244 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_I; break; in do_t_mov_cmp()14007 case T_MNEM_asrs: shift_kind = SHIFT_ASR; break; in do_t_shift()14067 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_R; break; in do_t_shift()14085 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_I; break; in do_t_shift()14233 if (inst.operands[3].shift_kind == SHIFT_ASR) in do_t_ssat_usat()24160 { "asr", SHIFT_ASR }, { "ASR", SHIFT_ASR },