Searched refs:clobbered (Results 1 - 14 of 14) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_ra.c | 226 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/mesa3d/src/amd/compiler/ |
H A D | aco_optimizer_postRA.cpp | 52 Idx clobbered{UINT32_MAX, 1}; 131 idx = clobbered; in save_reg_writes() 168 /* If we didn't find an instruction, assume that the register is clobbered. */ in is_clobbered_since() 182 if (i == clobbered || i == written_by_multiple_instrs) in is_clobbered_since() 210 * (...vcc and exec must not be clobbered inbetween...) in try_apply_branch_vcc() 233 * - EXEC hasn't been clobbered since the last VCC write in try_apply_branch_vcc() 234 * - VCC hasn't been clobbered since the operand register was written in try_apply_branch_vcc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCOpts.cpp | 2058 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/libunwind/libunwind/tests/ |
H A D | x64-test-dwarf-expressions.S | 24 # to recover clobbered state. DW_CFA_expression_inner calls recover_register to
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | dirac_dwt.asm | 44 ; m2: clobbered m3: pw_8 m4: pw_1991
|
H A D | h264_idct.asm | 430 ; r0 = uint8_t *dst, r2 = int16_t *block, r3 = int stride, r6=clobbered 451 ; r0 = uint8_t *dst (clobbered), r2 = int16_t *block, r3 = int stride
|
H A D | hevc_deblock.asm | 253 ; in: %2 clobbered 264 ; in: %2 clobbered 266 ; mask in %3, will be clobbered
|
H A D | me_cmp.asm | 220 ; note how r1, r2 and r3 are not clobbered in this function, so 16x16
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | fft_vfp.S | 27 @ register may not be clobbered in these functions, as it holds the
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jchuff-sse2.asm | 113 ; be clobbered.
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jchuff-sse2.asm | 130 ; be clobbered.
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 1087 you called C<fill_in>, its value would be clobbered by the act of 2325 C<my> variables in C<fill_in> are still susceptible to being clobbered
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 1087 you called C<fill_in>, its value would be clobbered by the act of 2325 C<my> variables in C<fill_in> are still susceptible to being clobbered
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 5122 % been clobbered.
|
Completed in 24 milliseconds