Ejemplo n.º 1
0
 internal LogMovImmOprec(AA64Opcode opcodeLog, string fmtLog, AA64Opcode opcodeMov, string fmtMov)
 {
     this.logical = new AAOprec(opcodeLog, fmtLog);
     this.mov = new AAOprec(opcodeMov, fmtMov);
 }
Ejemplo n.º 2
0
 internal LogMovImmOprec(AA64Opcode opcodeLog, string fmtLog, AA64Opcode opcodeMov, string fmtMov)
 {
     this.logical = new AAOprec(opcodeLog, fmtLog);
     this.mov     = new AAOprec(opcodeMov, fmtMov);
 }