Searched refs:cycle (Results 26 - 37 of 37) sorted by relevance

12

/freebsd-11-stable/sys/dev/firewire/
H A Dfwohci.c66 &nocyclemaster, 0, "Do not send cycle start packets");
1471 int sec, cycle, cycle_match; local
1473 cycle = cycle_now & 0x1fff;
1481 cycle = cycle + CYCLE_DELAY;
1482 if (cycle >= 8000) {
1484 cycle -= 8000;
1486 cycle = roundup2(cycle, CYCLE_MOD);
1487 if (cycle >
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h244 /// Since the DAG doesn't contain cycles, we represent a cycle in the graph
475 /// map from scheduled cycle to instructions. During scheduling, the
480 /// The SMS algorithm allows negative values for cycles, so the first cycle
481 /// in the schedule is the smallest cycle value.
484 /// Map from execution cycle to instructions.
487 /// Map from instruction to execution cycle.
490 /// Keep track of the first cycle value in the schedule. It starts
494 /// Keep track of the last cycle value in the schedule.
523 /// Return the first cycle in the completed schedule. This
527 /// Return the last cycle i
575 getInstructions(int cycle) argument
[all...]
/freebsd-11-stable/sys/dev/fe/
H A Dif_fe.c575 fe_eeprom_cycle_lnx (struct fe_softc *sc, u_short reg20, u_long cycle) argument
577 fe_outb(sc, reg20, (cycle ) & 0xFF);
579 fe_outb(sc, reg20, (cycle >> 8) & 0xFF);
581 fe_outb(sc, reg20, (cycle >> 16) & 0xFF);
583 fe_outb(sc, reg20, (cycle >> 24) & 0xFF);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dlinker.c1542 bfd_boolean cycle;
1597 cycle = FALSE;
1900 cycle = TRUE;
1916 /* Issue a warning and cycle. */
1930 cycle = TRUE;
1938 cycle = TRUE;
1999 while (cycle);
1537 bfd_boolean cycle; local
/freebsd-11-stable/usr.bin/m4/
H A Dmain.c336 cycle {
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s161 ; two 32-bit mutiplies can be issued per cycle.
330 ; two 32-bit mutiplies can be issued per cycle.
H A Dpa-risc2W.s153 ; two 32-bit mutiplies can be issued per cycle.
320 ; two 32-bit mutiplies can be issued per cycle.
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_controller.c109 * This macro will return the cycle bit of the completion queue entry
129 * This macro will normalize the completion queue cycle pointer so it
130 * matches the completion queue cycle bit
147 * and possibly toggle the cycle bit if the completion queue index wraps
150 #define INCREMENT_COMPLETION_QUEUE_GET(controller, index, cycle) \
153 (cycle), \
160 * possibly toggle the event cycle bit if the event queue index wraps back
163 #define INCREMENT_EVENT_QUEUE_GET(controller, index, cycle) \
166 (cycle), \
502 // Initialize the cycle bi
[all...]
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-armv4-large.pl97 eor $t2,$t2,$t3 @ 1 cycle stall
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_private.h382 /* Internal condition variable cycle number. */
383 uint32_t cycle; member in struct:pthread
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c8649 /* The maximum number of instructions that can be issued in a cycle.
8656 /* How many more instructions can be issued in the current cycle. */
8693 /* Advance STATE by one clock cycle. */
9016 this point. If *DELAYED_REG is non-null, INSN must wait a cycle
9965 rtx *ready, int *nreadyp, int cycle)
9969 if (cycle == 0)
9976 if (cycle == 0)
10020 /* Return the number of instructions that can be issued per cycle. */
10054 /* Can schedule up to 4 of the 6 function units in any one cycle. */
9908 mips_sched_reorder(FILE *file ATTRIBUTE_UNUSED, int verbose ATTRIBUTE_UNUSED, rtx *ready, int *nreadyp, int cycle) argument
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Daes-armv4.S18 @ in one instruction and emit combined result every cycle. The module

Completed in 158 milliseconds

12