Lines Matching refs:Addpl
191 // SVE_MUL_VL variants use `Addpl`, which has its own tests, but
6096 // There is no `rdpl` instruction. `Rdpl` is implemented as `Addpl` (with
6127 COMPARE_MACRO(Addpl(x22, x22, -3), "addpl x22, x22, #-3");
6128 COMPARE_MACRO(Addpl(x10, x11, 8), "addpl x10, x11, #8");
6129 COMPARE_MACRO(Addpl(x7, sp, 31), "addpl x7, sp, #31");
6131 // Otherwise, if the multiplier is a multiple of 8, `Addpl` will pass through
6133 COMPARE_MACRO(Addpl(sp, x0, 48), "addvl sp, x0, #6");
6134 COMPARE_MACRO(Addpl(x2, sp, -48), "addvl x2, sp, #-6");
6136 // If xn is xzr, `Addpl` behaves like `Rdpl`.
6137 COMPARE_MACRO(Addpl(x7, xzr, 8), "rdvl x7, #1");
6138 COMPARE_MACRO(Addpl(x29, xzr, 13),
6144 COMPARE_MACRO(Addpl(x7, x8, 123),
6149 COMPARE_MACRO(Addpl(x9, x9, 122),
6155 COMPARE_MACRO(Addpl(sp, x0, 33),