Home | History | Annotate | Download | only in switchback

Lines Matching refs:switchback

5 Simply compile and link switchback.c with test_xxx.c,
7 $ (cd .. && make EXTRA_CFLAGS="-m64" libvex_ppc64_linux.a) && gcc -m64 -mregnames -Wall -Wshadow -Wno-long-long -Winline -O -g -o switchback switchback.c linker.c ../libvex_ppc64_linux.a test_xxx.c
95 /* only used for the switchback transition */
183 void switchback ( void )
220 void switchback ( void )
410 void switchback ( void )
503 # error "Unknown arch (switchback)"
1004 // Switchback
1006 printf("---begin SWITCHBACK at bb:%llu---\n", n_bbs_done);
1019 printf("--- end SWITCHBACK at bb:%llu ---\n", n_bbs_done);
1020 switchback();
1038 printf("usage: switchback #bbs\n");
1039 printf(" - begins switchback for basic block #bbs\n");
1040 printf(" - use -1 for largest possible run without switchback\n\n");
1111 printf("switchback: can't find entry point\n");