Searched refs:first_reg_index (Results 1 – 3 of 3) sorted by relevance
135 RegisterList(int first_reg_index, int register_count) in RegisterList() argument136 : first_reg_index_(first_reg_index), register_count_(register_count) {} in RegisterList()
285 TNode<IntPtrT> first_reg_index = in LoadRegisterPairAtOperandIndex() local287 TNode<IntPtrT> second_reg_index = NextRegister(first_reg_index); in LoadRegisterPairAtOperandIndex()288 return std::make_pair(LoadRegister(first_reg_index), in LoadRegisterPairAtOperandIndex()344 TNode<IntPtrT> first_reg_index = in StoreRegisterPairAtOperandIndex() local346 StoreRegister(value1, first_reg_index); in StoreRegisterPairAtOperandIndex()347 TNode<IntPtrT> second_reg_index = NextRegister(first_reg_index); in StoreRegisterPairAtOperandIndex()356 TNode<IntPtrT> first_reg_index = in StoreRegisterTripleAtOperandIndex() local358 StoreRegister(value1, first_reg_index); in StoreRegisterTripleAtOperandIndex()359 TNode<IntPtrT> second_reg_index = NextRegister(first_reg_index); in StoreRegisterTripleAtOperandIndex()
1603 int first_reg_index = reg_list.first_register().index(); in RegisterListIsValid() local1605 if (!RegisterIsValid(Register(first_reg_index + i))) { in RegisterListIsValid()