Home
last modified time | relevance | path

Searched refs:fpscr (Results 1 - 20 of 20) sorted by relevance

/third_party/musl/src/fenv/arm/
H A Dfenv-hf.S9 fmrx r0, fpscr
17 fmrx r3, fpscr
20 fmxr fpscr, r3
28 fmrx r3, fpscr
36 fmrx r3, fpscr
38 fmxr fpscr, r3
46 fmrx r3, fpscr
48 fmxr fpscr, r3
55 fmrx r3, fpscr
66 fmxr fpscr, r
[all...]
/third_party/musl/src/fenv/sh/
H A Dfenv.S6 sts fpscr, r0
14 sts fpscr, r0
18 lds r0, fpscr
25 sts fpscr, r0
36 sts fpscr, r0
38 lds r0, fpscr
47 sts fpscr, r4
49 lds r0, fpscr
56 sts fpscr, r0
70 sts fpscr, r
[all...]
/third_party/musl/src/fenv/powerpc64/
H A Dfenv.c17 static inline void set_fpscr_f(double fpscr)
19 __asm__ __volatile__("mtfsf 255, %0" : : "d"(fpscr));
22 static void set_fpscr(long fpscr)
24 set_fpscr_f((union {long i; double f;}) {fpscr}.f);
/third_party/cmsis/CMSIS/Core/Include/a-profile/
H A Dcmsis_gcc_a.h609 \param [in] fpscr Floating Point Status/Control value to set
611 __STATIC_FORCEINLINE void __set_FPSCR(uint32_t fpscr) in __set_FPSCR() argument
614 __builtin_arm_set_fpscr(fpscr); in __set_FPSCR()
616 (void)fpscr; in __set_FPSCR()
928 const uint32_t fpscr = __get_FPSCR(); in __FPU_Enable() local
929 __set_FPSCR(fpscr & 0x00086060ul); in __FPU_Enable()
H A Dcmsis_clang_a.h586 \param [in] fpscr Floating Point Status/Control value to set
588 __STATIC_FORCEINLINE void __set_FPSCR(uint32_t fpscr) in __set_FPSCR() argument
591 __builtin_arm_set_fpscr(fpscr); in __set_FPSCR()
593 (void)fpscr; in __set_FPSCR()
905 const uint32_t fpscr = __get_FPSCR(); in __FPU_Enable() local
906 __set_FPSCR(fpscr & 0x00086060ul); in __FPU_Enable()
H A Dcmsis_armclang_a.h574 \param [in] fpscr Floating Point Status/Control value to set
576 __STATIC_FORCEINLINE void __set_FPSCR(uint32_t fpscr) in __set_FPSCR() argument
579 __builtin_arm_set_fpscr(fpscr); in __set_FPSCR()
581 (void)fpscr; in __set_FPSCR()
/third_party/musl/arch/sh/bits/
H A Duser.h23 unsigned long fpscr; member
H A Dsignal.h19 unsigned int fpscr, fpul, ownedfp; member
/third_party/node/deps/openssl/openssl/crypto/poly1305/
H A Dpoly1305_ieee754.c138 double fpscr_orig, fpscr = *(double *)&one; in poly1305_init()
141 asm volatile ("mtfsf 255,%0"::"f"(fpscr)); in poly1305_init()
260 double fpscr_orig, fpscr = *(double *)&one; in poly1305_blocks() local
263 asm volatile ("mtfsf 255,%0"::"f"(fpscr)); in poly1305_blocks()
/third_party/openssl/crypto/poly1305/
H A Dpoly1305_ieee754.c138 double fpscr_orig, fpscr = *(double *)&one; in poly1305_init()
141 asm volatile ("mtfsf 255,%0"::"f"(fpscr)); in poly1305_init()
260 double fpscr_orig, fpscr = *(double *)&one; in poly1305_blocks() local
263 asm volatile ("mtfsf 255,%0"::"f"(fpscr)); in poly1305_blocks()
/third_party/vixl/test/aarch32/
H A Dtest-simulator-cond-dt-drt-drd-drn-drm-float-f64-a32.cc140 uint32_t fpscr; member
1442 __ Ldr(fpsr_bits, MemOperand(input_ptr, offsetof(Inputs, fpscr))); in TestHelper()
1455 __ Str(fpsr_bits, MemOperand(result_ptr, offsetof(Inputs, fpscr))); in TestHelper()
1481 printf("0x%08" PRIx32, results[i]->outputs[j].fpscr); in TestHelper()
1508 uint32_t fpscr = results[i]->outputs[j].fpscr; in TestHelper() local
1512 uint32_t fpscr_input = kTests[i].inputs[j].fpscr; in TestHelper()
1516 uint32_t fpscr_ref = reference[i].outputs[j].fpscr; in TestHelper()
1521 if (((fpscr != fpscr_ref) || (rd != rd_ref) || (rn != rn_ref) || in TestHelper()
1551 printf("0x%08" PRIx32, fpscr); in TestHelper()
[all...]
H A Dtest-simulator-cond-dt-drt-drd-drn-drm-float-f64-t32.cc140 uint32_t fpscr; member
1442 __ Ldr(fpsr_bits, MemOperand(input_ptr, offsetof(Inputs, fpscr))); in TestHelper()
1455 __ Str(fpsr_bits, MemOperand(result_ptr, offsetof(Inputs, fpscr))); in TestHelper()
1481 printf("0x%08" PRIx32, results[i]->outputs[j].fpscr); in TestHelper()
1508 uint32_t fpscr = results[i]->outputs[j].fpscr; in TestHelper() local
1512 uint32_t fpscr_input = kTests[i].inputs[j].fpscr; in TestHelper()
1516 uint32_t fpscr_ref = reference[i].outputs[j].fpscr; in TestHelper()
1521 if (((fpscr != fpscr_ref) || (rd != rd_ref) || (rn != rn_ref) || in TestHelper()
1551 printf("0x%08" PRIx32, fpscr); in TestHelper()
[all...]
/third_party/musl/arch/powerpc/bits/
H A Dsignal.h15 double fpscr; member
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H A Dcmsis_armclang_m.h1347 \param [in] fpscr Floating Point Status/Control value to set
1349 __STATIC_FORCEINLINE void __set_FPSCR(uint32_t fpscr) in __set_FPSCR() argument
1352 __builtin_arm_set_fpscr(fpscr); in __set_FPSCR()
1354 (void)fpscr; in __set_FPSCR()
H A Dcmsis_clang_m.h1348 \param [in] fpscr Floating Point Status/Control value to set
1350 __STATIC_FORCEINLINE void __set_FPSCR(uint32_t fpscr) in __set_FPSCR() argument
1353 __builtin_arm_set_fpscr(fpscr); in __set_FPSCR()
1355 (void)fpscr; in __set_FPSCR()
H A Dcmsis_tiarmclang_m.h1347 \param [in] fpscr Floating Point Status/Control value to set
1349 __STATIC_FORCEINLINE void __set_FPSCR(uint32_t fpscr) in __set_FPSCR() argument
1352 __builtin_arm_set_fpscr(fpscr); in __set_FPSCR()
1354 (void)fpscr; in __set_FPSCR()
H A Dcmsis_gcc_m.h1531 \param [in] fpscr Floating Point Status/Control value to set
1533 __STATIC_FORCEINLINE void __set_FPSCR(uint32_t fpscr) in __set_FPSCR() argument
1536 __builtin_arm_set_fpscr(fpscr); in __set_FPSCR()
1538 (void)fpscr; in __set_FPSCR()
/third_party/ffmpeg/libavutil/arm/
H A Dfloat_dsp_vfp.S30 fmrx r12, fpscr
32 fmxr fpscr, r12
65 fmxr fpscr, r12
/third_party/elfutils/tests/
H A Drun-allregs.sh224 65: fpscr (fpscr), unsigned 32 bits
1247 65: fpscr (fpscr), unsigned 64 bits
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc3500 uint32_t fpscr = (n_flag_FPSCR_ << 31) | (z_flag_FPSCR_ << 30) | in DecodeTypeVFP() local
3506 set_register(rt, fpscr); in DecodeTypeVFP()

Completed in 32 milliseconds