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

/vbox/src/recompiler/target-i386/
H A Dops_sse_header.h70 #define SSE_HELPER_Q(name, F)\ macro
76 SSE_HELPER_Q(paddq, FADD)
81 SSE_HELPER_Q(psubq, FSUB)
99 SSE_HELPER_Q(pand, FAND)
100 SSE_HELPER_Q(pandn, FANDN)
101 SSE_HELPER_Q(por, FOR)
102 SSE_HELPER_Q(pxor, FXOR)
356 #undef SSE_HELPER_Q macro
H A Dops_sse.h287 #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)
1573 SSE_HELPER_Q(helper_pcmpeqq, FCMPEQQ)
1832 SSE_HELPER_Q(helper_pcmpgtq, FCMPGTQ)

Completed in 57 milliseconds