Searched refs:__multi3 (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/compiler-rt/test/
H A Dmulti3_test.c3 //===-- multi3_test.c - Test __multi3 -------------------------------------===//
11 // This file tests __multi3 for the compiler_rt library.
20 COMPILER_RT_ABI ti_int __multi3(ti_int a, ti_int b);
24 ti_int x = __multi3(a, b);
35 printf("error in __multi3: 0x%.16llX%.16llX * 0x%.16llX%.16llX = "
/barrelfish-master/lib/compiler-rt/builtins/
H A Dmulti3.c1 //===-- multi3.c - Implement __multi3 -------------------------------------===//
9 // This file implements __multi3 for the compiler_rt library.
40 COMPILER_RT_ABI ti_int __multi3(ti_int a, ti_int b) { function
H A Dapple_versioning.c109 NOT_HERE_BEFORE_10_6(__multi3)

Completed in 31 milliseconds