Home
last modified time | relevance | path

Searched refs:I_CX2 (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/include/opcode/
Di960.h157 #define I_CX2 0x80 /* Cx/Jx/Hx instructions */ macro
453 { R_3(0x5d8), "eshro", I_CX2, REG, 3, { RSL,RSL,RS } },
456 { R_3(0x659), "sysctl", I_CX2, REG, 3, { RSL,RSL,RL } },
DChangeLog-91032535 * i960.h (I_CX2): New instruction category. It includes
2538 (i960_opcodes): Put eshro and sysctl in I_CX2 category. Added
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-i960.c1177 return ic & (I_BASE | I_CX | I_CX2 | I_CASIM); in targ_has_iclass()
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()
1184 && (iclasses_seen & (I_CX | I_CX2))) in targ_has_iclass()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-92955463 * config/tc-i960.c (targ_has_iclass): Use I_CX | I_CX2 where I_CX
5465 (tc_headers_hook): If I_CX2 is found, set flags to F_I960CA.