Searched defs:amPC (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_arm64_isel.c | 3951 ARM64AMode* amPC in iselStmt() local 4028 ARM64AMode* amPC = mk_baseblock_64bit_access_amode(offsIP); in iselNext() local 4055 ARM64AMode* amPC = mk_baseblock_64bit_access_amode(offsIP); in iselNext() local 4081 ARM64AMode* amPC = mk_baseblock_64bit_access_amode(offsIP); in iselNext() local
|
D | host_mips_isel.c | 3993 MIPSAMode* amPC = MIPSAMode_IR(stmt->Ist.Exit.offsIP, in iselStmt() local 4083 MIPSAMode* amPC = MIPSAMode_IR(offsIP, GuestStatePointer(env->mode64)); in iselNext() local 4113 MIPSAMode* amPC = MIPSAMode_IR(offsIP, in iselNext() local 4143 MIPSAMode* amPC = MIPSAMode_IR(offsIP, GuestStatePointer(env->mode64)); in iselNext() local
|
D | host_mips_defs.c | 903 MIPSInstr *MIPSInstr_XDirect ( Addr64 dstGA, MIPSAMode* amPC, in MIPSInstr_XDirect() 914 MIPSInstr *MIPSInstr_XIndir ( HReg dstGA, MIPSAMode* amPC, in MIPSInstr_XIndir() 924 MIPSInstr *MIPSInstr_XAssisted ( HReg dstGA, MIPSAMode* amPC, in MIPSInstr_XAssisted()
|
D | host_mips_defs.h | 462 MIPSAMode* amPC; /* amode in guest state for PC */ member 470 MIPSAMode* amPC; member 477 MIPSAMode* amPC; member
|
D | host_arm64_defs.c | 920 ARM64Instr* ARM64Instr_XDirect ( Addr64 dstGA, ARM64AMode* amPC, in ARM64Instr_XDirect() 930 ARM64Instr* ARM64Instr_XIndir ( HReg dstGA, ARM64AMode* amPC, in ARM64Instr_XIndir() 939 ARM64Instr* ARM64Instr_XAssisted ( HReg dstGA, ARM64AMode* amPC, in ARM64Instr_XAssisted()
|
D | host_arm64_defs.h | 610 ARM64AMode* amPC; /* amode in guest state for PC */ member 618 ARM64AMode* amPC; member 625 ARM64AMode* amPC; member
|