Home
last modified time | relevance | path

Searched defs:F3F (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/sparc/crypto/
H A Dopcodes.h7 #define F3F(x,y,z) (((x)<<30)|((y)<<19)|((z)<<5)) macro
/openbmc/qemu/disas/
H A Dsparc.c190 #define F3F(x, y, z) (OP (x) | OP3 (y) | OPF (z)) /* Format3 float insns. */ macro