Searched refs:I_DEC (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | i960.h | 152 #define I_DEC 0x04 /* Decimal instruction */ macro 417 { R_3(0x642), "daddc", I_DEC, REG, 3, { RSL,RSL,RS } }, 418 { R_3(0x643), "dsubc", I_DEC, REG, 3, { RSL,RSL,RS } }, 419 { R_2D(0x644), "dmovt", I_DEC, REG, 2, { RSL,RS, 0 } },
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-i960.c | 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()
|