view python/target/armv7.lidl @ 292:534b94b40aa8

Fixup reorganize
author Windel Bouwman
date Wed, 27 Nov 2013 08:06:42 +0100
parents
children 44f336460c2a
line wrap: on
line source



instruction yield {
  encoding: 0xbf10
}

base rrr_base {
  encoding: ''
}

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