Searched refs:offstar (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/bsd/pcc/dist/pcc/arch/nova/
H A Dorder.c61 offstar(NODE *p, int shape) function
66 printf("offstar(%p)\n", p);
82 * Do the actual conversion of offstar-found OREGs into real OREGs.
92 * Shape matches for UMUL. Cooperates with offstar().
/netbsd-current/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dorder.c35 offstar(NODE *p, int shape) function
38 printf("offstar(%p)\n", p);
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dorder.c56 offstar(NODE *p, int shape) function
61 printf("offstar(%p)\n", p);
78 * Do the actual conversion of offstar-found OREGs into real OREGs.
87 * Shape matches for UMUL. Cooperates with offstar().
/netbsd-current/external/bsd/pcc/dist/pcc/arch/vax/
H A Dorder.c300 offstar(NODE *p, int shape) function
304 printf("offstar(%p)\n", p);
335 offstar( p, s ) register NODE *p; {
374 offstar( p->n_left, 0 );
393 offstar( p->n_right->n_left, 0 );
406 offstar( p->n_right->n_left );
450 offstar(p->n_right->n_left);
456 offstar( p->n_left->n_left );
460 offstar( p->left->left->left );
491 offstar(
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/arch/mips/
H A Dorder.c55 offstar(NODE * p, int shape) function
58 printf("offstar(%p)\n", p);
72 * Do the actual conversion of offstar-found OREGs into real OREGs.
82 * Shape matches for UMUL. Cooperates with offstar().
/netbsd-current/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dorder.c53 offstar(NODE *p, int shape) function
58 printf("offstar(%p)\n", p);
76 * Do the actual conversion of offstar-found OREGs into real OREGs.
98 * Shape matches for UMUL. Cooperates with offstar().
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dorder.c47 offstar(NODE *p, int shape) function
52 printf("offstar(%p)\n", p);
163 * Do the actual conversion of offstar-found OREGs into real OREGs.
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dorder.c67 offstar(NODE *p, int shape) function
70 printf("offstar(%p)\n", p);
93 * Do the actual conversion of offstar-found OREGs into real OREGs.
122 * Shape matches for UMUL. Cooperates with offstar().
134 return SROREG; /* Calls offstar */
/netbsd-current/external/bsd/pcc/dist/pcc/arch/arm/
H A Dorder.c59 offstar(NODE *p, int shape) function
/netbsd-current/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dorder.c60 offstar(NODE *p, int shape) function
65 printf("offstar(%p)\n", p);
115 * Shape matches for UMUL. Cooperates with offstar().
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i86/
H A Dorder.c51 offstar(NODE *p, int shape) function
56 printf("offstar(%p)\n", p);
82 * Do the actual conversion of offstar-found OREGs into real OREGs.
104 * Shape matches for UMUL. Cooperates with offstar().
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i386/
H A Dorder.c51 offstar(NODE *p, int shape) function
56 printf("offstar(%p)\n", p);
82 * Do the actual conversion of offstar-found OREGs into real OREGs.
104 * Shape matches for UMUL. Cooperates with offstar().
/netbsd-current/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dorder.c83 offstar(NODE *p, int shape) function
88 printf("offstar(%p)\n", p);
132 * Do the actual conversion of offstar-found OREGs into real OREGs.
193 * Shape matches for UMUL. Cooperates with offstar().
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dorder.c79 offstar(NODE *p, int shape) function
82 printf("offstar(%p)\n", p);
96 * Shape matches for UMUL. Cooperates with offstar().
/netbsd-current/external/bsd/pcc/dist/pcc/mip/
H A Dpass2.h277 void offstar(NODE *p, int shape);
H A Dmatch.c179 return SROREG; /* Calls offstar to traverse down */
410 * - SROREG - create OREG; call offstar().
430 offstar(p->n_left->n_left, shape);
433 offstar(p->n_left, shape);
506 case SROREG: /* call offstar to prepare for OREG conversion */

Completed in 145 milliseconds