C# Class Reko.Arch.Pdp11.Pdp11Rewriter

ファイルを表示 Open project: uxmal/reko

Private Methods

Method Description
RewriteAdc ( Pdp11Instruction instr ) : void
RewriteAdd ( Pdp11Instruction instr ) : void
RewriteAsl ( Pdp11Instruction instr ) : void
RewriteAsr ( Pdp11Instruction instr ) : void
RewriteBic ( Pdp11Instruction instr ) : void
RewriteBis ( Pdp11Instruction instr ) : void
RewriteBit ( Pdp11Instruction instr ) : void
RewriteBr ( Pdp11Instruction instr ) : void
RewriteBxx ( Pdp11Instruction instr, ConditionCode cc, FlagM flags ) : void
RewriteClr ( Pdp11Instruction instr, Expression src ) : void
RewriteCmp ( Pdp11Instruction instr ) : void
RewriteDiv ( Pdp11Instruction instr ) : void
RewriteEmt ( Pdp11Instruction instr ) : void
RewriteHalt ( ) : void
RewriteIncDec ( Pdp11Instruction instr, Func fn ) : void
RewriteJmp ( Pdp11Instruction instr ) : void
RewriteJsr ( Pdp11Instruction instr ) : void
RewriteMov ( Pdp11Instruction instr ) : void
RewriteNeg ( Pdp11Instruction instr ) : void
RewriteReset ( ) : void
RewriteRol ( Pdp11Instruction instr ) : void
RewriteRts ( Pdp11Instruction instr ) : void
RewriteShift ( Pdp11Instruction instr ) : void
RewriteSub ( Pdp11Instruction instr ) : void
RewriteSxt ( Pdp11Instruction instr ) : void
RewriteTrap ( Pdp11Instruction instr ) : void
RewriteTst ( Pdp11Instruction instr ) : void
RewriteWait ( ) : void
RewriteXor ( Pdp11Instruction instr ) : void