Home
last modified time | relevance | path

Searched refs:clobbered (Results 1 – 25 of 46) sorted by relevance

12

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_ra.c226 uint64_t clobbered = 0; in bi_make_affinity() local
229 clobbered |= (clobber >> i); in bi_make_affinity()
235 clobbered |= mask << (64 - excess); in bi_make_affinity()
238 clobbered |= mask << (16 - excess); in bi_make_affinity()
243 clobbered |= BITFIELD64_MASK(32) << 16; in bi_make_affinity()
246 return ~clobbered; in bi_make_affinity()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZCallingConv.td39 // call-clobbered argument registers available for code that doesn't
48 // are call-clobbered, so we can use all of them here.
150 // registers that may be clobbered e.g. by PLT stubs.
/third_party/flutter/skia/third_party/externals/dawn/scripts/
Ddawn_component.gni100 # been clobbered. This is necessary because when moving generated files
119 # been clobbered. This is necessary because when moving generated files
/third_party/mesa3d/src/amd/compiler/
Daco_optimizer_postRA.cpp52 Idx clobbered{UINT32_MAX, 1}; variable
131 idx = clobbered; in save_reg_writes()
182 if (i == clobbered || i == written_by_multiple_instrs) in is_clobbered_since()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp2058 goto clobbered; in OptimizeWeakCalls()
2061 goto clobbered; in OptimizeWeakCalls()
2087 goto clobbered; in OptimizeWeakCalls()
2090 goto clobbered; in OptimizeWeakCalls()
2099 goto clobbered; in OptimizeWeakCalls()
2109 goto clobbered; in OptimizeWeakCalls()
2112 clobbered:; in OptimizeWeakCalls()
/third_party/ffmpeg/doc/
Doptimization.txt161 For x86, mark registers that are clobbered in your asm. This means both
167 In inline asm, you specify clobbered registers at the end of your asm:
184 - secondly, you didn't mark xmm7 as clobbered. If you did, the compiler would
/third_party/mesa3d/src/glx/apple/
DRELEASE_NOTES47 differences. The contents of your pbuffers will not be clobbered.
/third_party/libunwind/tests/
Dx64-test-dwarf-expressions.S24 # to recover clobbered state. DW_CFA_expression_inner calls recover_register to
/third_party/ffmpeg/libavcodec/x86/
Dme_cmp.asm220 ; note how r1, r2 and r3 are not clobbered in this function, so 16x16
Dhevc_deblock.asm253 ; in: %2 clobbered
264 ; in: %2 clobbered
266 ; mask in %3, will be clobbered
Ddirac_dwt.asm44 ; m2: clobbered m3: pw_8 m4: pw_1991
Dh264_idct.asm805 ; r0 = uint8_t *dst, r2 = int16_t *block, r3 = int stride, r6=clobbered
826 ; r0 = uint8_t *dst (clobbered), r2 = int16_t *block, r3 = int stride
/third_party/openGLES/extensions/SGIX/
DGLX_SGIX_pbuffer.txt67 is clobbered by a pbuffer? The choices would be "preserved" or
469 window, gets clobbered or moved out of offscreen memory. The event contains
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DGLX_SGIX_pbuffer.txt67 is clobbered by a pbuffer? The choices would be "preserved" or
469 window, gets clobbered or moved out of offscreen memory. The event contains
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DREADME_ALTIVEC.txt43 clobbered regs.
/third_party/flutter/engine/flutter/
DDEPS584 # directory will not subsequently be clobbered.
/third_party/ffmpeg/libavcodec/arm/
Dfft_vfp.S27 @ register may not be clobbered in these functions, as it holds the
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djchuff-sse2.asm113 ; be clobbered.
/third_party/benchmark/docs/
Duser_guide.md952 `DoNotOptimize(...)` before it can be clobbered. In the below example
961 benchmark::DoNotOptimize(v.data()); // Allow v.data() to be clobbered.
/third_party/musl/
DWHATSNEW959 - x86_64 sigsetjmp clobbered the signal mask rather than saving it
1497 - duplocale clobbered new locale struct with memcpy of old
1844 - getopt clobbered optopt on success
1978 - psignal, psiginfo potentially clobbered errno on success
2070 - dcngettext clobbered errno, often breaking printing of error messages
/third_party/libjpeg-turbo/simd/x86_64/
Djchuff-sse2.asm114 ; be clobbered.
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djchuff-sse2.asm130 ; be clobbered.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.td468 // CCR (call clobbered registers) SGPR 64-bit registers
/third_party/libjpeg-turbo/simd/i386/
Djchuff-sse2.asm130 ; be clobbered.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CallingConvention.td453 // register. Only X0 and LR are clobbered.

12