Home
last modified time | relevance | path

Searched refs:ASM_INPUTS (Results 1 – 11 of 11) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgimplify.c5160 ASM_INPUTS (expr) = chainon (ASM_INPUTS (expr), input); in gimplify_asm_expr()
5165 for (link = ASM_INPUTS (expr); link; ++i, link = link_next) in gimplify_asm_expr()
H A Dtree-pretty-print.c1974 dump_generic_node (buffer, ASM_INPUTS (node), spc, flags, false); in dump_generic_node()
H A Dtree.def887 ASM_INPUTS, and ASM_CLOBBERS represent the outputs, inputs, and clobbers
H A Dtree.h1756 #define ASM_INPUTS(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 2) macro
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgimplify.c6278 ASM_INPUTS (expr) = chainon (ASM_INPUTS (expr), input); in gimplify_asm_expr()
6283 for (link = ASM_INPUTS (expr); link; ++i, link = link_next) in gimplify_asm_expr()
H A Dtree-pretty-print.c2740 dump_generic_node (pp, ASM_INPUTS (node), spc, flags, false); in dump_generic_node()
H A Dtree.def982 ASM_INPUTS, and ASM_CLOBBERS represent the outputs, inputs, and clobbers
H A Dtree.h1259 #define ASM_INPUTS(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 2) macro
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dgeneric.texi1809 @code{ASM_INPUTS}, and @code{ASM_CLOBBERS} will be the outputs, inputs,
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dpt.c12804 tsubst_copy_asm_operands (ASM_INPUTS (t), args, complain, in_decl), in tsubst_expr()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dpt.c16993 tree inputs = tsubst_copy_asm_operands (ASM_INPUTS (t), args, in tsubst_expr()