Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp1073 context.type = EmulateInstruction::eContextRelativeBranchImmediate; in EmulateB()
1120 context.type = EmulateInstruction::eContextRelativeBranchImmediate; in EmulateBcond()
1158 context.type = EmulateInstruction::eContextRelativeBranchImmediate; in EmulateCBZ()
1194 context.type = EmulateInstruction::eContextRelativeBranchImmediate; in EmulateTBZ()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1850 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_3ops()
1930 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_3ops_C()
2102 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_2ops()
2166 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_2ops_C()
2188 context.type = eContextRelativeBranchImmediate; in Emulate_B16_MM()
2283 context.type = eContextRelativeBranchImmediate; in Emulate_Branch_MM()
2941 context.type = eContextRelativeBranchImmediate; in Emulate_MSA_Branch_DF()
2984 context.type = eContextRelativeBranchImmediate; in Emulate_MSA_Branch_V()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp1386 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_3ops()
1622 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_2ops()
1730 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_3ops_C()
1794 context.type = eContextRelativeBranchImmediate; in Emulate_BXX_2ops_C()
2246 context.type = eContextRelativeBranchImmediate; in Emulate_MSA_Branch_DF()
2289 context.type = eContextRelativeBranchImmediate; in Emulate_MSA_Branch_V()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp426 case EmulateInstruction::eContextRelativeBranchImmediate: in WriteMemory()
571 case EmulateInstruction::eContextRelativeBranchImmediate: { in WriteRegister()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DEmulateInstruction.h156 eContextRelativeBranchImmediate, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DEmulateInstruction.cpp415 case eContextRelativeBranchImmediate: in Dump()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp2033 context.type = EmulateInstruction::eContextRelativeBranchImmediate; in EmulateBLXImmediate()
2826 context.type = EmulateInstruction::eContextRelativeBranchImmediate; in EmulateB()
2912 context.type = EmulateInstruction::eContextRelativeBranchImmediate; in EmulateCB()
3010 context.type = EmulateInstruction::eContextRelativeBranchImmediate; in EmulateTB()
6911 context.type = eContextRelativeBranchImmediate; in EmulateLDRBLiteral()