Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-arm.c865 #define T_OPCODE_ROR_R 0x41c0 macro
13202 opcode = narrow ? T_OPCODE_ROR_R : THUMB_OP32 (T_MNEM_ror); in do_t_mov_cmp()
14070 case SHIFT_ROR: inst.instruction = T_OPCODE_ROR_R; break; in do_t_shift()
14113 case T_MNEM_ror: inst.instruction = T_OPCODE_ROR_R; break; in do_t_shift()