HomeSort by relevance Sort by last modified time
    Searched refs:cpu_set_fp80 (Results 1 - 3 of 3) sorted by null

  /external/qemu/target-i386/
machine.c 222 env->fpregs[i].d = cpu_set_fp80(mant, exp);
228 env->fpregs[i].d = cpu_set_fp80(mant, exp);
cpu.h 785 CPU86_LDouble cpu_set_fp80(uint64_t mant, uint16_t upper);