Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
HDEmulateInstructionARM64.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()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
HDEmulateInstructionMIPS.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()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
HDEmulateInstructionMIPS64.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()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
HDUnwindAssemblyInstEmulation.cpp437 case EmulateInstruction::eContextRelativeBranchImmediate: in WriteMemory()
583 case EmulateInstruction::eContextRelativeBranchImmediate: { in WriteRegister()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDEmulateInstruction.h142 eContextRelativeBranchImmediate, enumerator
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDEmulateInstruction.cpp416 case eContextRelativeBranchImmediate: in Dump()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
HDEmulateInstructionARM.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()