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

Function STCLRH_LDCLRH

arch/arm64/disassembler/decode2.c:24635–24646  ·  view source on GitHub ↗

stclrh_ldclrh.xml */

Source from the content-addressed store, hash-verified

24633
24634/* stclrh_ldclrh.xml */
24635int STCLRH_LDCLRH(context *ctx, Instruction *instr)
24636{
24637 int rc = DECODE_STATUS_UNMATCHED;
24638 /* class iclass_general */
24639 /* size=01|111|V=0|00|A=0|R=x|1|Rs=xxxxx|o3=0|opc=001|00|Rn=xxxxx|Rt=11111 */
24640 if((INSWORD & 0xFFA0FC1F)==0x7820101F) {
24641 decode_fields32(ENC_STCLRH_LDCLRH_32_MEMOP, ctx, instr);
24642 if(ctx->R==0) OK(ENC_STCLRH_LDCLRH_32_MEMOP);
24643 if(ctx->R==1) OK(ENC_STCLRLH_LDCLRLH_32_MEMOP);
24644 }
24645 return rc;
24646}
24647
24648/* stclr_ldclr.xml */
24649int STCLR_LDCLR(context *ctx, Instruction *instr)

Callers 1

LDCLRHFunction · 0.85

Calls 1

decode_fields32Function · 0.85

Tested by

no test coverage detected