コード例 #1
0
ファイル: CpuEmiter.Vfpu.cs プロジェクト: mrcmunir/cspspemu
 public void vpfxt()
 {
     PrefixTarget.EnableAndSetValueAndPc(Instruction.Value, PC);
 }
コード例 #2
0
 public AstNodeStm Vmov()
 {
     PrefixTarget.Consume();
     return(VecVd.SetVector(index => VecVs[index], _pc));
 }