Searched refs:asrv (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64-inl.h | 284 asrv(rd, rn, rm); in Asr()
|
H A D | assembler-arm64.h | 586 void asrv(const Register& rd, const Register& rn, const Register& rm);
|
H A D | assembler-arm64.cc | 967 void Assembler::asrv(const Register& rd, const Register& rn, in asrv() function in v8::internal::Assembler
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-aarch64.cc | 879 COMPARE(asrv(w12, w13, w14), "asr w12, w13, w14"); in TEST() 880 COMPARE(asrv(x15, x16, x17), "asr x15, x16, x17"); in TEST()
|
H A D | test-trace-aarch64.cc | 70 __ asrv(w15, w16, w17); in GenerateTestSequenceBase() 71 __ asrv(x18, x19, x20); in GenerateTestSequenceBase()
|
H A D | test-cpu-features-aarch64.cc | 194 TEST_NONE(asrv_0, asrv(w0, w1, w2)) 195 TEST_NONE(asrv_1, asrv(x0, x1, x2))
|
H A D | test-assembler-aarch64.cc | 6658 TEST(asrv) { 6676 __ asrv(x0, x0, xzr);
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.h | 755 void asrv(const Register& rd, const Register& rn, const Register& rm);
|
H A D | assembler-aarch64.cc | 661 void Assembler::asrv(const Register& rd, in asrv() function in vixl::aarch64::Assembler
|
H A D | macro-assembler-aarch64.h | 1154 asrv(rd, rn, rm); in Asr()
|
Completed in 70 milliseconds