Home
last modified time | relevance | path

Searched refs:fp0 (Results 1 – 25 of 34) sorted by relevance

12

/external/skia/src/gpu/effects/
DGrMixerEffect.h18 static OptimizationFlags OptFlags(const std::unique_ptr<GrFragmentProcessor>& fp0, in OptFlags() argument
20 auto flags = ProcessorOptimizationFlags(fp0.get()); in OptFlags()
38 static std::unique_ptr<GrFragmentProcessor> Make(std::unique_ptr<GrFragmentProcessor> fp0, in Make() argument
43 new GrMixerEffect(std::move(fp0), std::move(fp1), weight)); in Make()
50 GrMixerEffect(std::unique_ptr<GrFragmentProcessor> fp0, in GrMixerEffect() argument
54 : INHERITED(kGrMixerEffect_ClassID, (OptimizationFlags)OptFlags(fp0, fp1)) in GrMixerEffect()
56 SkASSERT(fp0); in GrMixerEffect()
58 this->registerChildProcessor(std::move(fp0)); in GrMixerEffect()
DGrMixerEffect.fp10 in fragmentProcessor fp0;
16 static OptimizationFlags OptFlags(const std::unique_ptr<GrFragmentProcessor>& fp0,
18 auto flags = ProcessorOptimizationFlags(fp0.get());
39 @optimizationFlags { OptFlags(fp0, fp1) }
42 half4 in0 = process(fp0, sk_InColor);
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2010-05-12-FastAllocKills.ll12 ; FP_REG_KILL implicit-def %fp0, implicit-def %fp1, implicit-def %fp2, implicit-def %fp3, implicit-…
15 ; The X86FP pass needs good kill flags, like on %fp0 representing %reg1034:
19 ; %fp0 = LD_Fp80m %stack.3, 1, %reg0, 0, %reg0; mem:LD10[FixedStack3](align=4)
20 ; %fp1 = MOV_Fp8080 killed %fp0
22 ; %fp0 = MOV_Fp8080 %fp2
23 ; ST_FpP80m %stack.3, 1, %reg0, 0, %reg0, killed %fp0; mem:ST10[FixedStack3](align=4)
26 ; FP_REG_KILL implicit-def %fp0, implicit-def %fp1, implicit-def %fp2, implicit-def %fp3, implicit-…
Dipra-reg-usage.ll6 …r2 $dr3 $dr4 $dr5 $dr6 $dr7 $dr8 $dr9 $dr10 $dr11 $dr12 $dr13 $dr14 $dr15 $fp0 $fp1 $fp2 $fp3 $fp4…
/external/libffi/src/m68k/
Dsysv.S125 fmove.s %fp0,(%a1)
135 fmove.d %fp0,(%a1)
146 fmove.x %fp0,(%a1)
242 fmove.s (%a0),%fp0
253 fmove.d (%a0),%fp0
261 fmove.x (%a0),%fp0
/external/python/cpython2/Modules/_ctypes/libffi/src/m68k/
Dsysv.S125 fmove.s %fp0,(%a1)
135 fmove.d %fp0,(%a1)
146 fmove.x %fp0,(%a1)
242 fmove.s (%a0),%fp0
253 fmove.d (%a0),%fp0
261 fmove.x (%a0),%fp0
/external/clang/test/CXX/over/over.over/
Dp4.cpp7 int (*fp0)(int) = f0; in test_f0() local
18 int (*fp0)(int) = f0; // expected-error{{address of overloaded function 'f0' is ambiguous}} in test_f0_2() local
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
D2006-08-11-RetVector.ll4 define <4 x float> @func(<4 x float> %fp0, <4 x float> %fp1) {
5 …%tmp76 = shufflevector <4 x float> %fp0, <4 x float> %fp1, <4 x i32> < i32 0, i32 1, i32 2, i32 7 …
/external/llvm/test/CodeGen/PowerPC/
D2006-08-11-RetVector.ll4 define <4 x float> @func(<4 x float> %fp0, <4 x float> %fp1) {
5 …%tmp76 = shufflevector <4 x float> %fp0, <4 x float> %fp1, <4 x i32> < i32 0, i32 1, i32 2, i32 7 …
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dvec_shuffle-20.ll3 define <4 x float> @func(<4 x float> %fp0, <4 x float> %fp1) nounwind {
5 …shufflevector <4 x float> %fp0, <4 x float> %fp1, <4 x i32> < i32 0, i32 1, i32 2, i32 7 > ; <<4 …
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
D2006-08-11-RetVector.ll4 define <4 x float> @func(<4 x float> %fp0, <4 x float> %fp1) {
5 …%tmp76 = shufflevector <4 x float> %fp0, <4 x float> %fp1, <4 x i32> < i32 0, i32 1, i32 2, i32 7 …
/external/llvm/test/CodeGen/SystemZ/
Dframeaddr-01.ll5 define i8* @fp0() nounwind {
7 ; CHECK-LABEL: fp0:
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dframeaddr-01.ll5 define i8* @fp0() nounwind {
7 ; CHECK-LABEL: fp0:
/external/clang/test/SemaTemplate/
Dtemp_arg_nontype.cpp119 extern FuncPtr0<&func0> *fp0;
121 extern FuncPtr0<&func0> *fp0;
123 extern FuncPtr0<&func0> *fp0;
/external/lz4/examples/
DblockStreaming_doubleBuffer.c115 int compare(FILE* fp0, FILE* fp1) in compare() argument
122 const size_t r0 = read_bin(fp0, b0, sizeof(b0)); in compare()
DdictionaryRandomAccess.c173 int compare(FILE* fp0, FILE* fp1, int length) in compare() argument
180 const size_t r0 = read_bin(fp0, b0, MIN(length, (int)sizeof(b0))); in compare()
DframeCompress.c307 int compareFiles(FILE* fp0, FILE* fp1) in compareFiles() argument
314 size_t const r0 = fread(b0, 1, sizeof(b0), fp0); in compareFiles()
/external/clang/test/Sema/
Dattr-noreturn.c3 static void (*fp0)(void) __attribute__((noreturn)); variable
Dattr-unused.c3 static void (*fp0)(void) __attribute__((unused)); variable
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dlarge_stack_offs.ll115 ; I.e., the slot for t2 is (fp0 - 4100 -24) == fp0 - 4124
/external/libjpeg-turbo/simd/loongson/
Dloongson-mmintrin.h94 #define _MM_SHUFFLE(fp3, fp2, fp1, fp0) \ argument
95 (((fp3) << 6) | ((fp2) << 4) | ((fp1) << 2) | (fp0))
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/GlobalISel/
Dirtranslator-callingconv.ll226 ; X32: $fp0 = COPY [[ANYEXT]](s80)
227 ; X32: RET 0, implicit $fp0
249 ; X32: $fp0 = COPY [[ANYEXT]](s80)
250 ; X32: RET 0, implicit $fp0
/external/elfutils/tests/
Drun-readelf-mixed-corenote.sh643 fp0: 0x7fff0000ffffffffffffffff fp1: 0x7fff0000ffffffffffffffff
/external/llvm/test/CodeGen/MIR/X86/
Dmemory-operands.mir362 CALL64pcrel32 $cosl, csr_64, implicit %rsp, implicit-def %rsp, implicit-def %fp0
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/X86/
Dmemory-operands.mir362 CALL64pcrel32 &cosl, csr_64, implicit $rsp, implicit-def $rsp, implicit-def $fp0

12