summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2013-06-26 13:49:15 +0000
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2013-06-26 13:49:15 +0000
commit0b8594268feb1c804370541c7853e658caee0ae5 (patch)
treedc7535ada4e2ac46955bc2ded537f1e68e811903 /tools
parent6e0857e0b6b241e8b698417659a5821f15290a63 (diff)
downloadllvm-0b8594268feb1c804370541c7853e658caee0ae5.tar.gz
llvm-0b8594268feb1c804370541c7853e658caee0ae5.tar.bz2
llvm-0b8594268feb1c804370541c7853e658caee0ae5.tar.xz
[PowerPC] Support symbolic u16imm operands
Currently, all instructions taking s16imm operands support symbolic operands. However, for u16imm operands, we only support actual immediate integers. This causes the assembler to reject code like ori %r5, %r5, symbol@l This patch changes the u16imm operand definition to likewise accept symbolic operands. In fact, s16imm and u16imm can share the same encoding routine, now renamed to getImm16Encoding. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184944 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions