From 088d5b730997bf1dfe1f5c3278d3951b58172b1f Mon Sep 17 00:00:00 2001 From: "J.T. Conklin" Date: Thu, 22 Aug 1996 06:33:27 +0000 Subject: [PATCH] minimal setf support --- opcodes/v850-opc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/opcodes/v850-opc.c b/opcodes/v850-opc.c index 67879b5faf5..d3cac6318d9 100644 --- a/opcodes/v850-opc.c +++ b/opcodes/v850-opc.c @@ -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 }, -- 2.30.2