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

Function decode_iclass_systeminstrs

arch/arm64/disassembler/decode1.c:124–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124int decode_iclass_systeminstrs(context *ctx, Instruction *dec)
125{
126 uint32_t L=(INSWORD>>21)&1;
127 if(!L) return SYS(ctx, dec); // -> SYS_CR_systeminstrs
128 if(L) return SYSL(ctx, dec); // -> SYSL_RC_systeminstrs
129 UNMATCHED;
130}
131
132int decode_iclass_systeminstrswithreg(context *ctx, Instruction *dec)
133{

Callers 1

decode_specFunction · 0.85

Calls 2

SYSFunction · 0.85
SYSLFunction · 0.85

Tested by

no test coverage detected