Lines Matching refs:addvl
4485 "addvl x16, x11, #31\n"
4571 "addvl x16, x11, #31\n"
4902 "addvl x16, x0, #8\n"
4978 "addvl x16, x0, #8\n"
6028 COMPARE(addvl(x6, x20, 0), "addvl x6, x20, #0");
6029 COMPARE(addvl(x7, x21, 31), "addvl x7, x21, #31");
6030 COMPARE(addvl(x8, x22, -32), "addvl x8, x22, #-32");
6031 COMPARE(addvl(sp, x1, 5), "addvl sp, x1, #5");
6032 COMPARE(addvl(x9, sp, -16), "addvl x9, sp, #-16");
6063 // Encodable cases use addvl directly.
6064 COMPARE_MACRO(Addvl(sp, sp, -3), "addvl sp, sp, #-3");
6065 COMPARE_MACRO(Addvl(x0, x1, 8), "addvl x0, x1, #8");
6133 COMPARE_MACRO(Addpl(sp, x0, 48), "addvl sp, x0, #6");
6134 COMPARE_MACRO(Addpl(x2, sp, -48), "addvl x2, sp, #-6");