Lines Matching refs:kInstrSize
733 Instr instr_lui = instr_at(pos + 0 * Assembler::kInstrSize); in target_at()
734 Instr instr_ori = instr_at(pos + 1 * Assembler::kInstrSize); in target_at()
790 Instr instr_lui = instr_at(pos + 0 * Assembler::kInstrSize); in target_at_put()
791 Instr instr_ori = instr_at(pos + 1 * Assembler::kInstrSize); in target_at_put()
799 instr_at_put(pos + 0 * Assembler::kInstrSize, in target_at_put()
801 instr_at_put(pos + 1 * Assembler::kInstrSize, in target_at_put()
899 return pc_offset() - L->pos() < kMaxBranchOffset - 4 * kInstrSize; in is_near()
905 return pc_offset() - L->pos() < (1 << (bits + 2 - 1)) - 1 - 5 * kInstrSize; in is_near()
1133 int32_t pad = IsPrevInstrCompactBranch() ? kInstrSize : 0; in branch_offset_helper()
1460 uint32_t ipc = reinterpret_cast<uint32_t>(pc_ + 1 * kInstrSize); in j()
1488 uint32_t ipc = reinterpret_cast<uint32_t>(pc_ + 1 * kInstrSize); in jal()
2793 Instr instr_lui = instr_at(pc + 0 * Assembler::kInstrSize); in RelocateInternalReference()
2794 Instr instr_ori = instr_at(pc + 1 * Assembler::kInstrSize); in RelocateInternalReference()
2807 instr_at_put(pc + 0 * Assembler::kInstrSize, in RelocateInternalReference()
2809 instr_at_put(pc + 1 * Assembler::kInstrSize, in RelocateInternalReference()
2931 BlockTrampolinePoolBefore(pc_offset() + instructions * kInstrSize); in BlockTrampolinePoolFor()
2946 next_buffer_check_ = pc_offset() + kInstrSize; in CheckTrampolinePool()
3001 Instr instr2 = instr_at(pc + kInstrSize); in target_address_at()
3034 Instr instr2 = instr_at(pc + kInstrSize); in set_target_address_at()