Home
last modified time | relevance | path

Searched refs:expand_asm_operands (Results 1 – 17 of 17) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dstmt.c644 expand_asm_operands (tree string, tree outputs, tree inputs, in expand_asm_operands() function
1112 expand_asm_operands (ASM_STRING (exp), outputs, ASM_INPUTS (exp), in expand_asm_expr()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtree.h3093 extern void expand_asm_operands PARAMS ((tree, tree, tree, tree, int,
H A DFSFChangeLog.102944 * stmt.c (expand_asm_operands): Call assign_temp with extra arg.
2989 * stmt.c (expand_asm_operands): Use new assign_temp function.
3383 * stmt.c (expand_asm_operands): Handle numeric constraints in
5648 * stmt.c (expand_asm_operands): Type '0'..'4' operands may
6316 * stmt.c (expand_asm_operands): Handle input operands that may not
6626 * stmt.c (expand_asm_operands): See if output operand permits
9294 * stmt.c (expand_asm_operands): Properly ignore invalid reg in clobber.
9377 * stmt.c (expand_asm_operands): Properly handle output that can't
H A DChangeLog.443 * stmt.c (expand_asm_operands, expand_return): Likewise.
3484 (expand_asm_operands): Use ggc.h's digit_string macro.
3582 * stmt.c (expand_asm_operands): If we must adjust the
7684 * stmt.c (expand_asm_operands): Allow # in constraints.
9857 * stmt.c (expand_asm_operands): Likewise. Give an
9944 * stmt.c (expand_asm_operands): Twiddle generating_concat_p
10274 * stmt.c (expand_asm_operands): Likewise.
10540 * stmt.c (expand_asm_operands): Treat EXTRA_CONSTRAINT like g or X.
H A Dstmt.c1480 expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line) in expand_asm_operands() function
H A Dc-typeck.c7033 expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line);
H A DChangeLog.1757 * stmt.c (expand_asm_operands): Reload in-out reg-only memory operands.
5634 * stmt.c (expand_asm_operands): Recognize when an output operand's
6712 * stmt.c (expand_asm_operands): Use it to try harder to make
8289 * stmt.c (expand_asm_operands): Verify number of alternatives is in
10562 * stmt.c (expand_asm_operands): Accept `=' or `+' at any position.
12031 (expand_asm_operands): Verify that all constrains match in the
H A DFSFChangeLog.113 * stmt.c (expand_asm_operands): Treat ASM with no outputs as volatile.
4072 (expand_asm, expand_asm_operands): If -fcheck-memory-usage,
9365 * stmt.c (expand_asm_operands): Disallow matching constraints
10321 * stmt.c (expand_asm_operands): Fix errors in previous patches.
10517 * stmt.c (expand_asm_operands): Handle '+' constraint.
11136 * stmt.c (expand_asm_operands): Fix off-by-one error when
H A DChangeLog2984 * stmt.c (expand_asm_operands): Avoid string concatenation.
4010 * stmt.c (expand_asm_operands): Don't warn for memories with
4055 * stmt.c (expand_asm_operands): Re-word warning.
4061 * stmt.c (expand_asm_operands): Provide it when the constraint
7534 * stmt.c (expand_asm_operands): Validize memory operands.
12652 (expand_asm_operands): Keep track of clobbered registers. Call
H A DFSFChangeLog2362 * stmt.c (expand_asm_operands): Properly treat asm statement
H A DChangeLog.23886 * stmt.c (expand_asm_operands): Don't use TREE_STRING_LENGTH for
6617 (expand_asm_operands): Use empty_string instead of string
9360 * stmt.c (expand_asm_operands): Fix index into inout_mode when
9365 * stmt.c (expand_asm_operands): Invoke MD_ASM_CLOBBERS if present.
H A DChangeLog.6377 (expand_asm_operands): ... here. Loop over the operands twice,
8396 * stmt.c (expand_asm_operands): Update commentary.
8702 (expand_asm_operands): Handle named operands. Use strtoul
8704 (check_operand_nalternatives): Split out from expand_asm_operands.
17877 (expand_asm_operands): ... here. Use parse_output_constraint.
H A DChangeLog.33914 * stmt.c (expand_asm_operands): Constify filename parameter.
9394 * stmt.c (expand_asm_operands): Don't promote the temporary.
9410 * stmt.c (expand_asm_operands): Likewise.
12811 expand_asm_operands): Likewise.
H A DChangeLog.07826 (expand_asm_operands): Remove unused variable val1.
7881 * stmt.c (expand_asm_operands): Correctly identify asm statements
9550 * stmt.c (expand_asm_operands): If an ASM has no outputs, then treat
H A DChangeLog.711614 * stmt.c (expand_asm_operands): Revert last patch from Richard
11791 * stmt.c (expand_asm_operands): Validate outputs vs asm_operand_ok.
12178 * stmt.c (expand_asm_operands): Use langhook.
H A DChangeLog.53530 * stmt.c (expand_asm_operands): For inout operands, make sure
3740 * stmt.c (expand_asm_operands): Be able to offload addressof
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c6132 expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line);