Searched refs:efststeq (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/ppc/translate/ |
H A D | spe-ops.c.inc | 66 GEN_SPE(efststeq, speundef, 0x0F, 0x0B, 0x00600000, 0xFFFFFFFF, PPC_SPE_SINGLE),
|
H A D | spe-impl.c.inc | 1094 GEN_SPEFPUOP_COMP_32(efststeq); 1110 GEN_SPE(efststeq, speundef, 0x0F, 0x0B, 0x00600000, 0xFFFFFFFF, PPC_SPE_SINGLE); //
|
/openbmc/qemu/target/ppc/ |
H A D | helper.h | 621 DEF_HELPER_3(efststeq, i32, env, i32, i32)
|
H A D | fpu_helper.c | 1230 static inline uint32_t efststeq(CPUPPCState *env, uint32_t op1, uint32_t op2) in efststeq() function
|