Home | History | Annotate | Download | only in internal

Lines Matching refs:Cols

502 template <int Rows, int Cols>
504 RegBlockInt32<Rows, Cols>> {
507 RegBlockInt32<Rows, Cols>* acc) {
512 for (int j = 0; j < Cols; j++) {
521 template <int Cols>
522 struct BroadcastMulAddImpl<RegBlockInt32<1, Cols>, RegBlockInt32<1, 1>,
523 RegBlockInt32<1, Cols>> {
524 static void Run(const RegBlockInt32<1, Cols>& lhs,
525 const RegBlockInt32<1, 1>& rhs, RegBlockInt32<1, Cols>* acc) {
527 for (int i = 0; i < RegBlockInt32<1, Cols>::kRegisterCount; i++) {
534 template <int Rows, int Cols>
536 RegBlockInt32<Rows, Cols>> {
539 RegBlockInt32<Rows, Cols>* acc) {
541 for (int i = 0; i < RegBlockInt32<Rows, Cols>::kRegisterCount; i++) {
597 template <int Cols>
599 RegBlockInt32<1, Cols>> {
601 const RegBlockInt32<1, 1>& rhs, RegBlockInt32<1, Cols>* acc) {
603 for (int i = 0; i < RegBlockInt32<1, Cols>::kRegisterCount; i++) {
621 template <int Cols>
623 RegBlockInt32<4, Cols>> {
625 const RegBlockInt32<1, 1>& rhs, RegBlockInt32<4, Cols>* acc) {
627 for (int i = 0; i < Cols; i++) {