Пример #1
0
 public static uint ParseVfprConstantName(string registerName)
 {
     return((uint)VfpuConstants.GetConstantIndexByName(registerName));
 }
 public AstNodeStm Vcst() =>
 CelVd.Set(VfpuConstants.GetConstantValueByIndex((int)_instruction.Imm5).Value, _pc);