diff options
| author | 2015-11-23 10:18:23 +0000 | |
|---|---|---|
| committer | 2015-11-23 10:18:23 +0000 | |
| commit | 7d1e7e8dc4a829bef7786540cbc7aa09706bc90c (patch) | |
| tree | f32f550f026709bba83d2585d3a121eb5e01a131 /compiler/utils/arm/assembler_arm32.h | |
| parent | b67e19ca717b94d032fefd1e391c5f8f6384b6f8 (diff) | |
| parent | 97cd5bb34ca97e7e87a030b2e1acec004fd26275 (diff) | |
Merge "Optimizing/Thumb2: Improve load/store for large offsets."
am: 97cd5bb34c
* commit '97cd5bb34ca97e7e87a030b2e1acec004fd26275':
Optimizing/Thumb2: Improve load/store for large offsets.
Diffstat (limited to 'compiler/utils/arm/assembler_arm32.h')
| -rw-r--r-- | compiler/utils/arm/assembler_arm32.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/utils/arm/assembler_arm32.h b/compiler/utils/arm/assembler_arm32.h index 5233dcbbb0..ce3a87275d 100644 --- a/compiler/utils/arm/assembler_arm32.h +++ b/compiler/utils/arm/assembler_arm32.h @@ -389,8 +389,6 @@ class Arm32Assembler FINAL : public ArmAssembler { void EmitBranch(Condition cond, Label* label, bool link); static int32_t EncodeBranchOffset(int offset, int32_t inst); static int DecodeBranchOffset(int32_t inst); - int32_t EncodeTstOffset(int offset, int32_t inst); - int DecodeTstOffset(int32_t inst); bool ShifterOperandCanHoldArm32(uint32_t immediate, ShifterOperand* shifter_op); }; |