Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp5258 if (UnalignedSupport() || in EmulateSTRThumb()
5455 if (UnalignedSupport() || in EmulateSTRRegister()
6456 else if (UnalignedSupport() || in EmulateLDRImmediateARM()
6661 else if (UnalignedSupport() || in EmulateLDRRegister()
7091 if UnalignedSupport() || address<0> = '0' then in EmulateLDRHImmediate()
7237 if UnalignedSupport() || address<0> = '0' then in EmulateLDRHLiteral()
7343 if UnalignedSupport() || address<0> = '0' then in EmulateLDRHRegister()
7915 if UnalignedSupport() || address<0> = '0' then in EmulateLDRSHImmediate()
8073 if UnalignedSupport() || address<0> = '0' then in EmulateLDRSHLiteral()
8176 if UnalignedSupport() || address<0> = '0' then in EmulateLDRSHRegister()
[all …]
H A DEmulateInstructionARM.h182 bool UnalignedSupport();