stumaxh_ldumaxh.xml */
| 26399 | |
| 26400 | /* stumaxh_ldumaxh.xml */ |
| 26401 | int STUMAXH_LDUMAXH(context *ctx, Instruction *instr) |
| 26402 | { |
| 26403 | int rc = DECODE_STATUS_UNMATCHED; |
| 26404 | /* class iclass_general */ |
| 26405 | /* size=01|111|V=0|00|A=0|R=x|1|Rs=xxxxx|o3=0|opc=110|00|Rn=xxxxx|Rt=11111 */ |
| 26406 | if((INSWORD & 0xFFA0FC1F)==0x7820601F) { |
| 26407 | decode_fields32(ENC_STUMAXH_LDUMAXH_32_MEMOP, ctx, instr); |
| 26408 | if(ctx->R==0) OK(ENC_STUMAXH_LDUMAXH_32_MEMOP); |
| 26409 | if(ctx->R==1) OK(ENC_STUMAXLH_LDUMAXLH_32_MEMOP); |
| 26410 | } |
| 26411 | return rc; |
| 26412 | } |
| 26413 | |
| 26414 | /* stumax_ldumax.xml */ |
| 26415 | int STUMAX_LDUMAX(context *ctx, Instruction *instr) |
no test coverage detected