Home
last modified time | relevance | path

Searched refs:isPush (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
Dhost_amd64_defs.h563 Bool isPush; member
708 extern AMD64Instr* AMD64Instr_A87PushPop ( AMD64AMode* addr, Bool isPush, UChar szB );
Dhost_amd64_defs.c835 AMD64Instr* AMD64Instr_A87PushPop ( AMD64AMode* addr, Bool isPush, UChar szB ) in AMD64Instr_A87PushPop() argument
840 i->Ain.A87PushPop.isPush = isPush; in AMD64Instr_A87PushPop()
1229 vex_printf(i->Ain.A87PushPop.isPush ? "fld%c " : "fstp%c ", in ppAMD64Instr()
3093 if (i->Ain.A87PushPop.isPush) { in emit_AMD64Instr()