dvp_sys.xml */
| 3622 | |
| 3623 | /* dvp_sys.xml */ |
| 3624 | int DVP_SYS(context *ctx, Instruction *instr) |
| 3625 | { |
| 3626 | int rc = DECODE_STATUS_UNMATCHED; |
| 3627 | /* class iclass_system */ |
| 3628 | /* 1101010100|L=0|op0=01|op1=011|CRn=0111|CRm=0011|op2=101|Rt=xxxxx */ |
| 3629 | if((INSWORD & 0xFFFFFFE0)==0xD50B73A0) { |
| 3630 | decode_fields32(ENC_DVP_SYS_CR_SYSTEMINSTRS, ctx, instr); |
| 3631 | OK(ENC_DVP_SYS_CR_SYSTEMINSTRS); |
| 3632 | } |
| 3633 | return rc; |
| 3634 | } |
| 3635 | |
| 3636 | /* eon.xml */ |
| 3637 | int EON(context *ctx, Instruction *instr) |
no test coverage detected