Home | History | Annotate | Download | only in aarch32

Lines Matching defs:from

13 //     used to endorse or promote products derived from this software without
49 int32_t from = reference.GetLocation();
50 EncodeLocationFor(assembler, from, reference.op());
60 int32_t from,
64 assembler->GetBuffer()->GetOffsetAddress<uint16_t*>(from);
69 instr = encoder->Encode(instr, from, this);
76 instr = encoder->Encode(instr, from, this);
82 assembler->GetBuffer()->GetOffsetAddress<uint32_t*>(from);
83 instr_ptr[0] = encoder->Encode(instr_ptr[0], from, this);
91 int32_t from = instr_location + (op.IsUsingT32() ? kT32PcDelta : kA32PcDelta);
93 from = AlignDown(from, 4);
94 int32_t min_object_location = from + info->min_offset;
95 int32_t max_object_location = from + info->max_offset;