steorb_ldeorb.xml */
| 24663 | |
| 24664 | /* steorb_ldeorb.xml */ |
| 24665 | int STEORB_LDEORB(context *ctx, Instruction *instr) |
| 24666 | { |
| 24667 | int rc = DECODE_STATUS_UNMATCHED; |
| 24668 | /* class iclass_general */ |
| 24669 | /* size=00|111|V=0|00|A=0|R=x|1|Rs=xxxxx|o3=0|opc=010|00|Rn=xxxxx|Rt=11111 */ |
| 24670 | if((INSWORD & 0xFFA0FC1F)==0x3820201F) { |
| 24671 | decode_fields32(ENC_STEORB_LDEORB_32_MEMOP, ctx, instr); |
| 24672 | if(ctx->R==0) OK(ENC_STEORB_LDEORB_32_MEMOP); |
| 24673 | if(ctx->R==1) OK(ENC_STEORLB_LDEORLB_32_MEMOP); |
| 24674 | } |
| 24675 | return rc; |
| 24676 | } |
| 24677 | |
| 24678 | /* steorh_ldeorh.xml */ |
| 24679 | int STEORH_LDEORH(context *ctx, Instruction *instr) |
no test coverage detected