| /external/vixl/test/aarch64/ | 
| D | test-assembler-sve-aarch64.cc | 8533   __ Lsr(x1, x1, 1);  in TEST_SVE()  local 8542   __ Lsr(x2, x2, 2);  in TEST_SVE()  local 9527   __ Lsr(z29.VnD(), z28.VnD(), 1);  // Shift right to 0x4000000040000000  in TEST_SVE()  local 9532   __ Lsr(z29.VnD(), z29.VnD(), 1);  // Shift right to 0x2000000020000000  in TEST_SVE()  local 9537   __ Lsr(z29.VnD(), z29.VnD(), 1);  // Shift right to 0x1000000010000000  in TEST_SVE()  local 9721   __ Lsr(z29.VnD(), z28.VnD(), 1);  // Shift right to 0x4000000040000000  in TEST_SVE()  local 9726   __ Lsr(z29.VnD(), z29.VnD(), 1);  // Shift right to 0x2000000020000000  in TEST_SVE()  local 9731   __ Lsr(z29.VnD(), z29.VnD(), 1);  // Shift right to 0x1000000010000000  in TEST_SVE()  local 9898     __ Lsr(zn, zn, shift);  in GatherLoadScalarPlusVectorHelper()  local 10423   __ Lsr(x1, x1, 1);  in TEST_SVE()  local [all …] 
 | 
| D | test-utils-aarch64.cc | 974     __ Lsr(t2, t2, 4);  in ComputeMachineStateHash()  local
  | 
| D | test-assembler-aarch64.cc | 6222   __ Lsr(x16, x0, x1);  in TEST()  local 6223   __ Lsr(x17, x0, x2);  in TEST()  local 6224   __ Lsr(x18, x0, x3);  in TEST()  local 6225   __ Lsr(x19, x0, x4);  in TEST()  local 6226   __ Lsr(x20, x0, x5);  in TEST()  local 6227   __ Lsr(x21, x0, x6);  in TEST()  local 6229   __ Lsr(w22, w0, w1);  in TEST()  local 6230   __ Lsr(w23, w0, w2);  in TEST()  local 6231   __ Lsr(w24, w0, w3);  in TEST()  local 6232   __ Lsr(w25, w0, w4);  in TEST()  local [all …] 
 | 
| /external/vixl/src/aarch64/ | 
| D | macro-assembler-aarch64.h | 2032   void Lsr(const Register& rd, const Register& rn, unsigned shift) {  in Lsr()  function 2039   void Lsr(const Register& rd, const Register& rn, const Register& rm) {  in Lsr()  function 5255   void Lsr(const ZRegister& zd,  in Lsr()  function 5267   void Lsr(const ZRegister& zd, const ZRegister& zn, int shift) {  in Lsr()  function 5272   void Lsr(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm) {  in Lsr()  function
  | 
| /external/swiftshader/third_party/subzero/src/ | 
| D | IceInstARM32.h | 398     Lsr,  enumerator
  | 
| /external/vixl/test/aarch32/ | 
| D | test-assembler-aarch32.cc | 784   __ Lsr(r4, r1, 8);  in TEST()  local 810   __ Lsr(r4, r1, r9);  in TEST()  local
  | 
| /external/vixl/src/aarch32/ | 
| D | macro-assembler-aarch32.h | 2321   void Lsr(Condition cond, Register rd, Register rm, const Operand& operand) {  in Lsr()  function 2338   void Lsr(Register rd, Register rm, const Operand& operand) {  in Lsr()  function 2341   void Lsr(FlagsUpdate flags,  in Lsr()  function 2367   void Lsr(FlagsUpdate flags,  in Lsr()  function
  |