X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Fv850-opc.c;h=d3cac6318d91b8467cdf73ed9f94d9bcda5cd1f2;hb=088d5b730997bf1dfe1f5c3278d3951b58172b1f;hp=67879b5faf5e2076811088ff69ad535e63579ad0;hpb=dcf5d11760ce0936c467ff48b8c1da159d1de7ad;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/v850-opc.c b/opcodes/v850-opc.c index 67879b5faf..d3cac6318d 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 },