Home | History | Annotate | Download | only in optimizing

Lines Matching refs:AsRegister

58       __ FillB(dst, locations->InAt(0).AsRegister<Register>());
63 __ FillH(dst, locations->InAt(0).AsRegister<Register>());
67 __ FillW(dst, locations->InAt(0).AsRegister<Register>());
127 __ Copy_sW(locations->Out().AsRegister<Register>(), src, 0);
991 __ InsertB(dst, locations->InAt(0).AsRegister<Register>(), 0);
996 __ InsertH(dst, locations->InAt(0).AsRegister<Register>(), 0);
1000 __ InsertW(dst, locations->InAt(0).AsRegister<Register>(), 0);
1319 Register base = locations->InAt(0).AsRegister<Register>();
1335 Register index_reg = index.AsRegister<Register>();