Searched refs:X86SseOp (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_x86_defs.h | 335 X86SseOp; typedef 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 …]
|
D | host_x86_defs.c | 491 const HChar* showX86SseOp ( X86SseOp op ) { in showX86SseOp() 851 X86Instr* X86Instr_Sse32Fx4 ( X86SseOp op, HReg src, HReg dst ) { in X86Instr_Sse32Fx4() 860 X86Instr* X86Instr_Sse32FLo ( X86SseOp op, HReg src, HReg dst ) { in X86Instr_Sse32FLo() 869 X86Instr* X86Instr_Sse64Fx2 ( X86SseOp op, HReg src, HReg dst ) { in X86Instr_Sse64Fx2() 878 X86Instr* X86Instr_Sse64FLo ( X86SseOp op, HReg src, HReg dst ) { in X86Instr_Sse64FLo() 887 X86Instr* X86Instr_SseReRg ( X86SseOp op, HReg re, HReg rg ) { in X86Instr_SseReRg()
|
D | host_x86_isel.c | 3275 X86SseOp op = Xsse_INVALID; in iselVecExpr_wrk() 3397 X86SseOp cmpOp in iselVecExpr_wrk()
|