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

/external/qemu/target-i386/
H A Dops_sse_header.h60 #define SSE_HELPER_Q(name, F)\ macro
66 SSE_HELPER_Q(paddq, FADD)
71 SSE_HELPER_Q(psubq, FSUB)
89 SSE_HELPER_Q(pand, FAND)
90 SSE_HELPER_Q(pandn, FANDN)
91 SSE_HELPER_Q(por, FOR)
92 SSE_HELPER_Q(pxor, FXOR)
357 #undef SSE_HELPER_Q macro
H A Dops_sse.h283 #define SSE_HELPER_Q(name, F) \ macro
374 SSE_HELPER_Q(helper_paddq, FADD)
379 SSE_HELPER_Q(helper_psubq, FSUB)
397 SSE_HELPER_Q(helper_pand, FAND)
398 SSE_HELPER_Q(helper_pandn, FANDN)
399 SSE_HELPER_Q(helper_por, FOR)
400 SSE_HELPER_Q(helper_pxor, FXOR)
1651 SSE_HELPER_Q(helper_pcmpeqq, FCMPEQQ)
1937 SSE_HELPER_Q(helper_pcmpgtq, FCMPGTQ)

Completed in 74 milliseconds