Home
last modified time | relevance | path

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

/plan9/sys/src/9/ppc/
H A Ddat.h139 struct IMM;
140 typedef struct IMM IMM; typedef
157 IMM* immr;
H A Dm8260.h257 typedef struct IMM IMM; typedef
258 struct IMM { struct
542 /*0x10000*/ IMM;
652 extern IMM* iomem;
H A Dimm.h590 typedef struct IMM IMM; typedef
591 struct IMM { struct
723 extern IMM* imm;
H A Dm8260.c118 IMM* iomem = (IMM*)IOMEM;
H A Detherfcc.c504 IMM* imm;
/plan9/sys/src/cmd/8c/
H A Dcgen64.c1694 #define IMM(l, r) ((l) | ((r) << 1)) in cgen64() macro
1696 lri = IMM(li, ri); in cgen64()
1712 case IMM(0, 0): in cgen64()
1737 case IMM(0, 1): in cgen64()
1745 case IMM(1, 0): in cgen64()
1747 lri = IMM(0, 0); in cgen64()
1757 case IMM(1, 1): in cgen64()
1767 case IMM(0, 0): in cgen64()
1770 case IMM(0, 1): in cgen64()
1789 case IMM(1, 0): in cgen64()
[all …]
/plan9/sys/src/libmach/
H A D68020db.c348 IMM, /* immediate */ enumerator
973 ap->eatype = IMM; in getimm()
1215 ap->eatype = IMM; in decode()
1221 ap->eatype = IMM; in decode()
1228 ap->eatype = IMM; in decode()
1233 ap->eatype = IMM; in decode()
1243 ap->eatype = IMM; in decode()
1252 ap->eatype = IMM; in decode()
1555 case IMM: in pea()