Skip to content

Commit

Permalink
Merge pull request #5917 from degasus/cmp
Browse files Browse the repository at this point in the history
JitArm64: Fix and improve the cmpXX instructions.
  • Loading branch information
degasus committed Aug 13, 2017
2 parents e52eae4 + ec5cfd2 commit f92562c
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 96 deletions.
4 changes: 2 additions & 2 deletions Source/Core/Core/PowerPC/JitArm64/Jit.h
Expand Up @@ -229,8 +229,8 @@ class JitArm64 : public JitBase, public Arm64Gen::ARM64CodeBlock, public CommonA

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();
Expand Down

0 comments on commit f92562c

Please sign in to comment.