Merge pull request #5917 from degasus/cmp

JitArm64: Fix and improve the cmpXX instructions.
This commit is contained in:
Markus Wick
2017-08-14 00:00:54 +02:00
committed by GitHub
2 changed files with 112 additions and 96 deletions
+2 -2
View File
@@ -229,8 +229,8 @@ private:
FixupBranch JumpIfCRFieldBit(int field, int bit, bool jump_if_set);
void ComputeRC(Arm64Gen::ARM64Reg reg, int crf = 0, bool needs_sext = true);
void ComputeRC(u64 imm, int crf = 0, bool needs_sext = true);
void ComputeRC0(Arm64Gen::ARM64Reg reg);
void ComputeRC0(u64 imm);
void ComputeCarry(bool Carry);
void ComputeCarry();
void FlushCarry();
File diff suppressed because it is too large Load Diff