Home
last modified time | relevance | path

Searched refs:UnalignedSupport (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp5253 if (UnalignedSupport() || in EmulateSTRThumb()
5450 if (UnalignedSupport() || in EmulateSTRRegister()
6451 else if (UnalignedSupport() || in EmulateLDRImmediateARM()
6656 else if (UnalignedSupport() || in EmulateLDRRegister()
7086 if UnalignedSupport() || address<0> = '0' then in EmulateLDRHImmediate()
7232 if UnalignedSupport() || address<0> = '0' then in EmulateLDRHLiteral()
7338 if UnalignedSupport() || address<0> = '0' then in EmulateLDRHRegister()
7910 if UnalignedSupport() || address<0> = '0' then in EmulateLDRSHImmediate()
8068 if UnalignedSupport() || address<0> = '0' then in EmulateLDRSHLiteral()
8171 if UnalignedSupport() || address<0> = '0' then in EmulateLDRSHRegister()
[all …]
H A DEmulateInstructionARM.h179 bool UnalignedSupport();