Home
last modified time | relevance | path

Searched refs:micro (Results 1 – 25 of 65) sorted by relevance

123

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
DVersionTuple.cpp58 unsigned major = 0, minor = 0, micro = 0; in tryParse() local
81 if (parseInt(input, micro)) return true; in tryParse()
86 *this = VersionTuple(major, minor, micro); in tryParse()
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86SchedSandyBridge.td16 // All x86 instructions are modeled as a single micro-op, and SB can decode 4
18 // FIXME: Identify instructions that aren't a single fused micro-op.
31 // Sandy Bridge can issue micro-ops to 6 different ports in one cycle.
47 // Many micro-ops are capable of issuing on multiple ports.
65 // Instructions with folded loads are usually micro-fused, so they only appear
66 // as two micro-ops when queued in the reservation station.
DX86SchedHaswell.td16 // All x86 instructions are modeled as a single micro-op, and HW can decode 4
30 // Haswell can issue micro-ops to 8 different ports in one cycle.
47 // Many micro-ops are capable of issuing on multiple ports.
70 // Instructions with folded loads are usually micro-fused, so they only appear
71 // as two micro-ops when queued in the reservation station.
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
DPPCScheduleE5500.td155 2>, // 2 micro-ops
169 2>, // 2 micro-ops
179 2>, // 2 micro-ops
193 2>, // 2 micro-ops
198 2>, // 2 micro-ops
204 2>, // 2 micro-ops
214 2>, // 2 micro-ops
236 2>, // 2 micro-ops
303 let IssueWidth = 2; // 2 micro-ops are dispatched per cycle.
DPPCScheduleE500mc.td130 2>, // 2 micro-ops
140 2>, // 2 micro-ops
154 2>, // 2 micro-ops
164 2>, // 2 micro-ops
260 let IssueWidth = 2; // 2 micro-ops are dispatched per cycle.
DPPCScheduleA2.td146 let IssueWidth = 1; // 2 micro-ops are dispatched per cycle.
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
DTargetSchedule.td78 int IssueWidth = -1; // Max micro-ops that may be scheduled per cycle.
81 int MicroOpBufferSize = -1; // Max micro-ops that can be buffered.
232 // By default, each SchedWrite takes one micro-op, which is counted
234 // write multiple registers with a single micro-op, the subtarget
235 // should define one of the writes to be zero micro-ops. If a
236 // subtarget requires multiple micro-ops to write a single result, it
241 // operands. The scheduler assumes that all micro-ops must be
242 // dispatched in the same cycle. These micro-ops may be required to
DTargetItinerary.td86 // NumMicroOps represents the number of micro-operations that each instruction
88 // instruction can decode into variable number of micro-ops and it must be
/freebsd-10-stable/sys/dev/isp/
Dispvar.h699 #define ISP_FW_NEWER_THAN(i, major, minor, micro) \ argument
700 (ISP_FW_REVX((i)->isp_fwrev) > ISP_FW_REV(major, minor, micro))
701 #define ISP_FW_OLDER_THAN(i, major, minor, micro) \ argument
702 (ISP_FW_REVX((i)->isp_fwrev) < ISP_FW_REV(major, minor, micro))
/freebsd-10-stable/sys/gnu/dts/arm/
Dsun7i-a20-olinuxino-micro.dts25 compatible = "olimex,a20-olinuxino-micro", "allwinner,sun7i-a20";
230 label = "a20-olinuxino-micro:green:usr";
Dsun5i-a13-olinuxino-micro.dts58 compatible = "olimex,a13-olinuxino-micro", "allwinner,sun5i-a13";
142 label = "a13-olinuxino-micro:green:power";
Dsun5i-a10s-olinuxino-micro.dts60 compatible = "olimex,a10s-olinuxino-micro", "allwinner,sun5i-a10s";
237 label = "a10s-olinuxino-micro:green:usr";
/freebsd-10-stable/contrib/bsnmp/
DFREEBSD-upgrade3 This is the Begemot micro-SNMP daemon. It is the base for the ILMI daemon
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
Dsysinfo.c911 unsigned int major, minor, micro, nano; in file_version_number() local
933 micro = (info.dwFileVersionLS >> 16) & 0xFFFF; in file_version_number()
938 if (!micro) in file_version_number()
941 return apr_psprintf(pool, "%u.%u.%u", major, minor, micro); in file_version_number()
943 return apr_psprintf(pool, "%u.%u.%u.%u", major, minor, micro, nano); in file_version_number()
/freebsd-10-stable/contrib/tcsh/nls/greek/
Dset245 42 Tο wakeup flag του αριθ. ομάδας micro-tasking έγινε set
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
DARMSchedule.td24 // and one cycle after the result in Rn is available. The micro-ops can execute
26 // To model this, we need to express that we need to dispatch two micro-ops,
50 // NumMicroOps = 2; // Dispatch 2 micro-ops.
/freebsd-10-stable/contrib/tcsh/nls/german/
Dset245 42 micro-tasking group-no wakeup flag set
/freebsd-10-stable/contrib/tcsh/nls/russian/
Dset245 42 micro-tasking group-no wakeup flag set
/freebsd-10-stable/sys/mips/nlm/
Dfiles.xlp22 # Network driver and micro-core code
/freebsd-10-stable/contrib/tcsh/nls/ukrainian/
Dset245 42 micro-tasking group-no wakeup flag set
/freebsd-10-stable/contrib/ncurses/include/
DCaps.aix4243 cr_cancels_micro_mode crxm bool YB - - ----- using cr turns off micro mode
299 micro_col_size mcs num Yf - - ----- character step size when in micro mode
300 micro_line_size mls num Yg - - ----- line step size when in micro mode
749 enter_micro_mode smicm str ZJ - - ----- Start micro-motion mode
759 exit_micro_mode rmicm str ZT - - ----- End micro-motion mode
764 micro_column_address mhpa str ZY - - ----- Like column_address in micro mode
765 micro_down mcud1 str ZZ - - ----- Like cursor_down in micro mode
766 micro_left mcub1 str Za - - ----- Like cursor_left in micro mode
767 micro_right mcuf1 str Zb - - ----- Like cursor_right in micro mode
768 micro_row_address mvpa str Zc - - ----- Like row_address #1 in micro mode
[all …]
/freebsd-10-stable/contrib/tcsh/nls/C/
Dset245 42 micro-tasking group-no wakeup flag set
/freebsd-10-stable/contrib/tcsh/nls/italian/
Dset245 42 micro-tasking group-no wakeup flag settato
/freebsd-10-stable/usr.bin/calendar/calendars/
Dcalendar.computer24 02/14 First micro-on-a-chip patented (TI), 1978
/freebsd-10-stable/contrib/tcsh/nls/et/
Dset245 42 micro-tasking group-no wakeup flag set

123