Searched refs:LS0 (Results 1 – 4 of 4) sorted by relevance
291 // 1 cycle on LS0/LS1.297 // 2 cycles on LS0/LS1.303 // 4 cycles on LS0/LS1.310 // 5 cycles on LS0/LS1.316 // 6 cycles on LS0/LS1.322 // 4 + 5 cycles on LS0/LS1.332 // 4 + 8 cycles on LS0/LS1.342 // 11 cycles on LS0/LS1 and I1.349 // 1 cycles on LS0/LS1 and I0/I1/I2/I3.356 // 1 cycles on LS0/LS[all...]
213 // 1 cycles on LS0 or LS1.218 // 1 cycles on LS0 or LS1 and I0, I1, or I2.224 // 1 cycles on LS0 or LS1 and 2 of I0, I1, or I2.231 // 2 cycles on LS0 or LS1.237 // 4 cycles on LS0 or LS1.243 // 5 cycles on LS0 or LS1.249 // 6 cycles on LS0 or LS1.255 // 4 cycles on LS0 or LS1 and I0, I1, or I2.261 // 4 cycles on LS0 or LS1 and 2 of I0, I1, or I2.268 // 5 cycles on LS0 o[all...]
75 // Port 6: Load/Store. LS0
303 if (const auto *LS0 = dyn_cast<LSBaseSDNode>(N)) in match() local304 return matchLSNode(LS0, DAG); in match()