Home
last modified time | relevance | path

Searched refs:LS0 (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Dthunderx3t110.md350 ; latency 4 throughput 1/2 LS0/LS1: ldr
351 ; latency 1 throughput 1 LS0/LS1,SDI,I0/I1/I2: str
606 ; tx2_ltp: x 1/2 LS0/LS1
607 ; tx3_ltp: x 1/2 LS0/LS1
609 ; tx2_ltp: x 1/2 LS0/LS1
610 ; tx3_ltp: x 1/2 LS0/LS1
613 ; tx2_ltp: x 1/2 LS0/LS1,F0/F1
614 ; tx3_ltp: x 1/2 LS0/LS1,F0/F1/F2/F3
616 ; tx2_ltp: x 1/2 LS0/LS1,F0/F1
617 ; tx3_ltp: x 1/2 LS0/LS1,F0/F1/F2/F3
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Dthunderx3t110.md350 ; latency 4 throughput 1/2 LS0/LS1: ldr
351 ; latency 1 throughput 1 LS0/LS1,SDI,I0/I1/I2: str
606 ; tx2_ltp: x 1/2 LS0/LS1
607 ; tx3_ltp: x 1/2 LS0/LS1
609 ; tx2_ltp: x 1/2 LS0/LS1
610 ; tx3_ltp: x 1/2 LS0/LS1
613 ; tx2_ltp: x 1/2 LS0/LS1,F0/F1
614 ; tx3_ltp: x 1/2 LS0/LS1,F0/F1/F2/F3
616 ; tx2_ltp: x 1/2 LS0/LS1,F0/F1
617 ; tx3_ltp: x 1/2 LS0/LS1,F0/F1/F2/F3
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SchedThunderX3T110.td289 // 1 cycle on LS0/LS1.
295 // 2 cycles on LS0/LS1.
301 // 4 cycles on LS0/LS1.
308 // 5 cycles on LS0/LS1.
314 // 6 cycles on LS0/LS1.
320 // 4 + 5 cycles on LS0/LS1.
330 // 4 + 8 cycles on LS0/LS1.
340 // 11 cycles on LS0/LS1 and I1.
347 // 1 cycles on LS0/LS1 and I0/I1/I2/I3.
354 // 1 cycles on LS0/LS1 and 2 of I0/I1/I2/I3.
[all …]
H A DAArch64SchedThunderX2T99.td211 // 1 cycles on LS0 or LS1.
216 // 1 cycles on LS0 or LS1 and I0, I1, or I2.
222 // 1 cycles on LS0 or LS1 and 2 of I0, I1, or I2.
229 // 2 cycles on LS0 or LS1.
235 // 4 cycles on LS0 or LS1.
241 // 5 cycles on LS0 or LS1.
247 // 6 cycles on LS0 or LS1.
253 // 4 cycles on LS0 or LS1 and I0, I1, or I2.
259 // 4 cycles on LS0 or LS1 and 2 of I0, I1, or I2.
266 // 5 cycles on LS0 or LS1 and I0, I1, or I2.
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp283 if (const auto *LS0 = dyn_cast<LSBaseSDNode>(N)) in match() local
284 return matchLSNode(LS0, DAG); in match()