OpenOCD
|
Go to the source code of this file.
Macros | |
#define | ARMV8_BKPT(im) (0xD4200000 | ((im & 0xffff) << 5)) |
#define | ARMV8_DCPS(el, im) (0xd4a00000 | (((im) & 0xFFFF) << 5) | el) |
#define | ARMV8_DCPS1(im) (0xd4a00001 | (((im) & 0xFFFF) << 5)) |
#define | ARMV8_DCPS2(im) (0xd4a00002 | (((im) & 0xFFFF) << 5)) |
#define | ARMV8_DCPS3(im) (0xd4a00003 | (((im) & 0xFFFF) << 5)) |
#define | ARMV8_DCPS_T1(el) (0xf78f8000 | el) |
#define | ARMV8_DRPS 0xd6bf03e0 |
#define | ARMV8_DSB_SY 0xd5033F9F |
#define | ARMV8_DSB_SY_T1 0xf3bf8f4f |
#define | ARMV8_ERET_T1 0xf3de8f00 |
#define | ARMV8_HLT(im) (0x0D4400000 | ((im & 0xffff) << 5)) |
#define | ARMV8_HLT_A1(im) (0xE1000070 | ((im & 0xFFF0) << 4) | (im & 0xF)) |
#define | ARMV8_HLT_T1(im) (0xba80 | (im & 0x3f)) |
#define | ARMV8_ISB 0xd5033fdf |
#define | ARMV8_ISB_SY_T1 0xf3bf8f6f |
#define | ARMV8_LDRB_IP(rd, rn) (0x38401400 | (rn << 5) | rd) |
#define | ARMV8_LDRB_IP_T3(rd, rn) (0xf8100b01 | (rn << 16) | (rd << 12)) |
#define | ARMV8_LDRH_IP(rd, rn) (0x78402400 | (rn << 5) | rd) |
#define | ARMV8_LDRH_IP_T3(rd, rn) (0xf8300b02 | (rn << 16) | (rd << 12)) |
#define | ARMV8_LDRW_IP(rd, rn) (0xb8404400 | (rn << 5) | rd) |
#define | ARMV8_LDRW_IP_T3(rd, rn) (0xf8500b04 | (rn << 16) | (rd << 12)) |
#define | ARMV8_MCR_DLR(rt) ARMV8_MCR_T1(15, 4, 3, 5, 1, rt) |
#define | ARMV8_MCR_DSPSR(rt) ARMV8_MCR_T1(15, 4, 3, 5, 0, rt) |
#define | ARMV8_MCR_T1(cp, crn, opc1, crm, opc2, rt) ARMV4_5_MCR(cp, opc1, rt, crn, crm, opc2) |
#define | ARMV8_MOV_GPR_VFP(rd, rn, index) (0x4e083c00 | (index << 20) | (rn << 5) | rd) |
#define | ARMV8_MOV_VFP_GPR(rd, rn, index) (0x4e081c00 | (index << 20) | (rn << 5) | rd) |
#define | ARMV8_MOVFSP_32(rt) (0x11000000 | (0x1f << 5) | (rt)) |
#define | ARMV8_MOVFSP_64(rt) ((1 << 31) | 0x11000000 | (0x1f << 5) | (rt)) |
#define | ARMV8_MOVTSP_32(rt) (0x11000000 | (rt << 5) | (0x1F)) |
#define | ARMV8_MOVTSP_64(rt) ((1 << 31) | 0x11000000 | (rt << 5) | (0x1F)) |
#define | ARMV8_MRC_DLR(rt) ARMV8_MRC_T1(15, 4, 3, 5, 1, rt) |
#define | ARMV8_MRC_DSPSR(rt) ARMV8_MRC_T1(15, 4, 3, 5, 0, rt) |
#define | ARMV8_MRC_T1(cp, crn, opc1, crm, opc2, rt) ARMV4_5_MRC(cp, opc1, rt, crn, crm, opc2) |
#define | ARMV8_MRS(system, rt) (0xd5300000 | ((system) << 5) | (rt)) |
#define | ARMV8_MRS_DLR(rt) (0xd53b4520 | (rt)) |
#define | ARMV8_MRS_DSPSR(rt) (0xd53b4500 | (rt)) |
#define | ARMV8_MRS_FPCR(rt) (0xd53b4400 | (rt)) |
#define | ARMV8_MRS_FPSR(rt) (0xd53b4420 | (rt)) |
#define | ARMV8_MRS_T1(r, m1, rd, m) (0xF3E08020 | (r << 20) | (m1 << 16) | (rd << 8) | (m << 4)) |
#define | ARMV8_MRS_XPSR_T1(r, rd) (0xF3EF8000 | (r << 20) | (rd << 8)) |
#define | ARMV8_MSR_DLR(rt) (0xd51b4520 | (rt)) |
#define | ARMV8_MSR_DSPSR(rt) (0xd51b4500 | (rt)) |
#define | ARMV8_MSR_FPCR(rt) (0xd51b4400 | (rt)) |
#define | ARMV8_MSR_FPSR(rt) (0xd51b4420 | (rt)) |
#define | ARMV8_MSR_GP(system, rt) (0xd5100000 | ((system) << 5) | (rt)) |
#define | ARMV8_MSR_GP_T1(r, m1, rd, m) (0xF3808020 | (r << 20) | (m1 << 8) | (rd << 16) | (m << 4)) |
#define | ARMV8_MSR_GP_XPSR_T1(r, rn, mask) (0xF3808000 | (r << 20) | (rn << 16) | (mask << 8)) |
#define | ARMV8_MSR_IM(op1, crm, op2) (0xd500401f | ((op1) << 16) | ((crm) << 8) | ((op2) << 5)) |
#define | ARMV8_STRB_IP(rd, rn) (0x38001400 | (rn << 5) | rd) |
#define | ARMV8_STRB_IP_T3(rd, rn) (0xf8000b01 | (rn << 16) | (rd << 12)) |
#define | ARMV8_STRH_IP(rd, rn) (0x78002400 | (rn << 5) | rd) |
#define | ARMV8_STRH_IP_T3(rd, rn) (0xf8200b02 | (rn << 16) | (rd << 12)) |
#define | ARMV8_STRW_IP(rd, rn) (0xb8004400 | (rn << 5) | rd) |
#define | ARMV8_STRW_IP_T3(rd, rn) (0xf8400b04 | (rn << 16) | (rd << 12)) |
#define | ARMV8_SYS(system, rt) (0xD5080000 | ((system) << 5) | rt) |
#define | SYSTEM_AAR64_MODE_EL0T 0x0 |
#define | SYSTEM_AAR64_MODE_EL1H 0x5 |
#define | SYSTEM_AAR64_MODE_EL1T 0x4 |
#define | SYSTEM_AAR64_MODE_EL2H 0x9 |
#define | SYSTEM_AAR64_MODE_EL2T 0x8 |
#define | SYSTEM_AAR64_MODE_EL3H 0xd |
#define | SYSTEM_AAR64_MODE_EL3T 0xC |
#define | SYSTEM_AARCH64 0x1 |
#define | SYSTEM_ATS12E0R 0b0110001111000110 |
#define | SYSTEM_ATS12E1R 0b0110001111000100 |
#define | SYSTEM_ATS1E2R 0b0110001111000000 |
#define | SYSTEM_ATS1E3R 0b0111001111000000 |
#define | SYSTEM_CCSIDR 0b1100100000000000 |
#define | SYSTEM_CLIDR 0b1100100000000001 |
#define | SYSTEM_CSSELR 0b1101000000000000 |
#define | SYSTEM_CTR 0b1101100000000001 |
#define | SYSTEM_CTYPE 0b1101100000000001 |
#define | SYSTEM_CUREL_EL0 0x0 |
#define | SYSTEM_CUREL_EL1 0x1 |
#define | SYSTEM_CUREL_EL2 0x2 |
#define | SYSTEM_CUREL_EL3 0x3 |
#define | SYSTEM_CUREL_MASK 0xC0 |
#define | SYSTEM_CUREL_NONCH 0xF |
#define | SYSTEM_CUREL_SHIFT 6 |
#define | SYSTEM_DAIF 0b1101101000010001 |
#define | SYSTEM_DAIF 0b1101101000010001 |
#define | SYSTEM_DAIF_MASK 0x3C0 |
#define | SYSTEM_DAIF_SHIFT 6 |
#define | SYSTEM_DBG_DBGDTR_EL0 0b1001100000100000 |
#define | SYSTEM_DBG_DLR_EL0 0b1101101000101001 |
#define | SYSTEM_DBG_DSPSR_EL0 0b1101101000101000 |
#define | SYSTEM_DBG_DTRRX_EL0 0b1001100000101000 |
#define | SYSTEM_DBG_DTRTX_EL0 0b1001100000101000 |
#define | SYSTEM_DCCISW 0b0100001111110010 |
#define | SYSTEM_DCCIVAC 0b0101101111110001 |
#define | SYSTEM_DCCSW 0b0100001111010010 |
#define | SYSTEM_DCCVAU 0b0101101111011001 |
#define | SYSTEM_ELR_EL1 0b1100001000000001 |
#define | SYSTEM_ELR_EL2 0b1110001000000001 |
#define | SYSTEM_ELR_EL3 0b1111001000000001 |
#define | SYSTEM_ESR_EL1 0b1100001010010000 |
#define | SYSTEM_ESR_EL2 0b1110001010010000 |
#define | SYSTEM_ESR_EL3 0b1111001010010000 |
#define | SYSTEM_FAR_EL1 0b1100001100000000 |
#define | SYSTEM_FAR_EL2 0b1110001100000000 |
#define | SYSTEM_FAR_EL3 0b1111001100000000 |
#define | SYSTEM_FPCR 0b1101101000100000 |
#define | SYSTEM_FPSR 0b1101101000100001 |
#define | SYSTEM_ICIVAU 0b0101101110101001 |
#define | SYSTEM_ISR_EL1 0b1100011000001000 |
#define | SYSTEM_MPIDR 0b1100000000000101 |
#define | SYSTEM_NZCV 0b1101101000010000 |
#define | SYSTEM_PAR_EL1 0b1100001110100000 |
#define | SYSTEM_SCTLR_EL1 0b1100000010000000 |
#define | SYSTEM_SCTLR_EL2 0b1110000010000000 |
#define | SYSTEM_SCTLR_EL3 0b1111000010000000 |
#define | SYSTEM_SP_EL0 0b1100001000001000 |
#define | SYSTEM_SP_EL1 0b1110001000001000 |
#define | SYSTEM_SP_EL2 0b1111001000001000 |
#define | SYSTEM_SP_SEL 0b1100001000010000 |
#define | SYSTEM_SPSR_ABT 0b1110001000011001 |
#define | SYSTEM_SPSR_EL1 0b1100001000000000 |
#define | SYSTEM_SPSR_EL2 0b1110001000000000 |
#define | SYSTEM_SPSR_EL3 0b1111001000000000 |
#define | SYSTEM_SPSR_FIQ 0b1110001000011011 |
#define | SYSTEM_SPSR_IRQ 0b1110001000011000 |
#define | SYSTEM_SPSR_UND 0b1110001000011010 |
#define | SYSTEM_TCR_EL1 0b1100000100000010 |
#define | SYSTEM_TCR_EL2 0b1110000100000010 |
#define | SYSTEM_TCR_EL3 0b1111000100000010 |
#define | SYSTEM_TTBR0_EL1 0b1100000100000000 |
#define | SYSTEM_TTBR0_EL2 0b1110000100000000 |
#define | SYSTEM_TTBR0_EL3 0b1111000100000000 |
#define | SYSTEM_TTBR1_EL1 0b1100000100000001 |
Functions | |
uint32_t | armv8_opcode (struct armv8_common *armv8, enum armv8_opcode) |
void | armv8_select_opcodes (struct armv8_common *armv8, bool state_is_aarch64) |
#define ARMV8_BKPT | ( | im | ) | (0xD4200000 | ((im & 0xffff) << 5)) |
Definition at line 145 of file armv8_opcodes.h.
#define ARMV8_DCPS | ( | el, | |
im | |||
) | (0xd4a00000 | (((im) & 0xFFFF) << 5) | el) |
Definition at line 122 of file armv8_opcodes.h.
#define ARMV8_DCPS1 | ( | im | ) | (0xd4a00001 | (((im) & 0xFFFF) << 5)) |
Definition at line 119 of file armv8_opcodes.h.
#define ARMV8_DCPS2 | ( | im | ) | (0xd4a00002 | (((im) & 0xFFFF) << 5)) |
Definition at line 120 of file armv8_opcodes.h.
#define ARMV8_DCPS3 | ( | im | ) | (0xd4a00003 | (((im) & 0xFFFF) << 5)) |
Definition at line 121 of file armv8_opcodes.h.
#define ARMV8_DCPS_T1 | ( | el | ) | (0xf78f8000 | el) |
Definition at line 123 of file armv8_opcodes.h.
#define ARMV8_DRPS 0xd6bf03e0 |
Definition at line 124 of file armv8_opcodes.h.
#define ARMV8_DSB_SY 0xd5033F9F |
Definition at line 127 of file armv8_opcodes.h.
#define ARMV8_DSB_SY_T1 0xf3bf8f4f |
Definition at line 128 of file armv8_opcodes.h.
#define ARMV8_ERET_T1 0xf3de8f00 |
Definition at line 125 of file armv8_opcodes.h.
#define ARMV8_HLT | ( | im | ) | (0x0D4400000 | ((im & 0xffff) << 5)) |
Definition at line 146 of file armv8_opcodes.h.
#define ARMV8_HLT_A1 | ( | im | ) | (0xE1000070 | ((im & 0xFFF0) << 4) | (im & 0xF)) |
Definition at line 147 of file armv8_opcodes.h.
#define ARMV8_HLT_T1 | ( | im | ) | (0xba80 | (im & 0x3f)) |
Definition at line 148 of file armv8_opcodes.h.
#define ARMV8_ISB 0xd5033fdf |
Definition at line 129 of file armv8_opcodes.h.
#define ARMV8_ISB_SY_T1 0xf3bf8f6f |
Definition at line 130 of file armv8_opcodes.h.
#define ARMV8_LDRB_IP | ( | rd, | |
rn | |||
) | (0x38401400 | (rn << 5) | rd) |
Definition at line 155 of file armv8_opcodes.h.
#define ARMV8_LDRB_IP_T3 | ( | rd, | |
rn | |||
) | (0xf8100b01 | (rn << 16) | (rd << 12)) |
Definition at line 159 of file armv8_opcodes.h.
#define ARMV8_LDRH_IP | ( | rd, | |
rn | |||
) | (0x78402400 | (rn << 5) | rd) |
Definition at line 156 of file armv8_opcodes.h.
#define ARMV8_LDRH_IP_T3 | ( | rd, | |
rn | |||
) | (0xf8300b02 | (rn << 16) | (rd << 12)) |
Definition at line 160 of file armv8_opcodes.h.
#define ARMV8_LDRW_IP | ( | rd, | |
rn | |||
) | (0xb8404400 | (rn << 5) | rd) |
Definition at line 157 of file armv8_opcodes.h.
#define ARMV8_LDRW_IP_T3 | ( | rd, | |
rn | |||
) | (0xf8500b04 | (rn << 16) | (rd << 12)) |
Definition at line 161 of file armv8_opcodes.h.
#define ARMV8_MCR_DLR | ( | rt | ) | ARMV8_MCR_T1(15, 4, 3, 5, 1, rt) |
Definition at line 117 of file armv8_opcodes.h.
#define ARMV8_MCR_DSPSR | ( | rt | ) | ARMV8_MCR_T1(15, 4, 3, 5, 0, rt) |
Definition at line 115 of file armv8_opcodes.h.
#define ARMV8_MCR_T1 | ( | cp, | |
crn, | |||
opc1, | |||
crm, | |||
opc2, | |||
rt | |||
) | ARMV4_5_MCR(cp, opc1, rt, crn, crm, opc2) |
Definition at line 110 of file armv8_opcodes.h.
#define ARMV8_MOV_GPR_VFP | ( | rd, | |
rn, | |||
index | |||
) | (0x4e083c00 | (index << 20) | (rn << 5) | rd) |
Definition at line 171 of file armv8_opcodes.h.
#define ARMV8_MOV_VFP_GPR | ( | rd, | |
rn, | |||
index | |||
) | (0x4e081c00 | (index << 20) | (rn << 5) | rd) |
Definition at line 172 of file armv8_opcodes.h.
#define ARMV8_MOVFSP_32 | ( | rt | ) | (0x11000000 | (0x1f << 5) | (rt)) |
Definition at line 152 of file armv8_opcodes.h.
#define ARMV8_MOVFSP_64 | ( | rt | ) | ((1 << 31) | 0x11000000 | (0x1f << 5) | (rt)) |
Definition at line 150 of file armv8_opcodes.h.
#define ARMV8_MOVTSP_32 | ( | rt | ) | (0x11000000 | (rt << 5) | (0x1F)) |
Definition at line 153 of file armv8_opcodes.h.
#define ARMV8_MOVTSP_64 | ( | rt | ) | ((1 << 31) | 0x11000000 | (rt << 5) | (0x1F)) |
Definition at line 151 of file armv8_opcodes.h.
#define ARMV8_MRC_DLR | ( | rt | ) | ARMV8_MRC_T1(15, 4, 3, 5, 1, rt) |
Definition at line 116 of file armv8_opcodes.h.
#define ARMV8_MRC_DSPSR | ( | rt | ) | ARMV8_MRC_T1(15, 4, 3, 5, 0, rt) |
Definition at line 114 of file armv8_opcodes.h.
#define ARMV8_MRC_T1 | ( | cp, | |
crn, | |||
opc1, | |||
crm, | |||
opc2, | |||
rt | |||
) | ARMV4_5_MRC(cp, opc1, rt, crn, crm, opc2) |
Definition at line 111 of file armv8_opcodes.h.
#define ARMV8_MRS | ( | system, | |
rt | |||
) | (0xd5300000 | ((system) << 5) | (rt)) |
Definition at line 132 of file armv8_opcodes.h.
#define ARMV8_MRS_DLR | ( | rt | ) | (0xd53b4520 | (rt)) |
Definition at line 106 of file armv8_opcodes.h.
#define ARMV8_MRS_DSPSR | ( | rt | ) | (0xd53b4500 | (rt)) |
Definition at line 104 of file armv8_opcodes.h.
#define ARMV8_MRS_FPCR | ( | rt | ) | (0xd53b4400 | (rt)) |
Definition at line 174 of file armv8_opcodes.h.
#define ARMV8_MRS_FPSR | ( | rt | ) | (0xd53b4420 | (rt)) |
Definition at line 175 of file armv8_opcodes.h.
#define ARMV8_MRS_T1 | ( | r, | |
m1, | |||
rd, | |||
m | |||
) | (0xF3E08020 | (r << 20) | (m1 << 16) | (rd << 8) | (m << 4)) |
Definition at line 140 of file armv8_opcodes.h.
#define ARMV8_MRS_XPSR_T1 | ( | r, | |
rd | |||
) | (0xF3EF8000 | (r << 20) | (rd << 8)) |
Definition at line 141 of file armv8_opcodes.h.
#define ARMV8_MSR_DLR | ( | rt | ) | (0xd51b4520 | (rt)) |
Definition at line 107 of file armv8_opcodes.h.
#define ARMV8_MSR_DSPSR | ( | rt | ) | (0xd51b4500 | (rt)) |
Definition at line 105 of file armv8_opcodes.h.
#define ARMV8_MSR_FPCR | ( | rt | ) | (0xd51b4400 | (rt)) |
Definition at line 176 of file armv8_opcodes.h.
#define ARMV8_MSR_FPSR | ( | rt | ) | (0xd51b4420 | (rt)) |
Definition at line 177 of file armv8_opcodes.h.
#define ARMV8_MSR_GP | ( | system, | |
rt | |||
) | (0xd5100000 | ((system) << 5) | (rt)) |
Definition at line 134 of file armv8_opcodes.h.
#define ARMV8_MSR_GP_T1 | ( | r, | |
m1, | |||
rd, | |||
m | |||
) | (0xF3808020 | (r << 20) | (m1 << 8) | (rd << 16) | (m << 4)) |
Definition at line 142 of file armv8_opcodes.h.
Definition at line 143 of file armv8_opcodes.h.
#define ARMV8_MSR_IM | ( | op1, | |
crm, | |||
op2 | |||
) | (0xd500401f | ((op1) << 16) | ((crm) << 8) | ((op2) << 5)) |
Definition at line 137 of file armv8_opcodes.h.
#define ARMV8_STRB_IP | ( | rd, | |
rn | |||
) | (0x38001400 | (rn << 5) | rd) |
Definition at line 163 of file armv8_opcodes.h.
#define ARMV8_STRB_IP_T3 | ( | rd, | |
rn | |||
) | (0xf8000b01 | (rn << 16) | (rd << 12)) |
Definition at line 167 of file armv8_opcodes.h.
#define ARMV8_STRH_IP | ( | rd, | |
rn | |||
) | (0x78002400 | (rn << 5) | rd) |
Definition at line 164 of file armv8_opcodes.h.
#define ARMV8_STRH_IP_T3 | ( | rd, | |
rn | |||
) | (0xf8200b02 | (rn << 16) | (rd << 12)) |
Definition at line 168 of file armv8_opcodes.h.
#define ARMV8_STRW_IP | ( | rd, | |
rn | |||
) | (0xb8004400 | (rn << 5) | rd) |
Definition at line 165 of file armv8_opcodes.h.
#define ARMV8_STRW_IP_T3 | ( | rd, | |
rn | |||
) | (0xf8400b04 | (rn << 16) | (rd << 12)) |
Definition at line 169 of file armv8_opcodes.h.
#define ARMV8_SYS | ( | system, | |
rt | |||
) | (0xD5080000 | ((system) << 5) | rt) |
Definition at line 179 of file armv8_opcodes.h.
#define SYSTEM_AAR64_MODE_EL0T 0x0 |
Definition at line 21 of file armv8_opcodes.h.
#define SYSTEM_AAR64_MODE_EL1H 0x5 |
Definition at line 23 of file armv8_opcodes.h.
#define SYSTEM_AAR64_MODE_EL1T 0x4 |
Definition at line 22 of file armv8_opcodes.h.
#define SYSTEM_AAR64_MODE_EL2H 0x9 |
Definition at line 25 of file armv8_opcodes.h.
#define SYSTEM_AAR64_MODE_EL2T 0x8 |
Definition at line 24 of file armv8_opcodes.h.
#define SYSTEM_AAR64_MODE_EL3H 0xd |
Definition at line 27 of file armv8_opcodes.h.
#define SYSTEM_AAR64_MODE_EL3T 0xC |
Definition at line 26 of file armv8_opcodes.h.
#define SYSTEM_AARCH64 0x1 |
Definition at line 19 of file armv8_opcodes.h.
#define SYSTEM_ATS12E0R 0b0110001111000110 |
Definition at line 91 of file armv8_opcodes.h.
#define SYSTEM_ATS12E1R 0b0110001111000100 |
Definition at line 92 of file armv8_opcodes.h.
#define SYSTEM_ATS1E2R 0b0110001111000000 |
Definition at line 93 of file armv8_opcodes.h.
#define SYSTEM_ATS1E3R 0b0111001111000000 |
Definition at line 94 of file armv8_opcodes.h.
#define SYSTEM_CCSIDR 0b1100100000000000 |
Definition at line 66 of file armv8_opcodes.h.
#define SYSTEM_CLIDR 0b1100100000000001 |
Definition at line 67 of file armv8_opcodes.h.
#define SYSTEM_CSSELR 0b1101000000000000 |
Definition at line 68 of file armv8_opcodes.h.
#define SYSTEM_CTR 0b1101100000000001 |
Definition at line 70 of file armv8_opcodes.h.
#define SYSTEM_CTYPE 0b1101100000000001 |
Definition at line 69 of file armv8_opcodes.h.
#define SYSTEM_CUREL_EL0 0x0 |
Definition at line 14 of file armv8_opcodes.h.
#define SYSTEM_CUREL_EL1 0x1 |
Definition at line 15 of file armv8_opcodes.h.
#define SYSTEM_CUREL_EL2 0x2 |
Definition at line 16 of file armv8_opcodes.h.
#define SYSTEM_CUREL_EL3 0x3 |
Definition at line 17 of file armv8_opcodes.h.
#define SYSTEM_CUREL_MASK 0xC0 |
Definition at line 12 of file armv8_opcodes.h.
#define SYSTEM_CUREL_NONCH 0xF |
Definition at line 18 of file armv8_opcodes.h.
#define SYSTEM_CUREL_SHIFT 6 |
Definition at line 13 of file armv8_opcodes.h.
#define SYSTEM_DAIF 0b1101101000010001 |
Definition at line 43 of file armv8_opcodes.h.
#define SYSTEM_DAIF 0b1101101000010001 |
Definition at line 43 of file armv8_opcodes.h.
#define SYSTEM_DAIF_MASK 0x3C0 |
Definition at line 30 of file armv8_opcodes.h.
#define SYSTEM_DAIF_SHIFT 6 |
Definition at line 31 of file armv8_opcodes.h.
#define SYSTEM_DBG_DBGDTR_EL0 0b1001100000100000 |
Definition at line 64 of file armv8_opcodes.h.
#define SYSTEM_DBG_DLR_EL0 0b1101101000101001 |
Definition at line 61 of file armv8_opcodes.h.
#define SYSTEM_DBG_DSPSR_EL0 0b1101101000101000 |
Definition at line 60 of file armv8_opcodes.h.
#define SYSTEM_DBG_DTRRX_EL0 0b1001100000101000 |
Definition at line 62 of file armv8_opcodes.h.
#define SYSTEM_DBG_DTRTX_EL0 0b1001100000101000 |
Definition at line 63 of file armv8_opcodes.h.
#define SYSTEM_DCCISW 0b0100001111110010 |
Definition at line 72 of file armv8_opcodes.h.
#define SYSTEM_DCCIVAC 0b0101101111110001 |
Definition at line 76 of file armv8_opcodes.h.
#define SYSTEM_DCCSW 0b0100001111010010 |
Definition at line 73 of file armv8_opcodes.h.
#define SYSTEM_DCCVAU 0b0101101111011001 |
Definition at line 75 of file armv8_opcodes.h.
#define SYSTEM_ELR_EL1 0b1100001000000001 |
Definition at line 33 of file armv8_opcodes.h.
#define SYSTEM_ELR_EL2 0b1110001000000001 |
Definition at line 34 of file armv8_opcodes.h.
#define SYSTEM_ELR_EL3 0b1111001000000001 |
Definition at line 35 of file armv8_opcodes.h.
#define SYSTEM_ESR_EL1 0b1100001010010000 |
Definition at line 100 of file armv8_opcodes.h.
#define SYSTEM_ESR_EL2 0b1110001010010000 |
Definition at line 101 of file armv8_opcodes.h.
#define SYSTEM_ESR_EL3 0b1111001010010000 |
Definition at line 102 of file armv8_opcodes.h.
#define SYSTEM_FAR_EL1 0b1100001100000000 |
Definition at line 97 of file armv8_opcodes.h.
#define SYSTEM_FAR_EL2 0b1110001100000000 |
Definition at line 98 of file armv8_opcodes.h.
#define SYSTEM_FAR_EL3 0b1111001100000000 |
Definition at line 99 of file armv8_opcodes.h.
#define SYSTEM_FPCR 0b1101101000100000 |
Definition at line 41 of file armv8_opcodes.h.
#define SYSTEM_FPSR 0b1101101000100001 |
Definition at line 42 of file armv8_opcodes.h.
#define SYSTEM_ICIVAU 0b0101101110101001 |
Definition at line 74 of file armv8_opcodes.h.
#define SYSTEM_ISR_EL1 0b1100011000001000 |
Definition at line 58 of file armv8_opcodes.h.
#define SYSTEM_MPIDR 0b1100000000000101 |
Definition at line 78 of file armv8_opcodes.h.
#define SYSTEM_NZCV 0b1101101000010000 |
Definition at line 44 of file armv8_opcodes.h.
#define SYSTEM_PAR_EL1 0b1100001110100000 |
Definition at line 90 of file armv8_opcodes.h.
#define SYSTEM_SCTLR_EL1 0b1100000010000000 |
Definition at line 37 of file armv8_opcodes.h.
#define SYSTEM_SCTLR_EL2 0b1110000010000000 |
Definition at line 38 of file armv8_opcodes.h.
#define SYSTEM_SCTLR_EL3 0b1111000010000000 |
Definition at line 39 of file armv8_opcodes.h.
#define SYSTEM_SP_EL0 0b1100001000001000 |
Definition at line 45 of file armv8_opcodes.h.
#define SYSTEM_SP_EL1 0b1110001000001000 |
Definition at line 46 of file armv8_opcodes.h.
#define SYSTEM_SP_EL2 0b1111001000001000 |
Definition at line 47 of file armv8_opcodes.h.
#define SYSTEM_SP_SEL 0b1100001000010000 |
Definition at line 48 of file armv8_opcodes.h.
#define SYSTEM_SPSR_ABT 0b1110001000011001 |
Definition at line 49 of file armv8_opcodes.h.
#define SYSTEM_SPSR_EL1 0b1100001000000000 |
Definition at line 54 of file armv8_opcodes.h.
#define SYSTEM_SPSR_EL2 0b1110001000000000 |
Definition at line 55 of file armv8_opcodes.h.
#define SYSTEM_SPSR_EL3 0b1111001000000000 |
Definition at line 56 of file armv8_opcodes.h.
#define SYSTEM_SPSR_FIQ 0b1110001000011011 |
Definition at line 50 of file armv8_opcodes.h.
#define SYSTEM_SPSR_IRQ 0b1110001000011000 |
Definition at line 51 of file armv8_opcodes.h.
#define SYSTEM_SPSR_UND 0b1110001000011010 |
Definition at line 52 of file armv8_opcodes.h.
#define SYSTEM_TCR_EL1 0b1100000100000010 |
Definition at line 80 of file armv8_opcodes.h.
#define SYSTEM_TCR_EL2 0b1110000100000010 |
Definition at line 81 of file armv8_opcodes.h.
#define SYSTEM_TCR_EL3 0b1111000100000010 |
Definition at line 82 of file armv8_opcodes.h.
#define SYSTEM_TTBR0_EL1 0b1100000100000000 |
Definition at line 84 of file armv8_opcodes.h.
#define SYSTEM_TTBR0_EL2 0b1110000100000000 |
Definition at line 85 of file armv8_opcodes.h.
#define SYSTEM_TTBR0_EL3 0b1111000100000000 |
Definition at line 86 of file armv8_opcodes.h.
#define SYSTEM_TTBR1_EL1 0b1100000100000001 |
Definition at line 87 of file armv8_opcodes.h.
enum armv8_opcode |
Definition at line 181 of file armv8_opcodes.h.
uint32_t armv8_opcode | ( | struct armv8_common * | armv8, |
enum | armv8_opcode | ||
) |
Definition at line 79 of file armv8_opcodes.c.
References ARMV8_OPC_NUM, and armv8_common::opcodes.
void armv8_select_opcodes | ( | struct armv8_common * | armv8, |
bool | state_is_aarch64 | ||
) |
Definition at line 71 of file armv8_opcodes.c.
References a64_opcodes, armv8_common::opcodes, and t32_opcodes.
Referenced by aarch64_debug_entry(), armv8_dpm_handle_exception(), and armv8_dpm_modeswitch().