[mips][msa] Direct Object Emission support for conditional branches.
authorMatheus Almeida <matheus.almeida@imgtec.com>
Tue, 22 Oct 2013 09:43:32 +0000 (09:43 +0000)
committerMatheus Almeida <matheus.almeida@imgtec.com>
Tue, 22 Oct 2013 09:43:32 +0000 (09:43 +0000)
commit5cb5ff8b1478ed413a9e9fae43b1496f5a97a2dc
treeb52c0565889f8cea6b52ab38afb685f895bdcd18
parentea79feb1a87af1e0e9c0fd3bf8831c4593b56d4d
[mips][msa] Direct Object Emission support for conditional branches.

These branches have a 16-bit offset (R_MIPS_PC16).

List of conditional branch instructions:
bnz.{b,h,w,d}
bnz.v
bz.{b,h,w,d}
bz.v

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193157 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsMSAInstrFormats.td
lib/Target/Mips/MipsMSAInstrInfo.td
test/MC/Mips/msa/test_cbranch.s [new file with mode: 0644]