Home | History | Annotate | Download | only in ppc

Lines Matching refs:subi

282     __ subi(r6, r6, Operand('a'));
286 __ subi(r6, r6, Operand(224 - 'a'));
474 __ subi(r3, current_character(), Operand(minus));
529 __ subi(r3, current_character(), Operand('\t'));
544 __ subi(r3, current_character(), Operand('0'));
550 __ subi(r3, current_character(), Operand('0'));
558 __ subi(r3, r3, Operand(0x0b));
565 __ subi(r3, r3, Operand(0x2028 - 0x0b));
575 __ subi(r3, r3, Operand(0x0b));
585 __ subi(r3, r3, Operand(0x2028 - 0x0b));
723 __ subi(r3, current_input_offset(), Operand(char_size()));
830 __ subi(r4, r4, Operand(num_saved_registers_));