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

Fixup reorganize
author Windel Bouwman
date Wed, 27 Nov 2013 08:06:42 +0100
parents
children 44f336460c2a
comparison
equal deleted inserted replaced
290:7b38782ed496 292:534b94b40aa8
1
2
3 instruction yield {
4 encoding: 0xbf10
5 }
6
7 base rrr_base {
8 encoding: ''
9 }
10
11 instruction add : rrr_base {
12 semantics: {
13 Rd = Rm + Rn;
14 }
15 }
16