Home | History | Annotate | Download | only in ppc

Lines Matching refs:first_index

84   MemOperand MemoryOperand(AddressingMode* mode, size_t* first_index) {
85 const size_t index = *first_index;
91 *first_index += 2;
94 *first_index += 2;
101 MemOperand MemoryOperand(AddressingMode* mode, size_t first_index = 0) {
102 return MemoryOperand(mode, &first_index);