Home | History | Annotate | Download | only in mips

Lines Matching refs:AsRegisterPairLow

467     LoadFromOffset(kLoadWord, dst.AsRegisterPairLow(), src_register, src_offset);
607 StoreToOffset(kStoreWord, src.AsRegisterPairLow(), SP, dest.Int32Value());
734 if (src.AsRegisterPairHigh() != dest.AsRegisterPairLow()) {
735 Move(dest.AsRegisterPairLow(), src.AsRegisterPairLow());
739 Move(dest.AsRegisterPairLow(), src.AsRegisterPairLow());