Searched refs:out_l2 (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/none/tests/amd64/ |
D | sbbmisc.c | 8 int in_l, out_l1, out_l2; variable 98 "\tmovl %eax, " VG_SYM(out_l2) "\n" 100 "\tmovl %eax, " VG_SYM(out_l2) "(%rip)\n" 337 "\tmovl %eax, " VG_SYM(out_l2) "\n" 339 "\tmovl %eax, " VG_SYM(out_l2) "(%rip)\n" 358 printf("r3 = %d %d\n", (int)out_l1, (int)out_l2); in main() 390 printf("r10 = %d %d\n", (int)out_l1, (int)out_l2); in main()
|
/external/valgrind/none/tests/x86/ |
D | sbbmisc.c | 8 int in_l, out_l1, out_l2; variable 58 "\tmovl %eax, " VG_SYM(out_l2) "\n" 191 "\tmovl %eax, " VG_SYM(out_l2) "\n" 209 printf("r3 = %d %d\n", (int)out_l1, (int)out_l2); in main() 241 printf("r10 = %d %d\n", (int)out_l1, (int)out_l2); in main()
|