OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BEQOP
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
dlx.h
68
JOP = (0x002 << 26), JALOP = (0x003 << 26),
BEQOP
= (0x004 << 26), BNEOP = (0x005 << 26)
83
#define
BEQOP
0x10000000
258
{ "beqz",
BEQOP
, "a,d" }, /* Branch if a == 0 */
260
{ "beq",
BEQOP
, "a,d" }, /* Branch if a == 0 */
/toolchain/binutils/binutils-2.25/opcodes/
dlx-dis.c
334
{ OPC(
BEQOP
), "beqz" }, /* Store byte. */
Completed in 47 milliseconds