Searched refs:ASM_STRING (Results 1 – 19 of 19) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-pretty-print.cc | 3277 dump_generic_node (pp, ASM_STRING (node), spc, flags, false); in dump_generic_node()
|
H A D | tree.def | 991 /* Used to represent an inline assembly statement. ASM_STRING returns a
|
H A D | tree.h | 1313 #define ASM_STRING(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 0) macro
|
H A D | gimplify.cc | 6848 stmt = gimple_build_asm_vec (TREE_STRING_POINTER (ASM_STRING (expr)), in gimplify_asm_expr()
|
H A D | ChangeLog-2000 | 15974 (ASM_STRING): Likewise. 16130 (ASM_STRING): Likewise.
|
H A D | ChangeLog.tree-ssa | 15560 CASE_LABEL_DECL, GOTO_DESTINATION, ASM_STRING, ASM_OUTPUTS,
|
H A D | ChangeLog-2004 | 33212 (ASM_CV_QUAL, ASM_STRING, ASM_OUTPUTS, ASM_INPUTS, 34013 ASM_STRING, ASM_OUTPUTS, ASM_INPUTS, ASM_CLOBBERS,
|
H A D | ChangeLog-2005 | 33306 CASE_HIGH, CASE_LABEL, ASM_STRING, ASM_OUTPUTS, ASM_INPUTS,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-pretty-print.c | 3082 dump_generic_node (pp, ASM_STRING (node), spc, flags, false); in dump_generic_node()
|
H A D | tree.def | 979 /* Used to represent an inline assembly statement. ASM_STRING returns a
|
H A D | tree.h | 1284 #define ASM_STRING(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 0) macro
|
H A D | gimplify.c | 6530 stmt = gimple_build_asm_vec (TREE_STRING_POINTER (ASM_STRING (expr)), in gimplify_asm_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | generic.texi | 2019 The @code{ASM_STRING} macro will return a @code{STRING_CST} node for 2028 The first string is the @code{ASM_STRING}, containing the instruction
|
H A D | gccint.info | 11712 The 'ASM_STRING' macro will return a 'STRING_CST' node for '"mov x, 11718 The first string is the 'ASM_STRING', containing the instruction
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | generic.texi | 1967 The @code{ASM_STRING} macro will return a @code{STRING_CST} node for 1976 The first string is the @code{ASM_STRING}, containing the instruction
|
H A D | gccint.info | 11302 The 'ASM_STRING' macro will return a 'STRING_CST' node for '"mov x, 11308 The first string is the 'ASM_STRING', containing the instruction
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2000 | 3010 (ASM_STRING): Likewise.
|
H A D | pt.cc | 19032 tree string = RECUR (ASM_STRING (t)); in tsubst_expr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | pt.c | 18420 tree string = RECUR (ASM_STRING (t)); in tsubst_expr()
|