/external/llvm/test/CodeGen/AArch64/ |
D | dp2.ll | 26 ; CHECK: {{asr|asrv}} {{x[0-9]+}}, {{x[0-9]+}}, {{x[0-9]+}} 114 ; CHECK: {{asr|asrv}} {{w[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}} 166 ; CHECK: {{asr|asrv}} {{w[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}
|
/external/valgrind/none/tests/arm64/ |
D | integer.stdout.exp | 1926 asrv x21,x20,x19 :: rd 00258aa089fbe992 rm 4b154113f7d32514, rn cce230caafbf9cc9, cin 0, nzcv 00000… 1927 asrv x21,x20,x19 :: rd 0000cf575655c875 rm 33d5d595721d4f13, rn f4509311f443a7ce, cin 0, nzcv 00000… 1928 asrv x21,x20,x19 :: rd 000004a3c6de6954 rm 4a3c6de6954cbc17, rn 111b21e39fbd7254, cin 0, nzcv 00000… 1929 asrv x21,x20,x19 :: rd ffffffffffeed719 rm fbb5c64ed1b044c6, rn 33ca4c4fb3960326, cin 0, nzcv 00000… 1930 asrv x21,x20,x19 :: rd 000000000adf164e rm 2b7c5939d7c0f528, rn b73870a5a6630162, cin 0, nzcv 00000… 1931 asrv x21,x20,x19 :: rd 0017f20c8c562e6d rm 02fe41918ac5cdba, rn 48e0815289728f05, cin 0, nzcv 00000… 1932 asrv x21,x20,x19 :: rd ffffffffffffed82 rm b60a8f381f187bae, rn 008c208cc413ff72, cin 0, nzcv 00000… 1962 asrv w21,w20,w19 :: rd 00000000fffbe992 rm 4b154113f7d32514, rn cce230caafbf9cc9, cin 0, nzcv 00000… 1963 asrv w21,w20,w19 :: rd 000000000001c875 rm 33d5d595721d4f13, rn f4509311f443a7ce, cin 0, nzcv 00000… 1964 asrv w21,w20,w19 :: rd 00000000fffff954 rm 4a3c6de6954cbc17, rn 111b21e39fbd7254, cin 0, nzcv 00000… [all …]
|
/external/llvm/test/MC/AArch64/ |
D | arm64-arithmetic-encoding.s | 394 asrv w1, w2, w3 395 asrv x1, x2, x3
|
D | basic-a64-instructions.s | 1524 asrv w23, w24, w25 1525 asrv x26, x27, x28
|
/external/v8/test/cctest/ |
D | test-disasm-arm64.cc | 786 COMPARE(asrv(w12, w13, w14), "asr w12, w13, w14"); in TEST_() 787 COMPARE(asrv(x15, x16, x17), "asr x15, x16, x17"); in TEST_()
|
D | test-assembler-arm64.cc | 4763 TEST(asrv) { in TEST() argument 4779 __ asrv(x0, x0, xzr); in TEST() local
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64-inl.h | 327 asrv(rd, rn, rm); in Asr()
|
D | assembler-arm64.h | 1115 void asrv(const Register& rd, const Register& rn, const Register& rm);
|
D | assembler-arm64.cc | 1265 void Assembler::asrv(const Register& rd, in asrv() function in v8::internal::Assembler
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.h | 954 asrv(rd, rn, rm); in Asr()
|
D | assembler-a64.h | 1415 void asrv(const Register& rd, const Register& rn, const Register& rm);
|
D | assembler-a64.cc | 1068 void Assembler::asrv(const Register& rd, in asrv() function in vixl::Assembler
|
/external/vixl/doc/ |
D | supported-instructions.md | 105 void asrv(const Register& rd, const Register& rn, const Register& rm)
|
/external/vixl/test/ |
D | test-disasm-a64.cc | 884 COMPARE(asrv(w12, w13, w14), "asr w12, w13, w14"); in TEST() 885 COMPARE(asrv(x15, x16, x17), "asr x15, x16, x17"); in TEST()
|
D | test-assembler-a64.cc | 8844 TEST(asrv) { in TEST() argument 8861 __ asrv(x0, x0, xzr); in TEST() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 693 def : ShiftAlias<"asrv", ASRVWr, GPR32>; 694 def : ShiftAlias<"asrv", ASRVXr, GPR64>;
|