lsl_lslv.xml */
| 17242 | |
| 17243 | /* lsl_lslv.xml */ |
| 17244 | int LSL_LSLV(context *ctx, Instruction *instr) |
| 17245 | { |
| 17246 | int rc = DECODE_STATUS_UNMATCHED; |
| 17247 | /* class iclass_general */ |
| 17248 | /* sf=x|op=0|S=0|11010110|Rm=xxxxx|opcode2[5:2]=0010|op2=00|Rn=xxxxx|Rd=xxxxx */ |
| 17249 | if((INSWORD & 0x7FE0FC00)==0x1AC02000) { |
| 17250 | decode_fields32(ENC_LSL_LSLV_32_DP_2SRC, ctx, instr); |
| 17251 | if(ctx->sf==0) OK(ENC_LSL_LSLV_32_DP_2SRC); |
| 17252 | if(ctx->sf==1) OK(ENC_LSL_LSLV_64_DP_2SRC); |
| 17253 | } |
| 17254 | return rc; |
| 17255 | } |
| 17256 | |
| 17257 | /* lsl_ubfm.xml */ |
| 17258 | int LSL_UBFM(context *ctx, Instruction *instr) |
no test coverage detected