dc_sys.xml */
| 3295 | |
| 3296 | /* dc_sys.xml */ |
| 3297 | int DC_SYS(context *ctx, Instruction *instr) |
| 3298 | { |
| 3299 | int rc = DECODE_STATUS_UNMATCHED; |
| 3300 | /* class iclass_system */ |
| 3301 | /* 1101010100|L=0|op0=01|op1=xxx|CRn=0111|CRm=xxxx|op2=xxx|Rt=xxxxx */ |
| 3302 | if((INSWORD & 0xFFF8F000)==0xD5087000) { |
| 3303 | decode_fields32(ENC_DC_SYS_CR_SYSTEMINSTRS, ctx, instr); |
| 3304 | OK(ENC_DC_SYS_CR_SYSTEMINSTRS); |
| 3305 | } |
| 3306 | return rc; |
| 3307 | } |
| 3308 | |
| 3309 | /* dgh.xml */ |
| 3310 | int DGH(context *ctx, Instruction *instr) |
no test coverage detected