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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachORebaser.hpp642 uint32_t imm12_ = (newTargetValue & 0x0FFF0000) >> 16; local
644 uint32_t newInstruction = (instruction & 0xFFF0F000) | (imm4_ << 16) | imm12_;

Completed in 66 milliseconds