Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1751 elsif UnalignedSupport() || address<1:0> = '00' then in EmulateLDRRtPCRelative()
1815 } else if (UnalignedSupport() || Bits32(address, 1, 0) == 0) { in EmulateLDRRtPCRelative()
4419 elsif UnalignedSupport() || address<1:0> = '00' then in EmulateLDRRtRnImm()
4554 } else if (UnalignedSupport() || Bits32(address, 1, 0) == 0) { in EmulateLDRRtRnImm()
5121 if UnalignedSupport() || address<1:0> == '00' then in EmulateSTRThumb()
5242 if (UnalignedSupport() || in EmulateSTRThumb()
5293 if UnalignedSupport() || address<1:0> == '00' || CurrentInstrSet() == InstrSet_ARM then in EmulateSTRRegister()
5439 if (UnalignedSupport() || in EmulateSTRRegister()
5614 if UnalignedSupport() || address<0> == '0' then in EmulateSTRHRegister()
5740 if (UnalignedSupport() || BitIsClear(address, 0)) { in EmulateSTRHRegister()
[all …]
H A DEmulateInstructionARM.h179 bool UnalignedSupport();