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

/gem5/src/arch/arm/insts/
H A Dfplib.cc3113 fp16_repack(int sgn, int exp, uint16_t mnt) function in namespace:ArmISA
3182 fp16_repack(sgn1, exp1, mnt1) :
3183 fp16_repack(sgn2, exp2, mnt2));
3275 fp16_repack(sgn1, exp1, mnt1) :
3276 fp16_repack(sgn2, exp2, mnt2));

Completed in 21 milliseconds