Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_amd64_defs.h347 extern const HChar* showAMD64SseOp ( AMD64SseOp );
Dhost_amd64_defs.c515 const HChar* showAMD64SseOp ( AMD64SseOp op ) { in showAMD64SseOp() function
1318 vex_printf("%sps ", showAMD64SseOp(i->Ain.Sse32Fx4.op)); in ppAMD64Instr()
1324 vex_printf("%sss ", showAMD64SseOp(i->Ain.Sse32FLo.op)); in ppAMD64Instr()
1330 vex_printf("%spd ", showAMD64SseOp(i->Ain.Sse64Fx2.op)); in ppAMD64Instr()
1336 vex_printf("%ssd ", showAMD64SseOp(i->Ain.Sse64FLo.op)); in ppAMD64Instr()
1342 vex_printf("%s ", showAMD64SseOp(i->Ain.SseReRg.op)); in ppAMD64Instr()