예제 #1
0
파일: AAOprec.cs 프로젝트: melbcat/reko
 internal LogMovImmOprec(AA64Opcode opcodeLog, string fmtLog, AA64Opcode opcodeMov, string fmtMov)
 {
     this.logical = new AAOprec(opcodeLog, fmtLog);
     this.mov = new AAOprec(opcodeMov, fmtMov);
 }
예제 #2
0
 internal LogMovImmOprec(AA64Opcode opcodeLog, string fmtLog, AA64Opcode opcodeMov, string fmtMov)
 {
     this.logical = new AAOprec(opcodeLog, fmtLog);
     this.mov     = new AAOprec(opcodeMov, fmtMov);
 }