Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/translate/
H A Dspe-ops.c.inc66 GEN_SPE(efststeq, speundef, 0x0F, 0x0B, 0x00600000, 0xFFFFFFFF, PPC_SPE_SINGLE),
H A Dspe-impl.c.inc1094 GEN_SPEFPUOP_COMP_32(efststeq);
1110 GEN_SPE(efststeq, speundef, 0x0F, 0x0B, 0x00600000, 0xFFFFFFFF, PPC_SPE_SINGLE); //
/openbmc/qemu/target/ppc/
H A Dhelper.h621 DEF_HELPER_3(efststeq, i32, env, i32, i32)
H A Dfpu_helper.c1230 static inline uint32_t efststeq(CPUPPCState *env, uint32_t op1, uint32_t op2) in efststeq() function