HomeSort by relevance Sort by last modified time
    Searched refs:fldcw (Results 1 - 25 of 46) sorted by null

1 2

  /external/valgrind/exp-bbv/tests/amd64-linux/
fldcw_check.S 5 # This code tests for the fldcw "load floating point command word"
10 # fldcw is most often used to set the rouding mode when doing
18 # these are instructions with similar encodings to fldcw
29 # check some varied ways of calling fldcw
35 fldcw 2(%rsp)
42 fldcw 0(%rax) # rax
44 fldcw 0(%rbx) # rbx
46 fldcw 0(%rcx) # rcx
48 fldcw 0(%rdx) # rdx
53 # cannot assemble 32-bit fldcw on 64-bit system
    [all...]
  /external/valgrind/exp-bbv/tests/x86/
fldcw_check.S 5 # This code tests for the fldcw "load floating point command word"
10 # fldcw is most often used to set the rouding mode when doing
20 # these are instructions with similar encodings to fldcw
31 # check some varied ways of calling fldcw
38 fldcw 2(%esp)
45 fldcw 0(%eax) # eax
47 fldcw 0(%ebx) # ebx
49 fldcw 0(%ecx) # ecx
51 fldcw 0(%edx) # edx
58 fldcw 32(%eax) # eax + 8 bit offse
    [all...]
  /art/runtime/interpreter/mterp/x86/
cvtfp_int.S 22 fldcw LOCAL0+2(%esp) # set "to zero" rounding mode
29 fldcw LOCAL0(%esp) # restore previous rounding mode
  /external/libvpx/libvpx/vpx_ports/
emms.asm 26 fldcw [rsp]
x86.h 274 __asm__ __volatile__("fldcw %0" : : "m"(*&mode));
283 asm volatile("fldcw %0" : : "m"(*&mode));
291 /* No fldcw intrinsics on Windows x64, punt to external asm */
298 __asm { fldcw mode }
  /external/mesa3d/src/mesa/tnl/
t_pipeline.c 139 /* The fldcw instruction will cause any pending FP exceptions to be
149 __asm__ ( "fldcw %0" : : "m" (mask) ); \
156 __asm__ ( "fldcw %0" : : "m" (mask) ); \
164 __asm__ ( "fnclex ; fldcw %0" : : "m" (*&(x)) ); \
174 __asm fldcw word ptr [mask]\
180 __asm fldcw word ptr [mask]\
185 __asm fldcw word ptr [x]\
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
InitializeFpu.s 46 fldcw ASM_PFX(mFpuControlWord)
InitializeFpu.asm 49 fldcw mFpuControlWord
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseUefiCpuLib/Ia32/
InitializeFpu.S 43 fldcw ASM_PFX(mFpuControlWord)
InitializeFpu.asm 49 fldcw mFpuControlWord
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseUefiCpuLib/X64/
InitializeFpu.S 37 fldcw (%rax)
InitializeFpu.asm 48 fldcw mFpuControlWord
  /external/valgrind/coregrind/m_dispatch/
dispatch-x86-darwin.S 88 fldcw (%esp)
dispatch-x86-linux.S 89 fldcw (%esp)
dispatch-x86-solaris.S 89 fldcw (%esp)
dispatch-amd64-darwin.S 92 fldcw (%rsp)
dispatch-amd64-linux.S 93 fldcw (%rsp)
dispatch-amd64-solaris.S 93 fldcw (%rsp)
  /bionic/libm/x86/
e_exp.S 155 fldcw 28(%esp)
179 fldcw 24(%esp)
libm_sincos_huge.S 82 fldcw 28(%esp)
156 fldcw 28(%esp)
255 fldcw 30(%esp)
279 fldcw 30(%esp)
336 fldcw 30(%esp)
383 fldcw 30(%esp)
440 fldcw 30(%esp)
487 fldcw 30(%esp)
libm_tancot_huge.S 81 fldcw 36(%esp)
156 fldcw 36(%esp)
306 fldcw 38(%esp)
423 fldcw 38(%esp)
539 fldcw 38(%esp)
s_expm1.S 211 fldcw 28(%esp)
239 fldcw 24(%esp)
  /bionic/libm/x86_64/
s_expm1.S 194 fldcw 4(%rsp)
222 fldcw (%rsp)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
intelok.s 55 fldcw [eax]
56 fldcw word ptr [eax]
  /external/llvm/test/MC/X86/
x86-16.s 716 // CHECK: fldcw 32493
720 // CHECK: fldcw 32493
722 fldcw 0x7eed

Completed in 1001 milliseconds

1 2