retdec
powerpc_defs.h
Go to the documentation of this file.
1 
7 #ifndef RETDEC_CAPSTONE2LLVMIR_POWERPC_POWERPC_DEFS_H
8 #define RETDEC_CAPSTONE2LLVMIR_POWERPC_POWERPC_DEFS_H
9 
11 {
13  PPC_REG_CR0_LT = PPC_REG_ENDING + 1,
20 
25 
30 
35 
40 
45 
50 
55 };
56 
58 {
63 };
64 
65 #endif
ppc_reg_cr_flags
Definition: powerpc_defs.h:11
@ PPC_REG_CR6_LT
Definition: powerpc_defs.h:46
@ PPC_REG_CR6_SO
Definition: powerpc_defs.h:49
@ PPC_REG_CR2_GT
Definition: powerpc_defs.h:27
@ PPC_REG_CR3_LT
Definition: powerpc_defs.h:31
@ PPC_REG_CR0_LT
Negative – set when result is negative.
Definition: powerpc_defs.h:13
@ PPC_REG_CR2_SO
Definition: powerpc_defs.h:29
@ PPC_REG_CR7_EQ
Definition: powerpc_defs.h:53
@ PPC_REG_CR4_GT
Definition: powerpc_defs.h:37
@ PPC_REG_CR1_GT
Definition: powerpc_defs.h:22
@ PPC_REG_CR6_EQ
Definition: powerpc_defs.h:48
@ PPC_REG_CR3_EQ
Definition: powerpc_defs.h:33
@ PPC_REG_CR1_SO
Definition: powerpc_defs.h:24
@ PPC_REG_CR3_GT
Definition: powerpc_defs.h:32
@ PPC_REG_CR5_SO
Definition: powerpc_defs.h:44
@ PPC_REG_CR0_GT
Positive – set when result is positive and not zero.
Definition: powerpc_defs.h:15
@ PPC_REG_CR4_LT
Definition: powerpc_defs.h:36
@ PPC_REG_CR2_EQ
Definition: powerpc_defs.h:28
@ PPC_REG_CR3_SO
Definition: powerpc_defs.h:34
@ PPC_REG_CR4_SO
Definition: powerpc_defs.h:39
@ PPC_REG_CR1_LT
Definition: powerpc_defs.h:21
@ PPC_REG_CR7_LT
Definition: powerpc_defs.h:51
@ PPC_REG_CR6_GT
Definition: powerpc_defs.h:47
@ PPC_REG_CR0_EQ
Zero – set when result is zero.
Definition: powerpc_defs.h:17
@ PPC_REG_CR5_EQ
Definition: powerpc_defs.h:43
@ PPC_REG_CR5_GT
Definition: powerpc_defs.h:42
@ PPC_REG_CR7_GT
Definition: powerpc_defs.h:52
@ PPC_REG_CR4_EQ
Definition: powerpc_defs.h:38
@ PPC_REG_CR0_SO
Copy of the final state of XER[SO] at the completion of the instruction.
Definition: powerpc_defs.h:19
@ PPC_REG_CR1_EQ
Definition: powerpc_defs.h:23
@ PPC_REG_CR7_SO
Definition: powerpc_defs.h:54
@ PPC_REG_CR2_LT
Definition: powerpc_defs.h:26
@ PPC_REG_CR5_LT
Definition: powerpc_defs.h:41
ppc_cr_types
Definition: powerpc_defs.h:58
@ PPC_CR_EQ
Definition: powerpc_defs.h:61
@ PPC_CR_GT
Definition: powerpc_defs.h:60
@ PPC_CR_SO
Definition: powerpc_defs.h:62
@ PPC_CR_LT
Definition: powerpc_defs.h:59