/toolchain/binutils/binutils-2.25/include/opcode/ |
i960.h | 20 /* The 'COJ' instructions are actually COBR instructions with the 'b' in 39 #define COJ 2 139 char format; /* REG, COBR, CTRL, MEMn, COJ, FBRA, or CALLJ */ 220 /* If a COBR (or COJ) has 3 operands, the last one is always a 248 { 0x31000000, "cmpojg", I_BASE, COJ, 3, { RL, RS, 0 } }, 249 { 0x32000000, "cmpoje", I_BASE, COJ, 3, { RL, RS, 0 } }, 250 { 0x33000000, "cmpojge", I_BASE, COJ, 3, { RL, RS, 0 } }, 251 { 0x34000000, "cmpojl", I_BASE, COJ, 3, { RL, RS, 0 } }, 252 { 0x35000000, "cmpojne", I_BASE, COJ, 3, { RL, RS, 0 } }, 253 { 0x36000000, "cmpojle", I_BASE, COJ, 3, { RL, RS, 0 } } [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-i960.c | 1905 coj[] = variable in typeref:struct:__anon75576 [all...] |