Home
last modified time | relevance | path

Searched refs:csinc (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/src/setjmp/aarch64/
H A Dlongjmp.s22 csinc w0, w1, wzr, ne
/third_party/lzma/Asm/arm64/
H A DLzmaDecOpt.S955 csinc sym, sym, sym, mi
/third_party/vixl/test/aarch64/
H A Dtest-disasm-aarch64.cc2247 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 Dtest-trace-aarch64.cc129 __ 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 Dtest-cpu-features-aarch64.cc256 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 Dmacro-assembler-arm64-inl.h475 csinc(rd, rn, rm, cond); in Csinc()
H A Dassembler-arm64.cc1020 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 Dassembler-arm64.h692 void csinc(const Register& rd, const Register& rn, const Register& rm,
H A Dmacro-assembler-arm64.cc672 csinc(rd, rn, zr, cond); in Csel()
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.cc733 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 Dmacro-assembler-aarch64.cc1478 masm->csinc(rd, left_register, zr, cond); in Emit()
H A Dassembler-aarch64.h911 void csinc(const Register& rd,
H A Dmacro-assembler-aarch64.h1437 csinc(rd, rn, rm, cond); in Csinc()

Completed in 83 milliseconds