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

1 2

  /art/runtime/interpreter/mterp/x86/
op_rem_double.S 12 fstpl VREG_ADDRESS(rINST) # fp[vAA] <- %st
op_rem_double_2addr.S 13 fstpl VREG_ADDRESS(%ecx) # %st to vA
  /art/runtime/interpreter/mterp/x86_64/
op_rem_double.S 12 fstpl VREG_ADDRESS(rINSTq) # fp[vAA] <- %st
op_rem_double_2addr.S 13 fstpl VREG_ADDRESS(%rcx) # %st to vA
  /bionic/libm/x86_64/
e_hypot.S 162 fstpl 40(%rsp)
166 fstpl 32(%rsp)
171 fstpl 16(%rsp)
s_expm1.S 220 fstpl 16(%rsp)
  /bionic/libm/x86/
e_hypot.S 184 fstpl 40(%esp)
188 fstpl 32(%esp)
libm_sincos_huge.S 249 fstpl (%eax)
252 fstpl 8(%eax)
273 fstpl 8(%eax)
276 fstpl (%eax)
333 fstpl 8(%eax)
380 fstpl 8(%eax)
437 fstpl (%eax)
484 fstpl (%eax)
libm_tancot_huge.S 274 fstpl 16(%esp)
280 fstpl 16(%esp)
294 fstpl 16(%esp)
300 fstpl 16(%esp)
384 fstpl 16(%esp)
417 fstpl 16(%esp)
474 fstpl 16(%esp)
533 fstpl 16(%esp)
e_exp.S 177 fstpl 8(%esp)
s_expm1.S 237 fstpl 8(%esp)
  /external/libffi/src/x86/
darwin.S 135 fstpl (%ecx)
freebsd.S 138 fstpl (%ecx)
sysv.S 136 fstpl (%ecx)
  /external/python/cpython2/Modules/_ctypes/libffi/src/x86/
darwin.S 135 fstpl (%ecx)
freebsd.S 138 fstpl (%ecx)
sysv.S 136 fstpl (%ecx)
win32.S 641 fstpl (%ecx)
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
x86-darwin.S 116 fstpl (%ecx)
  /external/python/cpython3/Modules/_ctypes/libffi/src/x86/
darwin.S 135 fstpl (%ecx)
freebsd.S 138 fstpl (%ecx)
sysv.S 136 fstpl (%ecx)
  /external/python/cpython3/Modules/_ctypes/libffi_osx/x86/
x86-darwin.S 116 fstpl (%ecx)
  /art/compiler/utils/x86/
jni_macro_assembler_x86.cc 139 __ fstpl(Address(ESP, offs));
312 __ fstpl(Address(ESP, 0));
  /art/compiler/utils/x86_64/
jni_macro_assembler_x86_64.cc 176 __ fstpl(Address(CpuRegister(RSP), offs));
362 __ fstpl(Address(CpuRegister(RSP), 0));

Completed in 391 milliseconds

1 2