On 03/13/2015 04:07 PM, Chen Gang wrote: >> UNARY_RRR_0_OPCODE_X0. >> >>> + if ((get_UnaryOpcodeExtension_X0(bundle) == 0x03) && !rsrc && >>> !rdst) { >> >> FNOP_UNARY_OPCODE_X0. > > OK, thanks. > >> There are enough of these it's probably worth splitting >> out decode of this to its own function. >> > > OK, I will add gen_fnop() for it.
I meant a function for decoding the unary opcodes, not fnop specifically. r~