Lines Matching refs:FFI_FLAG_BITS
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()
472 ((cif->arg_types)[index]->type << (arg_reg * FFI_FLAG_BITS)); in ffi_prep_cif_machdep()
486 (FFI_TYPE_DOUBLE << (arg_reg * FFI_FLAG_BITS)); in ffi_prep_cif_machdep()
489 (FFI_TYPE_DOUBLE << (arg_reg * FFI_FLAG_BITS)); in ffi_prep_cif_machdep()
524 cif->flags += FFI_TYPE_STRUCT << (FFI_FLAG_BITS * 8); in ffi_prep_cif_machdep()
525 cif->flags += struct_flags << (4 + (FFI_FLAG_BITS * 8)); in ffi_prep_cif_machdep()
536 cif->flags += FFI_TYPE_SINT32 << (FFI_FLAG_BITS * 8); in ffi_prep_cif_machdep()
538 cif->flags += FFI_TYPE_INT << (FFI_FLAG_BITS * 8); in ffi_prep_cif_machdep()
544 cif->flags += FFI_TYPE_SINT32 << (FFI_FLAG_BITS * 8); in ffi_prep_cif_machdep()
550 cif->flags += FFI_TYPE_INT << (FFI_FLAG_BITS * 8); in ffi_prep_cif_machdep()
552 cif->flags += cif->rtype->type << (FFI_FLAG_BITS * 8); in ffi_prep_cif_machdep()
560 cif->flags += FFI_TYPE_STRUCT << (FFI_FLAG_BITS * 8); in ffi_prep_cif_machdep()
561 cif->flags += FFI_TYPE_SMALLSTRUCT2 << (4 + (FFI_FLAG_BITS * 8)); in ffi_prep_cif_machdep()
565 cif->flags += FFI_TYPE_STRUCT << (FFI_FLAG_BITS * 8); in ffi_prep_cif_machdep()
567 + (FFI_TYPE_DOUBLE << FFI_FLAG_BITS)) in ffi_prep_cif_machdep()
568 << (4 + (FFI_FLAG_BITS * 8)); in ffi_prep_cif_machdep()
572 cif->flags += FFI_TYPE_INT << (FFI_FLAG_BITS * 8); in ffi_prep_cif_machdep()
782 if ((cif->flags >> (FFI_FLAG_BITS * 2)) == FFI_TYPE_STRUCT) in ffi_closure_mips_inner_O32()
1045 return cif->flags >> (FFI_FLAG_BITS * 8); in ffi_closure_mips_inner_N32()