Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/translate/
H A Dspe-ops.c.inc61 GEN_SPE(efsctui, efsctsi, 0x0A, 0x0B, 0x00180000, 0x00180000, PPC_SPE_SINGLE),
H A Dspe-impl.c.inc1081 GEN_SPEFPUOP_CONV_32_32(efsctsi);
1105 GEN_SPE(efsctui, efsctsi, 0x0A, 0x0B, 0x00180000, 0x00180000, PPC_SPE_SINGLE); //
/openbmc/qemu/target/ppc/
H A Dhelper.h595 DEF_HELPER_2(efsctsi, i32, env, i32)
H A Dfpu_helper.c959 static inline int32_t efsctsi(CPUPPCState *env, uint32_t val) in efsctsi() function