Home
last modified time | relevance | path

Searched refs:SHIFT_ASR (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-arm.c4218 SHIFT_LSL, SHIFT_LSR, SHIFT_ASR, SHIFT_ROR, SHIFT_RRX enumerator
4281 if (shift != SHIFT_LSL && shift != SHIFT_ASR) in parse_shift()
4297 if (shift != SHIFT_ASR) in parse_shift()
9620 case SHIFT_ASR: in do_t_mov_cmp()
9669 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_I; break; in do_t_mov_cmp()
10194 case T_MNEM_asrs: shift_kind = SHIFT_ASR; break; in do_t_shift()
10246 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_R; break; in do_t_shift()
10260 case SHIFT_ASR: inst.instruction = T_OPCODE_ASR_I; break; in do_t_shift()
10346 if (inst.operands[3].shift_kind == SHIFT_ASR) in do_t_ssat()
10467 if (inst.operands[3].shift_kind == SHIFT_ASR) in do_t_usat()
[all …]