stsmaxb_ldsmaxb.xml */
| 26095 | |
| 26096 | /* stsmaxb_ldsmaxb.xml */ |
| 26097 | int STSMAXB_LDSMAXB(context *ctx, Instruction *instr) |
| 26098 | { |
| 26099 | int rc = DECODE_STATUS_UNMATCHED; |
| 26100 | /* class iclass_general */ |
| 26101 | /* size=00|111|V=0|00|A=0|R=x|1|Rs=xxxxx|o3=0|opc=100|00|Rn=xxxxx|Rt=11111 */ |
| 26102 | if((INSWORD & 0xFFA0FC1F)==0x3820401F) { |
| 26103 | decode_fields32(ENC_STSMAXB_LDSMAXB_32_MEMOP, ctx, instr); |
| 26104 | if(ctx->R==0) OK(ENC_STSMAXB_LDSMAXB_32_MEMOP); |
| 26105 | if(ctx->R==1) OK(ENC_STSMAXLB_LDSMAXLB_32_MEMOP); |
| 26106 | } |
| 26107 | return rc; |
| 26108 | } |
| 26109 | |
| 26110 | /* stsmaxh_ldsmaxh.xml */ |
| 26111 | int STSMAXH_LDSMAXH(context *ctx, Instruction *instr) |
no test coverage detected