Home | History | Annotate | Download | only in arm64

Lines Matching refs:Lsr

109         return Operand(InputRegister32(index), LSR, InputInt5(index + 1));
137 return Operand(InputRegister64(index), LSR, InputInt6(index + 1));
1049 ASSEMBLE_SHIFT(Lsr, 64);
1052 ASSEMBLE_SHIFT(Lsr, 32);
1406 __ Lsr(i.OutputRegister(), i.OutputRegister(), 32);