Searched refs:amRIP (Results 1 - 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
H A D | host_amd64_defs.h | 482 AMD64AMode* amRIP; /* amode in guest state for RIP */ member in struct:__anon31681::__anon31682::__anon31695 490 AMD64AMode* amRIP; member in struct:__anon31681::__anon31682::__anon31696 497 AMD64AMode* amRIP; member in struct:__anon31681::__anon31682::__anon31697 706 extern AMD64Instr* AMD64Instr_XDirect ( Addr64 dstGA, AMD64AMode* amRIP, 708 extern AMD64Instr* AMD64Instr_XIndir ( HReg dstGA, AMD64AMode* amRIP, 710 extern AMD64Instr* AMD64Instr_XAssisted ( HReg dstGA, AMD64AMode* amRIP,
|
H A D | host_amd64_defs.c | 709 AMD64Instr* AMD64Instr_XDirect ( Addr64 dstGA, AMD64AMode* amRIP, argument 714 i->Ain.XDirect.amRIP = amRIP; 719 AMD64Instr* AMD64Instr_XIndir ( HReg dstGA, AMD64AMode* amRIP, argument 724 i->Ain.XIndir.amRIP = amRIP; 728 AMD64Instr* AMD64Instr_XAssisted ( HReg dstGA, AMD64AMode* amRIP, argument 733 i->Ain.XAssisted.amRIP = amRIP; 1090 ppAMD64AMode(i->Ain.XDirect.amRIP); [all...] |
H A D | host_amd64_isel.c | 4698 AMD64AMode* amRIP = AMD64AMode_IR(stmt->Ist.Exit.offsIP, local 4711 amRIP, cc, toFastEP)); 4717 addInstr(env, AMD64Instr_XAssisted(r, amRIP, cc, Ijk_Boring)); 4736 addInstr(env, AMD64Instr_XAssisted(r, amRIP, cc, stmt->Ist.Exit.jk)); 4776 AMD64AMode* amRIP = AMD64AMode_IR(offsIP, hregAMD64_RBP()); local 4785 amRIP, Acc_ALWAYS, 4793 addInstr(env, AMD64Instr_XAssisted(r, amRIP, Acc_ALWAYS, 4804 AMD64AMode* amRIP = AMD64AMode_IR(offsIP, hregAMD64_RBP()); local 4806 addInstr(env, AMD64Instr_XIndir(r, amRIP, Acc_ALWAYS)); 4808 addInstr(env, AMD64Instr_XAssisted(r, amRIP, Acc_ALWAY 4830 AMD64AMode* amRIP = AMD64AMode_IR(offsIP, hregAMD64_RBP()); local [all...] |
Completed in 60 milliseconds