MCPcopy Create free account
hub / github.com/capstone-engine/capstone / DecodeCCOutOperand

Function DecodeCCOutOperand

arch/ARM/ARMDisassembler.c:1239–1248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1237}
1238
1239static DecodeStatus DecodeCCOutOperand(MCInst *Inst, unsigned Val,
1240 uint64_t Address, const void *Decoder)
1241{
1242 if (Val)
1243 MCOperand_CreateReg0(Inst, ARM_CPSR);
1244 else
1245 MCOperand_CreateReg0(Inst, 0);
1246
1247 return MCDisassembler_Success;
1248}
1249
1250static DecodeStatus DecodeSORegImmOperand(MCInst *Inst, unsigned Val,
1251 uint64_t Address, const void *Decoder)

Callers

nothing calls this directly

Calls 1

MCOperand_CreateReg0Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…