[AArch64] Update 2 RME MEC instruction encodings
The encodings of these 2 RME MEC instructions are incorrect and need swapping: - DC CIPAE - DC CIGDPAE The correct encoding is: Operation op0 op1 CRn CRm op2 DC CIPAE, Xt 0b01 0b100 0b0111 0b1110 0b000 DC CIGDPAE, Xt 0b01 0b100 0b0111 0b1110 0b111 Differential Revision: https://reviews.llvm.org/D141689
Loading
Please sign in to comment