Searched refs:I_JX (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | i960.h | 158 #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 …]
|
D | ChangeLog-9103 | 2537 (I_JX): New instruction category, for JX-only instructions. 2539 Jx-only instructions, in I_JX category.
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-i960.c | 1179 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()
|