HomeSort by: relevance | last modified time | path
    Searched refs:XASM (Results 1 - 18 of 18) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/mip/
node.h 220 #define XASM 53
reader.c 206 if (p->n_op == XASM)
266 case XASM:
425 if (p->n_op == XASM) {
709 case XASM:
907 case XASM:
1061 uerror("bad xasm arg number %c", w[1]);
1321 case XASM:
1802 comperr("xasm m and reg");
1828 uerror("unsupported xasm option string '%s'", p->n_name);
1841 if (ip->type != IP_NODE || ip->ip_node->n_op != XASM)
    [all...]
common.c 530 { XASM, "XASM", BITYPE, },
optim2.c 1639 case XASM:
2088 uerror("bad xasm node type %d", p->n_op);
2099 uerror("bad xasm node type2");
2138 if (ip->ip_node->n_op == XASM)
regs.c 1309 uerror("bad xasm node type %d", p->n_op);
1320 uerror("bad xasm node type2");
1349 comperr("unsupported xasm constraint %s", p->n_name);
1569 if (ip->ip_node->n_op == XASM)
1721 if (ip->ip_node->n_op == XASM) {
2994 if (ip->ip_node->n_op != XASM) {
  /src/external/bsd/pcc/dist/pcc/arch/m68k/
code.c 138 p = block(XASM, p, bcon(0), INT, 0, 0);
local2.c 585 case XASM:
771 * Do something target-dependent for xasm arguments.
  /src/external/bsd/pcc/dist/pcc/arch/vax/
code.c 402 q = block(XASM, q, block(ICON, 0, 0, STRTY, 0, 0), INT, 0, 0);
  /src/external/bsd/pcc/dist/pcc/arch/amd64/
local.c 204 r = block(XASM, r, q, INT, 0, 0);
243 r = block(XASM, r, q, INT, 0, 0);
local2.c 761 * gcc xasm has the ability to generate different asm types
804 case XASM:
1043 * Do something target-dependent for xasm arguments.
1097 uerror("xasm arg not constant");
1104 uerror("xasm val out of range");
1148 uerror("bad xasm arg number %c", w[1]);
1235 * Check for other names of the xasm constraints registers.
  /src/external/bsd/pcc/dist/pcc/arch/i386/
code.c 230 p = block(XASM, p, bcon(0), INT, 0, 0);
local2.c 978 * Extract float args to XASM and ensure that they are put on the stack
992 /* index all xasm args first */
1085 if (ip->ip_node->n_op == XASM)
1351 * Do something target-dependent for xasm arguments.
1418 uerror("xasm arg not constant");
1425 uerror("xasm val out of range");
1534 * Check for other names of the xasm constraints registers.
1538 * Check for other names of the xasm constraints registers.
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
inline.c 151 q->n_op == XASM || q->n_op == XARG) {
trees.c 1980 if (p->n_op == XARG || p->n_op == XASM)
2718 p->n_op == XASM || p->n_op == XARG)
2896 case XASM:
cgram.y 276 designator_list designator xasm oplist oper cnstr funtype
1001 | C_ASM mvol '(' svstr xasm ')' { mkxasm($4, $5); }
1011 xasm: ':' oplist { $$ = xcmop($2, NULL, NULL); } label
2077 * Generate a XASM node based on a string and an expression.
2084 q = biop(XASM, p->n_left, p->n_right);
  /src/external/bsd/pcc/dist/pcc/arch/i86/
local2.c 998 * Extract float args to XASM and ensure that they are put on the stack
1012 /* index all xasm args first */
1096 if (ip->ip_node->n_op == XASM)
1344 * Do something target-dependent for xasm arguments.
1411 uerror("xasm arg not constant");
1418 uerror("xasm val out of range");
1523 * Check for other names of the xasm constraints registers.
1527 * Check for other names of the xasm constraints registers.
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
trees.c 1910 if (p->n_op == XARG || p->n_op == XASM)
2733 case XASM:
2825 case XASM:
cgram.y 249 designator_list designator xasm oplist oper cnstr
1011 | C_ASM mvol '(' string xasm ')' { mkxasm($4, $5); }
1018 xasm: ':' oplist { $$ = xcmop($2, NIL, NIL); } label
2115 * Generate a XASM node based on a string and an expression.
2122 q = biop(XASM, p->n_left, p->n_right);

Completed in 40 milliseconds