Searched refs:kInstructionSizeLog2 (Results 1 – 12 of 12) sorted by relevance
193 offset = ImmBranch() << kInstructionSizeLog2; in ImmPCOffset()199 offset = ImmLLiteral() << kInstructionSizeLog2; in ImmPCOffset()253 ptrdiff_t offset = DistanceTo(target) >> kInstructionSizeLog2; in SetBranchImmTarget()
153 patcher.b(offset_to_incremental_noncompacting >> kInstructionSizeLog2); in Patch()159 patcher.b(offset_to_incremental_compacting >> kInstructionSizeLog2); in Patch()
294 (1 << (ImmBranchRangeBitwidth(branch_type) + kInstructionSizeLog2)) / 2 - in ImmBranchRange()
29 const unsigned kInstructionSizeLog2 = 2; variable
988 return offset >> kInstructionSizeLog2;
1611 offset <<= kInstructionSizeLog2; in SubstituteBranchTargetField()
160 offset = ImmBranch() << kInstructionSizeLog2; in ImmPCOffsetTarget()201 int offset = (target - this) >> kInstructionSizeLog2; in SetBranchImmTarget()
39 const unsigned kInstructionSizeLog2 = 2; variable
1602 offset <<= kInstructionSizeLog2; in SubstituteBranchTargetField()
668 return UpdateAndGetByteOffsetTo(label) >> kInstructionSizeLog2; in UpdateAndGetInstructionOffsetTo()
769 #define INST_OFF(x) ((x) >> kInstructionSizeLog2) in TEST()
802 #define INST_OFF(x) ((x) >> kInstructionSizeLog2) in TEST_()