| Index: src/arm/assembler-arm.h
|
| ===================================================================
|
| --- src/arm/assembler-arm.h (revision 10578)
|
| +++ src/arm/assembler-arm.h (working copy)
|
| @@ -1237,6 +1237,9 @@
|
| static bool IsStrRegFpNegOffset(Instr instr);
|
| static bool IsLdrRegFpNegOffset(Instr instr);
|
| static bool IsLdrPcImmediateOffset(Instr instr);
|
| + static bool IsMovw(Instr instr);
|
| + static bool IsMovImmediate(Instr instr);
|
| + static uint32_t GetMovImmediateConstant(Instr instr);
|
| static bool IsTstImmediate(Instr instr);
|
| static bool IsCmpRegister(Instr instr);
|
| static bool IsCmpImmediate(Instr instr);
|
|
|