Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/translate/
H A Dspe-ops.c.inc65 GEN_SPE(efststgt, efststlt, 0x0E, 0x0B, 0x00600000, 0x00600000, PPC_SPE_SINGLE),
H A Dspe-impl.c.inc1093 GEN_SPEFPUOP_COMP_32(efststlt);
1109 GEN_SPE(efststgt, efststlt, 0x0E, 0x0B, 0x00600000, 0x00600000, PPC_SPE_SINGLE); //
/openbmc/qemu/target/ppc/
H A Dhelper.h619 DEF_HELPER_3(efststlt, i32, env, i32, i32)
H A Dfpu_helper.c1218 static inline uint32_t efststlt(CPUPPCState *env, uint32_t op1, uint32_t op2) in efststlt() function