Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/translate/
H A Dspe-ops.c.inc59 GEN_SPE(efscfui, efscfsi, 0x08, 0x0B, 0x00180000, 0x00180000, PPC_SPE_SINGLE),
H A Dspe-impl.c.inc1076 GEN_SPEFPUOP_CONV_32_32(efscfui);
1103 GEN_SPE(efscfui, efscfsi, 0x08, 0x0B, 0x00180000, 0x00180000, PPC_SPE_SINGLE); //
/openbmc/qemu/target/ppc/
H A Dhelper.h592 DEF_HELPER_2(efscfui, i32, env, i32)
H A Dfpu_helper.c950 static inline uint32_t efscfui(CPUPPCState *env, uint32_t val) in efscfui() function