Home
last modified time | relevance | path

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

/qemu/target/ppc/translate/
H A Dspe-ops.c.inc65 GEN_SPE(efststgt, efststlt, 0x0E, 0x0B, 0x00600000, 0x00600000, PPC_SPE_SINGLE),
H A Dspe-impl.c.inc1092 GEN_SPEFPUOP_COMP_32(efststgt);
1109 GEN_SPE(efststgt, efststlt, 0x0E, 0x0B, 0x00600000, 0x00600000, PPC_SPE_SINGLE); //
/qemu/target/ppc/
H A Dhelper.h620 DEF_HELPER_3(efststgt, i32, env, i32, i32)
H A Dfpu_helper.c1224 static inline uint32_t efststgt(CPUPPCState *env, uint32_t op1, uint32_t op2) in efststgt() function