Home
last modified time | relevance | path

Searched refs:csinv (Results 1 - 14 of 14) sorted by relevance

/third_party/optimized-routines/string/aarch64/
H A Dstrncmp-mte.S80 csinv endloop, diff, xzr, hi /* Last Dword or differences. */
171 csinv limit, limit, xzr, lo
251 csinv endloop, diff, xzr, hi /* If limit, set to all ones. */
279 csinv tmp3, syndrome, xzr, hi /* If limit, set to all ones. */
289 csinv tmp3, syndrome, xzr, hi /* If limit, set to all ones. */
H A Dstrcpy.S266 csinv data1, data1, xzr, lt
H A Dstrncmp.S70 csinv endloop, diff, xzr, pl /* Last Dword or differences. */
/third_party/vixl/test/aarch64/
H A Dtest-disasm-aarch64.cc2249 COMPARE(csinv(w12, w13, w14, mi), "csinv w12, w13, w14, mi"); in TEST()
2250 COMPARE(csinv(x15, x16, x17, pl), "csinv x15, x16, x17, pl"); in TEST()
2268 COMPARE(csinv(x4, x5, x6, al), "csinv x4, x5, x6, al"); in TEST()
2269 COMPARE(csinv(x5, x6, x7, nv), "csinv x5, x6, x7, nv"); in TEST()
2286 COMPARE_MACRO(Csel(w0, w1, -1, eq), "csinv w0, w1, wzr, eq"); in TEST()
2310 COMPARE_MACRO(Csel(x6, x7, -1, lo), "csinv x in TEST()
[all...]
H A Dtest-trace-aarch64.cc133 __ csinv(w29, w2, w3, eq); in GenerateTestSequenceBase()
134 __ csinv(w29, w2, w3, ne); in GenerateTestSequenceBase()
135 __ csinv(x4, x5, x6, cc); in GenerateTestSequenceBase()
136 __ csinv(x4, x5, x6, cs); in GenerateTestSequenceBase()
H A Dtest-cpu-features-aarch64.cc258 TEST_NONE(csinv_0, csinv(w0, w1, w2, cc))
259 TEST_NONE(csinv_1, csinv(x0, x1, x2, ne))
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64-inl.h483 csinv(rd, rn, rm, cond); in Csinv()
H A Dassembler-arm64.cc1025 void Assembler::csinv(const Register& rd, const Register& rn, in csinv() function in v8::internal::Assembler
1044 csinv(rd, zr, zr, NegateCondition(cond)); in csetm()
1054 csinv(rd, rn, rn, NegateCondition(cond)); in cinv()
H A Dassembler-arm64.h696 void csinv(const Register& rd, const Register& rn, const Register& rm,
H A Dmacro-assembler-arm64.cc674 csinv(rd, rn, zr, cond); in Csel()
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.cc741 void Assembler::csinv(const Register& rd, in csinv() function in vixl::aarch64::Assembler
767 csinv(rd, zr, zr, InvertCondition(cond)); in csetm()
779 csinv(rd, rn, rn, InvertCondition(cond)); in cinv()
H A Dmacro-assembler-aarch64.cc1481 masm->csinv(rd, left_register, zr, cond); in Emit()
H A Dassembler-aarch64.h917 void csinv(const Register& rd,
H A Dmacro-assembler-aarch64.h1447 csinv(rd, rn, rm, cond); in Csinv()

Completed in 84 milliseconds