HomeSort by relevance Sort by last modified time
    Searched full:fstps (Results 1 - 25 of 38) sorted by null

1 2

  /art/runtime/interpreter/mterp/x86/
op_double_to_float.S 1 %include "x86/fpcvt.S" {"load":"fldl","store":"fstps"}
op_int_to_float.S 1 %include "x86/fpcvt.S" {"load":"fildl","store":"fstps"}
op_long_to_float.S 1 %include "x86/fpcvt.S" {"load":"fildll","store":"fstps"}
op_neg_float.S 1 %include "x86/fpcvt.S" {"instr":"fchs","load":"flds","store":"fstps"}
op_rem_float.S 12 fstps VREG_ADDRESS(rINST) # %st to vAA
op_rem_float_2addr.S 13 fstps VREG_ADDRESS(%ecx) # %st to vA
  /art/runtime/interpreter/mterp/x86_64/
op_rem_float.S 12 fstps VREG_ADDRESS(rINSTq) # %st to vAA
op_rem_float_2addr.S 13 fstps VREG_ADDRESS(%rcx) # %st to vA
  /external/valgrind/memcheck/tests/amd64-solaris/
context_fpu.c 36 "fstps %[out]\n"
79 "fstps 0x00 + %[out]\n"
80 "fstps 0x04 + %[out]\n"
81 "fstps 0x08 + %[out]\n"
82 "fstps 0x0c + %[out]\n"
83 "fstps 0x10 + %[out]\n"
84 "fstps 0x14 + %[out]\n"
85 "fstps 0x18 + %[out]\n"
86 "fstps 0x1c + %[out]\n"
  /external/valgrind/memcheck/tests/x86-solaris/
context_fpu.c 34 "fstps %[out]\n"
85 "fstps 0x00 + %[out]\n"
86 "fstps 0x04 + %[out]\n"
87 "fstps 0x08 + %[out]\n"
88 "fstps 0x0c + %[out]\n"
89 "fstps 0x10 + %[out]\n"
90 "fstps 0x14 + %[out]\n"
91 "fstps 0x18 + %[out]\n"
92 "fstps 0x1c + %[out]\n"
  /external/compiler-rt/lib/builtins/i386/
floatdisf.S 27 fstps 4(%esp)
floatundisf.S 42 fstps 4(%esp)
  /external/llvm/test/CodeGen/X86/
fp-double-rounding.ll 22 ; CHECK: fstps (%
fp-stack-ret-conv.ll 2 ; RUN: llc < %s -mcpu=yonah | grep fstps
2011-06-03-x87chain.ll 9 ; CHECK: fstps
fastmath-float-half-conversion.ll 20 ; F16C-NEXT: fstps
pr1505b.ll 37 ; CHECK: fstps (%esp)
  /external/mesa3d/src/mesa/main/
imports.h 361 __asm__ ("fstps %0" : "=m" (ai) : "t" (af) : "st");
362 __asm__ ("fstps %0" : "=m" (bi) : "t" (bf) : "st");
408 __asm__ ("fstps %0" : "=m" (ai) : "t" (af) : "st");
409 __asm__ ("fstps %0" : "=m" (bi) : "t" (bf) : "st");
  /art/compiler/utils/x86/
assembler_x86.cc 484 void X86Assembler::fstps(const Address& dst) { function in class:art::x86::X86Assembler
    [all...]
assembler_x86.h 452 void fstps(const Address& dst);
  /art/compiler/utils/x86_64/
assembler_x86_64.h 478 void fstps(const Address& dst);
    [all...]
assembler_x86_64.cc 556 void X86_64Assembler::fstps(const Address& dst) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /external/llvm/test/MC/X86/
intel-syntax.s 661 // CHECK: fstps (%rax)
  /external/valgrind/none/tests/amd64/
gen_insn_test.pl 839 print qq| \"fstps %$result->{argnum}\\n\"\n|;
  /external/valgrind/none/tests/x86/
gen_insn_test.pl 803 print qq| \"fstps %$result->{argnum}\\n\"\n|;

Completed in 314 milliseconds

1 2