Home
last modified time | relevance | path

Searched refs:ASM_STMT (Results 1 – 8 of 8) sorted by relevance

/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-asm.h306 # define CVMX_RDHWRX(result, regstr, ASM_STMT) ({ \ argument
309 ASM_STMT (".set\tpush\n" \
317 ASM_STMT ("rdhwr\t%0,$31\n" \
323 ASM_STMT ("rdhwr\t%0,$" CVMX_TMP_STR(regstr) : "=d"(_v)); \
/NextBSD/contrib/gcc/
HDChangeLog.tree-ssa10563 * c-simplify.c (c_simplify_stmt): case ASM_STMT: Ensure qualifiers
14990 Replace ASM_STMT with ASM_EXPR. Don't check for EXPR_STMT.
15551 * c-common.def (ASM_STMT): Only 4 operands.
16245 for the ASM_OUTPUTS and ASM_CLOBBERS expressions of an ASM_STMT.
18444 the switch. Add FILE_STMT, LABEL_STMT, GOTO_STMT, ASM_STMT cases.
18491 ASM_STMT: New code for printing this node.
HDChangeLog-200429388 * doc/c-tree.texi (ASM_EXPR): Rename from ASM_STMT.
29497 * c-common.def (ASM_STMT): Remove.
29498 * c-common.h (c_common_stmt_codes): Remove ASM_STMT.
33205 * c-common.def (ASM_STMT): Change number of operands
HDChangeLog-200015985 LABEL_STMT, ASM_STMT, SCOPE_STMT, CASE_LABEL, STMT_EXPR.
16150 CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
/NextBSD/contrib/gcc/cp/
HDChangeLog-20023000 * pt.c (tsubst_expr) [ASM_STMT]: Copy ASM_INPUT_P.
HDChangeLog-20003030 CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
HDChangeLog-19994696 * pt.c (tsubst_expr, case ASM_STMT): Don't tsubst into
HDChangeLog-19985595 * cp-tree.def: Add ASM_STMT tree node.