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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachORebaser.hpp609 uint32_t newInstruction = (instruction & 0x8F00FBF0) | imm4_ | (i_ << 10) | (imm3_ << 28) | (imm8_ << 16); local
610 A::P::E::set32(*p, newInstruction);
644 uint32_t newInstruction = (instruction & 0xFFF0F000) | (imm4_ << 16) | imm12_; local
645 A::P::E::set32(*p, newInstruction);

Completed in 74 milliseconds