cpp_sys.xml */
| 2937 | |
| 2938 | /* cpp_sys.xml */ |
| 2939 | int CPP_SYS(context *ctx, Instruction *instr) |
| 2940 | { |
| 2941 | int rc = DECODE_STATUS_UNMATCHED; |
| 2942 | /* class iclass_system */ |
| 2943 | /* 1101010100|L=0|op0=01|op1=011|CRn=0111|CRm=0011|op2=111|Rt=xxxxx */ |
| 2944 | if((INSWORD & 0xFFFFFFE0)==0xD50B73E0) { |
| 2945 | decode_fields32(ENC_CPP_SYS_CR_SYSTEMINSTRS, ctx, instr); |
| 2946 | OK(ENC_CPP_SYS_CR_SYSTEMINSTRS); |
| 2947 | } |
| 2948 | return rc; |
| 2949 | } |
| 2950 | |
| 2951 | /* crc32.xml */ |
| 2952 | int CRC32(context *ctx, Instruction *instr) |
no test coverage detected