Searched refs:out_b2 (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 34 "\tmovb %al, " VG_SYM(out_b2) "\n" 36 "\tmovb %al," VG_SYM(out_b2) "(%rip) \n" 131 "\tmovb %al, " VG_SYM(out_b2) "\n" 134 "\tmovb %al, " VG_SYM(out_b2) "(%rip)\n" 169 "\tmovb %cl, " VG_SYM(out_b2) "\n" 171 "\tmovb %cl, " VG_SYM(out_b2) "(%rip)\n" 203 "\tmovb %al, " VG_SYM(out_b2) "\n" 206 "\tmovb %al, " VG_SYM(out_b2) "(%rip)\n" 241 "\tmovb %cl, " VG_SYM(out_b2) "\n" [all …]
|
/external/valgrind/none/tests/x86/ |
D | sbbmisc.c | 4 char in_b, out_b1, out_b2, in_b2; variable 22 "\tmovb %al, " VG_SYM(out_b2) "\n" 76 "\tmovb %al, " VG_SYM(out_b2) "\n" 97 "\tmovb %cl, " VG_SYM(out_b2) "\n" 116 "\tmovb %al, " VG_SYM(out_b2) "\n" 137 "\tmovb %cl, " VG_SYM(out_b2) "\n" 155 "\tmovb %al, " VG_SYM(out_b2) "\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 …]
|