Searched refs:efststlt (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/ppc/translate/ |
H A D | spe-ops.c.inc | 65 GEN_SPE(efststgt, efststlt, 0x0E, 0x0B, 0x00600000, 0x00600000, PPC_SPE_SINGLE),
|
H A D | spe-impl.c.inc | 1093 GEN_SPEFPUOP_COMP_32(efststlt); 1109 GEN_SPE(efststgt, efststlt, 0x0E, 0x0B, 0x00600000, 0x00600000, PPC_SPE_SINGLE); //
|
/openbmc/qemu/target/ppc/ |
H A D | helper.h | 619 DEF_HELPER_3(efststlt, i32, env, i32, i32)
|
H A D | fpu_helper.c | 1218 static inline uint32_t efststlt(CPUPPCState *env, uint32_t op1, uint32_t op2) in efststlt() function
|