stsminb_ldsminb.xml */
| 26139 | |
| 26140 | /* stsminb_ldsminb.xml */ |
| 26141 | int STSMINB_LDSMINB(context *ctx, Instruction *instr) |
| 26142 | { |
| 26143 | int rc = DECODE_STATUS_UNMATCHED; |
| 26144 | /* class iclass_general */ |
| 26145 | /* size=00|111|V=0|00|A=0|R=x|1|Rs=xxxxx|o3=0|opc=101|00|Rn=xxxxx|Rt=11111 */ |
| 26146 | if((INSWORD & 0xFFA0FC1F)==0x3820501F) { |
| 26147 | decode_fields32(ENC_STSMINB_LDSMINB_32_MEMOP, ctx, instr); |
| 26148 | if(ctx->R==0) OK(ENC_STSMINB_LDSMINB_32_MEMOP); |
| 26149 | if(ctx->R==1) OK(ENC_STSMINLB_LDSMINLB_32_MEMOP); |
| 26150 | } |
| 26151 | return rc; |
| 26152 | } |
| 26153 | |
| 26154 | /* stsminh_ldsminh.xml */ |
| 26155 | int STSMINH_LDSMINH(context *ctx, Instruction *instr) |
no test coverage detected