Searched refs:efsadd (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/ppc/translate/ |
H A D | spe-ops.c.inc | 53 GEN_SPE(efsadd, efssub, 0x00, 0x0B, 0x00000000, 0x00000000, PPC_SPE_SINGLE),
|
H A D | spe-impl.c.inc | 1055 GEN_SPEFPUOP_ARITH2_32_32(efsadd); 1097 GEN_SPE(efsadd, efssub, 0x00, 0x0B, 0x00000000, 0x00000000, PPC_SPE_SINGLE); //
|
/openbmc/qemu/target/ppc/ |
H A D | helper.h | 611 DEF_HELPER_3(efsadd, i32, env, i32, i32)
|
H A D | fpu_helper.c | 1121 static inline uint32_t efsadd(CPUPPCState *env, uint32_t op1, uint32_t op2) in efsadd() function
|