Searched refs:oad (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/perf/
H A Dtinycc.c5686 reference to a symbol. It is in fact the same as oad ! */
5687 #define psym oad
5690 static int oad(int c, int s)
5728 oad(0x85 | op_reg, c);
5784 oad(0xb8 + r, 0); /* mov $0, r */
5790 oad(0xb8 + r, t); /* mov $1, r */
5793 oad(0xb8 + r, t ^ 1); /* mov $0, r */
5844 oad(0xc481, val); /* add $xxx, %esp */
5863 oad(0xe8 + is_jmp, vtop->c.ul - 4); /* call/jmp im */
5889 oad(
5688 static int oad(int c, int s) function
[all...]

Completed in 715 milliseconds