Searched refs:asrv (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/none/tests/arm64/
H A Dinteger.stdout.exp1926 asrv x21,x20,x19 :: rd 00258aa089fbe992 rm 4b154113f7d32514, rn cce230caafbf9cc9, cin 0, nzcv 00000000
1927 asrv x21,x20,x19 :: rd 0000cf575655c875 rm 33d5d595721d4f13, rn f4509311f443a7ce, cin 0, nzcv 00000000
1928 asrv x21,x20,x19 :: rd 000004a3c6de6954 rm 4a3c6de6954cbc17, rn 111b21e39fbd7254, cin 0, nzcv 00000000
1929 asrv x21,x20,x19 :: rd ffffffffffeed719 rm fbb5c64ed1b044c6, rn 33ca4c4fb3960326, cin 0, nzcv 00000000
1930 asrv x21,x20,x19 :: rd 000000000adf164e rm 2b7c5939d7c0f528, rn b73870a5a6630162, cin 0, nzcv 00000000
1931 asrv x21,x20,x19 :: rd 0017f20c8c562e6d rm 02fe41918ac5cdba, rn 48e0815289728f05, cin 0, nzcv 00000000
1932 asrv x21,x20,x19 :: rd ffffffffffffed82 rm b60a8f381f187bae, rn 008c208cc413ff72, cin 0, nzcv 00000000
1962 asrv w21,w20,w19 :: rd 00000000fffbe992 rm 4b154113f7d32514, rn cce230caafbf9cc9, cin 0, nzcv 00000000
1963 asrv w21,w20,w19 :: rd 000000000001c875 rm 33d5d595721d4f13, rn f4509311f443a7ce, cin 0, nzcv 00000000
1964 asrv w2
[all...]
/external/llvm/test/MC/AArch64/
H A Darm64-arithmetic-encoding.s394 asrv w1, w2, w3
395 asrv x1, x2, x3
H A Dbasic-a64-instructions.s1524 asrv w23, w24, w25
1525 asrv x26, x27, x28
/external/v8/src/arm64/
H A Dmacro-assembler-arm64-inl.h343 asrv(rd, rn, rm);
H A Dassembler-arm64.h1122 void asrv(const Register& rd, const Register& rn, const Register& rm);
H A Dassembler-arm64.cc1267 void Assembler::asrv(const Register& rd, function in class:v8::internal::Assembler
/external/vixl/src/aarch64/
H A Dassembler-aarch64.h678 void asrv(const Register& rd, const Register& rn, const Register& rm);
H A Dmacro-assembler-aarch64.h993 asrv(rd, rn, rm);
H A Dassembler-aarch64.cc572 void Assembler::asrv(const Register& rd, function in class:vixl::aarch64::Assembler
/external/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc69 __ asrv(w15, w16, w17);
70 __ asrv(x18, x19, x20);
H A Dtest-disasm-aarch64.cc918 COMPARE(asrv(w12, w13, w14), "asr w12, w13, w14");
919 COMPARE(asrv(x15, x16, x17), "asr x15, x16, x17");
H A Dtest-assembler-aarch64.cc9542 TEST(asrv) {
9560 __ asrv(x0, x0, xzr);

Completed in 441 milliseconds