Lines Matching refs:Prefix
497 // Parse one register of the form %<prefix><number>.
501 // Eat the % prefix.
510 // Check that there's a prefix.
514 char Prefix = Name[0];
520 // Look for valid combinations of prefix and number.
521 if (Prefix == 'r' && Reg.Num < 16)
523 else if (Prefix == 'f' && Reg.Num < 16)
525 else if (Prefix == 'v' && Reg.Num < 32)
527 else if (Prefix == 'a' && Reg.Num < 16)
541 // RegV Group, since the f-prefix yields the FP group even while used