ic_sys.xml */
| 11808 | |
| 11809 | /* ic_sys.xml */ |
| 11810 | int IC_SYS(context *ctx, Instruction *instr) |
| 11811 | { |
| 11812 | int rc = DECODE_STATUS_UNMATCHED; |
| 11813 | /* class iclass_system */ |
| 11814 | /* 1101010100|L=0|op0=01|op1=xxx|CRn=0111|CRm=xxxx|op2=xxx|Rt=xxxxx */ |
| 11815 | if((INSWORD & 0xFFF8F000)==0xD5087000) { |
| 11816 | decode_fields32(ENC_IC_SYS_CR_SYSTEMINSTRS, ctx, instr); |
| 11817 | OK(ENC_IC_SYS_CR_SYSTEMINSTRS); |
| 11818 | } |
| 11819 | return rc; |
| 11820 | } |
| 11821 | |
| 11822 | /* ins_advsimd_elt.xml */ |
| 11823 | int INS_advsimd_elt(context *ctx, Instruction *instr) |
no test coverage detected