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

Function getT2SOImmTwoPartSecond

arch/ARM/ARMAddressingModes.h:413–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413static inline unsigned getT2SOImmTwoPartSecond(unsigned Imm)
414{
415 // Mask out the first hunk
416 Imm ^= getT2SOImmTwoPartFirst(Imm);
417 // Return what's left
418 //assert (getT2SOImmVal(Imm) != -1 &&
419 // "Unable to encode second part of T2 two part SO immediate");
420 return Imm;
421}
422
423
424//===--------------------------------------------------------------------===//

Callers

nothing calls this directly

Calls 1

getT2SOImmTwoPartFirstFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…