Esempio n. 1
0
 public AInst(AInstInterpreter Interpreter, AInstEmitter Emitter, Type Type)
 {
     this.Interpreter = Interpreter;
     this.Emitter     = Emitter;
     this.Type        = Type;
 }
Esempio n. 2
0
 private static void SetA32(string Encoding, AInstInterpreter Interpreter, Type Type)
 {
     Set(Encoding, new AInst(Interpreter, null, Type), AExecutionMode.AArch32);
 }