diff options
author | Johnny Chen <johnny.chen@apple.com> | 2010-03-04 17:40:44 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2010-03-04 17:40:44 +0000 |
commit | 334db0ce7f2fc39f4644dd50e878f467a2a0f89b (patch) | |
tree | 96b3508ca027483bd186f382038840db689a0ab3 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 77ffdaf0336dbb53102c6e3433bfb24018af0437 (diff) | |
download | bcm5719-llvm-334db0ce7f2fc39f4644dd50e878f467a2a0f89b.tar.gz bcm5719-llvm-334db0ce7f2fc39f4644dd50e878f467a2a0f89b.zip |
Added 32-bit Thumb instructions for Preload Data (PLD, PLDW) and Preload
Instruction (PLI) for disassembly only.
According to A8.6.120 PLI (immediate, literal), for example, different
instructions are generated for "pli [pc, #0]" and "pli [pc, #-0"]. The
disassembler solves it by mapping -0 (negative zero) to -1, -1 to -2, ..., etc.
llvm-svn: 97731
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions