OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LBUOP
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
dlx.h
75
LBOP = (0x020 << 26), LHOP = (0x021 << 26), LWOP = (0x023 << 26),
LBUOP
= (0x024 << 26)
110
#define
LBUOP
0x90000000
242
{ "lbu",
LBUOP
, "b,a,I" }, /* Load Byte Unsigned */
/toolchain/binutils/binutils-2.25/opcodes/
dlx-dis.c
195
{ OPC(
LBUOP
), "lbu" }, /* load byte unsigned. */
/toolchain/binutils/binutils-2.25/gas/config/
tc-dlx.c
557
case
LBUOP
:
Completed in 1468 milliseconds