Home
last modified time | relevance | path

Searched refs:output_operands (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-semantics.c713 genrtl_asm_stmt (cv_qualifier, string, output_operands, in genrtl_asm_stmt() argument
717 tree output_operands;
734 c_expand_asm_operands (string, output_operands, input_operands,
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c883 finish_asm_stmt (cv_qualifier, string, output_operands, in finish_asm_stmt() argument
887 tree output_operands;
927 noutputs = list_length (output_operands);
929 for (i = 0, t = output_operands; t; t = TREE_CHAIN (t), ++i)
964 output_operands, input_operands,
H A DChangeLog3009 * semantic.c (finish_asm_stmt): Fix operand/output_operands
H A DChangeLog.212328 c_expand_asm_operands () if output_operands, input_operands or
/openbsd/gnu/gcc/gcc/cp/
H A Dsemantics.c1192 finish_asm_stmt (int volatile_p, tree string, tree output_operands, in finish_asm_stmt() argument
1198 int noutputs = list_length (output_operands); in finish_asm_stmt()
1210 string = resolve_asm_operand_names (string, output_operands, in finish_asm_stmt()
1213 for (i = 0, t = output_operands; t; t = TREE_CHAIN (t), ++i) in finish_asm_stmt()
1296 output_operands, input_operands, in finish_asm_stmt()
H A DChangeLog-20021598 * semantic.c (finish_asm_stmt): Fix operand/output_operands
H A DChangeLog-19985540 c_expand_asm_operands () if output_operands, input_operands or