Home
last modified time | relevance | path

Searched refs:efsctuf (Results 1 – 4 of 4) sorted by relevance

/qemu/target/ppc/translate/
H A Dspe-ops.c.inc62 GEN_SPE(efsctuf, efsctsf, 0x0B, 0x0B, 0x00180000, 0x00180000, PPC_SPE_SINGLE),
H A Dspe-impl.c.inc1082 GEN_SPEFPUOP_CONV_32_32(efsctuf);
1106 GEN_SPE(efsctuf, efsctsf, 0x0B, 0x0B, 0x00180000, 0x00180000, PPC_SPE_SINGLE); //
/qemu/target/ppc/
H A Dhelper.h598 DEF_HELPER_2(efsctuf, i32, env, i32)
H A Dfpu_helper.c1051 static inline uint32_t efsctuf(CPUPPCState *env, uint32_t val) in efsctuf() function