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

  /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...]
  /dalvik/vm/mterp/x86/
cvtfp_int.S 22 fldcw LOCAL0_OFFSET+2(%ebp) # set "to zero" rounding mode
29 fldcw LOCAL0_OFFSET(%ebp) # restore previous rounding mode
  /external/libvpx/libvpx/vpx_ports/
emms.asm 26 fldcw [rsp]
x86.h 195 __asm__ __volatile__("fldcw %0" : : "m"(*&mode));
206 asm volatile("fldcw %0" : : "m"(*&mode));
215 /* No fldcw intrinsics on Windows x64, punt to external asm */
223 __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/qemu/target-i386/
helper.h 167 DEF_HELPER_1(fldcw, void, i32)
  /external/llvm/test/MC/X86/
x86-32.s 772 // CHECK: fldcw 32493
776 // CHECK: fldcw 32493
778 fldcw 0x7eed
x86-32-coverage.s 488 // CHECK: fldcw 3735928559(%ebx,%ecx,8)
489 fldcw 0xdeadbeef(%ebx,%ecx,8)
    [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
encoder.h 627 ENCODER_DECLARE_EXPORT char * fldcw(char * stream, const M_Opnd & mem);
encoder.inl 791 ENCODER_DECLARE_EXPORT char * fldcw(char * stream, const M_Opnd & mem) {
  /art/compiler/utils/x86/
assembler_x86.h 324 void fldcw(const Address& src);
assembler_x86.cc 679 void X86Assembler::fldcw(const Address& src) { function in class:art::x86::X86Assembler
    [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...]
  /dalvik/vm/mterp/out/
InterpAsm-x86.S     [all...]
  /external/valgrind/main/perf/
tinycc.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
x86insn_nasm.gperf 231 fldcw, fldnstcw_insn, 1, SUF_Z, 0x05, 0, 0, 0, CPU_FPU, 0, 0
    [all...]
x86insn_gas.gperf 460 fldcw, fldnstcw_insn, 1, SUF_Z, 0x05, 0, 0, 0, CPU_FPU, 0, 0
    [all...]

Completed in 854 milliseconds