Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-pretty-print.cc3281 dump_generic_node (pp, ASM_INPUTS (node), spc, flags, false); in dump_generic_node()
H A Dgimplify.cc6739 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 Dtree.def993 ASM_INPUTS, and ASM_CLOBBERS represent the outputs, inputs, and clobbers
H A Dtree.h1315 #define ASM_INPUTS(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 2) macro
H A DChangeLog.tree-ssa3136 * 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 DChangeLog-200015976 (ASM_INPUTS): Likewise.
16132 (ASM_INPUTS): 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.c3086 dump_generic_node (pp, ASM_INPUTS (node), spc, flags, false); in dump_generic_node()
H A Dgimplify.c6422 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 Dtree.def981 ASM_INPUTS, and ASM_CLOBBERS represent the outputs, inputs, and clobbers
H A Dtree.h1286 #define ASM_INPUTS(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 2) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgeneric.texi2022 @code{ASM_INPUTS}, and @code{ASM_CLOBBERS} will be the outputs, inputs,
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.texi1970 @code{ASM_INPUTS}, and @code{ASM_CLOBBERS} will be the outputs, inputs,
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-20003012 (ASM_INPUTS): Likewise.
H A Dpt.cc19035 tree inputs = tsubst_copy_asm_operands (ASM_INPUTS (t), args, in tsubst_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c18423 tree inputs = tsubst_copy_asm_operands (ASM_INPUTS (t), args, in tsubst_expr()