Searched refs:asm_operands (Results 1 – 6 of 6) sorted by relevance
| /trueos/contrib/gcc/doc/ |
| HD | rtl.texi | 665 @cindex @code{asm_operands} and @samp{/v} 666 @cindex @code{volatil}, in @code{mem}, @code{asm_operands}, and @code{asm_input} 668 In @code{mem}, @code{asm_operands}, and @code{asm_input} expressions, 999 In a @code{mem}, @code{asm_operands}, or @code{asm_input} 2881 @cindex @code{asm_operands}, usage 2882 The RTX code @code{asm_operands} represents a value produced by a 2892 is represented using a single @code{asm_operands} RTX which represents 2897 (asm_operands "foo %1,%2,%0" "a" 0 2904 Here the operands of the @code{asm_operands} RTX are the assembler 2913 contains a @code{asm_operands}; all of these share the same assembler [all …]
|
| HD | extend.texi | 4456 asm_operands insns. These rules apply only to the operands that are 4461 Given a set of input regs that die in an asm_operands, it is 4515 are dead before the asm_operands, and are pushed by the asm_operands.
|
| /trueos/contrib/gcc/ |
| HD | rtl.def | 200 DEF_RTL_EXPR(ASM_OPERANDS, "asm_operands", "ssiEEi", RTX_EXTRA) 214 DEF_RTL_EXPR(ASM_OPERANDS, "asm_operands", "ssiEEsi", RTX_EXTRA)
|
| HD | ChangeLog-1998 | 3238 * combine.c (subst): Process the inputs to a parallel asm_operands
|
| HD | ChangeLog-2003 | 12664 * cse.c (count_reg_usage): Handle asm_operands properly.
|
| /trueos/contrib/gcc/cp/ |
| HD | parser.c | 15184 tree asm_operands = NULL_TREE; in cp_parser_asm_operand_list() local 15217 asm_operands = tree_cons (build_tree_list (name, string_literal), in cp_parser_asm_operand_list() 15219 asm_operands); in cp_parser_asm_operand_list() 15228 return nreverse (asm_operands); in cp_parser_asm_operand_list()
|