Searched defs:rmode (Results 1 – 6 of 6) sorted by relevance
/qemu/tests/fp/ |
H A D | fp-test.c | 127 static bool is_allowed(unsigned op, int rmode) in is_allowed() 171 static void do_testfloat(int op, int rmode, bool exact) in do_testfloat() 965 int rmode = roundingModes[round]; in run_test() local
|
/qemu/fpu/ |
H A D | softfloat.c | 3088 int8_t float16_to_int8_scalbn(float16 a, FloatRoundMode rmode, int scale, in float16_to_int8_scalbn() 3097 int16_t float16_to_int16_scalbn(float16 a, FloatRoundMode rmode, int scale, in float16_to_int16_scalbn() 3106 int32_t float16_to_int32_scalbn(float16 a, FloatRoundMode rmode, int scale, in float16_to_int32_scalbn() 3115 int64_t float16_to_int64_scalbn(float16 a, FloatRoundMode rmode, int scale, in float16_to_int64_scalbn() 3124 int16_t float32_to_int16_scalbn(float32 a, FloatRoundMode rmode, int scale, in float32_to_int16_scalbn() 3133 int32_t float32_to_int32_scalbn(float32 a, FloatRoundMode rmode, int scale, in float32_to_int32_scalbn() 3142 int64_t float32_to_int64_scalbn(float32 a, FloatRoundMode rmode, int scale, in float32_to_int64_scalbn() 3151 int16_t float64_to_int16_scalbn(float64 a, FloatRoundMode rmode, int scale, in float64_to_int16_scalbn() 3160 int32_t float64_to_int32_scalbn(float64 a, FloatRoundMode rmode, int scale, in float64_to_int32_scalbn() 3169 int64_t float64_to_int64_scalbn(float64 a, FloatRoundMode rmode, int scale, in float64_to_int64_scalbn() [all …]
|
/qemu/target/ppc/ |
H A D | fpu_helper.c | 3028 #define VSX_ROUND(op, nels, tp, fld, rmode, sfifprf) \ argument 3200 uint8_t rmode = 0; in helper_xsrqpi() local 3253 uint8_t rmode = 0; in helper_xsrqpxp() local
|
/qemu/target/arm/tcg/ |
H A D | translate.h | 817 static inline TCGv_i32 gen_set_rmode(ARMFPRounding rmode, TCGv_ptr fpst) in gen_set_rmode()
|
H A D | translate-a64.c | 8773 const FPScalar1 *f, int rmode, in do_fp1_scalar_with_fpsttype() 8818 const FPScalar1 *f, int rmode) in do_fp1_scalar() 8826 const FPScalar1 *f, int rmode) in do_fp1_scalar_ah() 9208 ARMFPRounding rmode, bool is_signed) in do_fcvt_g()
|
/qemu/target/arm/ |
H A D | internals.h | 394 static inline FloatRoundMode arm_rmode_to_sf(ARMFPRounding rmode) in arm_rmode_to_sf()
|