Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp5266 if (UnalignedSupport() || in EmulateSTRThumb()
5463 if (UnalignedSupport() || in EmulateSTRRegister()
6464 else if (UnalignedSupport() || in EmulateLDRImmediateARM()
6669 else if (UnalignedSupport() || in EmulateLDRRegister()
7099 if UnalignedSupport() || address<0> = '0' then in EmulateLDRHImmediate()
7245 if UnalignedSupport() || address<0> = '0' then in EmulateLDRHLiteral()
7351 if UnalignedSupport() || address<0> = '0' then in EmulateLDRHRegister()
7923 if UnalignedSupport() || address<0> = '0' then in EmulateLDRSHImmediate()
8081 if UnalignedSupport() || address<0> = '0' then in EmulateLDRSHLiteral()
8184 if UnalignedSupport() || address<0> = '0' then in EmulateLDRSHRegister()
[all …]
H A DEmulateInstructionARM.h183 bool UnalignedSupport();