Searched refs:I_MIL (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | i960.h | 155 #define I_MIL 0x20 /* Military instruction */ macro 432 { R_3(0x603), "cmpstr", I_MIL, REG, 3, { R, R, RL } }, 433 { R_3(0x604), "movqstr", I_MIL, REG, 3, { R, R, RL } }, 434 { R_3(0x605), "movstr", I_MIL, REG, 3, { R, R, RL } }, 435 { R_2D(0x613), "inspacc", I_MIL, REG, 2, { R, R, 0 } }, 436 { R_2D(0x614), "ldphy", I_MIL, REG, 2, { R, R, 0 } }, 437 { R_3(0x617), "fill", I_MIL, REG, 3, { R, RL, RL } }, 438 { R_2D(0x646), "condrec", I_MIL, REG, 2, { R, R, 0 } }, 439 { R_2D(0x656), "receive", I_MIL, REG, 2, { R, R, 0 } }, 440 { R_3(0x662), "send", I_MIL, REG, 3, { R, RL, R } }, [all …]
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-i960.c | 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()
|