Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
edb0c26d
Commit
edb0c26d
authored
Mar 17, 2014
by
James Zern
Committed by
Gerrit Code Review
Mar 17, 2014
Browse files
Merge "thumb: Clarify a comment about the conversions that are done"
parents
1ced9764
317e07ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/make/thumb.pm
View file @
edb0c26d
...
...
@@ -51,7 +51,7 @@ sub FixThumbInstructions($$)
# Convert register post indexing to a separate add instruction.
# This converts "ldrneb r9, [r0], r2" into "ldrneb r9, [r0]",
# "add r0, r2".
# "add
ne r0,
r0, r2".
s/^(\s*)((ldr|str)(ne)?[bhd]?)(\s+)(\w+),(\s*\w+,)?\s*\[(\w+)\],\s*(\w+)/$1$2$5$6,$7 [$8]\n$1add$4$5$8, $8, $9/g
;
# Convert a conditional addition to the pc register into a series of
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment