Lines Matching refs:addpl
194 "addpl x10, x0, #24");
196 "addpl x10, x0, #12");
198 "addpl x10, x0, #6");
200 "addpl x10, x0, #3");
6034 COMPARE(addpl(x20, x6, 0), "addpl x20, x6, #0");
6035 COMPARE(addpl(x21, x7, 31), "addpl x21, x7, #31");
6036 COMPARE(addpl(x22, x8, -32), "addpl x22, x8, #-32");
6037 COMPARE(addpl(sp, x1, 5), "addpl sp, x1, #5");
6038 COMPARE(addpl(x9, sp, -16), "addpl x9, sp, #-16");
6097 // xzr). However, since `addpl` operates on the stack pointer, some special
6104 // If the multiplier is encodable with `addpl`, we use that with an
6108 "addpl x1, x1, #7");
6111 "addpl x1, x1, #-31");
6126 // Encodable cases use addpl directly.
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");
6140 "addpl x29, x29, #13");