Searched refs:OP3 (Results 1 – 3 of 3) sorted by relevance
30 #define OP3(X) ((X) << 19) macro34 #define F3(X, Y) (OP(X) | OP3(Y))
59 #define OP3(X) ((X) << 19) macro64 #define F3(X, Y) (OP(X) | OP3(Y))
186 #define OP3(x) (((x) & 0x3f) << 19) /* Op3 field of format3 insns. */ macro190 #define F3F(x, y, z) (OP (x) | OP3 (y) | OPF (z)) /* Format3 float insns. */193 #define F3(x, y, z) (OP (x) | OP3(y) | F3I(z)) /* Format3 insns. */