HomeSort by relevance Sort by last modified time
    Searched refs:fldcw (Results 1 - 25 of 36) 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 258 __asm__ __volatile__("fldcw %0" : : "m"(*&mode));
269 asm volatile("fldcw %0" : : "m"(*&mode));
278 /* No fldcw intrinsics on Windows x64, punt to external asm */
286 __asm { fldcw mode }
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
emms.asm 26 fldcw [rsp]
x86.h 214 __asm__ __volatile__("fldcw %0" : : "m"(*&mode));
225 asm volatile("fldcw %0" : : "m"(*&mode));
234 /* No fldcw intrinsics on Windows x64, punt to external asm */
242 __asm { fldcw mode }
  /external/mesa3d/src/mesa/main/
compiler.h 407 /* The fldcw instruction will cause any pending FP exceptions to be
417 __asm__ ( "fldcw %0" : : "m" (mask) ); \
424 __asm__ ( "fldcw %0" : : "m" (mask) ); \
432 __asm__ ( "fnclex ; fldcw %0" : : "m" (*&(x)) ); \
441 "fldcw word ptr [ecx]" \
447 "fldcw word ptr [eax]" \
472 __asm fldcw word ptr [mask]\
478 __asm fldcw word ptr [mask]\
483 __asm fldcw word ptr [x]\
  /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]
intelbad.s 50 fldcw dword ptr [eax]
intelok.d 58 [ ]*[0-9a-f]+: d9 28[ ]+fldcw[ ]+(WORD PTR )?\[eax\]
59 [ ]*[0-9a-f]+: d9 28[ ]+fldcw[ ]+(WORD PTR )?\[eax\]
  /external/llvm/test/MC/X86/
x86-16.s 716 // CHECK: fldcw 32493
720 // CHECK: fldcw 32493
722 fldcw 0x7eed
x86-32.s 792 // CHECK: fldcw 32493
796 // CHECK: fldcw 32493
798 fldcw 0x7eed
  /art/compiler/utils/x86/
assembler_x86.h 464 void fldcw(const Address& src);

Completed in 329 milliseconds

1 2