Searched refs:IMM (Results 1 – 7 of 7) sorted by relevance
| /plan9/sys/src/9/ppc/ |
| H A D | dat.h | 139 struct IMM; 140 typedef struct IMM IMM; typedef 157 IMM* immr;
|
| H A D | m8260.h | 257 typedef struct IMM IMM; typedef 258 struct IMM { struct 542 /*0x10000*/ IMM; 652 extern IMM* iomem;
|
| H A D | imm.h | 590 typedef struct IMM IMM; typedef 591 struct IMM { struct 723 extern IMM* imm;
|
| H A D | m8260.c | 118 IMM* iomem = (IMM*)IOMEM;
|
| H A D | etherfcc.c | 504 IMM* imm;
|
| /plan9/sys/src/cmd/8c/ |
| H A D | cgen64.c | 1694 #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 D | 68020db.c | 348 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()
|