Searched refs:LHIOP (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Ddlx.h70 ANDIOP = (0x00C << 26), ORIOP = (0x00D << 26), XORIOP = (0x00E << 26), LHIOP = (0x00F << 26)
93 #define LHIOP 0x3c000000 macro
236 { "lhi", LHIOP, "b,i" }, /* Load High Immediate */
237 { "lui", LHIOP, "b,i" }, /* Load High Immediate */
238 { "sethi", LHIOP, "b,i" }, /* Load High Immediate */
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Ddlx.h70 ANDIOP = (0x00C << 26), ORIOP = (0x00D << 26), XORIOP = (0x00E << 26), LHIOP = (0x00F << 26)
93 #define LHIOP 0x3c000000 macro
236 { "lhi", LHIOP, "b,i" }, /* Load High Immediate */
237 { "lui", LHIOP, "b,i" }, /* Load High Immediate */
238 { "sethi", LHIOP, "b,i" }, /* Load High Immediate */
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Ddlx.h70 ANDIOP = (0x00C << 26), ORIOP = (0x00D << 26), XORIOP = (0x00E << 26), LHIOP = (0x00F << 26)
93 #define LHIOP 0x3c000000 macro
236 { "lhi", LHIOP, "b,i" }, /* Load High Immediate */
237 { "lui", LHIOP, "b,i" }, /* Load High Immediate */
238 { "sethi", LHIOP, "b,i" }, /* Load High Immediate */
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Ddlx.h70 ANDIOP = (0x00C << 26), ORIOP = (0x00D << 26), XORIOP = (0x00E << 26), LHIOP = (0x00F << 26)
93 #define LHIOP 0x3c000000 macro
236 { "lhi", LHIOP, "b,i" }, /* Load High Immediate */
237 { "lui", LHIOP, "b,i" }, /* Load High Immediate */
238 { "sethi", LHIOP, "b,i" }, /* Load High Immediate */
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Ddlx-dis.c193 { OPC(LHIOP), "lhi" }, /* Load HI to register. */
210 if (opc == OPC (LHIOP))
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Ddlx-dis.c193 { OPC(LHIOP), "lhi" }, /* Load HI to register. */
210 if (opc == OPC (LHIOP))
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Ddlx-dis.c193 { OPC(LHIOP), "lhi" }, /* Load HI to register. */
210 if (opc == OPC (LHIOP))
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Ddlx-dis.c193 { OPC(LHIOP), "lhi" }, /* Load HI to register. */
210 if (opc == OPC (LHIOP))

Completed in 143 milliseconds