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

/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dsparc.h186 x OPF field (v9 impdep).
197 #define OPF(x) (((x) & 0x1ff) << 5) /* Opf field of float insns. */ macro
198 #define OPF_LOW5(x) OPF ((x) & 0x1f) /* V9. */
199 #define F3F(x, y, z) (OP (x) | OP3 (y) | OPF (z)) /* Format3 float insns. */

Completed in 61 milliseconds