Function simics_api_sys::signed_divide_128_by_64
source ยท pub unsafe extern "C" fn signed_divide_128_by_64(
dividend_high: int64,
dividend_low: int64,
divisor: int64,
quotient: *mut int64,
remainder: *mut int64,
) -> c_int