/third_party/musl/src/setjmp/aarch64/ |
H A D | longjmp.s | 22 csinc w0, w1, wzr, ne
|
/third_party/lzma/Asm/arm64/ |
H A D | LzmaDecOpt.S | 955 csinc sym, sym, sym, mi
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-aarch64.cc | 2247 COMPARE(csinc(w6, w7, w8, hs), "csinc w6, w7, w8, hs"); in TEST() 2248 COMPARE(csinc(x9, x10, x11, lo), "csinc x9, x10, x11, lo"); in TEST() 2266 COMPARE(csinc(x2, x3, x4, al), "csinc x2, x3, x4, al"); in TEST() 2267 COMPARE(csinc(x3, x4, x5, nv), "csinc x3, x4, x5, nv"); in TEST() 2302 COMPARE_MACRO(Csel(w4, w5, 1, hs), "csinc w4, w5, wzr, hs"); in TEST() 2326 COMPARE_MACRO(Csel(x10, x11, 1, pl), "csinc x1 in TEST() [all...] |
H A D | test-trace-aarch64.cc | 129 __ csinc(w23, w24, w25, cc); in GenerateTestSequenceBase() 130 __ csinc(w23, w24, w25, cs); in GenerateTestSequenceBase() 131 __ csinc(x26, x27, x28, hi); in GenerateTestSequenceBase() 132 __ csinc(x26, x27, x28, ls); in GenerateTestSequenceBase()
|
H A D | test-cpu-features-aarch64.cc | 256 TEST_NONE(csinc_0, csinc(w0, w1, w2, lt)) 257 TEST_NONE(csinc_1, csinc(x0, x1, x2, cs))
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64-inl.h | 475 csinc(rd, rn, rm, cond); in Csinc()
|
H A D | assembler-arm64.cc | 1020 void Assembler::csinc(const Register& rd, const Register& rn, in csinc() function in v8::internal::Assembler 1038 csinc(rd, zr, zr, NegateCondition(cond)); in cset() 1049 csinc(rd, rn, rn, NegateCondition(cond)); in cinc()
|
H A D | assembler-arm64.h | 692 void csinc(const Register& rd, const Register& rn, const Register& rm,
|
H A D | macro-assembler-arm64.cc | 672 csinc(rd, rn, zr, cond); in Csel()
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.cc | 733 void Assembler::csinc(const Register& rd, in csinc() function in vixl::aarch64::Assembler 760 csinc(rd, zr, zr, InvertCondition(cond)); in cset() 773 csinc(rd, rn, rn, InvertCondition(cond)); in cinc()
|
H A D | macro-assembler-aarch64.cc | 1478 masm->csinc(rd, left_register, zr, cond); in Emit()
|
H A D | assembler-aarch64.h | 911 void csinc(const Register& rd,
|
H A D | macro-assembler-aarch64.h | 1437 csinc(rd, rn, rm, cond); in Csinc()
|