Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDipa-pure-const.c271 int noutputs = list_length (ASM_OUTPUTS (stmt)); in get_asm_expr_operands()
279 for (i=0, link = ASM_OUTPUTS (stmt); link; ++i, link = TREE_CHAIN (link)) in get_asm_expr_operands()
HDipa-reference.c391 int noutputs = list_length (ASM_OUTPUTS (stmt)); in get_asm_expr_operands()
399 for (i=0, link = ASM_OUTPUTS (stmt); link; ++i, link = TREE_CHAIN (link)) in get_asm_expr_operands()
HDipa-type-escape.c974 int noutputs = list_length (ASM_OUTPUTS (stmt)); in get_asm_expr_operands()
982 for (i=0, link = ASM_OUTPUTS (stmt); link; ++i, link = TREE_CHAIN (link)) in get_asm_expr_operands()
HDtree-nested.c554 int noutputs = list_length (ASM_OUTPUTS (stmt)); in walk_asm_expr()
563 for (i=0, link = ASM_OUTPUTS (stmt); link; ++i, link = TREE_CHAIN (link)) in walk_asm_expr()
HDtree-ssa-operands.c1723 int noutputs = list_length (ASM_OUTPUTS (stmt)); in get_asm_expr_operands()
1731 for (i=0, link = ASM_OUTPUTS (stmt); link; ++i, link = TREE_CHAIN (link)) in get_asm_expr_operands()
HDtree-outof-ssa.c765 noutputs = list_length (ASM_OUTPUTS (stmt)); in coalesce_asm_operands()
767 for (i = 0, link = ASM_OUTPUTS (stmt); link; in coalesce_asm_operands()
HDtree-sra.c852 sra_walk_tree_list (ASM_OUTPUTS (expr), bsi, true, fns); in sra_walk_asm_expr()
HDtree-ssa-alias.c839 lhs = ASM_OUTPUTS (stmt); in count_uses_and_derefs()
HDgimplify.c3922 int noutputs = list_length (ASM_OUTPUTS (expr)); in gimplify_asm_expr()
3932 for (i = 0, link = ASM_OUTPUTS (expr); link; ++i, link = TREE_CHAIN (link)) in gimplify_asm_expr()
HDstmt.c1112 outputs = ASM_OUTPUTS (exp); in expand_asm_expr()
HDtree-pretty-print.c1571 dump_generic_node (buffer, ASM_OUTPUTS (node), spc, flags, false); in dump_generic_node()
HDtree.def860 STRING_CST for the instruction (e.g., "mov x, y"). ASM_OUTPUTS,
HDtree.h1542 #define ASM_OUTPUTS(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 1) macro
HDChangeLog.tree-ssa15560 CASE_LABEL_DECL, GOTO_DESTINATION, ASM_STRING, ASM_OUTPUTS,
16245 for the ASM_OUTPUTS and ASM_CLOBBERS expressions of an ASM_STMT.
HDChangeLog-200015975 (ASM_OUTPUTS): Likewise.
16131 (ASM_OUTPUTS): Likewise.
HDChangeLog-200433212 (ASM_CV_QUAL, ASM_STRING, ASM_OUTPUTS, ASM_INPUTS,
34013 ASM_STRING, ASM_OUTPUTS, ASM_INPUTS, ASM_CLOBBERS,
HDChangeLog-200533307 CASE_HIGH, CASE_LABEL, ASM_STRING, ASM_OUTPUTS, ASM_INPUTS,
/trueos/contrib/gcc/doc/
HDc-tree.texi1579 extended-assembly syntax, then @code{ASM_OUTPUTS},
/trueos/contrib/gcc/cp/
HDpt.c8710 tsubst_copy_asm_operands (ASM_OUTPUTS (t), args, complain, in_decl), in tsubst_expr()
HDChangeLog-20003011 (ASM_OUTPUTS): Likewise.