Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_amd64_defs.h585 Bool isPush; member
756 extern AMD64Instr* AMD64Instr_A87PushPop ( AMD64AMode* addr, Bool isPush, UChar szB );
Dhost_amd64_defs.c824 AMD64Instr* AMD64Instr_A87PushPop ( AMD64AMode* addr, Bool isPush, UChar szB ) in AMD64Instr_A87PushPop() argument
829 i->Ain.A87PushPop.isPush = isPush; in AMD64Instr_A87PushPop()
1229 vex_printf(i->Ain.A87PushPop.isPush ? "fld%c " : "fstp%c ", in ppAMD64Instr()
3389 if (i->Ain.A87PushPop.isPush) { in emit_AMD64Instr()