Home
last modified time | relevance | path

Searched refs:Xsse_SUB64 (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_x86_defs.h318 Xsse_SUB8, Xsse_SUB16, Xsse_SUB32, Xsse_SUB64, enumerator
Dhost_x86_defs.c521 case Xsse_SUB64: return "psubq"; in showX86SseOp()
3221 case Xsse_SUB64: XX(0x66); XX(0x0F); XX(0xFB); break; in emit_X86Instr()
Dhost_x86_isel.c3686 case Iop_Sub64x2: op = Xsse_SUB64; goto do_SseReRg; in iselVecExpr_wrk()