Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_amd64_defs.c475 case Aalu_CMP: return "cmp"; in showAMD64AluOp()
649 case Aalu_ADD: case Aalu_SUB: case Aalu_CMP: in AMD64Instr_Alu32R()
1409 if (i->Ain.Alu64R.op == Aalu_CMP) { in getRegUsage_AMD64Instr()
1437 if (i->Ain.Alu32R.op == Aalu_CMP) { in getRegUsage_AMD64Instr()
2022 && (i->Ain.Alu64R.op == Aalu_CMP) in directReload_AMD64()
2583 case Aalu_CMP: opc = 0x3B; opc_rr = 0x39; in emit_AMD64Instr()
2651 case Aalu_CMP: opc = 0x39; subopc_imm = 7; break; in emit_AMD64Instr()
2747 case Aalu_CMP: opc = 0x3B; opc_rr = 0x39; in emit_AMD64Instr()
Dhost_amd64_defs.h271 Aalu_CMP, enumerator
Dhost_amd64_isel.c1243 addInstr(env, AMD64Instr_Alu32R(Aalu_CMP, AMD64RMI_Reg(src2), dst)); in iselIntExpr_R_wrk()
2285 addInstr(env, AMD64Instr_Alu32R(Aalu_CMP,rmi2,r1)); in iselCondCode_wrk()
2311 addInstr(env, AMD64Instr_Alu64R(Aalu_CMP,rmi2,r1)); in iselCondCode_wrk()
2388 addInstr(env, AMD64Instr_Alu64R(Aalu_CMP, in iselCondCode_wrk()
2406 addInstr(env, AMD64Instr_Alu64R(Aalu_CMP,rmi2,r1)); in iselCondCode_wrk()
2432 addInstr(env, AMD64Instr_Alu32R(Aalu_CMP,rmi2,r1)); in iselCondCode_wrk()