Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Ddlx.h107 #define LBOP 0x80000000 macro
241 { "lb", LBOP, "b,a,I" }, /* Load Byte */
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Ddlx.h107 #define LBOP 0x80000000 macro
241 { "lb", LBOP, "b,a,I" }, /* Load Byte */
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Ddlx-dis.c194 { OPC(LBOP), "lb" }, /* load byte sign extended. */ in dlx_load_type()
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Ddlx-dis.c194 { OPC(LBOP), "lb" }, /* load byte sign extended. */ in dlx_load_type()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-dlx.c544 case LBOP: in fix_ld_st_operand()