Searched refs:LdrImmediateInstruction (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DARMAssembler.h244 static const ARMWord LdrImmediateInstruction = 0x05900000; member in class:JSC::ARMAssembler
929 ASSERT((*instruction & LdrOrAddInstructionMask) == AddImmediateInstruction || (*instruction & LdrOrAddInstructionMask) == LdrImmediateInstruction);
931 *instruction = (*instruction & ~LdrOrAddInstructionMask) | LdrImmediateInstruction;
941 ASSERT((*instruction & LdrOrAddInstructionMask) == AddImmediateInstruction || (*instruction & LdrOrAddInstructionMask) == LdrImmediateInstruction);
942 if ((*instruction & LdrOrAddInstructionMask) == LdrImmediateInstruction) {

Completed in 120 milliseconds