Searched refs:test_bswap (Results 1 – 8 of 8) sorted by relevance
61 void test_bswap(void);139 test_bswap(); in main()217 void test_bswap(void) in test_bswap() function
7 define i32 @test_bswap(i32 %a) nounwind {8 ; CHECK-LABEL: @test_bswap(
129 {"bswap", test_bswap, Subzero_::test_bswap}, in testByteSwap()
27 type test_bswap(type); \
43 type test_bswap(type a) { return builtin_name(a); } \
12 int test_bswap(int X) { in test_bswap() function
82 test_bswap(PyObject *self, PyObject *Py_UNUSED(args)) in test_bswap() function202 {"test_bswap", test_bswap, METH_NOARGS},
7 define i8 @test_bswap(i32 %x) {