Searched defs:showX86SseOp (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_x86_defs.c491 HChar* showX86SseOp ( X86SseOp op ) { function
561 default: vpanic("showX86SseOp");
1114 vex_printf("%sps ", showX86SseOp(i->Xin.Sse32Fx4.op));
1120 vex_printf("%sss ", showX86SseOp(i->Xin.Sse32FLo.op));
1126 vex_printf("%spd ", showX86SseOp(i->Xin.Sse64Fx2.op));
1132 vex_printf("%ssd ", showX86SseOp(i->Xin.Sse64FLo.op));
1138 vex_printf("%s ", showX86SseOp(i->Xin.SseReRg.op));

Completed in 31 milliseconds