Searched refs:SHIFT_ASR (Results 1 – 1 of 1) sorted by relevance
4186 SHIFT_LSL, SHIFT_LSR, SHIFT_ASR, SHIFT_ROR, SHIFT_RRX enumerator4249 if (shift != SHIFT_LSL && shift != SHIFT_ASR) in parse_shift()4265 if (shift != SHIFT_ASR) in parse_shift()9588 case SHIFT_ASR: in do_t_mov_cmp()9637 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_I; break; in do_t_mov_cmp()10162 case T_MNEM_asrs: shift_kind = SHIFT_ASR; break; in do_t_shift()10214 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_R; break; in do_t_shift()10228 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_I; break; in do_t_shift()10314 if (inst.operands[3].shift_kind == SHIFT_ASR) in do_t_ssat()10435 if (inst.operands[3].shift_kind == SHIFT_ASR) in do_t_usat()[all …]