Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Drl78.h127 RLO_shr, /* d >>= s, unsigned */ enumerator
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Drl78.h127 RLO_shr, /* d >>= s, unsigned */ enumerator
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Drl78-dis.c154 case RLO_shr: s = "shr: %e0%0 >>= %e1%1 unsigned"; break; in print_insn_rl78_common()
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Drl78-dis.c154 case RLO_shr: s = "shr: %e0%0 >>= %e1%1 unsigned"; break; in print_insn_rl78_common()
/netbsd/src/external/gpl3/gdb/dist/sim/rl78/
Drl78.c840 case RLO_shr: in decode_opcode()