Searched refs:pstate_field (Results 1 – 1 of 1) sorted by relevance
1513 uint64_t pstate_field = (op1 << 3) | op2; in DecodeSystemPStateImm0_15Instruction() local1518 Inst.addOperand(MCOperand::createImm(pstate_field)); in DecodeSystemPStateImm0_15Instruction()1521 auto PState = AArch64PState::lookupPStateImm0_15ByEncoding(pstate_field); in DecodeSystemPStateImm0_15Instruction()1535 uint64_t pstate_field = (crm_high << 6) | (op1 << 3) | op2; in DecodeSystemPStateImm0_1Instruction() local1540 Inst.addOperand(MCOperand::createImm(pstate_field)); in DecodeSystemPStateImm0_1Instruction()1543 auto PState = AArch64PState::lookupPStateImm0_1ByEncoding(pstate_field); in DecodeSystemPStateImm0_1Instruction()