Searched refs:pstate_field (Results 1 – 1 of 1) sorted by relevance
1517 uint64_t pstate_field = (op1 << 3) | op2; in DecodeSystemPStateInstruction() local1519 if ((pstate_field == AArch64PState::PAN || in DecodeSystemPStateInstruction()1520 pstate_field == AArch64PState::UAO) && crm > 1) in DecodeSystemPStateInstruction()1523 Inst.addOperand(MCOperand::createImm(pstate_field)); in DecodeSystemPStateInstruction()1529 (void)AArch64PState::PStateMapper().toString(pstate_field, in DecodeSystemPStateInstruction()