view python/target/armv7.lidl @ 308:2e7f55319858

Merged analyse into codegenerator
author Windel Bouwman
date Fri, 13 Dec 2013 11:53:29 +0100
parents 534b94b40aa8
children 44f336460c2a
line wrap: on
line source



instruction yield {
  encoding: 0xbf10
}

base rrr_base {
  encoding: ''
}

instruction add : rrr_base {
  semantics: {
    Rd = Rm + Rn;
  }
}