Home
last modified time | relevance | path

Searched refs:I_FP (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/include/opcode/
Di960.h153 #define I_FP 0x08 /* Floating point instruction */ macro
352 { R_2D(0x674), "cvtir", I_FP, REG, 2, { RL, F, 0 } },
353 { R_2D(0x675), "cvtilr", I_FP, REG, 2, { RL, F, 0 } },
354 { R_3(0x676), "scalerl", I_FP, REG, 3, { RL, FL2,F2 } },
355 { R_3(0x677), "scaler", I_FP, REG, 3, { RL, FL, F } },
356 { R_3(0x680), "atanr", I_FP, REG, 3, { FL, FL, F } },
357 { R_3(0x681), "logepr", I_FP, REG, 3, { FL, FL, F } },
358 { R_3(0x682), "logr", I_FP, REG, 3, { FL, FL, F } },
359 { R_3(0x683), "remr", I_FP, REG, 3, { FL, FL, F } },
360 { R_2(0x684), "cmpor", I_FP, REG, 2, { FL, FL, 0 } },
[all …]
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-i960.c1173 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()