Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp1074 context.type = EmulateInstruction::eContextRelativeBranchImmediate; in EmulateB()
1121 context.type = EmulateInstruction::eContextRelativeBranchImmediate; in EmulateBcond()
1159 context.type = EmulateInstruction::eContextRelativeBranchImmediate; in EmulateCBZ()
1195 context.type = EmulateInstruction::eContextRelativeBranchImmediate; in EmulateTBZ()
/src/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1827 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_3ops()
1907 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_3ops_C()
2084 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_2ops()
2148 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_2ops_C()
2170 context.type = eContextRelativeBranchImmediate; in Emulate_B16_MM()
2265 context.type = eContextRelativeBranchImmediate; in Emulate_Branch_MM()
2925 context.type = eContextRelativeBranchImmediate; in Emulate_MSA_Branch_DF()
2968 context.type = eContextRelativeBranchImmediate; in Emulate_MSA_Branch_V()
/src/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp1369 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_3ops()
1610 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_2ops()
1724 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_3ops_C()
1794 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_2ops_C()
2248 context.type = eContextRelativeBranchImmediate; in Emulate_MSA_Branch_DF()
2291 context.type = eContextRelativeBranchImmediate; in Emulate_MSA_Branch_V()
/src/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp437 case EmulateInstruction::eContextRelativeBranchImmediate: in WriteMemory()
583 case EmulateInstruction::eContextRelativeBranchImmediate: { in WriteRegister()
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h142 eContextRelativeBranchImmediate, enumerator
/src/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp416 case eContextRelativeBranchImmediate: in Dump()
/src/contrib/llvm-project/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()