Searched defs:F3F (Results 1 – 2 of 2) sorted by relevance
7 #define F3F(x,y,z) (((x)<<30)|((y)<<19)|((z)<<5)) macro
190 #define F3F(x, y, z) (OP (x) | OP3 (y) | OPF (z)) /* Format3 float insns. */ macro