]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
minimal setf support
authorJ.T. Conklin <jtc@acorntoolworks.com>
Thu, 22 Aug 1996 06:33:27 +0000 (06:33 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Thu, 22 Aug 1996 06:33:27 +0000 (06:33 +0000)
opcodes/v850-opc.c

index 67879b5faf5e2076811088ff69ad535e63579ad0..d3cac6318d91b8467cdf73ed9f94d9bcda5cd1f2 100644 (file)
@@ -135,7 +135,9 @@ const struct v850_opcode v850_opcodes[] = {
 { "divh",      OP(0x02),               OP_MASK,        IF1 },
 { "cmp",       OP(0x0f),               OP_MASK,        IF1 },
 { "cmp",       OP(0x13),               OP_MASK,        IF2 },
-/* XXX missing setf */
+
+{ "setf",      two(0x0000,0x0000),     two(0x0000,0xffff), {I5,R2} },
+                               /* XXX - really I4 */
 
 /* saturated operation instructions */
 { "satadd",    OP(0x06),               OP_MASK,        IF1 },