Example #1
0
 /// <summary>
 /// Start of code generation for a block.
 /// </summary>
 /// <param name="block">The started block.</param>
 protected virtual void BlockStart(BasicBlock block)
 {
     codeEmitter.Label(block.Label);
 }
Example #2
0
 /// <summary>
 /// Adds the label to code stream.
 /// </summary>
 /// <param name="emitter">The emitter.</param>
 public void AddLabelToCodeStream(ICodeEmitter emitter)
 {
     emitter.Label(0x50000000 + this.label);
 }
Example #3
0
 /// <summary>
 /// Adds the label to code stream.
 /// </summary>
 /// <param name="emitter">The emitter.</param>
 public void AddLabelToCodeStream(ICodeEmitter emitter)
 {
     emitter.Label(0x50000000 + this.label);
 }