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

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

Completed in 78 milliseconds