Lines Matching refs:test__negvdi2
23 int test__negvdi2(di_int a)
35 // if (test__negvdi2(0x8000000000000000LL)) // should abort
37 if (test__negvdi2(0x0000000000000000LL))
39 if (test__negvdi2(0x0000000000000001LL))
41 if (test__negvdi2(0x0000000000000002LL))
43 if (test__negvdi2(0x7FFFFFFFFFFFFFFELL))
45 if (test__negvdi2(0x7FFFFFFFFFFFFFFFLL))
47 if (test__negvdi2(0x8000000000000001LL))
49 if (test__negvdi2(0x8000000000000002LL))
51 if (test__negvdi2(0xFFFFFFFFFFFFFFFELL))
53 if (test__negvdi2(0xFFFFFFFFFFFFFFFFLL))