lsr_lsrv.xml */
| 17291 | |
| 17292 | /* lsr_lsrv.xml */ |
| 17293 | int LSR_LSRV(context *ctx, Instruction *instr) |
| 17294 | { |
| 17295 | int rc = DECODE_STATUS_UNMATCHED; |
| 17296 | /* class iclass_general */ |
| 17297 | /* sf=x|op=0|S=0|11010110|Rm=xxxxx|opcode2[5:2]=0010|op2=01|Rn=xxxxx|Rd=xxxxx */ |
| 17298 | if((INSWORD & 0x7FE0FC00)==0x1AC02400) { |
| 17299 | decode_fields32(ENC_LSR_LSRV_32_DP_2SRC, ctx, instr); |
| 17300 | if(ctx->sf==0) OK(ENC_LSR_LSRV_32_DP_2SRC); |
| 17301 | if(ctx->sf==1) OK(ENC_LSR_LSRV_64_DP_2SRC); |
| 17302 | } |
| 17303 | return rc; |
| 17304 | } |
| 17305 | |
| 17306 | /* lsr_ubfm.xml */ |
| 17307 | int LSR_UBFM(context *ctx, Instruction *instr) |
no test coverage detected