Home
last modified time | relevance | path

Searched refs:retdouble (Results 1 – 10 of 10) sorted by relevance

/external/llvm/test/CodeGen/Mips/cconv/
Dreturn-float.ll36 define double @retdouble() nounwind {
42 ; ALL-LABEL: retdouble:
Dreturn-hard-float.ll39 define double @retdouble() nounwind {
45 ; ALL-LABEL: retdouble:
/external/python/cpython2/Modules/_ctypes/libffi/src/alpha/
Dosf.S95 bne $3, $retdouble
117 $retdouble:
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
Dfreebsd.S92 .long retdouble-.Lstore_table /* FFI_TYPE_DOUBLE */
135 retdouble: label
Dsysv.S92 .long retdouble-.Lstore_table /* FFI_TYPE_DOUBLE */
133 retdouble: label
Ddarwin.S90 .long retdouble-.Lstore_table /* FFI_TYPE_DOUBLE */
132 retdouble: label
/external/python/cpython2/Modules/_ctypes/libffi/src/m68k/
Dsysv.S123 jbeq retdouble
131 retdouble: label
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/
Do32.S158 bne t2, FFI_TYPE_FLOAT, retdouble
164 retdouble: label
Dn32.S217 bne t6, FFI_TYPE_FLOAT, retdouble
223 retdouble: label
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.v1603 * sysv.S (retdouble): Fixed double return problems.