Searched refs:I_KX (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | i960.h | 154 #define I_KX 0x10 /* 80960Kx instruction */ macro 424 { R_2(0x600), "synmov", I_KX, REG, 2, { R, R, 0 } }, 425 { R_2(0x601), "synmovl", I_KX, REG, 2, { R, R, 0 } }, 426 { R_2(0x602), "synmovq", I_KX, REG, 2, { R, R, 0 } }, 427 { R_2D(0x615), "synld", I_KX, REG, 2, { R, R, 0 } },
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-i960.c | 1171 return ic & (I_BASE | I_KX); in targ_has_iclass() 1173 return ic & (I_BASE | I_KX | I_FP | I_DEC); in targ_has_iclass() 1175 return ic & (I_BASE | I_KX | I_FP | I_DEC | I_MIL); in targ_has_iclass() 1183 if ((iclasses_seen & (I_KX | I_FP | I_DEC | I_MIL)) in targ_has_iclass()
|