| /src/external/gpl3/gcc/dist/libgcc/config/rx/ |
| rx-lib.h | 2 #define DF SF
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/rx/ |
| rx-lib.h | 2 #define DF SF
|
| /src/external/gpl3/gcc/dist/gcc/config/m68k/ |
| m68k-modes.def | 22 RESET_FLOAT_FORMAT (DF, motorola_double_format);
|
| /src/external/gpl3/gcc/dist/gcc/config/pdp11/ |
| pdp11-modes.def | 44 RESET_FLOAT_FORMAT (DF, pdp11_d_format);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
| m68k-modes.def | 22 RESET_FLOAT_FORMAT (DF, motorola_double_format);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/pdp11/ |
| pdp11-modes.def | 44 RESET_FLOAT_FORMAT (DF, pdp11_d_format);
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| cgen-fpu.h | 14 typedef UDI DF; 92 /* basic DF ops */ 94 DF (*adddf) (CGEN_FPU*, DF, DF); 95 DF (*subdf) (CGEN_FPU*, DF, DF); 96 DF (*muldf) (CGEN_FPU*, DF, DF) [all...] |
| cgen-fpu.c | 22 cgen_df_snan_p (CGEN_FPU* fpu, DF x)
|
| cgen-accfp.c | 6 typedef UDI DF; 321 static DF 334 ftruncdfsf (CGEN_FPU* fpu, int how UNUSED, DF x) 356 static DF 367 static DF 401 fixdfsi (CGEN_FPU* fpu, int how UNUSED, DF x) 412 fixdfdi (CGEN_FPU* fpu, int how UNUSED, DF x) 434 /* DF mode support */ 436 static DF 437 adddf (CGEN_FPU* fpu, DF x, DF y [all...] |
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| cgen-fpu.h | 14 typedef UDI DF; 92 /* basic DF ops */ 94 DF (*adddf) (CGEN_FPU*, DF, DF); 95 DF (*subdf) (CGEN_FPU*, DF, DF); 96 DF (*muldf) (CGEN_FPU*, DF, DF) [all...] |
| cgen-fpu.c | 22 cgen_df_snan_p (CGEN_FPU* fpu, DF x)
|
| cgen-accfp.c | 6 typedef UDI DF; 321 static DF 334 ftruncdfsf (CGEN_FPU* fpu, int how UNUSED, DF x) 356 static DF 367 static DF 401 fixdfsi (CGEN_FPU* fpu, int how UNUSED, DF x) 412 fixdfdi (CGEN_FPU* fpu, int how UNUSED, DF x) 434 /* DF mode support */ 436 static DF 437 adddf (CGEN_FPU* fpu, DF x, DF y [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/pa/ |
| pa-modes.def | 26 RESET_FLOAT_FORMAT (DF, mips_double_format);
|
| /src/external/gpl3/gcc/dist/gcc/config/vax/ |
| vax-modes.def | 22 RESET_FLOAT_FORMAT (DF, vax_d_format);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/pa/ |
| pa-modes.def | 26 RESET_FLOAT_FORMAT (DF, mips_double_format);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/vax/ |
| vax-modes.def | 22 RESET_FLOAT_FORMAT (DF, vax_d_format);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_df_v1_7.c | 31 #include "df/df_1_7_default.h" 32 #include "df/df_1_7_offset.h" 33 #include "df/df_1_7_sh_mask.h" 39 adev->df.hash_status.hash_64k = false; 40 adev->df.hash_status.hash_2m = false; 41 adev->df.hash_status.hash_1g = false; 54 tmp = RREG32_SOC15(DF, 0, mmFabricConfigAccessControl); 56 WREG32_SOC15(DF, 0, mmFabricConfigAccessControl, tmp); 58 WREG32_SOC15(DF, 0, mmFabricConfigAccessControl, 66 tmp = RREG32_SOC15(DF, 0, mmDF_CS_AON0_DramBaseAddress0) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| DominanceFrontier.cpp | 40 : FunctionPass(ID), DF() { 45 DF.releaseMemory(); 50 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); 60 DF.print(OS); 83 DominanceFrontier DF; 84 DF.analyze(AM.getResult<DominatorTreeAnalysis>(F)); 85 return DF;
|
| /src/external/apache2/llvm/dist/llvm/lib/MC/ |
| MCObjectStreamer.cpp | 121 flushPendingLabels(PendingFixup.DF, PendingFixup.DF->getContents().size()); 123 PendingFixup.DF->getFixups().push_back(PendingFixup.Fixup); 230 MCDataFragment *DF = getOrCreateDataFragment(); 231 flushPendingLabels(DF, DF->getContents().size()); 246 DF->getFixups().push_back( 247 MCFixup::create(DF->getContents().size(), Value, 249 DF->getContents().resize(DF->getContents().size() + Size, 0) [all...] |
| MCWinCOFFStreamer.cpp | 53 MCDataFragment *DF = getOrCreateDataFragment(); 62 Fixups[i].setOffset(Fixups[i].getOffset() + DF->getContents().size()); 63 DF->getFixups().push_back(Fixups[i]); 65 DF->setHasInstructions(STI); 66 DF->getContents().append(Code.begin(), Code.end()); 220 MCDataFragment *DF = getOrCreateDataFragment(); 222 MCFixup Fixup = MCFixup::create(DF->getContents().size(), SRE, FK_SecRel_2); 223 DF->getFixups().push_back(Fixup); 224 DF->getContents().resize(DF->getContents().size() + 2, 0) [all...] |
| MCWasmStreamer.cpp | 39 void MCWasmStreamer::mergeFragment(MCDataFragment *DF, MCDataFragment *EF) { 40 flushPendingLabels(DF, DF->getContents().size()); 44 DF->getContents().size()); 45 DF->getFixups().push_back(EF->getFixups()[I]); 47 if (DF->getSubtargetInfo() == nullptr && EF->getSubtargetInfo()) 48 DF->setHasInstructions(*EF->getSubtargetInfo()); 49 DF->getContents().append(EF->getContents().begin(), EF->getContents().end()); 171 MCDataFragment *DF = getOrCreateDataFragment(); 175 Fixups[I].setOffset(Fixups[I].getOffset() + DF->getContents().size()) [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/msp430/ |
| floatunhidf.c | 4 typedef float DFtype __attribute__ ((mode (DF)));
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| floatunsidf.c | 4 typedef float DFtype __attribute__ ((mode (DF)));
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/msp430/ |
| floatunhidf.c | 4 typedef float DFtype __attribute__ ((mode (DF)));
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| floatunsidf.c | 4 typedef float DFtype __attribute__ ((mode (DF)));
|