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

Function SSBB_DSB

arch/arm64/disassembler/decode2.c:23633–23643  ·  view source on GitHub ↗

ssbb_dsb.xml */

Source from the content-addressed store, hash-verified

23631
23632/* ssbb_dsb.xml */
23633int SSBB_DSB(context *ctx, Instruction *instr)
23634{
23635 int rc = DECODE_STATUS_UNMATCHED;
23636 /* class iclass_dsb_memory */
23637 /* 1101010100|L=0|op0=00|op1=011|CRn=0011|CRm=0000|op2[2]=1|opc=00|Rt=11111 */
23638 if((INSWORD & 0xFFFFFFFF)==0xD503309F) {
23639 decode_fields32(ENC_SSBB_DSB_BO_BARRIERS, ctx, instr);
23640 OK(ENC_SSBB_DSB_BO_BARRIERS);
23641 }
23642 return rc;
23643}
23644
23645/* sshll_advsimd.xml */
23646int SSHLL_advsimd(context *ctx, Instruction *instr)

Callers 1

DSBFunction · 0.85

Calls 1

decode_fields32Function · 0.85

Tested by

no test coverage detected