Searched refs:FFI_FLAG_BITS (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/ |
D | ffi.c | 257 flags += (FFI_TYPE_DOUBLE << (*arg_reg * FFI_FLAG_BITS)); in calc_n32_struct_flags() 300 flags += FFI_TYPE_DOUBLE << FFI_FLAG_BITS; in calc_n32_return_struct_flags() 302 flags += FFI_TYPE_FLOAT << FFI_FLAG_BITS; in calc_n32_return_struct_flags() 359 cif->flags += (cif->arg_types)[1]->type << FFI_FLAG_BITS; in ffi_prep_cif_machdep() 378 cif->flags += cif->rtype->type << (FFI_FLAG_BITS * 2); in ffi_prep_cif_machdep() 384 cif->flags += FFI_TYPE_UINT64 << (FFI_FLAG_BITS * 2); in ffi_prep_cif_machdep() 389 cif->flags += FFI_TYPE_INT << (FFI_FLAG_BITS * 2); in ffi_prep_cif_machdep() 402 cif->flags += cif->rtype->type << (FFI_FLAG_BITS * 2); in ffi_prep_cif_machdep() 407 cif->flags += FFI_TYPE_UINT64 << (FFI_FLAG_BITS * 2); in ffi_prep_cif_machdep() 411 cif->flags += FFI_TYPE_INT << (FFI_FLAG_BITS * 2); in ffi_prep_cif_machdep() [all …]
|
D | n32.S | 110 and t4, t6, ((1<<FFI_FLAG_BITS)-1) 120 SRL t4, t6, 1*FFI_FLAG_BITS 121 and t4, ((1<<FFI_FLAG_BITS)-1) 131 SRL t4, t6, 2*FFI_FLAG_BITS 132 and t4, ((1<<FFI_FLAG_BITS)-1) 142 SRL t4, t6, 3*FFI_FLAG_BITS 143 and t4, ((1<<FFI_FLAG_BITS)-1) 153 SRL t4, t6, 4*FFI_FLAG_BITS 154 and t4, ((1<<FFI_FLAG_BITS)-1) 164 SRL t4, t6, 5*FFI_FLAG_BITS [all …]
|
D | ffitarget.h | 83 #define FFI_FLAG_BITS 2 macro
|
/external/libffi/src/mips/ |
D | ffi.c | 257 flags += (FFI_TYPE_DOUBLE << (*arg_reg * FFI_FLAG_BITS)); in calc_n32_struct_flags() 300 flags += FFI_TYPE_DOUBLE << FFI_FLAG_BITS; in calc_n32_return_struct_flags() 302 flags += FFI_TYPE_FLOAT << FFI_FLAG_BITS; in calc_n32_return_struct_flags() 359 cif->flags += (cif->arg_types)[1]->type << FFI_FLAG_BITS; in ffi_prep_cif_machdep() 378 cif->flags += cif->rtype->type << (FFI_FLAG_BITS * 2); in ffi_prep_cif_machdep() 384 cif->flags += FFI_TYPE_UINT64 << (FFI_FLAG_BITS * 2); in ffi_prep_cif_machdep() 389 cif->flags += FFI_TYPE_INT << (FFI_FLAG_BITS * 2); in ffi_prep_cif_machdep() 402 cif->flags += cif->rtype->type << (FFI_FLAG_BITS * 2); in ffi_prep_cif_machdep() 407 cif->flags += FFI_TYPE_UINT64 << (FFI_FLAG_BITS * 2); in ffi_prep_cif_machdep() 411 cif->flags += FFI_TYPE_INT << (FFI_FLAG_BITS * 2); in ffi_prep_cif_machdep() [all …]
|
D | n32.S | 110 and t4, t6, ((1<<FFI_FLAG_BITS)-1) 120 SRL t4, t6, 1*FFI_FLAG_BITS 121 and t4, ((1<<FFI_FLAG_BITS)-1) 131 SRL t4, t6, 2*FFI_FLAG_BITS 132 and t4, ((1<<FFI_FLAG_BITS)-1) 142 SRL t4, t6, 3*FFI_FLAG_BITS 143 and t4, ((1<<FFI_FLAG_BITS)-1) 153 SRL t4, t6, 4*FFI_FLAG_BITS 154 and t4, ((1<<FFI_FLAG_BITS)-1) 164 SRL t4, t6, 5*FFI_FLAG_BITS [all …]
|
D | ffitarget.h | 83 #define FFI_FLAG_BITS 2 macro
|