Home
last modified time | relevance | path

Searched refs:AMD64Instr_Alu32R (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_amd64_defs.h727 extern AMD64Instr* AMD64Instr_Alu32R ( AMD64AluOp, AMD64RMI*, HReg );
Dhost_amd64_isel.c1243 addInstr(env, AMD64Instr_Alu32R(Aalu_CMP, AMD64RMI_Reg(src2), dst)); in iselIntExpr_R_wrk()
1441 addInstr(env, AMD64Instr_Alu32R(aluOp, rmi, dst)); in iselIntExpr_R_wrk()
2285 addInstr(env, AMD64Instr_Alu32R(Aalu_CMP,rmi2,r1)); in iselCondCode_wrk()
2432 addInstr(env, AMD64Instr_Alu32R(Aalu_CMP,rmi2,r1)); in iselCondCode_wrk()
Dhost_amd64_defs.c642 AMD64Instr* AMD64Instr_Alu32R ( AMD64AluOp op, AMD64RMI* src, HReg dst ) { in AMD64Instr_Alu32R() function