Lines Matching full:unpacked_char0
3686 // x13 unpacked_char0 pointer to first char of unpacked string (uninit)
3690 Register unpacked_char0 = x13;
3702 __ Ldr(unpacked_char0,
3704 // unpacked_char0 points to the first character of the underlying string.
3710 __ Add(unpacked_char0, unpacked_string,
3722 __ Add(substring_char0, unpacked_char0, from);
3737 __ Add(substring_char0, unpacked_char0, Operand(from, LSL, 1));