Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/translate/
H A Dspe-ops.c.inc57 GEN_SPE(efscmpgt, efscmplt, 0x06, 0x0B, 0x00600000, 0x00600000, PPC_SPE_SINGLE),
H A Dspe-impl.c.inc1090 GEN_SPEFPUOP_COMP_32(efscmplt);
1101 GEN_SPE(efscmpgt, efscmplt, 0x06, 0x0B, 0x00600000, 0x00600000, PPC_SPE_SINGLE); //
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c1191 static inline uint32_t efscmplt(CPUPPCState *env, uint32_t op1, uint32_t op2) in efscmplt() function
1221 return efscmplt(env, op1, op2); in efststlt()
H A Dhelper.h622 DEF_HELPER_3(efscmplt, i32, env, i32, i32)