Lines Matching refs:UINT32
48 else if (arg->size <= sizeof (UINT32)) in return_type()
87 if (z < sizeof (UINT32)) in ffi_prep_args()
116 else if (z == sizeof (UINT32) && align == sizeof (UINT32)) in ffi_prep_args()
129 *(UINT64 *) argp = (UINT64) *(UINT32 *) (*p_argv); in ffi_prep_args()
321 tramp[2] = 0xcc000010 | (((UINT32) ffi_closure_SYSV) >> 16) << 10; in ffi_prep_closure()
322 tramp[3] = 0xc8000010 | (((UINT32) ffi_closure_SYSV) & 0xffff) << 10; in ffi_prep_closure()
324 tramp[5] = 0xcc000010 | (((UINT32) closure) >> 16) << 10; in ffi_prep_closure()
325 tramp[6] = 0xc8000010 | (((UINT32) closure) & 0xffff) << 10; in ffi_prep_closure()
380 if (z < sizeof (UINT32)) in ffi_closure_helper_SYSV()
394 avalue[i] = ((char *) p) + sizeof (UINT32) - z; in ffi_closure_helper_SYSV()
402 else if (z == sizeof (UINT32)) in ffi_closure_helper_SYSV()
408 avalue[i] = (UINT32 *) pfr + (1 ^ freg++); in ffi_closure_helper_SYSV()
410 avalue[i] = (UINT32 *) pfr + freg++; in ffi_closure_helper_SYSV()
416 avalue[i] = (UINT32 *) (pgr + greg) + 1; in ffi_closure_helper_SYSV()
423 avalue[i] = (UINT32 *) (pgr + greg) + 1; in ffi_closure_helper_SYSV()