OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LHIOP
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
dlx.h
70
ANDIOP = (0x00C << 26), ORIOP = (0x00D << 26), XORIOP = (0x00E << 26),
LHIOP
= (0x00F << 26)
93
#define
LHIOP
0x3c000000
236
{ "lhi",
LHIOP
, "b,i" }, /* Load High Immediate */
237
{ "lui",
LHIOP
, "b,i" }, /* Load High Immediate */
238
{ "sethi",
LHIOP
, "b,i" }, /* Load High Immediate */
/toolchain/binutils/binutils-2.25/opcodes/
dlx-dis.c
193
{ OPC(
LHIOP
), "lhi" }, /* Load HI to register. */
210
if (opc == OPC (
LHIOP
))
Completed in 2405 milliseconds