Home
last modified time | relevance | path

Searched refs:pstate_field (Results 1 – 3 of 3) 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()
1528 auto PState = AArch64PState::lookupPStateByEncoding(pstate_field); in DecodeSystemPStateInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp1715 uint64_t pstate_field = (op1 << 3) | op2; in DecodeSystemPStateInstruction() local
1717 if ((pstate_field == AArch64PState::PAN || in DecodeSystemPStateInstruction()
1718 pstate_field == AArch64PState::UAO) && crm > 1) in DecodeSystemPStateInstruction()
1721 Inst.addOperand(MCOperand::createImm(pstate_field)); in DecodeSystemPStateInstruction()
1726 auto PState = AArch64PState::lookupPStateByEncoding(pstate_field); in DecodeSystemPStateInstruction()
/external/capstone/arch/AArch64/
DAArch64Disassembler.c1623 uint64_t pstate_field = (op1 << 3) | op2; in DecodeSystemPStateInstruction() local
1625 MCOperand_CreateImm0(Inst, pstate_field); in DecodeSystemPStateInstruction()
1628 A64NamedImmMapper_toString(&A64PState_PStateMapper, pstate_field, &ValidNamed); in DecodeSystemPStateInstruction()