/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-pretty-print.cc | 3281 dump_generic_node (pp, ASM_INPUTS (node), spc, flags, false); in dump_generic_node()
|
H A D | gimplify.cc | 6739 ASM_INPUTS (expr) = chainon (ASM_INPUTS (expr), input); in gimplify_asm_expr() 6744 for (link = ASM_INPUTS (expr); link; ++i, link = link_next) in gimplify_asm_expr()
|
H A D | tree.def | 993 ASM_INPUTS, and ASM_CLOBBERS represent the outputs, inputs, and clobbers
|
H A D | tree.h | 1315 #define ASM_INPUTS(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 2) macro
|
H A D | ChangeLog.tree-ssa | 3136 * gimplify.c (gimplify_asm_expr): Fix ordering of ASM_INPUTS. 15561 ASM_INPUTS, ASM_CLOBBERS, ASM_VOLATILE_P, ASM_INPUT_P): Move to tree.h.
|
H A D | ChangeLog-2000 | 15976 (ASM_INPUTS): Likewise. 16132 (ASM_INPUTS): Likewise.
|
H A D | ChangeLog-2004 | 33212 (ASM_CV_QUAL, ASM_STRING, ASM_OUTPUTS, ASM_INPUTS, 34013 ASM_STRING, ASM_OUTPUTS, ASM_INPUTS, ASM_CLOBBERS,
|
H A D | ChangeLog-2005 | 33306 CASE_HIGH, CASE_LABEL, ASM_STRING, ASM_OUTPUTS, ASM_INPUTS,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-pretty-print.c | 3086 dump_generic_node (pp, ASM_INPUTS (node), spc, flags, false); in dump_generic_node()
|
H A D | gimplify.c | 6422 ASM_INPUTS (expr) = chainon (ASM_INPUTS (expr), input); in gimplify_asm_expr() 6427 for (link = ASM_INPUTS (expr); link; ++i, link = link_next) in gimplify_asm_expr()
|
H A D | tree.def | 981 ASM_INPUTS, and ASM_CLOBBERS represent the outputs, inputs, and clobbers
|
H A D | tree.h | 1286 #define ASM_INPUTS(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 2) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | generic.texi | 2022 @code{ASM_INPUTS}, and @code{ASM_CLOBBERS} will be the outputs, inputs,
|
H A D | gccint.info | 11714 syntax, then 'ASM_OUTPUTS', 'ASM_INPUTS', and 'ASM_CLOBBERS' will
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | generic.texi | 1970 @code{ASM_INPUTS}, and @code{ASM_CLOBBERS} will be the outputs, inputs,
|
H A D | gccint.info | 11304 syntax, then 'ASM_OUTPUTS', 'ASM_INPUTS', and 'ASM_CLOBBERS' will
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2000 | 3012 (ASM_INPUTS): Likewise.
|
H A D | pt.cc | 19035 tree inputs = tsubst_copy_asm_operands (ASM_INPUTS (t), args, in tsubst_expr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | pt.c | 18423 tree inputs = tsubst_copy_asm_operands (ASM_INPUTS (t), args, in tsubst_expr()
|