Searched refs:X86_RET_STRUCTPOP (Results 1 – 4 of 4) sorted by relevance
/third_party/libffi/src/x86/ |
D | ffi.c | 142 flags = X86_RET_STRUCTPOP; in ffi_prep_cif_machdep() 282 case X86_RET_STRUCTPOP: in ffi_call_int() 319 case X86_RET_STRUCTPOP: in ffi_call_int() 452 case X86_RET_STRUCTPOP: in ffi_closure_inner() 690 case X86_RET_STRUCTPOP: in ffi_raw_call() 726 case X86_RET_STRUCTPOP: in ffi_raw_call()
|
D | internal.h | 11 #define X86_RET_STRUCTPOP 10 macro
|
D | sysv_intel.S | 159 E(L(store_table), X86_RET_STRUCTPOP) 338 E(L(load_table2), X86_RET_STRUCTPOP) 485 E(L(load_table3), X86_RET_STRUCTPOP) 588 E(L(load_table4), X86_RET_STRUCTPOP) 704 E(L(load_table5), X86_RET_STRUCTPOP)
|
D | sysv.S | 185 E(L(store_table), X86_RET_STRUCTPOP) 394 E(L(load_table2), X86_RET_STRUCTPOP) 544 E(L(load_table3), X86_RET_STRUCTPOP) 648 E(L(load_table4), X86_RET_STRUCTPOP) 765 E(L(load_table5), X86_RET_STRUCTPOP)
|