/third_party/ffmpeg/libavcodec/aarch64/ |
D | hevcdsp_sao_neon.S | 33 stp xzr, xzr, [sp] 34 stp xzr, xzr, [sp, #16] 35 stp xzr, xzr, [sp, #32] 36 stp xzr, xzr, [sp, #48]
|
/third_party/optimized-routines/string/aarch64/ |
D | strncmp-mte.S | 80 csinv endloop, diff, xzr, hi /* Last Dword or differences. */ 104 csel result, result, xzr, hi 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. */
|
D | strchr-sve.S | 32 0: ldff1b z0.b, p1/z, [x0, xzr] 51 csel x0, xzr, x0, none /* if there was no c, return null */
|
D | strchr-mte.S | 72 csel result, result, xzr, eq 101 csel result, result, xzr, eq
|
D | memchr-mte.S | 67 csel result, result, xzr, hi 108 csel result, result, xzr, hi
|
D | memrchr.S | 69 csel result, result, xzr, hi 109 csel result, tmp, xzr, hs
|
D | strrchr-sve.S | 27 0: ldff1b z0.b, p1/z, [x0, xzr]
|
D | strchr.S | 122 csel result, result, xzr, eq
|
D | memchr.S | 138 csel result, xzr, result, eq
|
D | strrchr-mte.S | 95 csel result, result, xzr, ne
|
D | strrchr.S | 144 csel result, result, xzr, ne
|
D | strlen.S | 108 csel len, xzr, len, cc
|
D | strncmp.S | 70 csinv endloop, diff, xzr, pl /* Last Dword or differences. */
|
D | strcpy.S | 266 csinv data1, data1, xzr, lt
|
/third_party/flutter/skia/src/core/ |
D | SkVM.h | 42 x24, x25, x26, x27, x28, x29, x30, xzr, enumerator 170 void cmp(X n, int imm12) { this->subs(xzr, n, imm12); } in cmp()
|
/third_party/skia/src/core/ |
D | SkVM.h | 70 x24, x25, x26, x27, x28, x29, x30, xzr, sp=xzr, enumerator 340 void cmp(X n, int imm12) { this->subs(xzr, n, imm12); } in cmp()
|
/third_party/libjpeg-turbo/simd/arm/aarch64/ |
D | jsimd_neon.S | 536 add TMP4, xzr, TMP2, LSL #32 539 adds TMP3, xzr, TMP2, LSR #32
|
/third_party/flutter/skia/tests/ |
D | SkVMTest.cpp | 1320 a.subs(A::xzr, A::x2, 4); // These are actually the same instruction! in DEF_TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.td | 127 def XZR : AArch64Reg<31, "xzr", [WZR]>, DwarfRegAlias<WSP>;
|
D | AArch64SchedFalkorDetails.td | 1155 // FIXME: We are currently generating movi v0.2d, #0 for these, which is worse than fmov wzr/xzr
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/arm64/ |
D | jsimd_neon.S | 461 add TMP4, xzr, TMP2, LSL #32 464 adds TMP3, xzr, TMP2, LSR #32
|
/third_party/skia/tests/ |
D | SkVMTest.cpp | 1767 a.subs(A::xzr, A::x2, 4); // These are actually the same instruction! in DEF_TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenAsmMatcher.inc | 969 return 8; // "xzr"
|