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

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

Completed in 113 milliseconds