Searched defs:SSE_HELPER_Q (Results 1 - 2 of 2) sorted by relevance

/external/qemu/target-i386/
H A Dops_sse_header.h61 #define SSE_HELPER_Q(name, F)\ macro
67 SSE_HELPER_Q(paddq, FADD)
72 SSE_HELPER_Q(psubq, FSUB)
90 SSE_HELPER_Q(pand, FAND)
91 SSE_HELPER_Q(pandn, FANDN)
92 SSE_HELPER_Q(por, FOR)
93 SSE_HELPER_Q(pxor, FXOR)
343 #undef SSE_HELPER_Q macro
H A Dops_sse.h278 #define SSE_HELPER_Q(name, F)\ macro
365 SSE_HELPER_Q(helper_paddq, FADD)
370 SSE_HELPER_Q(helper_psubq, FSUB)
388 SSE_HELPER_Q(helper_pand, FAND)
389 SSE_HELPER_Q(helper_pandn, FANDN)
390 SSE_HELPER_Q(helper_por, FOR)
391 SSE_HELPER_Q(helper_pxor, FXOR)
1520 SSE_HELPER_Q(helper_pcmpeqq, FCMPEQQ)
1779 SSE_HELPER_Q(helper_pcmpgtq, FCMPGTQ)

Completed in 82 milliseconds