Searched refs:AMD64SseOp (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_amd64_defs.h | 348 AMD64SseOp; typedef 350 extern HChar* showAMD64SseOp ( AMD64SseOp ); 641 AMD64SseOp op; 646 AMD64SseOp op; 651 AMD64SseOp op; 656 AMD64SseOp op; 661 AMD64SseOp op; 729 extern AMD64Instr* AMD64Instr_Sse32Fx4 ( AMD64SseOp, HReg, HReg ); 730 extern AMD64Instr* AMD64Instr_Sse32FLo ( AMD64SseOp, HReg, HReg ); 731 extern AMD64Instr* AMD64Instr_Sse64Fx2 ( AMD64SseOp, HReg, HReg ); [all …]
|
D | host_amd64_defs.c | 564 HChar* showAMD64SseOp ( AMD64SseOp op ) { in showAMD64SseOp() 1003 AMD64Instr* AMD64Instr_Sse32Fx4 ( AMD64SseOp op, HReg src, HReg dst ) { in AMD64Instr_Sse32Fx4() 1012 AMD64Instr* AMD64Instr_Sse32FLo ( AMD64SseOp op, HReg src, HReg dst ) { in AMD64Instr_Sse32FLo() 1021 AMD64Instr* AMD64Instr_Sse64Fx2 ( AMD64SseOp op, HReg src, HReg dst ) { in AMD64Instr_Sse64Fx2() 1030 AMD64Instr* AMD64Instr_Sse64FLo ( AMD64SseOp op, HReg src, HReg dst ) { in AMD64Instr_Sse64FLo() 1039 AMD64Instr* AMD64Instr_SseReRg ( AMD64SseOp op, HReg re, HReg rg ) { in AMD64Instr_SseReRg()
|
D | host_amd64_isel.c | 2994 AMD64SseOp op = Asse_INVALID; in iselDblExpr_wrk() 3251 AMD64SseOp op = Asse_INVALID; in iselVecExpr_wrk()
|