Home | History | Annotate | Download | only in arm

Lines Matching refs:Offset

427   // [rn +/- offset]      Offset/NegOffset
428 // [rn +/- offset]! PreIndex/NegPreIndex
429 // [rn], +/- offset PostIndex/NegPostIndex
430 // offset is any signed 32-bit value; offset is first loaded to register ip if
432 explicit MemOperand(Register rn, int32_t offset = 0, AddrMode am = Offset);
434 // [rn +/- rm] Offset/NegOffset
437 explicit MemOperand(Register rn, Register rm, AddrMode am = Offset);
439 // [rn +/- rm <shift_op> shift_imm] Offset/NegOffset
443 ShiftOp shift_op, int shift_imm, AddrMode am = Offset);
445 void set_offset(int32_t offset) {
447 offset_ = offset;
450 uint32_t offset() const {
464 Register rm_; // register offset
638 // Returns the branch offset to the given label from the current code position
732 // possible to align the pc offset to a multiple
962 int offset,
970 int offset,
978 int offset,
986 int offset,
1204 static Instr SetLdrRegisterImmediateOffset(Instr instr, int offset);
1206 static Instr SetStrRegisterImmediateOffset(Instr instr, int offset);
1208 static Instr SetAddRegisterImmediateOffset(Instr instr, int offset);
1270 int next_buffer_check_; // pc offset of next buffer check
1310 int no_const_pool_before_; // Block emission before this pc offset.
1313 int last_const_pool_end_; // pc offset following the last constant pool