Searched refs:SHIFT_ROR (Results 1 – 1 of 1) sorted by relevance
5041 SHIFT_LSL, SHIFT_LSR, SHIFT_ASR, SHIFT_ROR, SHIFT_RRX enumerator7361 inst.instruction |= SHIFT_ROR << 5; in encode_arm_shift()7457 inst.instruction |= SHIFT_ROR << 5; in encode_arm_addr_mode_2()9938 inst.instruction |= SHIFT_ROR << 4; in encode_thumb32_shifted_operand()9946 || shift == SHIFT_ROR)), in encode_thumb32_shifted_operand()11622 case SHIFT_ROR: in do_t_mov_cmp()12409 case T_MNEM_rors: shift_kind = SHIFT_ROR; break; in do_t_shift()12419 if (!inst.operands[2].isreg && shift_kind == SHIFT_ROR) in do_t_shift()12466 case SHIFT_ROR: inst.instruction = T_OPCODE_ROR_R; break; in do_t_shift()18122 { "ror", SHIFT_ROR }, { "ROR", SHIFT_ROR },