summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/FileManager.cpp
diff options
context:
space:
mode:
authorJack Carter <jcarter@mips.com>2012-07-18 06:41:36 +0000
committerJack Carter <jcarter@mips.com>2012-07-18 06:41:36 +0000
commita62ba828250a2b029b4c4d3e05452755daa7e817 (patch)
tree9e849f4e2d7cf16c1c0bd6ffd11949e131a5168d /clang/lib/Basic/FileManager.cpp
parent4dbfad627ee6ad4d8f479d7369ceba5a2d1227f9 (diff)
downloadbcm5719-llvm-a62ba828250a2b029b4c4d3e05452755daa7e817.tar.gz
bcm5719-llvm-a62ba828250a2b029b4c4d3e05452755daa7e817.zip
Mips specific inline asm operand modifier 'M':
Print the high order register of a double word register operand. In 32 bit mode, a 64 bit double word integer will be represented by 2 32 bit registers. This modifier causes the high order register to be used in the asm expression. It is useful if you are using doubles in assembler and continue to control register to variable relationships. This patch also fixes a related bug in a previous patch: case 'D': // Second part of a double word register operand case 'L': // Low order register of a double word register operand case 'M': // High order register of a double word register operand I got 'D' and 'M' confused. The second part of a double word operand will only match 'M' for one of the endianesses. I had 'L' and 'D' be the opposite twins when 'L' and 'M' are. llvm-svn: 160429
Diffstat (limited to 'clang/lib/Basic/FileManager.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud