/external/vixl/test/aarch64/ |
D | test-assembler-sve-aarch64.cc | 8532 __ Lsr(x1, x1, 1); in TEST_SVE() local 8541 __ Lsr(x2, x2, 2); in TEST_SVE() local 9526 __ Lsr(z29.VnD(), z28.VnD(), 1); // Shift right to 0x4000000040000000 in TEST_SVE() local 9531 __ Lsr(z29.VnD(), z29.VnD(), 1); // Shift right to 0x2000000020000000 in TEST_SVE() local 9536 __ Lsr(z29.VnD(), z29.VnD(), 1); // Shift right to 0x1000000010000000 in TEST_SVE() local 9720 __ Lsr(z29.VnD(), z28.VnD(), 1); // Shift right to 0x4000000040000000 in TEST_SVE() local 9725 __ Lsr(z29.VnD(), z29.VnD(), 1); // Shift right to 0x2000000020000000 in TEST_SVE() local 9730 __ Lsr(z29.VnD(), z29.VnD(), 1); // Shift right to 0x1000000010000000 in TEST_SVE() local 9897 __ Lsr(zn, zn, shift); in GatherLoadScalarPlusVectorHelper() local 10422 __ Lsr(x1, x1, 1); in TEST_SVE() local [all …]
|
D | test-utils-aarch64.cc | 1013 __ Lsr(t2, t2, 4); in ComputeMachineStateHash() local
|
D | test-assembler-aarch64.cc | 6716 __ Lsr(x16, x0, x1); in TEST() local 6717 __ Lsr(x17, x0, x2); in TEST() local 6718 __ Lsr(x18, x0, x3); in TEST() local 6719 __ Lsr(x19, x0, x4); in TEST() local 6720 __ Lsr(x20, x0, x5); in TEST() local 6721 __ Lsr(x21, x0, x6); in TEST() local 6723 __ Lsr(w22, w0, w1); in TEST() local 6724 __ Lsr(w23, w0, w2); in TEST() local 6725 __ Lsr(w24, w0, w3); in TEST() local 6726 __ 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 5376 void Lsr(const ZRegister& zd, in Lsr() function 5388 void Lsr(const ZRegister& zd, const ZRegister& zn, int shift) { in Lsr() function 5393 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 | 790 __ Lsr(r4, r1, 8); in TEST() local 816 __ Lsr(r4, r1, r9); in TEST() local
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 2327 void Lsr(Condition cond, Register rd, Register rm, const Operand& operand) { in Lsr() function 2344 void Lsr(Register rd, Register rm, const Operand& operand) { in Lsr() function 2347 void Lsr(FlagsUpdate flags, in Lsr() function 2373 void Lsr(FlagsUpdate flags, in Lsr() function
|