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

1 2

  /external/valgrind/main/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/main/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...]
  /external/chromium_org/third_party/libvpx/source/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/libvpx/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 }
  /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/chromium_org/third_party/mesa/src/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/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/main/coregrind/m_dispatch/
dispatch-x86-darwin.S 87 fldcw (%esp)
dispatch-x86-linux.S 88 fldcw (%esp)
dispatch-amd64-darwin.S 91 fldcw (%rsp)
dispatch-amd64-linux.S 92 fldcw (%rsp)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
genopcode.asm 145 fldcw [0] label
  /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
x86-32-coverage.s 488 // CHECK: fldcw 3735928559(%ebx,%ecx,8)
489 fldcw 0xdeadbeef(%ebx,%ecx,8)
    [all...]
  /external/qemu/target-i386/
helper.h 167 DEF_HELPER_2(fldcw, void, env, i32)
  /external/chromium_org/v8/test/cctest/
test-disasm-x87.cc 382 __ fldcw(Operand(ebx, ecx, times_4, 10000));
  /art/compiler/utils/x86/
assembler_x86.h 324 void fldcw(const Address& src);
  /art/compiler/utils/x86_64/
assembler_x86_64.h 364 void fldcw(const Address& src);
  /external/chromium_org/v8/src/x87/
assembler-x87.h 896 void fldcw(const Operand& adr);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 747 #define FLDCW(a) CHOICE(fldcw a, fldcw a, fldcw a)
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 747 #define FLDCW(a) CHOICE(fldcw a, fldcw a, fldcw a)
    [all...]

Completed in 1078 milliseconds

1 2