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

  /external/qemu/fpu/
softfloat.c 59 STATUS(float_rounding_mode) = val;
119 roundingMode = STATUS(float_rounding_mode);
168 roundingMode = STATUS(float_rounding_mode);
317 roundingMode = STATUS(float_rounding_mode);
499 roundingMode = STATUS(float_rounding_mode);
671 roundingMode = STATUS(float_rounding_mode);
    [all...]
softfloat-native.c 11 STATUS(float_rounding_mode) = val;
softfloat-native.h 139 int float_rounding_mode; member in struct:float_status
softfloat.h 202 signed char float_rounding_mode; member in struct:float_status
  /external/qemu/target-mips/
machine.c 37 qemu_put_s8s(f, &fpu->fp_status.float_rounding_mode);
184 qemu_get_s8s(f, &fpu->fp_status.float_rounding_mode);
  /external/qemu/target-i386/
ops_sse.h     [all...]

Completed in 47 milliseconds