Searched refs:DF (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-10.0-release/contrib/gcc/
H A Ddf.h379 #define DF_SCAN_BB_INFO(DF, BB) (df_scan_get_bb_info((DF)->problems_by_index[DF_SCAN],(BB)->index))
380 #define DF_RU_BB_INFO(DF, BB) (df_ru_get_bb_info((DF)->problems_by_index[DF_RU],(BB)->index))
381 #define DF_RD_BB_INFO(DF, BB) (df_rd_get_bb_info((DF)->problems_by_index[DF_RD],(BB)->index))
382 #define DF_LR_BB_INFO(DF, BB) (df_lr_get_bb_info((DF)->problems_by_index[DF_LR],(BB)->index))
383 #define DF_UR_BB_INFO(DF, BB) (df_ur_get_bb_info((DF)
[all...]
H A Dmachmode.def170 /* Basic floating point modes. SF and DF are the only modes provided
178 FLOAT_MODE (DF, 8, ieee_double_format);
/freebsd-10.0-release/contrib/ntp/scripts/
H A Dcalc_tickadj.in15 if (open(DF, $df))
17 if ($_=<DF>)
H A Dfreq_adj.in56 open(DF, $driftfile) || die "Can't open driftfile ($driftfile): $!\n";
57 while(<DF>) {
65 close(DF);
/freebsd-10.0-release/contrib/gcc/config/mips/
H A Dmips-modes.def24 RESET_FLOAT_FORMAT (DF, mips_double_format);
/freebsd-10.0-release/contrib/gcc/config/
H A Dfloatundidf.c4 typedef float DFtype __attribute__ ((mode (DF)));
H A Dfloatunsidf.c4 typedef float DFtype __attribute__ ((mode (DF)));
H A Dfixunsdfsi.c5 typedef float DFtype __attribute__ ((mode (DF)));
H A Dfloatdidf.c5 typedef float DFtype __attribute__ ((mode (DF)));
H A Dfixdfdi.c5 typedef float DFtype __attribute__ ((mode (DF)));
H A Dfixsfdi.c6 typedef float DFtype __attribute__ ((mode (DF)));
H A Dfloatundisf.c6 typedef float DFtype __attribute__ ((mode (DF)));
H A Dfloatdisf.c7 typedef float DFtype __attribute__ ((mode (DF)));
/freebsd-10.0-release/contrib/llvm/lib/MC/
H A DMCObjectStreamer.cpp104 MCDataFragment *DF = getOrCreateDataFragment(); local
112 DF->getFixups().push_back(
113 MCFixup::Create(DF->getContents().size(), Value,
115 DF->getContents().resize(DF->getContents().size() + Size, 0);
338 MCDataFragment *DF = getOrCreateDataFragment(); local
340 DF->getFixups().push_back(MCFixup::Create(DF->getContents().size(),
342 DF->getContents().resize(DF
347 MCDataFragment *DF = getOrCreateDataFragment(); local
[all...]
H A DMCAssembler.cpp356 const MCFixup &Fixup, const MCFragment *DF,
382 *DF, false, true);
409 uint32_t Offset = Layout.getFragmentOffset(DF) + Fixup.getOffset();
419 Backend.processFixupValue(*this, Layout, Fixup, DF, Target, Value,
700 const MCDataFragment &DF = cast<MCDataFragment>(*it); local
701 assert(DF.fixup_begin() == DF.fixup_end() &&
703 for (unsigned i = 0, e = DF.getContents().size(); i != e; ++i)
704 assert(DF.getContents()[i] == 0 &&
828 const MCRelaxableFragment *DF,
355 evaluateFixup(const MCAsmLayout &Layout, const MCFixup &Fixup, const MCFragment *DF, MCValue &Target, uint64_t &Value) const argument
827 fixupNeedsRelaxation(const MCFixup &Fixup, const MCRelaxableFragment *DF, const MCAsmLayout &Layout) const argument
905 relaxDwarfLineAddr(MCAsmLayout &Layout, MCDwarfLineAddrFragment &DF) argument
922 relaxDwarfCallFrameFragment(MCAsmLayout &Layout, MCDwarfCallFrameFragment &DF) argument
1047 const MCDataFragment *DF = cast<MCDataFragment>(this); local
[all...]
H A DWinCOFFStreamer.cpp84 MCDataFragment *DF = getOrCreateDataFragment(); local
94 Fixups[i].setOffset(Fixups[i].getOffset() + DF->getContents().size());
95 DF->getFixups().push_back(Fixups[i]);
97 DF->getContents().append(Code.begin(), Code.end());
268 MCDataFragment *DF = getOrCreateDataFragment(); local
270 DF->getFixups().push_back(
271 MCFixup::Create(DF->getContents().size(),
274 DF->getContents().resize(DF->getContents().size() + 4, 0);
H A DMCPureStreamer.cpp212 MCDataFragment *DF = getOrCreateDataFragment(); local
222 Fixups[i].setOffset(Fixups[i].getOffset() + DF->getContents().size());
223 DF->getFixups().push_back(Fixups[i]);
225 DF->getContents().append(Code.begin(), Code.end());
H A DMCELFStreamer.cpp426 MCDataFragment *DF; local
433 DF = cast<MCDataFragment>(getCurrentFragment());
443 DF = new MCDataFragment();
444 insert(DF);
448 DF->setAlignToBundleEnd(true);
456 DF = getOrCreateDataFragment();
461 Fixups[i].setOffset(Fixups[i].getOffset() + DF->getContents().size());
462 DF->getFixups().push_back(Fixups[i]);
464 DF->setHasInstructions(true);
465 DF
[all...]
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Di386-modes.def75 VECTOR_MODE (FLOAT, DF, 4); /* V4DF */
/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DMCAsmBackend.h106 const MCFixup &Fixup, const MCFragment *DF,
133 const MCRelaxableFragment *DF,
104 processFixupValue(const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFixup &Fixup, const MCFragment *DF, MCValue &Target, uint64_t &Value, bool &IsResolved) argument
/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Ddarwin.md31 [(set (match_operand:DF 0 "gpc_reg_operand" "=f,!r")
32 (mem:DF (lo_sum:SI (match_operand:SI 1 "gpc_reg_operand" "b,b")
62 [(set (match_operand:DF 0 "gpc_reg_operand" "=f,!r")
63 (mem:DF (lo_sum:DI (match_operand:DI 1 "gpc_reg_operand" "b,b")
82 [(set (mem:DF (lo_sum:SI (match_operand:SI 1 "gpc_reg_operand" "b")
84 (match_operand:DF 0 "gpc_reg_operand" "f"))]
91 [(set (mem:DF (lo_sum:DI (match_operand:DI 1 "gpc_reg_operand" "b")
93 (match_operand:DF 0 "gpc_reg_operand" "f"))]
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeAsmBackend.cpp57 const MCRelaxableFragment *DF,
91 const MCRelaxableFragment *DF,
89 fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, const MCRelaxableFragment *DF, const MCAsmLayout &Layout) const argument
/freebsd-10.0-release/bin/pax/
H A Doptions.h58 #define DF 0x00000008 macro
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp45 const MCFixup &Fixup, const MCFragment *DF,
54 const MCFragment *DF,
90 const MCRelaxableFragment *DF,
212 const MCRelaxableFragment *DF,
51 processFixupValue(const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFixup &Fixup, const MCFragment *DF, MCValue &Target, uint64_t &Value, bool &IsResolved) argument
210 fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, const MCRelaxableFragment *DF, const MCAsmLayout &Layout) const argument
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp51 const MCRelaxableFragment *DF,
50 fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, const MCRelaxableFragment *DF, const MCAsmLayout &Layout) const argument

Completed in 138 milliseconds

123