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

/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Ddlx.h69 ANDIOP = (0x00C << 26), ORIOP = (0x00D << 26), XORIOP = (0x00E << 26), LHIOP = (0x00F << 26)
92 #define LHIOP 0x3c000000 macro
235 { "lhi", LHIOP, "b,i" }, /* Load High Immediate */
236 { "lui", LHIOP, "b,i" }, /* Load High Immediate */
237 { "sethi", LHIOP, "b,i" }, /* Load High Immediate */
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Ddlx-dis.c191 { OPC(LHIOP), "lhi" }, /* Load HI to register. */
208 if (opc == OPC (LHIOP))

Completed in 61 milliseconds