Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h116 enum Unpredictable { Unpredictable_WBOVERLAP, Unpredictable_LDPOVERLAP }; enumerator
H A DEmulateInstructionARM64.cpp99 case EmulateInstructionARM64::Unpredictable_LDPOVERLAP: in ConstrainUnpredictable()
753 switch (ConstrainUnpredictable(Unpredictable_LDPOVERLAP)) { in EmulateLDPSTP()