HomeSort by relevance Sort by last modified time
    Searched refs:X86SseOp (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/VEX/priv/
host_x86_defs.h 332 X86SseOp;
334 extern HChar* showX86SseOp ( X86SseOp );
603 X86SseOp op;
608 X86SseOp op;
613 X86SseOp op;
618 X86SseOp op;
623 X86SseOp op;
694 extern X86Instr* X86Instr_Sse32Fx4 ( X86SseOp, HReg, HReg );
695 extern X86Instr* X86Instr_Sse32FLo ( X86SseOp, HReg, HReg );
696 extern X86Instr* X86Instr_Sse64Fx2 ( X86SseOp, HReg, HReg )
    [all...]
host_x86_defs.c 491 HChar* showX86SseOp ( X86SseOp op ) {
847 X86Instr* X86Instr_Sse32Fx4 ( X86SseOp op, HReg src, HReg dst ) {
856 X86Instr* X86Instr_Sse32FLo ( X86SseOp op, HReg src, HReg dst ) {
865 X86Instr* X86Instr_Sse64Fx2 ( X86SseOp op, HReg src, HReg dst ) {
874 X86Instr* X86Instr_Sse64FLo ( X86SseOp op, HReg src, HReg dst ) {
883 X86Instr* X86Instr_SseReRg ( X86SseOp op, HReg re, HReg rg ) {
    [all...]
host_x86_isel.c     [all...]

Completed in 161 milliseconds