Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/test/CodeGen/X86/
Dx87-reg-usage.mir80 …; CHECK: renamable $fp0 = LD_Fp32m renamable $rdi, 1, $noreg, 0, $noreg, implicit-def dead $fpsw, …
81 …; CHECK: renamable $fp0 = SUB_Fp32m killed renamable $fp0, killed renamable $rsi, 1, $noreg, 0, $n…
82 …; CHECK: ST_Fp32m killed renamable $rdi, 1, $noreg, 0, $noreg, killed renamable $fp0, implicit-def…
84 …renamable $fp0 = LD_Fp32m renamable $rdi, 1, $noreg, 0, $noreg, implicit-def dead $fpsw, implicit …
85 …renamable $fp0 = SUB_Fp32m killed renamable $fp0, killed renamable $rsi, 1, $noreg, 0, $noreg, imp…
86 …ST_Fp32m killed renamable $rdi, 1, $noreg, 0, $noreg, killed renamable $fp0, implicit-def dead $fp…
106 …; CHECK: renamable $fp0 = LD_Fp64m renamable $rdi, 1, $noreg, 0, $noreg, implicit-def dead $fpsw, …
107 …; CHECK: renamable $fp0 = ADD_Fp64m killed renamable $fp0, killed renamable $rsi, 1, $noreg, 0, $n…
108 …; CHECK: ST_Fp64m killed renamable $rdi, 1, $noreg, 0, $noreg, killed renamable $fp0, implicit-def…
110 …renamable $fp0 = LD_Fp64m renamable $rdi, 1, $noreg, 0, $noreg, implicit-def dead $fpsw, implicit …
[all …]
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/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/llvm-project/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/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/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-project/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/libffi/src/m68k/
Dsysv.S134 fmove.s %fp0,(%a1)
144 fmove.d %fp0,(%a1)
155 fmove.x %fp0,(%a1)
260 fmove.s (%a0),%fp0
271 fmove.d (%a0),%fp0
279 fmove.x (%a0),%fp0
/external/llvm/test/CodeGen/SystemZ/
Dframeaddr-01.ll5 define i8* @fp0() nounwind {
7 ; CHECK-LABEL: fp0:
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dframeaddr-01.ll5 define i8* @fp0() nounwind {
7 ; CHECK-LABEL: fp0:
Dframeaddr-02.ll7 define i8* @fp0() #0 {
9 ; 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.c308 int compareFiles(FILE* fp0, FILE* fp1) in compareFiles() argument
315 size_t const r0 = fread(b0, 1, sizeof(b0), fp0); in compareFiles()
/external/llvm-project/mlir/test/mlir-cpu-runner/
Dglobal_memref.mlir22 %fp0 = constant 4.0 : f32
24 store %fp0, %0[%c0] : memref<4xf32>
/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/llvm-project/clang/test/Sema/
Dattr-unused.c3 static void (*fp0)(void) __attribute__((unused)); variable
Dattr-noreturn.c3 static void (*fp0)(void) __attribute__((noreturn)); variable
/external/llvm-project/clang/test/SemaTemplate/
Dtemp_arg_nontype.cpp119 extern FuncPtr0<&func0> *fp0;
121 extern FuncPtr0<&func0> *fp0;
123 extern FuncPtr0<&func0> *fp0;
/external/llvm-project/clang/test/SemaCXX/
Dwarn-zero-nullptr.cpp12 void (*fp0)() = nullptr; variable
/external/llvm-project/llvm/test/CodeGen/X86/GlobalISel/
Dirtranslator-callingconv.ll223 ; X86: $fp0 = COPY [[ANYEXT]](s80)
224 ; X86: RET 0, implicit $fp0
246 ; X86: $fp0 = COPY [[ANYEXT]](s80)
247 ; X86: RET 0, implicit $fp0
/external/elfutils/tests/
Drun-readelf-mixed-corenote.sh643 fp0: 0x7fff0000ffffffffffffffff fp1: 0x7fff0000ffffffffffffffff

12