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

Function IsZero

arch/arm64/disassembler/pcode.c:520–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518}
519
520bool IsZero(uint64_t foo)
521{
522 return foo == 0;
523}
524
525bool IsOnes(uint64_t foo, int width)
526{

Callers 4

MOVNFunction · 0.85
MOVZFunction · 0.85
BigIntegerClass · 0.85
AppendDecimal64Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected