Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp1061 context.type = EmulateInstruction::eContextRelativeBranchImmediate; in EmulateB()
1108 context.type = EmulateInstruction::eContextRelativeBranchImmediate; in EmulateBcond()
1146 context.type = EmulateInstruction::eContextRelativeBranchImmediate; in EmulateCBZ()
1182 context.type = EmulateInstruction::eContextRelativeBranchImmediate; in EmulateTBZ()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1825 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_3ops()
1905 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_3ops_C()
2082 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_2ops()
2146 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_2ops_C()
2168 context.type = eContextRelativeBranchImmediate; in Emulate_B16_MM()
2263 context.type = eContextRelativeBranchImmediate; in Emulate_Branch_MM()
2923 context.type = eContextRelativeBranchImmediate; in Emulate_MSA_Branch_DF()
2966 context.type = eContextRelativeBranchImmediate; in Emulate_MSA_Branch_V()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp1370 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_3ops()
1611 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_2ops()
1725 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_3ops_C()
1795 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_2ops_C()
2249 context.type = eContextRelativeBranchImmediate; in Emulate_MSA_Branch_DF()
2292 context.type = eContextRelativeBranchImmediate; in Emulate_MSA_Branch_V()
/openbsd-src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp439 case EmulateInstruction::eContextRelativeBranchImmediate: in WriteMemory()
585 case EmulateInstruction::eContextRelativeBranchImmediate: { in WriteRegister()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DEmulateInstruction.h142 eContextRelativeBranchImmediate, enumerator
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DEmulateInstruction.cpp416 case eContextRelativeBranchImmediate: in Dump()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp2022 context.type = EmulateInstruction::eContextRelativeBranchImmediate; in EmulateBLXImmediate()
2813 context.type = EmulateInstruction::eContextRelativeBranchImmediate; in EmulateB()
2899 context.type = EmulateInstruction::eContextRelativeBranchImmediate; in EmulateCB()
2997 context.type = EmulateInstruction::eContextRelativeBranchImmediate; in EmulateTB()
6879 context.type = eContextRelativeBranchImmediate; in EmulateLDRBLiteral()