Searched refs:efscfsi (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/ppc/translate/ |
H A D | spe-ops.c.inc | 59 GEN_SPE(efscfui, efscfsi, 0x08, 0x0B, 0x00180000, 0x00180000, PPC_SPE_SINGLE),
|
H A D | spe-impl.c.inc | 1077 GEN_SPEFPUOP_CONV_32_32(efscfsi); 1103 GEN_SPE(efscfui, efscfsi, 0x08, 0x0B, 0x00180000, 0x00180000, PPC_SPE_SINGLE); //
|
/openbmc/qemu/target/ppc/ |
H A D | helper.h | 591 DEF_HELPER_2(efscfsi, i32, env, i32)
|
H A D | fpu_helper.c | 941 static inline uint32_t efscfsi(CPUPPCState *env, uint32_t val) in efscfsi() function
|