Home
last modified time | relevance | path

Searched refs:ASRW (Results 1 – 7 of 7) sorted by relevance

/plan9/sys/src/cmd/qc/
H A Dpeep.c248 case ASRW: t = ASRWCC; break; in peep()
399 case ASRW: in subprop()
677 case ASRW: in copyu()
837 case ASRW: in a2type()
H A Dtxt.c1150 a = ASRW; in gopcode()
1373 gins3(ASRW, nodconst(f1->vconst-32), f2->left, t->right); in gopcode64()
1393 gins3(ASRW, f1, f2->right, t->right); in gopcode64()
1398 gins3(ASRW, &nod, f2->left, &nod1); in gopcode64()
1400 gins3(ASRW, f1, f2->left, t->left); in gopcode64()
1436 gins3(ASRW, f1, f2->right, t->right); in gopcode64()
1481 gins3(ASRW, &nod, f2->right, &nod1); in gopcode64()
H A Dq.out.h212 ASRW, enumerator
/plan9/sys/src/libmach/9c/
H A D9.out.h215 ASRW, enumerator
/plan9/sys/src/cmd/ql/
H A Dasmout.c604 if(p->as == ASRW || p->as == ASRWCC) { /* shift right */ in asmout()
1153 case ASRW: return OPVCC(31,536,0,0); in oprrr()
H A Dspan.c813 oprange[ASRW] = oprange[r]; in buildop()
/plan9/sys/src/cmd/qa/
H A Dlex.c339 "SRW", LSHW, ASRW,