Searched refs:I_MIL (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Di960.h155 #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, RE
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Di960.h155 #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, RE
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-i960.c2746 I_BASE, I_CX, I_DEC, I_KX, I_FP, I_MIL, I_CASIM, I_CX2, I_HX, I_HX2
2758 return ic & (I_BASE | I_KX | I_FP | I_DEC | I_MIL);
2766 if ((iclasses_seen & (I_KX | I_FP | I_DEC | I_MIL))
3009 else if (iclasses_seen & I_MIL)
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i960.c1170 I_BASE, I_CX, I_DEC, I_KX, I_FP, I_MIL, I_CASIM, I_CX2, I_HX, I_HX2. */
1181 return ic & (I_BASE | I_KX | I_FP | I_DEC | I_MIL);
1189 if ((iclasses_seen & (I_KX | I_FP | I_DEC | I_MIL))

Completed in 190 milliseconds