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 335 X86SseOp;
337 extern const HChar* showX86SseOp ( X86SseOp );
607 X86SseOp op;
612 X86SseOp op;
617 X86SseOp op;
622 X86SseOp op;
627 X86SseOp op;
698 extern X86Instr* X86Instr_Sse32Fx4 ( X86SseOp, HReg, HReg );
699 extern X86Instr* X86Instr_Sse32FLo ( X86SseOp, HReg, HReg );
700 extern X86Instr* X86Instr_Sse64Fx2 ( X86SseOp, HReg, HReg )
    [all...]
host_x86_defs.c 491 const HChar* showX86SseOp ( X86SseOp op ) {
851 X86Instr* X86Instr_Sse32Fx4 ( X86SseOp op, HReg src, HReg dst ) {
860 X86Instr* X86Instr_Sse32FLo ( X86SseOp op, HReg src, HReg dst ) {
869 X86Instr* X86Instr_Sse64Fx2 ( X86SseOp op, HReg src, HReg dst ) {
878 X86Instr* X86Instr_Sse64FLo ( X86SseOp op, HReg src, HReg dst ) {
887 X86Instr* X86Instr_SseReRg ( X86SseOp op, HReg re, HReg rg ) {
    [all...]
host_x86_isel.c     [all...]

Completed in 36 milliseconds