aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorJozef Kolek <jozef.kolek@imgtec.com>2015-01-20 16:45:27 +0000
committerJozef Kolek <jozef.kolek@imgtec.com>2015-01-20 16:45:27 +0000
commit45f7f9c1abc90ad9fd90012993b45a6fc6dec0f7 (patch)
tree61b492278eb1535946465fc063f2850ef69c70c7 /clang/lib/Frontend/CompilerInvocation.cpp
parent4b8985b5452040f27990f38830af7ff9eb9f7007 (diff)
downloadllvm-45f7f9c1abc90ad9fd90012993b45a6fc6dec0f7.zip
llvm-45f7f9c1abc90ad9fd90012993b45a6fc6dec0f7.tar.gz
llvm-45f7f9c1abc90ad9fd90012993b45a6fc6dec0f7.tar.bz2
[mips][microMIPS] MicroMIPS 16-bit unconditional branch instruction B
Implement microMIPS 16-bit unconditional branch instruction B. Implemented 16-bit microMIPS unconditional instruction has real name B16, and B is an alias which expands to either B16 or BEQ according to the rules: b 256 --> b16 256 # R_MICROMIPS_PC10_S1 b 12256 --> beq $zero, $zero, 12256 # R_MICROMIPS_PC16_S1 b label --> beq $zero, $zero, label # R_MICROMIPS_PC16_S1 Differential Revision: http://reviews.llvm.org/D3514 llvm-svn: 226577
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions