Searched refs:crm_high (Results 1 – 2 of 2) sorted by relevance
1533 uint64_t crm_high = fieldFromInstruction(insn, 9, 3); in DecodeSystemPStateImm0_1Instruction() local1535 uint64_t pstate_field = (crm_high << 6) | (op1 << 3) | op2; in DecodeSystemPStateImm0_1Instruction()
416 class PStateImm0_1<string name, bits<3> op1, bits<3> op2, bits<3> crm_high> : SearchableTable {422 let Encoding{8-6} = crm_high;