Home
last modified time | relevance | path

Searched refs:ASM_OUTPUTS (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-pretty-print.cc3279 dump_generic_node (pp, ASM_OUTPUTS (node), spc, flags, false); in dump_generic_node()
H A Dtree.def992 STRING_CST for the instruction (e.g., "mov x, y"). ASM_OUTPUTS,
H A Dtree.h1314 #define ASM_OUTPUTS(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 1) macro
H A Dgimplify.cc6556 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 DChangeLog.tree-ssa15560 CASE_LABEL_DECL, GOTO_DESTINATION, ASM_STRING, ASM_OUTPUTS,
16245 for the ASM_OUTPUTS and ASM_CLOBBERS expressions of an ASM_STMT.
H A DChangeLog-200015975 (ASM_OUTPUTS): Likewise.
16131 (ASM_OUTPUTS): Likewise.
H A DChangeLog-200433212 (ASM_CV_QUAL, ASM_STRING, ASM_OUTPUTS, ASM_INPUTS,
34013 ASM_STRING, ASM_OUTPUTS, ASM_INPUTS, ASM_CLOBBERS,
H A DChangeLog-200533306 CASE_HIGH, CASE_LABEL, ASM_STRING, ASM_OUTPUTS, ASM_INPUTS,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-pretty-print.c3084 dump_generic_node (pp, ASM_OUTPUTS (node), spc, flags, false); in dump_generic_node()
H A Dtree.def980 STRING_CST for the instruction (e.g., "mov x, y"). ASM_OUTPUTS,
H A Dtree.h1285 #define ASM_OUTPUTS(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 1) macro
H A Dgimplify.c6241 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 Dgeneric.texi2021 extended-assembly syntax, then @code{ASM_OUTPUTS},
H A Dgccint.info11714 syntax, then 'ASM_OUTPUTS', 'ASM_INPUTS', and 'ASM_CLOBBERS' will
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgeneric.texi1969 extended-assembly syntax, then @code{ASM_OUTPUTS},
H A Dgccint.info11304 syntax, then 'ASM_OUTPUTS', 'ASM_INPUTS', and 'ASM_CLOBBERS' will
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20003011 (ASM_OUTPUTS): Likewise.
H A Dpt.cc19033 tree outputs = tsubst_copy_asm_operands (ASM_OUTPUTS (t), args, in tsubst_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c18421 tree outputs = tsubst_copy_asm_operands (ASM_OUTPUTS (t), args, in tsubst_expr()