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

Function STEORB_LDEORB

arch/arm64/disassembler/decode2.c:24665–24676  ·  view source on GitHub ↗

steorb_ldeorb.xml */

Source from the content-addressed store, hash-verified

24663
24664/* steorb_ldeorb.xml */
24665int STEORB_LDEORB(context *ctx, Instruction *instr)
24666{
24667 int rc = DECODE_STATUS_UNMATCHED;
24668 /* class iclass_general */
24669 /* size=00|111|V=0|00|A=0|R=x|1|Rs=xxxxx|o3=0|opc=010|00|Rn=xxxxx|Rt=11111 */
24670 if((INSWORD & 0xFFA0FC1F)==0x3820201F) {
24671 decode_fields32(ENC_STEORB_LDEORB_32_MEMOP, ctx, instr);
24672 if(ctx->R==0) OK(ENC_STEORB_LDEORB_32_MEMOP);
24673 if(ctx->R==1) OK(ENC_STEORLB_LDEORLB_32_MEMOP);
24674 }
24675 return rc;
24676}
24677
24678/* steorh_ldeorh.xml */
24679int STEORH_LDEORH(context *ctx, Instruction *instr)

Callers 1

LDEORBFunction · 0.85

Calls 1

decode_fields32Function · 0.85

Tested by

no test coverage detected