Searched refs:AMD64Instr_Test64 (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_amd64_defs.h | 689 extern AMD64Instr* AMD64Instr_Test64 ( UInt imm32, HReg dst );
|
D | host_amd64_isel.c | 1798 addInstr(env, AMD64Instr_Test64(0xFF, r8)); in iselIntExpr_R_wrk() 2175 addInstr(env, AMD64Instr_Test64(1,reg)); in iselCondCode_wrk() 2185 addInstr(env, AMD64Instr_Test64(0xFF,r)); in iselCondCode_wrk() 2195 addInstr(env, AMD64Instr_Test64(0xFFFF,r)); in iselCondCode_wrk() 3220 addInstr(env, AMD64Instr_Test64(0xFF, r8)); in iselDblExpr_wrk() 3784 addInstr(env, AMD64Instr_Test64(0xFF, r8)); in iselVecExpr_wrk()
|
D | host_amd64_defs.c | 670 AMD64Instr* AMD64Instr_Test64 ( UInt imm32, HReg dst ) { in AMD64Instr_Test64() function
|