/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-pretty-print.cc | 3279 dump_generic_node (pp, ASM_OUTPUTS (node), spc, flags, false); in dump_generic_node()
|
H A D | tree.def | 992 STRING_CST for the instruction (e.g., "mov x, y"). ASM_OUTPUTS,
|
H A D | tree.h | 1314 #define ASM_OUTPUTS(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 1) macro
|
H A D | gimplify.cc | 6556 noutputs = list_length (ASM_OUTPUTS (expr)); in gimplify_asm_expr() 6566 for (i = 0, link = ASM_OUTPUTS (expr); link; ++i, link = link_next) in gimplify_asm_expr()
|
H A D | ChangeLog.tree-ssa | 15560 CASE_LABEL_DECL, GOTO_DESTINATION, ASM_STRING, ASM_OUTPUTS, 16245 for the ASM_OUTPUTS and ASM_CLOBBERS expressions of an ASM_STMT.
|
H A D | ChangeLog-2000 | 15975 (ASM_OUTPUTS): Likewise. 16131 (ASM_OUTPUTS): 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 | 3084 dump_generic_node (pp, ASM_OUTPUTS (node), spc, flags, false); in dump_generic_node()
|
H A D | tree.def | 980 STRING_CST for the instruction (e.g., "mov x, y"). ASM_OUTPUTS,
|
H A D | tree.h | 1285 #define ASM_OUTPUTS(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 1) macro
|
H A D | gimplify.c | 6241 noutputs = list_length (ASM_OUTPUTS (expr)); in gimplify_asm_expr() 6251 for (i = 0, link = ASM_OUTPUTS (expr); link; ++i, link = link_next) in gimplify_asm_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | generic.texi | 2021 extended-assembly syntax, then @code{ASM_OUTPUTS},
|
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 | 1969 extended-assembly syntax, then @code{ASM_OUTPUTS},
|
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 | 3011 (ASM_OUTPUTS): Likewise.
|
H A D | pt.cc | 19033 tree outputs = tsubst_copy_asm_operands (ASM_OUTPUTS (t), args, in tsubst_expr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | pt.c | 18421 tree outputs = tsubst_copy_asm_operands (ASM_OUTPUTS (t), args, in tsubst_expr()
|