Lines Matching defs:offset
343 MemOperand::MemOperand(Register rn, int32_t offset)
344 : baseRegister(rn), indexRegister(r0), offset_(offset) {}
346 MemOperand::MemOperand(Register rx, Register rb, int32_t offset)
347 : baseRegister(rb), indexRegister(rx), offset_(offset) {}
353 Address pc = reinterpret_cast<Address>(buffer_start_) + request.offset();
476 // check which type of branch this is 16 or 26 bit offset
493 // offset is in bits 16-31 of 48 bit instruction
555 // the values below + 1, given offset is # of halfwords
576 int32_t offset = pos - fixup_pos;
580 DCHECK(is_intn(offset, maxReach));
616 // should avoid most instances of branch offset overflow. See
638 // should avoid most instances of branch offset overflow. See