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