diff options
author | Simon Atanasyan <simon@atanasyan.com> | 2019-07-17 08:11:31 +0000 |
---|---|---|
committer | Simon Atanasyan <simon@atanasyan.com> | 2019-07-17 08:11:31 +0000 |
commit | a884afb6f8ea18f89de767f56f54b43c93fa8b85 (patch) | |
tree | 5db106ae71822bd82850504bd4bd6ca6c742d884 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py | |
parent | 7f308af5eeea2d1b24aee0361d39dc43bac4cfe5 (diff) | |
download | bcm5719-llvm-a884afb6f8ea18f89de767f56f54b43c93fa8b85.tar.gz bcm5719-llvm-a884afb6f8ea18f89de767f56f54b43c93fa8b85.zip |
[mips] Implement .cplocal directive
This directive forces to use the alternate register for context pointer.
For example, this code:
.cplocal $4
jal foo
expands to:
ld $25, %call16(foo)($4)
jalr $25
Differential Revision: https://reviews.llvm.org/D64743
llvm-svn: 366300
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py')
0 files changed, 0 insertions, 0 deletions