Searched refs:pstate_field (Results 1 – 3 of 3) 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()1528 auto PState = AArch64PState::lookupPStateByEncoding(pstate_field); in DecodeSystemPStateInstruction()
1715 uint64_t pstate_field = (op1 << 3) | op2; in DecodeSystemPStateInstruction() local1717 if ((pstate_field == AArch64PState::PAN || in DecodeSystemPStateInstruction()1718 pstate_field == AArch64PState::UAO) && crm > 1) in DecodeSystemPStateInstruction()1721 Inst.addOperand(MCOperand::createImm(pstate_field)); in DecodeSystemPStateInstruction()1726 auto PState = AArch64PState::lookupPStateByEncoding(pstate_field); in DecodeSystemPStateInstruction()
1623 uint64_t pstate_field = (op1 << 3) | op2; in DecodeSystemPStateInstruction() local1625 MCOperand_CreateImm0(Inst, pstate_field); in DecodeSystemPStateInstruction()1628 A64NamedImmMapper_toString(&A64PState_PStateMapper, pstate_field, &ValidNamed); in DecodeSystemPStateInstruction()