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

/gem5/src/arch/arm/insts/
H A Dfplib.cc3125 fp64_repack(int sgn, int exp, uint64_t mnt) function in namespace:ArmISA
3228 fp64_repack(sgn1, exp1, mnt1) :
3229 fp64_repack(sgn2, exp2, mnt2));
3321 fp64_repack(sgn1, exp1, mnt1) :
3322 fp64_repack(sgn2, exp2, mnt2));

Completed in 21 milliseconds