Home | History | Annotate | Download | only in arm64

Lines Matching refs:label_offset

709     int label_offset = label->pos() - pc_offset();
710 if (Instruction::IsValidPCRelOffset(label_offset)) {
713 DCHECK(label_offset <= 0);
716 Add(rd, rd, label_offset - min_adr_offset);