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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachORebaser.hpp606 uint32_t imm3_ = (newTargetValue & 0x07000000) >> 24; local
609 uint32_t newInstruction = (instruction & 0x8F00FBF0) | imm4_ | (i_ << 10) | (imm3_ << 28) | (imm8_ << 16);

Completed in 78 milliseconds