Searched refs:out_l1 (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 87 "\tmovl %eax, " VG_SYM(out_l1) "\n" 91 "\tmovl %eax, " VG_SYM(out_l1) "(%rip)\n" 326 "\tmovl %eax, " VG_SYM(out_l1) "\n" 330 "\tmovl %eax, " VG_SYM(out_l1) "(%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 53 "\tmovl %eax, " VG_SYM(out_l1) "\n" 186 "\tmovl %eax, " VG_SYM(out_l1) "\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()
|