Searched refs:Aalu_CMP (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_amd64_defs.h | 273 Aalu_CMP, enumerator
|
D | host_amd64_defs.c | 494 case Aalu_CMP: return "cmp"; in showAMD64AluOp() 668 case Aalu_ADD: case Aalu_SUB: case Aalu_CMP: in AMD64Instr_Alu32R() 1345 if (i->Ain.Alu64R.op == Aalu_CMP) { in getRegUsage_AMD64Instr() 1373 if (i->Ain.Alu32R.op == Aalu_CMP) { in getRegUsage_AMD64Instr() 2407 case Aalu_CMP: opc = 0x3B; opc_rr = 0x39; in emit_AMD64Instr() 2538 case Aalu_CMP: opc = 0x3B; opc_rr = 0x39; in emit_AMD64Instr()
|
D | host_amd64_isel.c | 1244 addInstr(env, AMD64Instr_Alu32R(Aalu_CMP, AMD64RMI_Reg(src2), dst)); in iselIntExpr_R_wrk() 2286 addInstr(env, AMD64Instr_Alu32R(Aalu_CMP,rmi2,r1)); in iselCondCode_wrk() 2312 addInstr(env, AMD64Instr_Alu64R(Aalu_CMP,rmi2,r1)); in iselCondCode_wrk() 2389 addInstr(env, AMD64Instr_Alu64R(Aalu_CMP, in iselCondCode_wrk() 2407 addInstr(env, AMD64Instr_Alu64R(Aalu_CMP,rmi2,r1)); in iselCondCode_wrk() 2433 addInstr(env, AMD64Instr_Alu32R(Aalu_CMP,rmi2,r1)); in iselCondCode_wrk()
|