Searched refs:X86_REG_RIP (Results 1 – 7 of 7) sorted by relevance
/external/capstone/bindings/vb6/ |
D | mx86.bas | 53 X86_REG_RIP
|
/external/capstone/bindings/python/capstone/ |
D | x86_const.py | 44 X86_REG_RIP = 41 variable
|
/external/capstone/bindings/java/capstone/ |
D | X86_const.java | 47 public static final int X86_REG_RIP = 41; field in X86_const
|
/external/capstone/include/capstone/ |
D | x86.h | 29 X86_REG_RIP, X86_REG_RIZ, X86_REG_RSI, X86_REG_RSP, X86_REG_SI, enumerator
|
/external/capstone/arch/X86/ |
D | X86Mapping.c | 130 { X86_REG_RIP, "rip" },
|
D | X86MappingInsn_reduce.inc | 1489 { X86_REG_RSP, X86_REG_RIP, 0 }, { X86_REG_RSP, 0 }, { X86_GRP_CALL, X86_GRP_MODE64, 0 }, 0, 0
|
D | X86MappingInsn.inc | 1801 …{ X86_REG_RSP, X86_REG_RIP, 0 }, { X86_REG_RSP, 0 }, { X86_GRP_CALL, X86_GRP_BRANCH_RELATIVE, X86_…
|