/external/llvm-project/llvm/test/CodeGen/X86/ |
D | x87-reg-usage.mir | 80 …; 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 …]
|
D | 2010-05-12-FastAllocKills.ll | 12 ; 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-…
|
D | ipra-reg-usage.ll | 6 …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/ |
D | p4.cpp | 7 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/ |
D | p4.cpp | 7 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/ |
D | sysv.S | 125 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/ |
D | 2006-08-11-RetVector.ll | 4 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/ |
D | 2006-08-11-RetVector.ll | 4 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/ |
D | sysv.S | 134 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/ |
D | frameaddr-01.ll | 5 define i8* @fp0() nounwind { 7 ; CHECK-LABEL: fp0:
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | frameaddr-01.ll | 5 define i8* @fp0() nounwind { 7 ; CHECK-LABEL: fp0:
|
D | frameaddr-02.ll | 7 define i8* @fp0() #0 { 9 ; CHECK-LABEL: fp0:
|
/external/clang/test/SemaTemplate/ |
D | temp_arg_nontype.cpp | 119 extern FuncPtr0<&func0> *fp0; 121 extern FuncPtr0<&func0> *fp0; 123 extern FuncPtr0<&func0> *fp0;
|
/external/lz4/examples/ |
D | blockStreaming_doubleBuffer.c | 115 int compare(FILE* fp0, FILE* fp1) in compare() argument 122 const size_t r0 = read_bin(fp0, b0, sizeof(b0)); in compare()
|
D | dictionaryRandomAccess.c | 173 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()
|
D | frameCompress.c | 308 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/ |
D | global_memref.mlir | 22 %fp0 = constant 4.0 : f32 24 store %fp0, %0[%c0] : memref<4xf32>
|
/external/clang/test/Sema/ |
D | attr-noreturn.c | 3 static void (*fp0)(void) __attribute__((noreturn)); variable
|
D | attr-unused.c | 3 static void (*fp0)(void) __attribute__((unused)); variable
|
/external/llvm-project/clang/test/Sema/ |
D | attr-unused.c | 3 static void (*fp0)(void) __attribute__((unused)); variable
|
D | attr-noreturn.c | 3 static void (*fp0)(void) __attribute__((noreturn)); variable
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | temp_arg_nontype.cpp | 119 extern FuncPtr0<&func0> *fp0; 121 extern FuncPtr0<&func0> *fp0; 123 extern FuncPtr0<&func0> *fp0;
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-zero-nullptr.cpp | 12 void (*fp0)() = nullptr; variable
|
/external/llvm-project/llvm/test/CodeGen/X86/GlobalISel/ |
D | irtranslator-callingconv.ll | 223 ; 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/ |
D | run-readelf-mixed-corenote.sh | 643 fp0: 0x7fff0000ffffffffffffffff fp1: 0x7fff0000ffffffffffffffff
|