summaryrefslogtreecommitdiff
path: root/include/opcode/tic6x-insn-formats.h
diff options
context:
space:
mode:
authorJoseph Myers <jsm@polyomino.org.uk>2010-04-21 18:56:45 +0000
committerJoseph Myers <jsm@polyomino.org.uk>2010-04-21 18:56:45 +0000
commit93e702af0fc5693d8c8f811068f490e7ff9e75bd (patch)
treeb658829a3834ed06d7913ee20bf8c32f8919d558 /include/opcode/tic6x-insn-formats.h
parentd54f5671e190a5c0ca8fd1ff070372bf20eb42a8 (diff)
downloadgdb-93e702af0fc5693d8c8f811068f490e7ff9e75bd.tar.gz
gas/testsuite:
* gas/tic6x/insns-c674x.s, gas/tic6x/insns-c674x.d: Also test "b .S2 b3". include/opcode: * tic6x-insn-formats.h (s_branch): Correct typo in bitmask.
Diffstat (limited to 'include/opcode/tic6x-insn-formats.h')
-rw-r--r--include/opcode/tic6x-insn-formats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/tic6x-insn-formats.h b/include/opcode/tic6x-insn-formats.h
index 362dbb66c2e..8ce2418ec9b 100644
--- a/include/opcode/tic6x-insn-formats.h
+++ b/include/opcode/tic6x-insn-formats.h
@@ -124,7 +124,7 @@ FMT(s_branch_nop_cst, 32, 0x120, 0x1ffc,
CFLDS3(FLD(s, 1, 1), FLD(src1, 13, 3), FLD(src2, 16, 12)))
FMT(s_branch_nop_reg, 32, 0x800360, 0xf830ffc,
CFLDS4(FLD(s, 1, 1), FLD(x, 12, 1), FLD(src1, 13, 3), FLD(src2, 18, 5)))
-FMT(s_branch, 32, 0x360, 0xf8feffc,
+FMT(s_branch, 32, 0x360, 0xf83effc,
CFLDS3(FLD(s, 1, 1), FLD(x, 12, 1), FLD(src2, 18, 5)))
FMT(s_mvk, 32, 0x28, 0x3c,
CFLDS4(FLD(s, 1, 1), FLD(h, 6, 1), FLD(cst, 7, 16), FLD(dst, 23, 5)))