view python/target/armv7.lidl @ 294:e89cca5779b0

Merge
author Windel Bouwman
date Thu, 28 Nov 2013 20:39:56 +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;
  }
}