Searched refs:expand_asm_operands (Results 1 – 17 of 17) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | stmt.c | 644 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 D | tree.h | 3093 extern void expand_asm_operands PARAMS ((tree, tree, tree, tree, int,
|
H A D | FSFChangeLog.10 | 2944 * 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 D | ChangeLog.4 | 43 * 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 D | stmt.c | 1480 expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line) in expand_asm_operands() function
|
H A D | c-typeck.c | 7033 expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line);
|
H A D | ChangeLog.1 | 757 * 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 D | FSFChangeLog.11 | 3 * 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 D | ChangeLog | 2984 * 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 D | FSFChangeLog | 2362 * stmt.c (expand_asm_operands): Properly treat asm statement
|
H A D | ChangeLog.2 | 3886 * 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 D | ChangeLog.6 | 377 (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 D | ChangeLog.3 | 3914 * 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 D | ChangeLog.0 | 7826 (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 D | ChangeLog.7 | 11614 * 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 D | ChangeLog.5 | 3530 * 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 D | typeck.c | 6132 expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line);
|