summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorSimon Dardis <simon.dardis@imgtec.com>2016-10-18 14:28:00 +0000
committerSimon Dardis <simon.dardis@imgtec.com>2016-10-18 14:28:00 +0000
commit05fe9f3914c67ddde7f28ebeff8b9ccf0ad0bfc9 (patch)
tree5321bed7432cd3f74520de4b2b5fe276464b8d02 /bindings
parentd5f902eb11d67d541688f0bd49cf1930930f2bba (diff)
[mips] Macro expansion for ld, sd for O32
ld and sd when assembled for the O32 ABI expand to a pair of 32 bit word loads or stores using the specified source or destination register and the next register. This patch does not add support for the cases where the offset is greater than a 16 bit signed immediate as that would lead to a wrong/misleading error message as the assembler would report "instruction requires a CPU feature not currently enabled" for ld & sd for MIPS64 when their offset is not a signed 16 bit number. This fixes PR/29159. Thanks to Sean Bruno for reporting this issue! Reviewers: vkalintiris, seanbruno, zoran.jovanovic Differential Review: https://reviews.llvm.org/D24556 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284481 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings')
0 files changed, 0 insertions, 0 deletions