示例#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);
 }