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

1 2

  /device/linaro/bootloader/edk2/StdLib/LibC/Main/Ia32/
fpu_rmode.asm 37 sub esp, 4 ; Create a local variable for fnstcw
38 fnstcw [esp]
fpu_rmode.S 17 fnstcw (%esp)
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/X64/
fpu_rmode.S 16 fnstcw -4(%rsp)
fpu_rmode.asm 31 ; fnstcw saves to memory, NOT a register.
34 fnstcw [rsp + 8] ; save 16-bit FPU Control Word
  /art/runtime/interpreter/mterp/x86/
cvtfp_int.S 18 fnstcw LOCAL0(%esp) # remember original rounding mode
  /external/mesa3d/src/mesa/tnl/
t_pipeline.c 148 __asm__ ( "fnstcw %0" : "=m" (*&(x)) ); \
155 __asm__ ( "fnstcw %0" : "=m" (*&(x)) ); \
173 __asm fnstcw word ptr [x]\
179 __asm fnstcw word ptr [x]\
  /external/llvm/test/MC/X86/
x86-16.s 724 // CHECK: fnstcw 32493
728 // CHECK: fnstcw 32493
730 fnstcw 0x7eed
x86-32.s 849 // CHECK: fnstcw 32493
853 // CHECK: fnstcw 32493
855 fnstcw 0x7eed
x86-32-coverage.s     [all...]
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-32.s 752 // CHECK: fnstcw 32493
756 // CHECK: fnstcw 32493
758 fnstcw 0x7eed
x86-32-coverage.s 491 // CHECK: fnstcw 3735928559(%ebx,%ecx,8)
492 fnstcw 0xdeadbeef(%ebx,%ecx,8)
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
X87.cpp 64 __ fnstcw(
  /bionic/libm/x86/
libm_sincos_huge.S 53 fnstcw 30(%esp)
libm_tancot_huge.S 52 fnstcw 38(%esp)
  /art/compiler/utils/x86/
assembler_x86.h 583 void fnstcw(const Address& dst);
assembler_x86.cc 1800 void X86Assembler::fnstcw(const Address& dst) { function in class:art::x86::X86Assembler
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 626 void fnstcw(const Address& dst);
    [all...]
assembler_x86_64.cc 2043 void X86_64Assembler::fnstcw(const Address& dst) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h     [all...]
  /external/v8/src/x87/
assembler-x87.h 935 void fnstcw(const Operand& adr);
    [all...]
assembler-x87.cc 1644 void Assembler::fnstcw(const Operand& adr) { function in class:v8::internal::Assembler
    [all...]
macro-assembler-x87.cc 807 fnstcw(MemOperand(esp, 0));
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceAssemblerX86Base.h 541 void fnstcw(const typename T::Address &dst);
    [all...]
  /art/runtime/interpreter/mterp/out/
mterp_x86.S     [all...]
  /external/valgrind/perf/
tinycc.c     [all...]

Completed in 541 milliseconds

1 2