Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ FPRoundingMode
Function
FPRoundingMode
arch/arm64/disassembler/pcode.c:681–684 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
679
}
680
681
enum FPRounding FPRoundingMode(uint64_t fpcr)
682
{
683
return FPDecodeRounding(FPCR_GET_RMode(fpcr));
684
}
685
686
bool HaltingAllowed(void)
687
{
Callers
15
FCVTAS_float
Function · 0.85
FCVTAU_float
Function · 0.85
FCVTMS_float
Function · 0.85
FCVTMU_float
Function · 0.85
FCVTNS_float
Function · 0.85
FCVTNU_float
Function · 0.85
FCVTPS_float
Function · 0.85
FCVTPU_float
Function · 0.85
FCVTZS_float_fix
Function · 0.85
FCVTZS_float_int
Function · 0.85
FCVTZU_float_fix
Function · 0.85
FCVTZU_float_int
Function · 0.85
Calls
1
FPDecodeRounding
Function · 0.85
Tested by
no test coverage detected