HomeSort by relevance Sort by last modified time
    Searched refs:SSE_HELPER_Q (Results 1 - 2 of 2) sorted by null

  /external/qemu/target-i386/
ops_sse_header.h 60 #define SSE_HELPER_Q(name, F)\
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
ops_sse.h 283 #define SSE_HELPER_Q(name, F) \
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)
    [all...]

Completed in 82 milliseconds