Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp1517 uint64_t pstate_field = (op1 << 3) | op2; in DecodeSystemPStateInstruction() local
1519 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()
1529 (void)AArch64PState::PStateMapper().toString(pstate_field, in DecodeSystemPStateInstruction()