Home
last modified time | relevance | path

Searched refs:flat (Results 1 – 25 of 437) sorted by relevance

12345678910>>...18

/netbsd/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn.md208 ; flat - flat or global memory operations
531 flat,flat")
563 flat,vop1,ds,ds,sop1,flat,flat")
590 "sop1,sopk,sop1,vop1,vop3a,vop3a,flat,flat,vop1,ds,ds,flat,flat")
648 flat,ds,ds,flat,flat")
691 [(set_attr "type" "mult,smem,smem,flat,flat,vmult,vmult,vmult,flat,flat,\
1606 [(set_attr "type" "smem,flat,flat")
1628 [(set_attr "type" "smem,flat,flat")
1675 [(set_attr "type" "smem,flat,flat")
1751 [(set_attr "type" "smem,flat,flat")
[all …]
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/i386/ilp32/
H A Dx86-64.s127 mov al, offset flat:symbol
128 mov ax, offset flat:symbol
129 mov eax, offset flat:symbol
130 mov rax, offset flat:symbol
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/i386/
H A Dx86_64.s138 mov al, offset flat:symbol
139 mov ax, offset flat:symbol
140 mov eax, offset flat:symbol
141 mov rax, offset flat:symbol
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dx86_64.s138 mov al, offset flat:symbol
139 mov ax, offset flat:symbol
140 mov eax, offset flat:symbol
141 mov rax, offset flat:symbol
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/ilp32/
H A Dx86-64.s127 mov al, offset flat:symbol
128 mov ax, offset flat:symbol
129 mov eax, offset flat:symbol
130 mov rax, offset flat:symbol
/netbsd/external/historical/nawk/dist/testdir/
H A Dchem.awk205 else if (type ~ /flat/)
246 if (type ~ /flat/)
255 if (type ~ /flat/) {
276 if (type ~ /flat/ && i == 3) {
303 if (type ~ /flat/ && i == 3) {
318 if (type ~ /flat/)
/netbsd/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn.md211 ; flat - flat or global memory operations
535 flat,flat")
567 flat,vop1,ds,ds,sop1,flat,flat")
595 "sop1,sopk,sop1,vop1,vop3a,vop3a,flat,flat,vop1,ds,ds,flat,flat")
653 flat,ds,ds,flat,flat")
696 [(set_attr "type" "mult,smem,smem,flat,flat,vmult,vmult,vmult,flat,flat,\
1913 [(set_attr "type" "smem,flat,flat")
1935 [(set_attr "type" "smem,flat,flat")
1982 [(set_attr "type" "smem,flat,flat")
2058 [(set_attr "type" "smem,flat,flat")
[all …]
/netbsd/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dt-slibgcc-cygming4 # mkmap-flat.awk is used with the pe_dll option to produce a DEF instead
54 SHLIB_MKMAP = $(srcdir)/mkmap-flat.awk
56 # does not get substituted before mkmap-flat.awk is run.
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dt-slibgcc-cygming4 # mkmap-flat.awk is used with the pe_dll option to produce a DEF instead
54 SHLIB_MKMAP = $(srcdir)/mkmap-flat.awk
56 # does not get substituted before mkmap-flat.awk is run.
/netbsd/external/bsd/jemalloc/dist/bin/
H A Djeprof.in1208 my $flat = shift;
1212 my $total = TotalProfile($flat);
1221 my $f = GetEntry($flat, $k);
1313 my $flat = shift;
1422 my $flat = shift;
1620 my $flat = shift;
1726 $c1 += GetEntry($flat, $a);
1913 my $flat = shift;
1932 $c1 += GetEntry($flat, $a);
2024 my $flat = shift;
[all …]
/netbsd/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DOptions.td80 def flat: F<"flat">,
81 HelpText<"Produce a flat dSYM file (not a bundle).">,
84 Alias<flat>,
85 HelpText<"Alias for --flat">,
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPU.td60 def FeatureFlatAddressSpace : SubtargetFeature<"flat-address-space",
63 "Support flat address space"
66 def FeatureFlatInstOffsets : SubtargetFeature<"flat-inst-offsets",
72 def FeatureFlatGlobalInsts : SubtargetFeature<"flat-global-insts",
75 "Have global_* flat memory instructions"
78 def FeatureFlatScratchInsts : SubtargetFeature<"flat-scratch-insts",
81 "Have scratch_* flat memory instructions"
87 "Have s_scratch_* flat memory instructions"
694 // Unless +-flat-for-global is specified, turn on FlatForGlobal for
700 def FeatureFlatForGlobal : SubtargetFeature<"flat-for-global",
[all …]
/netbsd/external/gpl3/gdb/dist/gprof/
H A DREADME189 -p[symspec] --flat-profile[=symspec]
190 Request output in the form of a flat profile
194 selected by "symspec" in flat profile. If the
195 option is specified multiple times, the flat
199 -P[symspec] --no-flat-profile[=symspec]
200 Suppress output in the flat profile. If given
201 without an argument, the flat profile is suppressed
203 the selected symbols in the flat profile. If the
206 has lower precedence than --flat-profile.
315 computation for the flat profile.
[all …]
/netbsd/external/gpl3/binutils/dist/gprof/
H A DREADME189 -p[symspec] --flat-profile[=symspec]
190 Request output in the form of a flat profile
194 selected by "symspec" in flat profile. If the
195 option is specified multiple times, the flat
199 -P[symspec] --no-flat-profile[=symspec]
200 Suppress output in the flat profile. If given
201 without an argument, the flat profile is suppressed
203 the selected symbols in the flat profile. If the
206 has lower precedence than --flat-profile.
315 computation for the flat profile.
[all …]
/netbsd/external/gpl3/binutils.old/dist/gprof/
H A DREADME189 -p[symspec] --flat-profile[=symspec]
190 Request output in the form of a flat profile
194 selected by "symspec" in flat profile. If the
195 option is specified multiple times, the flat
199 -P[symspec] --no-flat-profile[=symspec]
200 Suppress output in the flat profile. If given
201 without an argument, the flat profile is suppressed
203 the selected symbols in the flat profile. If the
206 has lower precedence than --flat-profile.
315 computation for the flat profile.
[all …]
/netbsd/external/gpl3/gdb.old/dist/gprof/
H A DREADME189 -p[symspec] --flat-profile[=symspec]
190 Request output in the form of a flat profile
194 selected by "symspec" in flat profile. If the
195 option is specified multiple times, the flat
199 -P[symspec] --no-flat-profile[=symspec]
200 Suppress output in the flat profile. If given
201 without an argument, the flat profile is suppressed
203 the selected symbols in the flat profile. If the
206 has lower precedence than --flat-profile.
315 computation for the flat profile.
[all …]
/netbsd/external/bsd/tmux/dist/
H A Dmode-tree.c100 int flat; member
184 int flat = 1; in mode_tree_build_lines() local
198 flat = 0; in mode_tree_build_lines()
226 line->flat = flat; in mode_tree_build_lines()
668 if (line->flat) in mode_tree_draw()
1129 if (line->flat || !current->expanded) in mode_tree_key()
1142 if (line->flat || current->expanded) in mode_tree_key()
1144 else if (!line->flat) { in mode_tree_key()
/netbsd/sys/arch/i386/stand/lib/crt/dos/
H A Dstart_dos.S327 # set %es to point at the flat segment
357 # set %es to point at the flat segment
388 # set %ds to point at the flat segment
602 # set %es to point at the flat segment
/netbsd/external/apache2/llvm/dist/llvm/docs/AMDGPU/
H A Dgfx10_addr_flat.rst13 A 64-bit flat address.
H A Dgfx8_addr_flat.rst13 A 64-bit flat address.
H A Dgfx9_addr_flat.rst13 A 64-bit flat address.
H A Dgfx7_addr_flat.rst13 A 64-bit flat address.
H A Dgfx90a_vaddr_1.rst13 A 64-bit flat address.
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/m68hc11/
H A Dabi-m68hc11-16-64.d7 private flags = 2:\[abi=16-bit int, 64-bit double, cpu=HC11\] \[memory=flat\]
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/
H A Dt-slibgcc-hpux7 SHLIB_MKMAP = $(srcdir)/mkmap-flat.awk

12345678910>>...18