Home
last modified time | relevance | path

Searched refs:showX86SseOp (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_x86_defs.h340 extern const HChar* showX86SseOp ( X86SseOp );
Dhost_x86_defs.c490 const HChar* showX86SseOp ( X86SseOp op ) { in showX86SseOp() function
1163 vex_printf("%sps ", showX86SseOp(i->Xin.Sse32Fx4.op)); in ppX86Instr()
1169 vex_printf("%sss ", showX86SseOp(i->Xin.Sse32FLo.op)); in ppX86Instr()
1175 vex_printf("%spd ", showX86SseOp(i->Xin.Sse64Fx2.op)); in ppX86Instr()
1181 vex_printf("%ssd ", showX86SseOp(i->Xin.Sse64FLo.op)); in ppX86Instr()
1187 vex_printf("%s ", showX86SseOp(i->Xin.SseReRg.op)); in ppX86Instr()