Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
520
bool IsZero(uint64_t foo)
521
{
522
return foo == 0;
523
}
524
525
bool IsOnes(uint64_t foo, int width)
526
{
Callers
4
MOVN
Function · 0.85
MOVZ
Function · 0.85
BigInteger
Class · 0.85
AppendDecimal64
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected