Searched refs:next_gp (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/config/mep/
H A Dmep.c3522 tree next_gp, next_gp_limit, next_cop, next_stack;
3533 next_gp = build3 (COMPONENT_REF, TREE_TYPE (f_next_gp), valist, f_next_gp,
3542 /* va_list.next_gp = expand_builtin_saveregs (); */
3545 t = build2 (MODIFY_EXPR, ptr_type_node, next_gp, u);
3549 /* va_list.next_gp_limit = va_list.next_gp + 4 * ns; */
3576 tree next_gp, next_gp_limit, next_cop, next_stack;
3597 next_gp = build3 (COMPONENT_REF, TREE_TYPE (f_next_gp), valist, f_next_gp,
3624 tmp = build2 (GE_EXPR, boolean_type_node, next_gp,
3639 tmp = build2 (MODIFY_EXPR, void_type_node, res_addr, next_gp);
3643 tmp = fold_build_pointer_plus_hwi (unshare_expr (next_gp),
3513 tree next_gp, next_gp_limit, next_cop, next_stack; local
3567 tree next_gp, next_gp_limit, next_cop, next_stack; local
[all...]

Completed in 117 milliseconds