Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp1753 elsif UnalignedSupport() || address<1:0> = '00' then in EmulateLDRRtPCRelative()
1817 } else if (UnalignedSupport() || Bits32(address, 1, 0) == 0) { in EmulateLDRRtPCRelative()
4435 elsif UnalignedSupport() || address<1:0> = '00' then in EmulateLDRRtRnImm()
4570 } else if (UnalignedSupport() || Bits32(address, 1, 0) == 0) { in EmulateLDRRtRnImm()
5137 if UnalignedSupport() || address<1:0> == '00' then in EmulateSTRThumb()
5258 if (UnalignedSupport() || in EmulateSTRThumb()
5309 if UnalignedSupport() || address<1:0> == '00' || CurrentInstrSet() == InstrSet_ARM then in EmulateSTRRegister()
5455 if (UnalignedSupport() || in EmulateSTRRegister()
5632 if UnalignedSupport() || address<0> == '0' then in EmulateSTRHRegister()
5762 if (UnalignedSupport() || BitIsClear(address, 0)) { in EmulateSTRHRegister()
[all …]
DEmulateInstructionARM.h182 bool UnalignedSupport();