Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp1063 context.type = EmulateInstruction::eContextRelativeBranchImmediate; in EmulateB()
1110 context.type = EmulateInstruction::eContextRelativeBranchImmediate; in EmulateBcond()
1148 context.type = EmulateInstruction::eContextRelativeBranchImmediate; in EmulateCBZ()
1184 context.type = EmulateInstruction::eContextRelativeBranchImmediate; in EmulateTBZ()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1840 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_3ops()
1920 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_3ops_C()
2092 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_2ops()
2156 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_2ops_C()
2178 context.type = eContextRelativeBranchImmediate; in Emulate_B16_MM()
2273 context.type = eContextRelativeBranchImmediate; in Emulate_Branch_MM()
2931 context.type = eContextRelativeBranchImmediate; in Emulate_MSA_Branch_DF()
2974 context.type = eContextRelativeBranchImmediate; in Emulate_MSA_Branch_V()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp1383 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_3ops()
1619 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_2ops()
1727 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_3ops_C()
1791 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_2ops_C()
2243 context.type = eContextRelativeBranchImmediate; in Emulate_MSA_Branch_DF()
2286 context.type = eContextRelativeBranchImmediate; in Emulate_MSA_Branch_V()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp451 case EmulateInstruction::eContextRelativeBranchImmediate: in WriteMemory()
596 case EmulateInstruction::eContextRelativeBranchImmediate: { in WriteRegister()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h141 eContextRelativeBranchImmediate, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp407 case eContextRelativeBranchImmediate: in Dump()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp2025 context.type = EmulateInstruction::eContextRelativeBranchImmediate; in EmulateBLXImmediate()
2818 context.type = EmulateInstruction::eContextRelativeBranchImmediate; in EmulateB()
2904 context.type = EmulateInstruction::eContextRelativeBranchImmediate; in EmulateCB()
3002 context.type = EmulateInstruction::eContextRelativeBranchImmediate; in EmulateTB()
6903 context.type = eContextRelativeBranchImmediate; in EmulateLDRBLiteral()