Lines Matching refs:reg_last
5753 intptr_t mem_off, reg_off, reg_last; in sve_cont_ldst_watchpoints() local
5768 reg_last = info->reg_off_last[0]; in sve_cont_ldst_watchpoints()
5770 while (reg_off <= reg_last) { in sve_cont_ldst_watchpoints()
5780 } while (reg_off <= reg_last && (reg_off & 63)); in sve_cont_ldst_watchpoints()
5793 reg_last = info->reg_off_last[1]; in sve_cont_ldst_watchpoints()
5806 } while (reg_off <= reg_last); in sve_cont_ldst_watchpoints()
5815 intptr_t mem_off, reg_off, reg_last; in sve_cont_ldst_mte_check() local
5821 reg_last = info->reg_off_split; in sve_cont_ldst_mte_check()
5822 if (reg_last < 0) { in sve_cont_ldst_mte_check()
5823 reg_last = info->reg_off_last[0]; in sve_cont_ldst_mte_check()
5834 } while (reg_off <= reg_last && (reg_off & 63)); in sve_cont_ldst_mte_check()
5835 } while (reg_off <= reg_last); in sve_cont_ldst_mte_check()
5841 reg_last = info->reg_off_last[1]; in sve_cont_ldst_mte_check()
5852 } while (reg_off <= reg_last); in sve_cont_ldst_mte_check()
5868 intptr_t reg_off, reg_last, mem_off; in sve_ldN_r() local
5910 reg_last = info.reg_off_last[1]; in sve_ldN_r()
5911 if (reg_last < 0) { in sve_ldN_r()
5912 reg_last = info.reg_off_split; in sve_ldN_r()
5913 if (reg_last < 0) { in sve_ldN_r()
5914 reg_last = info.reg_off_last[0]; in sve_ldN_r()
5930 } while (reg_off <= reg_last); in sve_ldN_r()
5946 reg_last = info.reg_off_last[0]; in sve_ldN_r()
5951 while (reg_off <= reg_last) { in sve_ldN_r()
5962 } while (reg_off <= reg_last && (reg_off & 63)); in sve_ldN_r()
5983 reg_last = info.reg_off_last[1]; in sve_ldN_r()
6000 } while (reg_off <= reg_last); in sve_ldN_r()
6190 intptr_t reg_off, mem_off, reg_last; in sve_ldnfff1_r() local
6305 reg_last = info.reg_off_last[0]; in sve_ldnfff1_r()
6329 } while (reg_off <= reg_last && (reg_off & 63)); in sve_ldnfff1_r()
6330 } while (reg_off <= reg_last); in sve_ldnfff1_r()
6499 intptr_t reg_off, reg_last, mem_off; in DO_LDFF1_LDNF1_1() local
6536 reg_last = info.reg_off_last[1]; in DO_LDFF1_LDNF1_1()
6537 if (reg_last < 0) { in DO_LDFF1_LDNF1_1()
6538 reg_last = info.reg_off_split; in DO_LDFF1_LDNF1_1()
6539 if (reg_last < 0) { in DO_LDFF1_LDNF1_1()
6540 reg_last = info.reg_off_last[0]; in DO_LDFF1_LDNF1_1()
6556 } while (reg_off <= reg_last); in DO_LDFF1_LDNF1_1()
6562 reg_last = info.reg_off_last[0]; in DO_LDFF1_LDNF1_1()
6567 while (reg_off <= reg_last) { in DO_LDFF1_LDNF1_1()
6578 } while (reg_off <= reg_last && (reg_off & 63)); in DO_LDFF1_LDNF1_1()
6599 reg_last = info.reg_off_last[1]; in DO_LDFF1_LDNF1_1()
6616 } while (reg_off <= reg_last); in DO_LDFF1_LDNF1_1()