Home | History | Annotate | Download | only in AArch64

Lines Matching full:pstate

4131   // Note that SPSel is valid for both this and the pstate operands, but with
4295 def MSRii : A64I_system<0b0, (outs), (ins pstate_op:$PState, uimm4:$CRm),
4296 "msr\t$PState, $CRm", [], NoItinerary> {
4297 bits<6> PState;
4300 let Op1 = PState{5-3};
4302 let Op2 = PState{2-0};