Home | History | Annotate | Download | only in R600

Lines Matching defs:Named

37   } Named;
127 Result.Named.VM = !!(TSFlags & SIInstrFlags::VM_CNT);
130 Result.Named.EXP = !!(TSFlags & SIInstrFlags::EXP_CNT &&
141 Result.Named.LGKM = Size > 4 ? 2 : 1;
144 Result.Named.LGKM = 0;
212 if (Increment.Named.EXP) {
286 if (Counts.Named.EXP == 0)
291 .addImm((Counts.Named.VM & 0xF) |
292 ((Counts.Named.EXP & 0x7) << 4) |
293 ((Counts.Named.LGKM & 0x7) << 8));