stsminh_ldsminh.xml */
| 26153 | |
| 26154 | /* stsminh_ldsminh.xml */ |
| 26155 | int STSMINH_LDSMINH(context *ctx, Instruction *instr) |
| 26156 | { |
| 26157 | int rc = DECODE_STATUS_UNMATCHED; |
| 26158 | /* class iclass_general */ |
| 26159 | /* size=01|111|V=0|00|A=0|R=x|1|Rs=xxxxx|o3=0|opc=101|00|Rn=xxxxx|Rt=11111 */ |
| 26160 | if((INSWORD & 0xFFA0FC1F)==0x7820501F) { |
| 26161 | decode_fields32(ENC_STSMINH_LDSMINH_32_MEMOP, ctx, instr); |
| 26162 | if(ctx->R==0) OK(ENC_STSMINH_LDSMINH_32_MEMOP); |
| 26163 | if(ctx->R==1) OK(ENC_STSMINLH_LDSMINLH_32_MEMOP); |
| 26164 | } |
| 26165 | return rc; |
| 26166 | } |
| 26167 | |
| 26168 | /* stsmin_ldsmin.xml */ |
| 26169 | int STSMIN_LDSMIN(context *ctx, Instruction *instr) |
no test coverage detected