Searched refs:efscmpgt (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 | 1089 GEN_SPEFPUOP_COMP_32(efscmpgt); 1101 GEN_SPE(efscmpgt, efscmplt, 0x06, 0x0B, 0x00600000, 0x00600000, PPC_SPE_SINGLE); //
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 1200 static inline uint32_t efscmpgt(CPUPPCState *env, uint32_t op1, uint32_t op2) in efscmpgt() function 1227 return efscmpgt(env, op1, op2); in efststgt()
|
H A D | helper.h | 623 DEF_HELPER_3(efscmpgt, i32, env, i32, i32)
|