Lines Matching defs:offset
191 // [rn +/- offset] Offset/NegOffset
192 // [rn +/- offset]! PreIndex/NegPreIndex
193 // [rn], +/- offset PostIndex/NegPostIndex
194 // offset is any signed 32-bit value; offset is first loaded to a scratch
197 explicit MemOperand(Register rn, int32_t offset = 0, AddrMode am = Offset);
216 void set_offset(int32_t offset) {
218 offset_ = offset;
221 uint32_t offset() const {
236 Register rm_; // register offset
347 // Returns the branch offset to the given label from the current code position
395 // possible to align the pc offset to a multiple
398 // Insert the smallest number of zero bytes possible to align the pc offset
685 void vldr(const DwVfpRegister dst, const Register base, int offset,
690 void vldr(const SwVfpRegister dst, const Register base, int offset,
695 void vstr(const DwVfpRegister src, const Register base, int offset,
700 void vstr(const SwVfpRegister src, const Register base, int offset,
1085 // correctly compute the offset mappings between the different versions of a
1119 static Instr SetLdrRegisterImmediateOffset(Instr instr, int offset);
1120 static Instr SetVldrDRegisterImmediateOffset(Instr instr, int offset);
1122 static Instr SetStrRegisterImmediateOffset(Instr instr, int offset);
1124 static Instr SetAddRegisterImmediateOffset(Instr instr, int offset);
1306 // pc offset of the upcoming constant pool deadline. Equivalent to
1312 int no_const_pool_before_; // Block emission before this pc offset.