Home
last modified time | relevance | path

Searched refs:FFI_FLAG_BITS (Results 1 – 3 of 3) sorted by relevance

/third_party/libffi/src/mips/
Dffi.c258 flags += (FFI_TYPE_DOUBLE << (*arg_reg * FFI_FLAG_BITS)); in calc_n32_struct_flags()
301 flags += FFI_TYPE_DOUBLE << FFI_FLAG_BITS; in calc_n32_return_struct_flags()
303 flags += FFI_TYPE_FLOAT << FFI_FLAG_BITS; in calc_n32_return_struct_flags()
361 cif->flags += (cif->arg_types)[1]->type << FFI_FLAG_BITS; in ffi_prep_cif_machdep_int()
380 cif->flags += cif->rtype->type << (FFI_FLAG_BITS * 2); in ffi_prep_cif_machdep_int()
386 cif->flags += FFI_TYPE_UINT64 << (FFI_FLAG_BITS * 2); in ffi_prep_cif_machdep_int()
391 cif->flags += FFI_TYPE_INT << (FFI_FLAG_BITS * 2); in ffi_prep_cif_machdep_int()
404 cif->flags += cif->rtype->type << (FFI_FLAG_BITS * 2); in ffi_prep_cif_machdep_int()
409 cif->flags += FFI_TYPE_UINT64 << (FFI_FLAG_BITS * 2); in ffi_prep_cif_machdep_int()
413 cif->flags += FFI_TYPE_INT << (FFI_FLAG_BITS * 2); in ffi_prep_cif_machdep_int()
[all …]
Dn32.S127 and t4, t6, ((1<<FFI_FLAG_BITS)-1)
137 SRL t4, t6, 1*FFI_FLAG_BITS
138 and t4, ((1<<FFI_FLAG_BITS)-1)
148 SRL t4, t6, 2*FFI_FLAG_BITS
149 and t4, ((1<<FFI_FLAG_BITS)-1)
159 SRL t4, t6, 3*FFI_FLAG_BITS
160 and t4, ((1<<FFI_FLAG_BITS)-1)
170 SRL t4, t6, 4*FFI_FLAG_BITS
171 and t4, ((1<<FFI_FLAG_BITS)-1)
181 SRL t4, t6, 5*FFI_FLAG_BITS
[all …]
Dffitarget.h83 #define FFI_FLAG_BITS 2 macro