aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorJozef Kolek <jozef.kolek@imgtec.com>2015-01-21 12:39:30 +0000
committerJozef Kolek <jozef.kolek@imgtec.com>2015-01-21 12:39:30 +0000
commit5cfebdde2bf73e610146aff74067e538d5a89df3 (patch)
treec3abbe7e682a08b288ce1851fb12d4bac5a92011 /clang/lib/CodeGen/CodeGenModule.cpp
parent2c6d73207ec948ed62433818e6ce197ca571c795 (diff)
downloadllvm-5cfebdde2bf73e610146aff74067e538d5a89df3.zip
llvm-5cfebdde2bf73e610146aff74067e538d5a89df3.tar.gz
llvm-5cfebdde2bf73e610146aff74067e538d5a89df3.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: 226657
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions