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

Function STSETH_LDSETH

arch/arm64/disassembler/decode2.c:26067–26078  ·  view source on GitHub ↗

stseth_ldseth.xml */

Source from the content-addressed store, hash-verified

26065
26066/* stseth_ldseth.xml */
26067int STSETH_LDSETH(context *ctx, Instruction *instr)
26068{
26069 int rc = DECODE_STATUS_UNMATCHED;
26070 /* class iclass_general */
26071 /* size=01|111|V=0|00|A=0|R=x|1|Rs=xxxxx|o3=0|opc=011|00|Rn=xxxxx|Rt=11111 */
26072 if((INSWORD & 0xFFA0FC1F)==0x7820301F) {
26073 decode_fields32(ENC_STSETH_LDSETH_32_MEMOP, ctx, instr);
26074 if(ctx->R==0) OK(ENC_STSETH_LDSETH_32_MEMOP);
26075 if(ctx->R==1) OK(ENC_STSETLH_LDSETLH_32_MEMOP);
26076 }
26077 return rc;
26078}
26079
26080/* stset_ldset.xml */
26081int STSET_LDSET(context *ctx, Instruction *instr)

Callers 1

LDSETHFunction · 0.85

Calls 1

decode_fields32Function · 0.85

Tested by

no test coverage detected