Home | History | Annotate | Download | only in arm

Lines Matching refs:first_index

65   Operand InputOperand2(size_t first_index) {
66 const size_t index = first_index;
97 MemOperand InputOffset(size_t* first_index) {
98 const size_t index = *first_index;
112 *first_index += 3;
116 *first_index += 2;
119 *first_index += 2;
126 MemOperand InputOffset(size_t first_index = 0) {
127 return InputOffset(&first_index);