Lines Matching refs:capture_start_address
316 Register capture_start_address = x12; in CheckNotBackReferenceIgnoreCase() local
320 __ Add(capture_start_address, in CheckNotBackReferenceIgnoreCase()
324 capture_start_address, in CheckNotBackReferenceIgnoreCase()
337 __ Ldrb(w10, MemOperand(capture_start_address, 1, PostIndex)); in CheckNotBackReferenceIgnoreCase()
357 __ Cmp(capture_start_address, capture_end_addresss); in CheckNotBackReferenceIgnoreCase()
435 Register capture_start_address = x12; in CheckNotBackReference() local
466 __ Add(capture_start_address, input_end(), Operand(w10, SXTW)); in CheckNotBackReference()
468 capture_start_address, in CheckNotBackReference()
482 __ Ldrb(w10, MemOperand(capture_start_address, 1, PostIndex)); in CheckNotBackReference()
486 __ Ldrh(w10, MemOperand(capture_start_address, 2, PostIndex)); in CheckNotBackReference()
491 __ Cmp(capture_start_address, capture_end_address); in CheckNotBackReference()