Chromium Code Reviews| Index: src/DartARM32/assembler_arm.h |
| diff --git a/src/DartARM32/assembler_arm.h b/src/DartARM32/assembler_arm.h |
| index afceeaf4aa510b6ad349a734bd193ff076fa3ad4..08f4110cc5486d081ed01c441384997d21b7aea3 100644 |
| --- a/src/DartARM32/assembler_arm.h |
| +++ b/src/DartARM32/assembler_arm.h |
| @@ -1123,7 +1123,10 @@ class Assembler : public ValueObject { |
| Operand o); |
| #endif |
| +#if 0 |
|
Jim Stichnoth
2015/10/23 21:32:07
Have you considered joining this and the above int
Karl
2015/10/26 18:32:43
Sounds reasonable, since it make the file easier t
|
| + // Moved to ARM32::AssemblerARM32::emitType05() |
| void EmitType5(Condition cond, int32_t offset, bool link); |
| +#endif |
| #if 0 |
| // Moved to ARM32::AssemberARM32::emitMemOp() |
| @@ -1214,8 +1217,12 @@ class Assembler : public ValueObject { |
| void EmitFarBranch(Condition cond, int32_t offset, bool link); |
| void EmitBranch(Condition cond, Label* label, bool link); |
| +#if 0 |
| + // Moved to ARM32::AssemblerARM32::encodeBranchoffset(). |
| int32_t EncodeBranchOffset(int32_t offset, int32_t inst); |
| + // Moved to ARM32::AssemberARM32::decodeBranchOffset(). |
| static int32_t DecodeBranchOffset(int32_t inst); |
| +#endif |
| int32_t EncodeTstOffset(int32_t offset, int32_t inst); |
| int32_t DecodeTstOffset(int32_t inst); |