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

Function STSETB_LDSETB

arch/arm64/disassembler/decode2.c:26053–26064  ·  view source on GitHub ↗

stsetb_ldsetb.xml */

Source from the content-addressed store, hash-verified

26051
26052/* stsetb_ldsetb.xml */
26053int STSETB_LDSETB(context *ctx, Instruction *instr)
26054{
26055 int rc = DECODE_STATUS_UNMATCHED;
26056 /* class iclass_general */
26057 /* size=00|111|V=0|00|A=0|R=x|1|Rs=xxxxx|o3=0|opc=011|00|Rn=xxxxx|Rt=11111 */
26058 if((INSWORD & 0xFFA0FC1F)==0x3820301F) {
26059 decode_fields32(ENC_STSETB_LDSETB_32_MEMOP, ctx, instr);
26060 if(ctx->R==0) OK(ENC_STSETB_LDSETB_32_MEMOP);
26061 if(ctx->R==1) OK(ENC_STSETLB_LDSETLB_32_MEMOP);
26062 }
26063 return rc;
26064}
26065
26066/* stseth_ldseth.xml */
26067int STSETH_LDSETH(context *ctx, Instruction *instr)

Callers 1

LDSETBFunction · 0.85

Calls 1

decode_fields32Function · 0.85

Tested by

no test coverage detected