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

  /art/runtime/interpreter/mterp/x86/
cvtfp_int.S 18 fnstcw LOCAL0(%esp) # remember original rounding mode
  /external/mesa3d/src/mesa/main/
compiler.h 416 __asm__ ( "fnstcw %0" : "=m" (*&(x)) ); \
423 __asm__ ( "fnstcw %0" : "=m" (*&(x)) ); \
440 "fnstcw word ptr [eax]" \
471 __asm fnstcw word ptr [x]\
477 __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 800 // CHECK: fnstcw 32493
804 // CHECK: fnstcw 32493
806 fnstcw 0x7eed
x86-32-coverage.s     [all...]
  /art/compiler/utils/x86/
assembler_x86.h 463 void fnstcw(const Address& dst);
assembler_x86.cc 927 void X86Assembler::fnstcw(const Address& dst) { function in class:art::x86::X86Assembler
    [all...]
  /bionic/libm/x86/
libm_sincos_huge.S 53 fnstcw 30(%esp)
libm_tancot_huge.S 52 fnstcw 38(%esp)
  /external/v8/test/cctest/
test-disasm-x87.cc 391 __ fnstcw(Operand(ebx, ecx, times_4, 10000));
  /art/compiler/utils/x86_64/
assembler_x86_64.h 489 void fnstcw(const Address& dst);
    [all...]
assembler_x86_64.cc 1083 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 939 void fnstcw(const Operand& adr);
    [all...]
assembler-x87.cc 1650 void Assembler::fnstcw(const Operand& adr) { function in class:v8::internal::Assembler
    [all...]
macro-assembler-x87.cc 881 fnstcw(MemOperand(esp, 0));
    [all...]
  /art/runtime/interpreter/mterp/out/
mterp_x86.S     [all...]
  /external/valgrind/perf/
tinycc.c     [all...]

Completed in 456 milliseconds