Home
last modified time | relevance | path

Searched refs:has2ops (Results 1 – 2 of 2) sorted by relevance

/original-bsd/old/pcc/c2.tahoe/
H A Dc2.h52 #define has2ops(p) (((p)->subop>>4) == OP2) macro
H A Dc21.c550 if (has2ops(p)) return(regs[RT3]);
615 if (has2ops(p)) {
654 if (has2ops(p->forw) && equstr(src,regs[RT2])) {
679 (has2ops(p) && tempreg(regs[RT2],r) && uses[r]==0)) {