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 );
582 X86SseOp op;
587 X86SseOp op;
592 X86SseOp op;
597 X86SseOp op;
602 X86SseOp op;
659 extern X86Instr* X86Instr_Sse32Fx4 ( X86SseOp, HReg, HReg );
660 extern X86Instr* X86Instr_Sse32FLo ( X86SseOp, HReg, HReg );
661 extern X86Instr* X86Instr_Sse64Fx2 ( X86SseOp, HReg, HReg )
    [all...]
host_x86_defs.c 491 HChar* showX86SseOp ( X86SseOp op ) {
827 X86Instr* X86Instr_Sse32Fx4 ( X86SseOp op, HReg src, HReg dst ) {
836 X86Instr* X86Instr_Sse32FLo ( X86SseOp op, HReg src, HReg dst ) {
845 X86Instr* X86Instr_Sse64Fx2 ( X86SseOp op, HReg src, HReg dst ) {
854 X86Instr* X86Instr_Sse64FLo ( X86SseOp op, HReg src, HReg dst ) {
863 X86Instr* X86Instr_SseReRg ( X86SseOp op, HReg re, HReg rg ) {
    [all...]
host_x86_isel.c     [all...]

Completed in 549 milliseconds