at_sys.xml */
| 779 | |
| 780 | /* at_sys.xml */ |
| 781 | int AT_SYS(context *ctx, Instruction *instr) |
| 782 | { |
| 783 | int rc = DECODE_STATUS_UNMATCHED; |
| 784 | /* class iclass_system */ |
| 785 | /* 1101010100|L=0|op0=01|op1=xxx|CRn=0111|CRm=100x|op2=xxx|Rt=xxxxx */ |
| 786 | if((INSWORD & 0xFFF8FE00)==0xD5087800) { |
| 787 | decode_fields32(ENC_AT_SYS_CR_SYSTEMINSTRS, ctx, instr); |
| 788 | OK(ENC_AT_SYS_CR_SYSTEMINSTRS); |
| 789 | } |
| 790 | return rc; |
| 791 | } |
| 792 | |
| 793 | /* autda.xml */ |
| 794 | int AUTDA(context *ctx, Instruction *instr) |
no test coverage detected