OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SUBUIOP
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
dlx.h
69
ADDIOP = (0x008 << 26), ADDUIOP= (0x009 << 26), SUBIOP = (0x00A << 26),
SUBUIOP
= (0x00B << 26)
89
#define
SUBUIOP
0x2c000000
206
{ "subui",
SUBUIOP
, "b,a,i" }, /* Sub Unsigned Immedated */
/toolchain/binutils/binutils-2.25/opcodes/
dlx-dis.c
279
{ OPC(
SUBUIOP
), "subui" }, /* Store word. */
Completed in 48 milliseconds