Searched refs:efscmplt (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/ppc/translate/ |
H A D | spe-ops.c.inc | 57 GEN_SPE(efscmpgt, efscmplt, 0x06, 0x0B, 0x00600000, 0x00600000, PPC_SPE_SINGLE),
|
H A D | spe-impl.c.inc | 1090 GEN_SPEFPUOP_COMP_32(efscmplt); 1101 GEN_SPE(efscmpgt, efscmplt, 0x06, 0x0B, 0x00600000, 0x00600000, PPC_SPE_SINGLE); //
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 1191 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 D | helper.h | 622 DEF_HELPER_3(efscmplt, i32, env, i32, i32)
|