Home
last modified time | relevance | path

Searched refs:I_JX (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/include/opcode/
Di960.h158 #define I_JX 0x100 /* Jx/Hx instruction */ macro
460 { R_3(0x780), "addono", I_JX, REG, 3, { RSL,RSL,RS } },
461 { R_3(0x790), "addog", I_JX, REG, 3, { RSL,RSL,RS } },
462 { R_3(0x7a0), "addoe", I_JX, REG, 3, { RSL,RSL,RS } },
463 { R_3(0x7b0), "addoge", I_JX, REG, 3, { RSL,RSL,RS } },
464 { R_3(0x7c0), "addol", I_JX, REG, 3, { RSL,RSL,RS } },
465 { R_3(0x7d0), "addone", I_JX, REG, 3, { RSL,RSL,RS } },
466 { R_3(0x7e0), "addole", I_JX, REG, 3, { RSL,RSL,RS } },
467 { R_3(0x7f0), "addoo", I_JX, REG, 3, { RSL,RSL,RS } },
468 { R_3(0x781), "addino", I_JX, REG, 3, { RSL,RSL,RS } },
[all …]
DChangeLog-91032537 (I_JX): New instruction category, for JX-only instructions.
2539 Jx-only instructions, in I_JX category.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-i960.c1179 return ic & (I_BASE | I_CX2 | I_JX); in targ_has_iclass()
1181 return ic & (I_BASE | I_CX2 | I_JX | I_HX); in targ_has_iclass()