Searched refs:Aalu_CMP (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_amd64_defs.h | 271 Aalu_CMP, enumerator
|
D | host_amd64_defs.c | 475 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() 2546 case Aalu_CMP: opc = 0x3B; opc_rr = 0x39; in emit_AMD64Instr() 2677 case Aalu_CMP: opc = 0x3B; opc_rr = 0x39; in emit_AMD64Instr()
|
D | host_amd64_isel.c | 1243 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()
|