panfrost: begin refactoring bifrost ISA code
panfrost: use an accessor function to read from bi_opcode_props
Use an accessor function to read opcode properties or to change the
opcode. This would allow for different instruction descriptions to
be used for different architectures. Not necessary now, but may be
useful groundwork.
Edited by Eric Smith