Searched refs:ASM_INPUTS (Results 1 – 11 of 11) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gimplify.c | 5160 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 D | tree-pretty-print.c | 1974 dump_generic_node (buffer, ASM_INPUTS (node), spc, flags, false); in dump_generic_node()
|
H A D | tree.def | 887 ASM_INPUTS, and ASM_CLOBBERS represent the outputs, inputs, and clobbers
|
H A D | tree.h | 1756 #define ASM_INPUTS(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 2) macro
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gimplify.c | 6278 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 D | tree-pretty-print.c | 2740 dump_generic_node (pp, ASM_INPUTS (node), spc, flags, false); in dump_generic_node()
|
H A D | tree.def | 982 ASM_INPUTS, and ASM_CLOBBERS represent the outputs, inputs, and clobbers
|
H A D | tree.h | 1259 #define ASM_INPUTS(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 2) macro
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | generic.texi | 1809 @code{ASM_INPUTS}, and @code{ASM_CLOBBERS} will be the outputs, inputs,
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | pt.c | 12804 tsubst_copy_asm_operands (ASM_INPUTS (t), args, complain, in_decl), in tsubst_expr()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | pt.c | 16993 tree inputs = tsubst_copy_asm_operands (ASM_INPUTS (t), args, in tsubst_expr()
|