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

1 2

  /external/compiler-rt/lib/builtins/i386/
floatdisf.S 27 fstps 4(%esp)
  /art/runtime/interpreter/mterp/x86/
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/libffi/src/x86/
darwin.S 129 fstps (%ecx)
freebsd.S 132 fstps (%ecx)
sysv.S 130 fstps (%ecx)
  /external/python/cpython2/Modules/_ctypes/libffi/src/x86/
darwin.S 129 fstps (%ecx)
freebsd.S 132 fstps (%ecx)
sysv.S 130 fstps (%ecx)
win32.S 635 fstps (%ecx)
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
x86-darwin.S 108 fstps (%ecx)
  /external/python/cpython3/Modules/_ctypes/libffi/src/x86/
darwin.S 129 fstps (%ecx)
freebsd.S 132 fstps (%ecx)
sysv.S 130 fstps (%ecx)
win32.S 635 fstps (%ecx)
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi_osx/x86/
x86-darwin.S 108 fstps (%ecx)
  /art/compiler/utils/x86/
jni_macro_assembler_x86.cc 137 __ fstps(Address(ESP, offs));
308 __ fstps(Address(ESP, 0));
assembler_x86.h 572 void fstps(const Address& dst);
  /art/compiler/utils/x86_64/
jni_macro_assembler_x86_64.cc 174 __ fstps(Address(CpuRegister(RSP), offs));
358 __ fstps(Address(CpuRegister(RSP), 0));
assembler_x86_64.h 615 void fstps(const Address& dst);
    [all...]
  /art/runtime/interpreter/mterp/out/
mterp_x86.S     [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h     [all...]
  /external/valgrind/perf/
tinycc.c     [all...]

Completed in 1259 milliseconds

1 2