Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-arm.c5560 SHIFT_LSL, SHIFT_LSR, SHIFT_ASR, SHIFT_ROR, SHIFT_RRX, SHIFT_UXTW enumerator
8484 inst.instruction |= SHIFT_ROR << 5; in encode_arm_shift()
8580 inst.instruction |= SHIFT_ROR << 5; in encode_arm_addr_mode_2()
11391 inst.instruction |= SHIFT_ROR << 4; in encode_thumb32_shifted_operand()
11399 || shift == SHIFT_ROR)), in encode_thumb32_shifted_operand()
13201 case SHIFT_ROR: in do_t_mov_cmp()
14013 case T_MNEM_rors: shift_kind = SHIFT_ROR; break; in do_t_shift()
14023 if (!inst.operands[2].isreg && shift_kind == SHIFT_ROR) in do_t_shift()
14070 case SHIFT_ROR: inst.instruction = T_OPCODE_ROR_R; break; in do_t_shift()
24161 { "ror", SHIFT_ROR }, { "ROR", SHIFT_ROR },