Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/translate/
H A Dspe-ops.c.inc56 GEN_SPE(efsmul, efsdiv, 0x04, 0x0B, 0x00000000, 0x00000000, PPC_SPE_SINGLE),
H A Dspe-impl.c.inc1058 GEN_SPEFPUOP_ARITH2_32_32(efsdiv);
1100 GEN_SPE(efsmul, efsdiv, 0x04, 0x0B, 0x00000000, 0x00000000, PPC_SPE_SINGLE); //
/openbmc/qemu/target/ppc/
H A Dhelper.h614 DEF_HELPER_3(efsdiv, i32, env, i32, i32)
H A Dfpu_helper.c1151 static inline uint32_t efsdiv(CPUPPCState *env, uint32_t op1, uint32_t op2) in efsdiv() function