Lines Matching refs:next_arg
6447 unsigned next_arg) in tcg_out_helper_load_common_args() argument
6470 loc = &info->in[next_arg]; in tcg_out_helper_load_common_args()
6485 next_arg++; in tcg_out_helper_load_common_args()
6490 loc = &info->in[next_arg]; in tcg_out_helper_load_common_args()
6573 unsigned next_arg, nmov; in tcg_out_ld_helper_args() local
6593 next_arg = 1; in tcg_out_ld_helper_args()
6595 loc = &info->in[next_arg]; in tcg_out_ld_helper_args()
6609 next_arg += 2; in tcg_out_ld_helper_args()
6614 next_arg += nmov; in tcg_out_ld_helper_args()
6645 tcg_out_helper_load_common_args(s, ldst, parm, info, next_arg); in tcg_out_ld_helper_args()
6741 unsigned next_arg, nmov, n; in tcg_out_st_helper_args() local
6764 next_arg = 1; in tcg_out_st_helper_args()
6768 loc = &info->in[next_arg]; in tcg_out_st_helper_args()
6780 next_arg += 2; in tcg_out_st_helper_args()
6785 next_arg += n; in tcg_out_st_helper_args()
6790 loc = &info->in[next_arg]; in tcg_out_st_helper_args()
6797 next_arg += n; in tcg_out_st_helper_args()
6825 next_arg += 2; in tcg_out_st_helper_args()
6838 tcg_out_helper_load_common_args(s, ldst, parm, info, next_arg); in tcg_out_st_helper_args()