Home | History | Annotate | Download | only in Unit

Lines Matching refs:test__negvsi2

23 int test__negvsi2(si_int a)
34 // if (test__negvsi2(0x80000000)) // should abort
36 if (test__negvsi2(0x00000000))
38 if (test__negvsi2(0x00000001))
40 if (test__negvsi2(0x00000002))
42 if (test__negvsi2(0x7FFFFFFE))
44 if (test__negvsi2(0x7FFFFFFF))
46 if (test__negvsi2(0x80000001))
48 if (test__negvsi2(0x80000002))
50 if (test__negvsi2(0xFFFFFFFE))
52 if (test__negvsi2(0xFFFFFFFF))