Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/
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()
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.cpp1839 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_3ops()
1919 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_3ops_C()
2091 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_2ops()
2155 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_2ops_C()
2177 context.type = eContextRelativeBranchImmediate; in Emulate_B16_MM()
2272 context.type = eContextRelativeBranchImmediate; in Emulate_Branch_MM()
2930 context.type = eContextRelativeBranchImmediate; in Emulate_MSA_Branch_DF()
2973 context.type = eContextRelativeBranchImmediate; in Emulate_MSA_Branch_V()
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
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()
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp451 case EmulateInstruction::eContextRelativeBranchImmediate: in WriteMemory()
596 case EmulateInstruction::eContextRelativeBranchImmediate: { in WriteRegister()
/external/llvm-project/lldb/include/lldb/Core/
DEmulateInstruction.h141 eContextRelativeBranchImmediate, enumerator
/external/llvm-project/lldb/source/Core/
DEmulateInstruction.cpp407 case eContextRelativeBranchImmediate: in Dump()
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
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()