Home
last modified time | relevance | path

Searched refs:DF (Results 1 – 25 of 550) sorted by relevance

12345678910>>...22

/netbsd-src/external/gpl3/gdb.old/dist/sim/common/
H A Dcgen-fpu.h14 typedef UDI DF; typedef
94 DF (*adddf) (CGEN_FPU*, DF, DF);
95 DF (*subdf) (CGEN_FPU*, DF, DF);
96 DF (*muldf) (CGEN_FPU*, DF, DF);
97 DF (*divdf) (CGEN_FPU*, DF, DF);
98 DF (*remdf) (CGEN_FPU*, DF, DF);
99 DF (*negdf) (CGEN_FPU*, DF);
100 DF (*absdf) (CGEN_FPU*, DF);
101 DF (*sqrtdf) (CGEN_FPU*, DF);
102 DF (*invdf) (CGEN_FPU*, DF);
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/common/
H A Dcgen-fpu.h14 typedef UDI DF; typedef
94 DF (*adddf) (CGEN_FPU*, DF, DF);
95 DF (*subdf) (CGEN_FPU*, DF, DF);
96 DF (*muldf) (CGEN_FPU*, DF, DF);
97 DF (*divdf) (CGEN_FPU*, DF, DF);
98 DF (*remdf) (CGEN_FPU*, DF, DF);
99 DF (*negdf) (CGEN_FPU*, DF);
100 DF (*absdf) (CGEN_FPU*, DF);
101 DF (*sqrtdf) (CGEN_FPU*, DF);
102 DF (*invdf) (CGEN_FPU*, DF);
[all …]
H A Dcgen-accfp.c321 static DF
334 ftruncdfsf (CGEN_FPU* fpu, int how UNUSED, DF x) in ftruncdfsf()
356 static DF
367 static DF
401 fixdfsi (CGEN_FPU* fpu, int how UNUSED, DF x) in fixdfsi()
412 fixdfdi (CGEN_FPU* fpu, int how UNUSED, DF x) in fixdfdi()
435 static DF
436 adddf (CGEN_FPU* fpu, DF x, DF y) in adddf()
454 static DF
455 subdf (CGEN_FPU* fpu, DF x, DF y) in subdf()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/csky/
H A Dcsky_insn_fpuv2.md36 [(set (match_operand:DF 0 "register_operand" "=v")
37 (abs:DF (match_operand:DF 1 "register_operand" "v")))]
53 [(set (match_operand:DF 0 "register_operand" "=v")
54 (neg:DF (match_operand:DF 1 "register_operand" "v")))]
70 [(set (match_operand:DF 0 "register_operand" "=v")
71 (sqrt:DF (match_operand:DF 1 "register_operand" "v")))]
88 [(set (match_operand:DF 0 "register_operand" "=v")
89 (plus:DF (match_operand:DF 1 "register_operand" "v")
90 (match_operand:DF 2 "register_operand" "v")))]
107 [(set (match_operand:DF 0 "register_operand" "=v")
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/csky/
H A Dcsky_insn_fpu.md34 [(set (match_operand:DF 0 "register_operand" "=v")
35 (abs:DF (match_operand:DF 1 "register_operand" "v")))]
51 [(set (match_operand:DF 0 "register_operand" "=v")
52 (neg:DF (match_operand:DF 1 "register_operand" "v")))]
68 [(set (match_operand:DF 0 "register_operand" "=v")
69 (sqrt:DF (match_operand:DF 1 "register_operand" "v")))]
86 [(set (match_operand:DF 0 "register_operand" "=v")
87 (plus:DF (match_operand:DF 1 "register_operand" "v")
88 (match_operand:DF 2 "register_operand" "v")))]
105 [(set (match_operand:DF 0 "register_operand" "=v")
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Dfpu.md119 [(match_operand:DF 0 "even_register_operand" "")
120 (match_operand:DF 1 "even_register_operand" "")
121 (match_operand:DF 2 "even_register_operand" "")
122 (match_operand:DF 3 "even_register_operand" "")]
130 [(set (match_operand:DF 0 "even_register_operand" "")
131 (fma:DF (match_operand:DF 1 "even_register_operand" "")
132 (match_operand:DF 2 "even_register_operand" "")
133 (match_operand:DF 3 "even_register_operand" "")))
134 (clobber (reg:DF ARCV2_ACC))]
148 [(match_operand:DF 0 "even_register_operand" "")
[all …]
H A Dfpx.md121 (compare:CC_FPX (match_operand:DF 0 "nonmemory_operand" "D,r")
122 (match_operand:DF 1 "nonmemory_operand" "r,D")))
123 (clobber (match_scratch:DF 2 "=D,D"))]
154 (unspec_volatile:SI [(match_operand:DF 1 "arc_double_register_operand" "D")] VUNSPEC_ARC_LR ))]
163 (unspec_volatile:SI [(match_operand:DF 1 "arc_double_register_operand" "D")]
177 (clobber (match_operand:DF 3 "arc_double_register_operand" "=&D"))]
186 [(set (match_operand:DF 0 "arc_double_register_operand" "=D")
187 (unspec_volatile:DF
201 (unspec_volatile:SI [(match_operand:DF 1 "arc_double_register_operand" "=D")] VUNSPEC_ARC_LR ))
202 (set (match_dup 1) (match_operand:DF 2 "register_operand" "r"))]
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/
H A Dfpu.md119 [(match_operand:DF 0 "even_register_operand" "")
120 (match_operand:DF 1 "even_register_operand" "")
121 (match_operand:DF 2 "even_register_operand" "")
122 (match_operand:DF 3 "even_register_operand" "")]
130 [(set (match_operand:DF 0 "even_register_operand" "")
131 (fma:DF (match_operand:DF 1 "even_register_operand" "")
132 (match_operand:DF 2 "even_register_operand" "")
133 (match_operand:DF 3 "even_register_operand" "")))
134 (clobber (reg:DF ARCV2_ACC))]
148 [(match_operand:DF 0 "even_register_operand" "")
[all …]
H A Dfpx.md121 (compare:CC_FPX (match_operand:DF 0 "nonmemory_operand" "D,r")
122 (match_operand:DF 1 "nonmemory_operand" "r,D")))
123 (clobber (match_scratch:DF 2 "=D,D"))]
154 (unspec_volatile:SI [(match_operand:DF 1 "arc_double_register_operand" "D")] VUNSPEC_ARC_LR ))]
163 (unspec_volatile:SI [(match_operand:DF 1 "arc_double_register_operand" "D")]
177 (clobber (match_operand:DF 3 "arc_double_register_operand" "=&D"))]
186 [(set (match_operand:DF 0 "arc_double_register_operand" "=D")
187 (unspec_volatile:DF
201 (unspec_volatile:SI [(match_operand:DF 1 "arc_double_register_operand" "=D")] VUNSPEC_ARC_LR ))
202 (set (match_dup 1) (match_operand:DF 2 "register_operand" "r"))]
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectStreamer.cpp121 flushPendingLabels(PendingFixup.DF, PendingFixup.DF->getContents().size()); in resolvePendingFixups()
123 PendingFixup.DF->getFixups().push_back(PendingFixup.Fixup); in resolvePendingFixups()
230 MCDataFragment *DF = getOrCreateDataFragment(); in emitValueImpl() local
231 flushPendingLabels(DF, DF->getContents().size()); in emitValueImpl()
246 DF->getFixups().push_back( in emitValueImpl()
247 MCFixup::create(DF->getContents().size(), Value, in emitValueImpl()
249 DF->getContents().resize(DF->getContents().size() + Size, 0); in emitValueImpl()
299 auto *DF = dyn_cast_or_null<MCDataFragment>(F); in emitLabelAtPos() local
301 if (DF) { in emitLabelAtPos()
597 MCDataFragment *DF = getOrCreateDataFragment(); in emitBytes() local
[all …]
H A DMCWinCOFFStreamer.cpp53 MCDataFragment *DF = getOrCreateDataFragment(); in emitInstToData() local
62 Fixups[i].setOffset(Fixups[i].getOffset() + DF->getContents().size()); in emitInstToData()
63 DF->getFixups().push_back(Fixups[i]); in emitInstToData()
65 DF->setHasInstructions(STI); in emitInstToData()
66 DF->getContents().append(Code.begin(), Code.end()); in emitInstToData()
220 MCDataFragment *DF = getOrCreateDataFragment(); in EmitCOFFSectionIndex() local
222 MCFixup Fixup = MCFixup::create(DF->getContents().size(), SRE, FK_SecRel_2); in EmitCOFFSectionIndex()
223 DF->getFixups().push_back(Fixup); in EmitCOFFSectionIndex()
224 DF->getContents().resize(DF->getContents().size() + 2, 0); in EmitCOFFSectionIndex()
230 MCDataFragment *DF = getOrCreateDataFragment(); in EmitCOFFSecRel32() local
[all …]
H A DMCELFStreamer.cpp52 void MCELFStreamer::mergeFragment(MCDataFragment *DF, in mergeFragment() argument
63 Assembler, EF, DF->getContents().size(), FSize); in mergeFragment()
74 DF->getContents().append(Code.begin(), Code.end()); in mergeFragment()
78 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
82 DF->getContents().size()); in mergeFragment()
83 DF->getFixups().push_back(EF->getFixups()[i]); in mergeFragment()
85 if (DF->getSubtargetInfo() == nullptr && EF->getSubtargetInfo()) in mergeFragment()
86 DF->setHasInstructions(*EF->getSubtargetInfo()); in mergeFragment()
87 DF->getContents().append(EF->getContents().begin(), EF->getContents().end()); in mergeFragment()
553 MCDataFragment *DF; in emitInstToData() local
[all …]
H A DMCWasmStreamer.cpp39 void MCWasmStreamer::mergeFragment(MCDataFragment *DF, MCDataFragment *EF) { in mergeFragment() argument
40 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment()
44 DF->getContents().size()); in mergeFragment()
45 DF->getFixups().push_back(EF->getFixups()[I]); in mergeFragment()
47 if (DF->getSubtargetInfo() == nullptr && EF->getSubtargetInfo()) in mergeFragment()
48 DF->setHasInstructions(*EF->getSubtargetInfo()); in mergeFragment()
49 DF->getContents().append(EF->getContents().begin(), EF->getContents().end()); in mergeFragment()
171 MCDataFragment *DF = getOrCreateDataFragment(); in emitInstToData() local
175 Fixups[I].setOffset(Fixups[I].getOffset() + DF->getContents().size()); in emitInstToData()
176 DF->getFixups().push_back(Fixups[I]); in emitInstToData()
[all …]
H A DMCAssembler.cpp193 const MCFixup &Fixup, const MCFragment *DF, in evaluateFixup() argument
225 return getBackend().evaluateTargetFixup(*this, Layout, Fixup, DF, Target, in evaluateFixup()
246 *this, SA, *DF, false, true); in evaluateFixup()
272 uint32_t Offset = Layout.getFragmentOffset(DF) + Fixup.getOffset(); in evaluateFixup()
738 const MCDataFragment &DF = cast<MCDataFragment>(F); in writeSectionData() local
739 if (DF.fixup_begin() != DF.fixup_end()) in writeSectionData()
743 for (unsigned i = 0, e = DF.getContents().size(); i != e; ++i) in writeSectionData()
744 if (DF.getContents()[i]) { in writeSectionData()
892 MCDataFragment &DF = cast<MCDataFragment>(Frag); in layout() local
893 Fixups = DF.getFixups(); in layout()
[all …]
/netbsd-src/external/bsd/tcpdump/dist/tests/
H A Dforces2vvv.out1 05:12:46.942414 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68)
4 05:12:46.943161 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29…
7 05:12:46.943242 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 26…
10 05:12:46.943643 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 36)
13 05:12:47.944776 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68)
16 05:12:47.946163 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29…
19 05:12:47.946319 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 26…
22 05:12:47.947214 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 36)
25 05:12:48.948471 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68)
28 05:12:48.949179 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29…
[all …]
H A Dforces2vv.out1 05:05:09.298782 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68)
4 05:05:09.303686 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29…
7 05:05:09.304939 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 26…
10 05:05:09.306408 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 36)
13 05:05:10.309380 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68)
16 05:05:10.309715 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29…
19 05:05:10.309749 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 26…
22 05:05:10.309952 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 36)
25 05:05:11.310417 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68)
28 05:05:11.310768 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29…
[all …]
H A Dforces3vvv.out1 23:38:56.018934 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 76)
4 23:38:56.019037 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 23…
7 23:38:56.019110 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 20…
10 23:38:56.019241 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 36)
13 23:38:56.019920 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 76)
16 23:38:56.020061 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 23…
19 23:38:56.020111 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 20…
22 23:38:56.020235 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 36)
25 23:38:56.020433 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 76)
28 23:38:56.020578 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 23…
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_df_v1_7.c54 tmp = RREG32_SOC15(DF, 0, mmFabricConfigAccessControl); in df_v1_7_enable_broadcast_mode()
56 WREG32_SOC15(DF, 0, mmFabricConfigAccessControl, tmp); in df_v1_7_enable_broadcast_mode()
58 WREG32_SOC15(DF, 0, mmFabricConfigAccessControl, in df_v1_7_enable_broadcast_mode()
66 tmp = RREG32_SOC15(DF, 0, mmDF_CS_AON0_DramBaseAddress0); in df_v1_7_get_fb_channel_number()
91 tmp = RREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater); in df_v1_7_update_medium_grain_clock_gating()
94 WREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater, tmp); in df_v1_7_update_medium_grain_clock_gating()
96 tmp = RREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater); in df_v1_7_update_medium_grain_clock_gating()
99 WREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater, tmp); in df_v1_7_update_medium_grain_clock_gating()
112 tmp = RREG32_SOC15(DF, 0, mmDF_PIE_AON0_DfGlobalClkGater); in df_v1_7_get_clockgating_state()
120 WREG32_FIELD15(DF, 0, DF_CS_AON0_CoherentSlaveModeCtrlA0, in df_v1_7_enable_ecc_force_par_wr_rmw()
/netbsd-src/tests/ipf/input/
H A Df132 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP DF,FO=0 SYN
17 # 1.1.1.1,1024 -> 2.1.1.1,25 TTL=63 TCP DF MF FO=0 SYN
22 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP DF FO=0
27 # 1.1.1.1 -> 2.1.1.1 TTL=63 TCP DF FO=1 SYN
32 # 1.1.1.1 -> 2.1.1.1 TTL=63 UDP DF MF FO=0
76 # 2.1.1.1,25 -> 1.1.1.1,1014 TTL=63 TCP DF SYN-ACK
81 # 1.1.1.1,1024 -> 2.1.1.1,25 TTL=63 TCP DF ACK (OOW)
86 # 1.1.1.1,1024 -> 2.1.1.1,25 TTL=63 TCP DF ACK (out-of-order)
91 # 1.1.1.1,1024 -> 2.1.1.1,25 TTL=63 TCP DF ACK
H A Df121 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP DF SYN
6 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP DF ACK
11 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP DF MF FO=0 ACK
16 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP DF FO=0
21 # 1.1.1.1 -> 2.1.1.1 TTL=63 TCP DF FO=1 ACK
26 # 1.1.1.1 -> 2.1.1.1 TTL=63 UDP DF MF FO=0
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mmix/
H A Dmmix.md42 (define_mode_iterator MM [QI HI SI DI SF DF])
149 [(set (match_operand:DF 0 "nonimmediate_operand" "=r,r,x,r,r,m,??r")
150 (match_operand:DF 1 "general_operand" "r,G,r,x,m,r,F"))]
223 [(set (match_operand:DF 0 "register_operand" "=r")
224 (plus:DF (match_operand:DF 1 "register_operand" "%r")
225 (match_operand:DF 2 "register_operand" "r")))]
241 [(set (match_operand:DF 0 "register_operand" "=r")
242 (minus:DF (match_operand:DF 1 "register_operand" "r")
243 (match_operand:DF 2 "register_operand" "r")))]
262 [(set (match_operand:DF 0 "register_operand" "=r")
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mmix/
H A Dmmix.md126 [(set (match_operand:DF 0 "nonimmediate_operand" "=r,r,x,r,r,m,??r")
127 (match_operand:DF 1 "general_operand" "r,G,r,x,m,r,F"))]
199 [(set (match_operand:DF 0 "register_operand" "=r")
200 (plus:DF (match_operand:DF 1 "register_operand" "%r")
201 (match_operand:DF 2 "register_operand" "r")))]
217 [(set (match_operand:DF 0 "register_operand" "=r")
218 (minus:DF (match_operand:DF 1 "register_operand" "r")
219 (match_operand:DF 2 "register_operand" "r")))]
238 [(set (match_operand:DF 0 "register_operand" "=r")
239 (mult:DF (match_operand:DF 1 "register_operand" "r")
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDominanceFrontier.cpp40 : FunctionPass(ID), DF() { in INITIALIZE_PASS_DEPENDENCY()
45 DF.releaseMemory(); in releaseMemory()
50 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
60 DF.print(OS); in print()
83 DominanceFrontier DF; in run() local
84 DF.analyze(AM.getResult<DominatorTreeAnalysis>(F)); in run()
85 return DF; in run()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dvfp.md662 [(set (match_operand:DF 0 "nonimmediate_soft_df_operand" "=w,?r,w ,w,w ,Uv,r, m,w,r")
663 (match_operand:DF 1 "soft_df_operand" " ?r,w,Dy,G,UvF,w ,mF,r,w,r"))]
713 [(set (match_operand:DF 0 "nonimmediate_soft_df_operand" "=w,?r,w ,w,w ,Uv,r ,m,w,r")
714 (match_operand:DF 1 "hard_df_operand" " ?r,w,Dy,G,UvHa,w, mHa,r, w,r"))]
810 [(set (match_operand:DF 0 "s_register_operand" "=w,w,w,w,w,w,?r,?r,?r")
811 (if_then_else:DF
814 (match_operand:DF 1 "s_register_operand" "0,w,w,0,?r,?r,0,w,w")
815 (match_operand:DF 2 "s_register_operand" "w,0,w,?r,0,?r,w,0,w")))]
833 [(set (match_operand:DF 0 "s_register_operand" "=w,w,w,w,w,w,?r,?r,?r")
834 (if_then_else:DF
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Dvfp.md672 [(set (match_operand:DF 0 "nonimmediate_soft_df_operand" "=w,?r,w ,w,w ,Uv,r, m,w,r")
673 (match_operand:DF 1 "soft_df_operand" " ?r,w,Dy,G,UvF,w ,mF,r,w,r"))]
723 [(set (match_operand:DF 0 "nonimmediate_soft_df_operand" "=w,?r,w ,w,w ,Uv,r ,m,w,r")
724 (match_operand:DF 1 "hard_df_operand" " ?r,w,Dy,G,UvHa,w, mHa,r, w,r"))]
820 [(set (match_operand:DF 0 "s_register_operand" "=w,w,w,w,w,w,?r,?r,?r")
821 (if_then_else:DF
824 (match_operand:DF 1 "s_register_operand" "0,w,w,0,?r,?r,0,w,w")
825 (match_operand:DF 2 "s_register_operand" "w,0,w,?r,0,?r,w,0,w")))]
843 [(set (match_operand:DF 0 "s_register_operand" "=w,w,w,w,w,w,?r,?r,?r")
844 (if_then_else:DF
[all …]

12345678910>>...22