Searched refs:output_operands (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-semantics.c713 genrtl_asm_stmt (cv_qualifier, string, output_operands,
717 tree output_operands;
734 c_expand_asm_operands (string, output_operands, input_operands,
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c883 finish_asm_stmt (cv_qualifier, string, output_operands,
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,
/openbsd-current/gnu/gcc/gcc/cp/
H A Dsemantics.c1192 finish_asm_stmt (int volatile_p, tree string, tree output_operands, argument
1198 int noutputs = list_length (output_operands);
1210 string = resolve_asm_operand_names (string, output_operands,
1213 for (i = 0, t = output_operands; t; t = TREE_CHAIN (t), ++i)
1296 output_operands, input_operands,

Completed in 116 milliseconds