Home
last modified time | relevance | path

Searched refs:Xsse_SUB32 (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.c520 case Xsse_SUB32: return "psubd"; in showX86SseOp()
3220 case Xsse_SUB32: XX(0x66); XX(0x0F); XX(0xFA); break; in emit_X86Instr()
Dhost_x86_isel.c3685 case Iop_Sub32x4: op = Xsse_SUB32; goto do_SseReRg; in iselVecExpr_wrk()