Home
last modified time | relevance | path

Searched refs:ASM_STRING (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-pretty-print.cc3277 dump_generic_node (pp, ASM_STRING (node), spc, flags, false); in dump_generic_node()
H A Dtree.def991 /* Used to represent an inline assembly statement. ASM_STRING returns a
H A Dtree.h1313 #define ASM_STRING(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 0) macro
H A Dgimplify.cc6848 stmt = gimple_build_asm_vec (TREE_STRING_POINTER (ASM_STRING (expr)), in gimplify_asm_expr()
H A DChangeLog-200015974 (ASM_STRING): Likewise.
16130 (ASM_STRING): Likewise.
H A DChangeLog.tree-ssa15560 CASE_LABEL_DECL, GOTO_DESTINATION, ASM_STRING, ASM_OUTPUTS,
H A DChangeLog-200433212 (ASM_CV_QUAL, ASM_STRING, ASM_OUTPUTS, ASM_INPUTS,
34013 ASM_STRING, ASM_OUTPUTS, ASM_INPUTS, ASM_CLOBBERS,
H A DChangeLog-200533306 CASE_HIGH, CASE_LABEL, ASM_STRING, ASM_OUTPUTS, ASM_INPUTS,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-pretty-print.c3082 dump_generic_node (pp, ASM_STRING (node), spc, flags, false); in dump_generic_node()
H A Dtree.def979 /* Used to represent an inline assembly statement. ASM_STRING returns a
H A Dtree.h1284 #define ASM_STRING(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 0) macro
H A Dgimplify.c6530 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 Dgeneric.texi2019 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 Dgccint.info11712 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 Dgeneric.texi1967 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 Dgccint.info11302 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 DChangeLog-20003010 (ASM_STRING): Likewise.
H A Dpt.cc19032 tree string = RECUR (ASM_STRING (t)); in tsubst_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c18420 tree string = RECUR (ASM_STRING (t)); in tsubst_expr()