cfp_sys.xml */
| 2104 | |
| 2105 | /* cfp_sys.xml */ |
| 2106 | int CFP_SYS(context *ctx, Instruction *instr) |
| 2107 | { |
| 2108 | int rc = DECODE_STATUS_UNMATCHED; |
| 2109 | /* class iclass_system */ |
| 2110 | /* 1101010100|L=0|op0=01|op1=011|CRn=0111|CRm=0011|op2=100|Rt=xxxxx */ |
| 2111 | if((INSWORD & 0xFFFFFFE0)==0xD50B7380) { |
| 2112 | decode_fields32(ENC_CFP_SYS_CR_SYSTEMINSTRS, ctx, instr); |
| 2113 | OK(ENC_CFP_SYS_CR_SYSTEMINSTRS); |
| 2114 | } |
| 2115 | return rc; |
| 2116 | } |
| 2117 | |
| 2118 | /* cinc_csinc.xml */ |
| 2119 | int CINC_CSINC(context *ctx, Instruction *instr) |
no test coverage detected