smstop_msr_imm.xml */
| 21961 | |
| 21962 | /* smstop_msr_imm.xml */ |
| 21963 | int SMSTOP_MSR_imm(context *ctx, Instruction *instr) |
| 21964 | { |
| 21965 | int rc = DECODE_STATUS_UNMATCHED; |
| 21966 | /* class iclass_system */ |
| 21967 | /* 1101010100|L=0|op0=00|op1=011|CRn=0100|CRm=0xx0|op2=011|Rt=11111 */ |
| 21968 | if((INSWORD & 0xFFFFF9FF)==0xD503407F) { |
| 21969 | decode_fields32(ENC_SMSTOP_MSR_SI_PSTATE, ctx, instr); |
| 21970 | OK(ENC_SMSTOP_MSR_SI_PSTATE); |
| 21971 | } |
| 21972 | return rc; |
| 21973 | } |
| 21974 | |
| 21975 | /* smsubl.xml */ |
| 21976 | int SMSUBL(context *ctx, Instruction *instr) |
no test coverage detected