Searched refs:test__lshrdi3 (Results 1 – 1 of 1) sorted by relevance
/frameworks/compile/libbcc/runtime/test/Unit/ |
D | lshrdi3_test.c | 23 int test__lshrdi3(di_int a, si_int b, di_int expected) in test__lshrdi3() function 36 if (test__lshrdi3(0x0123456789ABCDEFLL, 0, 0x123456789ABCDEFLL)) in main() 38 if (test__lshrdi3(0x0123456789ABCDEFLL, 1, 0x91A2B3C4D5E6F7LL)) in main() 40 if (test__lshrdi3(0x0123456789ABCDEFLL, 2, 0x48D159E26AF37BLL)) in main() 42 if (test__lshrdi3(0x0123456789ABCDEFLL, 3, 0x2468ACF13579BDLL)) in main() 44 if (test__lshrdi3(0x0123456789ABCDEFLL, 4, 0x123456789ABCDELL)) in main() 47 if (test__lshrdi3(0x0123456789ABCDEFLL, 28, 0x12345678LL)) in main() 49 if (test__lshrdi3(0x0123456789ABCDEFLL, 29, 0x91A2B3CLL)) in main() 51 if (test__lshrdi3(0x0123456789ABCDEFLL, 30, 0x48D159ELL)) in main() 53 if (test__lshrdi3(0x0123456789ABCDEFLL, 31, 0x2468ACFLL)) in main() [all …]
|