compute CR1 for non-compare fp Rc=1 instructions
[openpower-isa.git] / openpower / isafunctions / bfp.mdwn
2023-06-02 Jacob Lifshayadd more fp -> int bfp* functions
2023-06-02 Jacob Lifshayfix fp comparison
2023-06-02 Jacob Lifshayfix round nearest-even
2023-06-02 Jacob Lifshayadd bfp_CONVERT_FROM_UI32/64
2023-06-02 Jacob Lifshayfix mis-computed exponent in bfp_CONVERT_FROM_BFP64
2023-06-02 Jacob Lifshayadd rest of bfp_* helpers needed to run fcvt js test
2023-06-02 Jacob Lifshayfix `even` polarity in bfp_ROUND_TO_INTEGER
2023-06-02 Jacob Lifshayadd some bfp_* functions -- this isn't yet enough to...