Searched refs:F_FLOAT (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/disas/ |
H A D | sparc.c | 101 #define F_FLOAT 32 /* Floating point instruction (not a branch). */ macro 1351 { opcode, (mask), (lose), "1,f,g", (flags) | F_FLOAT, v9 } 1353 { opcode, (mask), (lose), "1,B,H", (flags) | F_FLOAT, v9 } 1355 { opcode, (mask), (lose), "1,R,J", (flags) | F_FLOAT, v9 } 1694 { "fdivd", F3F(2, 0x34, 0x04e), F3F(~2, ~0x34, ~0x04e), "v,B,H", F_FLOAT, v6 }, 1695 { "fdivq", F3F(2, 0x34, 0x04f), F3F(~2, ~0x34, ~0x04f), "V,R,J", F_FLOAT, v8 }, 1697 { "fdivs", F3F(2, 0x34, 0x04d), F3F(~2, ~0x34, ~0x04d), "e,f,g", F_FLOAT, v6 }, 1698 { "fmuld", F3F(2, 0x34, 0x04a), F3F(~2, ~0x34, ~0x04a), "v,B,H", F_FLOAT, v6 }, 1699 { "fmulq", F3F(2, 0x34, 0x04b), F3F(~2, ~0x34, ~0x04b), "V,R,J", F_FLOAT, v8 }, 1701 { "fmuls", F3F(2, 0x34, 0x049), F3F(~2, ~0x34, ~0x049), "e,f,g", F_FLOAT, v6 }, [all …]
|