Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_x86_defs.h325 Xsse_MAX16S, enumerator
Dhost_x86_defs.c531 case Xsse_MAX16S: return "pmaxw"; in showX86SseOp()
3203 case Xsse_MAX16S: XX(0x66); XX(0x0F); XX(0xEE); break; in emit_X86Instr()
Dhost_x86_isel.c3674 case Iop_Max16Sx8: op = Xsse_MAX16S; goto do_SseReRg; in iselVecExpr_wrk()