Home
last modified time | relevance | path

Searched refs:ftop (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.c4185 tree ovfl, gtop, ftop, goff, foff; in mips_va_start() local
4207 ftop = build3 (COMPONENT_REF, TREE_TYPE (f_ftop), valist, f_ftop, in mips_va_start()
4233 t = make_tree (TREE_TYPE (ftop), virtual_incoming_args_rtx); in mips_va_start()
4237 t = build2 (PLUS_EXPR, TREE_TYPE (ftop), t, in mips_va_start()
4239 t = build2 (MODIFY_EXPR, TREE_TYPE (ftop), ftop, t); in mips_va_start()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c4738 tree ovfl, gtop, ftop, goff, foff; local
4751 ftop = build (COMPONENT_REF, TREE_TYPE (f_ftop), valist, f_ftop);
4773 t = make_tree (TREE_TYPE (ftop), virtual_incoming_args_rtx);
4777 t = build (PLUS_EXPR, TREE_TYPE (ftop), t,
4779 t = build (MODIFY_EXPR, TREE_TYPE (ftop), ftop, t);