コード例 #1
0
ファイル: MipsAssembler.cs プロジェクト: rajeshwarn/cspspemu
 public static uint ParseVfprConstantName(string registerName)
 {
     return((uint)VfpuConstants.GetConstantIndexByName(registerName));
 }