Searched refs:X86_RET_LDOUBLE (Results 1 – 4 of 4) sorted by relevance
/external/libffi/src/x86/ |
D | internal.h | 3 #define X86_RET_LDOUBLE 2 macro
|
D | ffi.c | 94 flags = X86_RET_LDOUBLE; in ffi_prep_cif_machdep() 281 case X86_RET_LDOUBLE: in ffi_call_int() 689 case X86_RET_LDOUBLE: in ffi_raw_call()
|
D | sysv_intel.S | 120 E(L(store_table), X86_RET_LDOUBLE) 309 E(L(load_table2), X86_RET_LDOUBLE) 455 E(L(load_table3), X86_RET_LDOUBLE) 559 E(L(load_table4), X86_RET_LDOUBLE) 674 E(L(load_table5), X86_RET_LDOUBLE)
|
D | sysv.S | 146 E(L(store_table), X86_RET_LDOUBLE) 365 E(L(load_table2), X86_RET_LDOUBLE) 514 E(L(load_table3), X86_RET_LDOUBLE) 619 E(L(load_table4), X86_RET_LDOUBLE) 735 E(L(load_table5), X86_RET_LDOUBLE)
|