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

Function STCLRB_LDCLRB

arch/arm64/disassembler/decode2.c:24621–24632  ·  view source on GitHub ↗

stclrb_ldclrb.xml */

Source from the content-addressed store, hash-verified

24619
24620/* stclrb_ldclrb.xml */
24621int STCLRB_LDCLRB(context *ctx, Instruction *instr)
24622{
24623 int rc = DECODE_STATUS_UNMATCHED;
24624 /* class iclass_general */
24625 /* size=00|111|V=0|00|A=0|R=x|1|Rs=xxxxx|o3=0|opc=001|00|Rn=xxxxx|Rt=11111 */
24626 if((INSWORD & 0xFFA0FC1F)==0x3820101F) {
24627 decode_fields32(ENC_STCLRB_LDCLRB_32_MEMOP, ctx, instr);
24628 if(ctx->R==0) OK(ENC_STCLRB_LDCLRB_32_MEMOP);
24629 if(ctx->R==1) OK(ENC_STCLRLB_LDCLRLB_32_MEMOP);
24630 }
24631 return rc;
24632}
24633
24634/* stclrh_ldclrh.xml */
24635int STCLRH_LDCLRH(context *ctx, Instruction *instr)

Callers 1

LDCLRBFunction · 0.85

Calls 1

decode_fields32Function · 0.85

Tested by

no test coverage detected