Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/translate/
H A Dspe-ops.c.inc58 GEN_SPE(efscmpeq, efscfd, 0x07, 0x0B, 0x00600000, 0x00180000, PPC_SPE_SINGLE),
H A Dspe-impl.c.inc1091 GEN_SPEFPUOP_COMP_32(efscmpeq);
1102 GEN_SPE(efscmpeq, efscfd, 0x07, 0x0B, 0x00600000, 0x00180000, PPC_SPE_SINGLE); //
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c1209 static inline uint32_t efscmpeq(CPUPPCState *env, uint32_t op1, uint32_t op2) in efscmpeq() function
1233 return efscmpeq(env, op1, op2); in efststeq()
H A Dhelper.h624 DEF_HELPER_3(efscmpeq, i32, env, i32, i32)