Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/translate/
H A Dspe-ops.c.inc63 GEN_SPE(efsctuiz, speundef, 0x0C, 0x0B, 0x00180000, 0xFFFFFFFF, PPC_SPE_SINGLE),
H A Dspe-impl.c.inc1084 GEN_SPEFPUOP_CONV_32_32(efsctuiz);
1107 GEN_SPE(efsctuiz, speundef, 0x0C, 0x0B, 0x00180000, 0xFFFFFFFF, PPC_SPE_SINGLE); //
/openbmc/qemu/target/ppc/
H A Dhelper.h598 DEF_HELPER_2(efsctuiz, i32, env, i32)
H A Dfpu_helper.c998 static inline uint32_t efsctuiz(CPUPPCState *env, uint32_t val) in efsctuiz() function