Searched refs:kInstructionSizeLog2 (Results 1 – 13 of 13) sorted by relevance
191 offset = ImmBranch() << kInstructionSizeLog2; in ImmPCOffset()194 offset = ImmUnresolvedInternalReference() << kInstructionSizeLog2; in ImmPCOffset()200 offset = ImmLLiteral() << kInstructionSizeLog2; in ImmPCOffset()256 DistanceTo(target) >> kInstructionSizeLog2)); in SetBranchImmTarget()257 int offset = static_cast<int>(DistanceTo(target) >> kInstructionSizeLog2); in SetBranchImmTarget()291 DCHECK(is_int32(DistanceTo(target) >> kInstructionSizeLog2)); in SetUnresolvedInternalReferenceImmTarget()293 static_cast<int32_t>(DistanceTo(target) >> kInstructionSizeLog2); in SetUnresolvedInternalReferenceImmTarget()
156 patcher.b(offset_to_incremental_noncompacting >> kInstructionSizeLog2); in Patch()162 patcher.b(offset_to_incremental_compacting >> kInstructionSizeLog2); in Patch()
310 (1 << (ImmBranchRangeBitwidth(branch_type) + kInstructionSizeLog2)) / 2 - in ImmBranchRange()
31 const unsigned kInstructionSizeLog2 = 2; variable
979 return offset >> kInstructionSizeLog2;
1593 offset <<= kInstructionSizeLog2; in SubstituteBranchTargetField()
2077 offset >>= kInstructionSizeLog2; in dcptr()2548 int inst_size = static_cast<int>(kInstructionSizeLog2); in IsImmLLiteral()
311 offset = ImmBranch() << kInstructionSizeLog2; in ImmPCOffsetTarget()358 int offset = static_cast<int>((target - this) >> kInstructionSizeLog2); in SetBranchImmTarget()
39 const unsigned kInstructionSizeLog2 = 2; variable
3323 offset <<= kInstructionSizeLog2; in SubstituteBranchTargetField()
572 return LinkAndGetOffsetTo<kInstructionSizeLog2>(label); in LinkAndGetInstructionOffsetTo()
814 #define INST_OFF(x) ((x) >> kInstructionSizeLog2) in TEST_()
928 #define INST_OFF(x) ((x) >> kInstructionSizeLog2) in TEST()