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

  /external/qemu/target-mips/
op_helper.c     [all...]
machine.c 36 qemu_put_s8s(f, &fpu->fp_status.float_detect_tininess);
37 qemu_put_s8s(f, &fpu->fp_status.float_rounding_mode);
38 qemu_put_s8s(f, &fpu->fp_status.float_exception_flags);
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);
cpu.h 74 float_status fp_status; member in struct:CPUMIPSFPUContext
translate.c     [all...]
  /external/qemu/target-arm/
helper.c 317 &env->vfp.fp_status);
    [all...]
cpu.h 191 /* fp_status is the "normal" fp status. standard_fp_status retains
203 float_status fp_status; member in struct:CPUARMState::__anon27324
translate.c 1000 offset = offsetof(CPUState, vfp.fp_status); \
1023 offset = offsetof(CPUState, vfp.fp_status); \
1049 offset = offsetof(CPUState, vfp.fp_status); \
    [all...]
  /external/qemu/target-i386/
op_helper.c     [all...]
cpu.h 608 float_status fp_status; member in struct:CPUX86State
  /external/qemu/
gdbstub.c 1024 set_float_rounding_mode(ieee_rm[env->active_fpu.fcr31 & 3], &env->active_fpu.fp_status)
    [all...]

Completed in 351 milliseconds