Home | History | Annotate | Download | only in aarch64

Lines Matching defs:m_base

2277     : binary_permute (base ? UNSPEC_TRN2 : UNSPEC_TRN1), m_base (base) {}
2288 builder.quick_push (m_base + i * 2);
2289 builder.quick_push (m_base + i * 2 + nelts);
2295 unsigned int m_base;
2389 : binary_permute (base ? UNSPEC_UZP2 : UNSPEC_UZP1), m_base (base) {}
2399 builder.quick_push (m_base + i * 2);
2404 unsigned int m_base;
2508 : binary_permute (base ? UNSPEC_ZIP2 : UNSPEC_ZIP1), m_base (base) {}
2516 poly_uint64 base = m_base * exact_div (nelts, 2);
2527 unsigned int m_base;