Skip to content
This repository has been archived by the owner on Dec 11, 2018. It is now read-only.

Commit

Permalink
Add flag-setting and
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwiggers committed Oct 25, 2014
1 parent a85f5a0 commit 2dd7399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qhasm-arm-desc
Expand Up @@ -417,7 +417,7 @@ echo "r = s & ~(t unsigned>> n):>r=int32:<s=int32:<t=int32:#n:asm/bic >r,<s,<t,L
echo "r = s & ~(t unsigned>> u):>r=int32:<s=int32:<t=int32:<u=int32:asm/bic >r,<s,<t,LSR <u:"

echo "XXX"
for OP in '+,adds' '-,subs'; do
for OP in '+,adds' '-,subs' '&,ands'; do
QOP=`echo $OP | sed "s/,.*//"`
AOP=`echo $OP | sed "s/.*,//"`
FLAGS=">?unsigned>:>?unsigned<:>?signed>:>?signed<:>?negative:>?overflow:>?carry:"
Expand Down

0 comments on commit 2dd7399

Please sign in to comment.