repo.or.cz
/
sixpic.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changed the way jumps are generated to avoid generating jumps to the
[sixpic.git]
/
tests
/
arrays
/
register-allocation-divide.c
blob
b536887bea24c45df35d8cff4351ef376545c4b0
1
// test to see if register allocation is tight before stopping for the memory divide
2
byte SIXPIC_MEMORY_DIVIDE
=
4
;
3
byte x
=
1
;
4
byte y
=
2
;
5
byte z
=
3
;
6
byte w
=
4
;
7
w
+
z
;