Searched defs:amPC (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_arm64_isel.c | 6823 ARM64AMode* amPC in iselStmt() local 6901 ARM64AMode* amPC = mk_baseblock_64bit_access_amode(offsIP); in iselNext() local 6928 ARM64AMode* amPC = mk_baseblock_64bit_access_amode(offsIP); in iselNext() local 6953 ARM64AMode* amPC = mk_baseblock_64bit_access_amode(offsIP); in iselNext() local
|
D | host_mips_defs.h | 486 MIPSAMode* amPC; /* amode in guest state for PC */ member 494 MIPSAMode* amPC; member 501 MIPSAMode* amPC; member
|
D | host_mips_isel.c | 3961 MIPSAMode* amPC = MIPSAMode_IR(stmt->Ist.Exit.offsIP, in iselStmt() local 4050 MIPSAMode* amPC = MIPSAMode_IR(offsIP, GuestStatePointer(env->mode64)); in iselNext() local 4080 MIPSAMode* amPC = MIPSAMode_IR(offsIP, in iselNext() local 4110 MIPSAMode* amPC = MIPSAMode_IR(offsIP, GuestStatePointer(env->mode64)); in iselNext() local
|
D | host_arm64_defs.h | 708 ARM64AMode* amPC; /* amode in guest state for PC */ member 716 ARM64AMode* amPC; member 723 ARM64AMode* amPC; member
|
D | host_mips_defs.c | 1328 MIPSInstr *MIPSInstr_XDirect ( Addr64 dstGA, MIPSAMode* amPC, in MIPSInstr_XDirect() 1339 MIPSInstr *MIPSInstr_XIndir ( HReg dstGA, MIPSAMode* amPC, in MIPSInstr_XIndir() 1349 MIPSInstr *MIPSInstr_XAssisted ( HReg dstGA, MIPSAMode* amPC, in MIPSInstr_XAssisted()
|
D | host_arm64_defs.c | 1418 ARM64Instr* ARM64Instr_XDirect ( Addr64 dstGA, ARM64AMode* amPC, in ARM64Instr_XDirect() 1428 ARM64Instr* ARM64Instr_XIndir ( HReg dstGA, ARM64AMode* amPC, in ARM64Instr_XIndir() 1437 ARM64Instr* ARM64Instr_XAssisted ( HReg dstGA, ARM64AMode* amPC, in ARM64Instr_XAssisted()
|