Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1589 uint64_t pstate_field = (op1 << 3) | op2; in DecodeSystemPStateImm0_15Instruction() local
1594 Inst.addOperand(MCOperand::createImm(pstate_field)); in DecodeSystemPStateImm0_15Instruction()
1597 auto PState = AArch64PState::lookupPStateImm0_15ByEncoding(pstate_field); in DecodeSystemPStateImm0_15Instruction()
1611 uint64_t pstate_field = (crm_high << 6) | (op1 << 3) | op2; in DecodeSystemPStateImm0_1Instruction() local
1616 Inst.addOperand(MCOperand::createImm(pstate_field)); in DecodeSystemPStateImm0_1Instruction()
1619 auto PState = AArch64PState::lookupPStateImm0_1ByEncoding(pstate_field); in DecodeSystemPStateImm0_1Instruction()