Searched refs:X86SseOp (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_x86_defs.h | 338 X86SseOp; typedef 340 extern const HChar* showX86SseOp ( X86SseOp ); 610 X86SseOp op; 615 X86SseOp op; 620 X86SseOp op; 625 X86SseOp op; 630 X86SseOp op; 701 extern X86Instr* X86Instr_Sse32Fx4 ( X86SseOp, HReg, HReg ); 702 extern X86Instr* X86Instr_Sse32FLo ( X86SseOp, HReg, HReg ); 703 extern X86Instr* X86Instr_Sse64Fx2 ( X86SseOp, HReg, HReg ); [all …]
|
D | host_x86_defs.c | 490 const HChar* showX86SseOp ( X86SseOp op ) { in showX86SseOp() 850 X86Instr* X86Instr_Sse32Fx4 ( X86SseOp op, HReg src, HReg dst ) { in X86Instr_Sse32Fx4() 859 X86Instr* X86Instr_Sse32FLo ( X86SseOp op, HReg src, HReg dst ) { in X86Instr_Sse32FLo() 868 X86Instr* X86Instr_Sse64Fx2 ( X86SseOp op, HReg src, HReg dst ) { in X86Instr_Sse64Fx2() 877 X86Instr* X86Instr_Sse64FLo ( X86SseOp op, HReg src, HReg dst ) { in X86Instr_Sse64FLo() 886 X86Instr* X86Instr_SseReRg ( X86SseOp op, HReg re, HReg rg ) { in X86Instr_SseReRg()
|
D | host_x86_isel.c | 3277 X86SseOp op = Xsse_INVALID; in iselVecExpr_wrk() 3399 X86SseOp cmpOp in iselVecExpr_wrk()
|