MCPcopy 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
681enum FPRounding FPRoundingMode(uint64_t fpcr)
682{
683 return FPDecodeRounding(FPCR_GET_RMode(fpcr));
684}
685
686bool HaltingAllowed(void)
687{

Callers 15

FCVTAS_floatFunction · 0.85
FCVTAU_floatFunction · 0.85
FCVTMS_floatFunction · 0.85
FCVTMU_floatFunction · 0.85
FCVTNS_floatFunction · 0.85
FCVTNU_floatFunction · 0.85
FCVTPS_floatFunction · 0.85
FCVTPU_floatFunction · 0.85
FCVTZS_float_fixFunction · 0.85
FCVTZS_float_intFunction · 0.85
FCVTZU_float_fixFunction · 0.85
FCVTZU_float_intFunction · 0.85

Calls 1

FPDecodeRoundingFunction · 0.85

Tested by

no test coverage detected