Searched refs:pipelined (Results 1 – 19 of 19) sorted by relevance
/freebsd/libexec/phttpget/ |
H A D | phttpget.c | 308 int pipelined = 0; /* != 0 if connection in pipelined mode. */ in main() local 393 if (pipelined) { in main() 400 while ((nreq < argc) && ((reqbuf == NULL) || pipelined)) { in main() 409 if (pipelined) { in main() 430 if (pipelined) { in main() 484 pipelined = 1; in main() 514 pipelined = 0; in main() 662 pipelined = 0; in main() 688 if (pipelined == 0 && keepalive == 0) in main() 720 pipelined = 0; in main()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVSchedRocket.td | 169 // FP division unit on Rocket is not pipelined, so set resource cycles to latency. 175 // FP square root unit on Rocket is not pipelined, so set resource cycles to latency.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMScheduleR52.td | 14 // The Cortex-R52 is an in-order pipelined superscalar microprocessor with 16 // There are two ALUs, one LDST, one MUL and a non-pipelined integer DIV. 75 let Latency = 8; let ReleaseAtCycles = [8]; // non-pipelined 110 let ReleaseAtCycles = [7]; // is not pipelined 148 let Latency = 8; let ReleaseAtCycles = [8]; // not pipelined
|
H A D | ARMScheduleM4.td | 16 let LoadLatency = 2; // Latency when not pipelined, not pc-relative
|
H A D | ARMSchedule.td | 51 // // cycle because these resources happen to be pipelined.
|
H A D | ARMFeatures.td | 344 // True if VFP instructions are not pipelined. 347 "VFP instructions are not pipelined">;
|
H A D | ARMScheduleSwift.td | 33 // FIXME: Model the pipelined behavior of CMP / TST instructions. 37 // FIXME: Model non-pipelined nature of FP div / sqrt unit.
|
H A D | ARMScheduleA8.td | 27 // Two fully-pipelined integer ALU pipelines
|
H A D | ARMScheduleA9.td | 41 // Two fully-pipelined integer ALU pipelines
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCScheduleE500.td | 25 // 6 pipelined execution units: SU0, SU1, BU, LSU, MU.
|
H A D | PPCScheduleE500mc.td | 25 // 6 pipelined execution units: SFX0, SFX1, BU, FPU, LSU, CFX.
|
H A D | PPCScheduleE5500.td | 26 // 6 pipelined execution units: SFX0, SFX1, BU, FPU, LSU, CFX.
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | mvebu-devbus.txt | 48 synchronous pipelined devices, where the address
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetItinerary.td | 42 // Instruction stage - These values represent a non-pipelined step in
|
H A D | TargetSchedule.td | 293 // cycle, regardless of latency, which models a fully pipelined processing
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedA55.td | 46 def CortexA55UnitDiv : ProcResource<1> { let BufferSize = 0; } // Int Division, not pipelined 187 // FP Mul, Div, Sqrt. Div/Sqrt are not pipelined
|
H A D | AArch64SchedA510.td | 46 def CortexA510UnitDiv : ProcResource<1>; // Int Division, not pipelined 200 // FP Mul, Div, Sqrt. Div/Sqrt are not pipelined
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 3586 pipelined response between mesh send and callback end, this fixes 3604 - Fix double file close in tcp pipelined response code. 3607 - Fix that spoolbuf is not used to store tcp pipelined response
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 17157 …: (1) performing global query optimization, (2) exploiting disjoint and pipelined concurrency, (3)… 17163 …obal query optimisation; inverted; manipulation language; optimisation; pipelined concurrency; pro…
|