Searched refs:FFI_FLAG_BITS (Results 1 – 3 of 3) sorted by relevance
/external/libffi/src/mips/ |
D | ffi.c | 225 flags += (FFI_TYPE_DOUBLE << (*arg_reg * FFI_FLAG_BITS)); in calc_n32_struct_flags() 267 flags += FFI_TYPE_DOUBLE << FFI_FLAG_BITS; in calc_n32_return_struct_flags() 269 flags += FFI_TYPE_FLOAT << FFI_FLAG_BITS; in calc_n32_return_struct_flags() 324 cif->flags += (cif->arg_types)[1]->type << FFI_FLAG_BITS; in ffi_prep_cif_machdep() 343 cif->flags += cif->rtype->type << (FFI_FLAG_BITS * 2); in ffi_prep_cif_machdep() 349 cif->flags += FFI_TYPE_UINT64 << (FFI_FLAG_BITS * 2); in ffi_prep_cif_machdep() 354 cif->flags += FFI_TYPE_INT << (FFI_FLAG_BITS * 2); in ffi_prep_cif_machdep() 367 cif->flags += cif->rtype->type << (FFI_FLAG_BITS * 2); in ffi_prep_cif_machdep() 372 cif->flags += FFI_TYPE_UINT64 << (FFI_FLAG_BITS * 2); in ffi_prep_cif_machdep() 376 cif->flags += FFI_TYPE_INT << (FFI_FLAG_BITS * 2); in ffi_prep_cif_machdep() [all …]
|
D | n32.S | 107 and t4, t6, ((1<<FFI_FLAG_BITS)-1) 119 SRL t4, t6, 1*FFI_FLAG_BITS 120 and t4, ((1<<FFI_FLAG_BITS)-1) 132 SRL t4, t6, 2*FFI_FLAG_BITS 133 and t4, ((1<<FFI_FLAG_BITS)-1) 145 SRL t4, t6, 3*FFI_FLAG_BITS 146 and t4, ((1<<FFI_FLAG_BITS)-1) 158 SRL t4, t6, 4*FFI_FLAG_BITS 159 and t4, ((1<<FFI_FLAG_BITS)-1) 171 SRL t4, t6, 5*FFI_FLAG_BITS [all …]
|
D | ffitarget.h | 68 #define FFI_FLAG_BITS 2 macro
|