Searched refs:FPU_FCFI (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 576 #define FPU_FCFI(op, cvtr, is_single) \ macro 591 FPU_FCFI(fcfid, int64_to_float64, 0) 592 FPU_FCFI(fcfids, int64_to_float32, 1) 593 FPU_FCFI(fcfidu, uint64_to_float64, 0) 594 FPU_FCFI(fcfidus, uint64_to_float32, 1)
|