Searched defs:UnalignedSupport (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1194 elsif UnalignedSupport() || address<1:0> = '00' then
1263 else if (UnalignedSupport() || Bits32(address, 1, 0) == 0)
3867 elsif UnalignedSupport() || address<1:0> = '00' then
3996 else if (UnalignedSupport() || Bits32(address, 1, 0) == 0)
4573 if UnalignedSupport() || address<1:0> == '00' then
4690 // if UnalignedSupport() || address<1:0> == '00' then
4691 if (UnalignedSupport () || (BitIsClear (address, 1) && BitIsClear (address, 0)))
4738 if UnalignedSupport() || address<1:0> == '00' || CurrentInstrSet() == InstrSet_ARM then
4880 // if UnalignedSupport() || address<1:0> == '00' || CurrentInstrSet() == InstrSet_ARM then
4881 if (UnalignedSupport ()
13248 EmulateInstructionARM::UnalignedSupport() function in class:EmulateInstructionARM
[all...]

Completed in 88 milliseconds