Searched refs:fp16_round_ (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/arm/insts/
H A Dfplib.cc707 fp16_round_(int sgn, int exp, uint16_t mnt, int rm, int mode, int *flags) function in namespace:ArmISA
787 return fp16_round_(sgn, exp, mnt, mode & 3, mode, flags);
2649 fp16_round_(sgn, exp - FP32_EXP_BIAS + FP16_EXP_BIAS,
2698 fp16_round_(sgn, exp - FP64_EXP_BIAS + FP16_EXP_BIAS,

Completed in 20 milliseconds