Home
last modified time | relevance | path

Searched refs:crm_high (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1533 uint64_t crm_high = fieldFromInstruction(insn, 9, 3); in DecodeSystemPStateImm0_1Instruction() local
1535 uint64_t pstate_field = (crm_high << 6) | (op1 << 3) | op2; in DecodeSystemPStateImm0_1Instruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SystemOperands.td416 class PStateImm0_1<string name, bits<3> op1, bits<3> op2, bits<3> crm_high> : SearchableTable {
422 let Encoding{8-6} = crm_high;