Searched refs:SHIFT_ASR (Results 1 – 1 of 1) sorted by relevance
5059 SHIFT_LSL, SHIFT_LSR, SHIFT_ASR, SHIFT_ROR, SHIFT_RRX enumerator5123 if (shift != SHIFT_LSL && shift != SHIFT_ASR) in parse_shift()5139 if (shift != SHIFT_ASR) in parse_shift()11918 case SHIFT_ASR: in do_t_mov_cmp()11967 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_I; break; in do_t_mov_cmp()12707 case T_MNEM_asrs: shift_kind = SHIFT_ASR; break; in do_t_shift()12767 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_R; break; in do_t_shift()12785 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_I; break; in do_t_shift()12932 if (inst.operands[3].shift_kind == SHIFT_ASR) in do_t_ssat_usat()18812 { "asr", SHIFT_ASR }, { "ASR", SHIFT_ASR },