MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / LSL_LSLV

Function LSL_LSLV

arch/arm64/disassembler/decode2.c:17244–17255  ·  view source on GitHub ↗

lsl_lslv.xml */

Source from the content-addressed store, hash-verified

17242
17243/* lsl_lslv.xml */
17244int 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 */
17258int LSL_UBFM(context *ctx, Instruction *instr)

Callers 1

LSLVFunction · 0.85

Calls 1

decode_fields32Function · 0.85

Tested by

no test coverage detected