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

  /external/qemu/target-mips/
machine.c 183 qemu_get_s8s(f, &fpu->fp_status.float_detect_tininess);
184 qemu_get_s8s(f, &fpu->fp_status.float_rounding_mode);
185 qemu_get_s8s(f, &fpu->fp_status.float_exception_flags);
  /external/qemu/hw/
hw.h 201 static inline void qemu_get_s8s(QEMUFile *f, int8_t *pv) function

Completed in 20 milliseconds