Searched refs:out_b1 (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/none/tests/amd64/ |
D | sbbmisc.c | 4 char in_b, out_b1, out_b2, in_b2; variable 23 "\tmovb %al, " VG_SYM(out_b1) "\n" 27 "\tmovb %al, " VG_SYM(out_b1) "(%rip)\n" 119 "\tmovb %al, " VG_SYM(out_b1) "\n" 124 "\tmovb %al, " VG_SYM(out_b1) "(%rip)\n" 156 "\tmovb %cl, " VG_SYM(out_b1) "\n" 161 "\tmovb %cl, " VG_SYM(out_b1) "(%rip)\n" 191 "\tmovb %al, " VG_SYM(out_b1) "\n" 196 "\tmovb %al, " VG_SYM(out_b1) "(%rip)\n" 228 "\tmovb %cl, " VG_SYM(out_b1) "\n" [all …]
|
/external/valgrind/none/tests/x86/ |
D | sbbmisc.c | 4 char in_b, out_b1, out_b2, in_b2; variable 17 "\tmovb %al, " VG_SYM(out_b1) "\n" 71 "\tmovb %al, " VG_SYM(out_b1) "\n" 91 "\tmovb %cl, " VG_SYM(out_b1) "\n" 111 "\tmovb %al, " VG_SYM(out_b1) "\n" 131 "\tmovb %cl, " VG_SYM(out_b1) "\n" 150 "\tmovb %al, " VG_SYM(out_b1) "\n" 201 printf("r1 = %d %d\n", (int)out_b1, (int)out_b2); in main() 214 printf("r4 = %d %d\n", (int)out_b1, (int)out_b2); in main() 219 printf("r5 = %d %d\n", (int)out_b1, (int)out_b2); in main() [all …]
|