Lines Matching refs:UnalignedSupport
1753 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()
6359 elsif UnalignedSupport() || address<1:0> = '00' then in EmulateLDRImmediateARM()
6456 else if (UnalignedSupport() || in EmulateLDRImmediateARM()
6497 elsif UnalignedSupport() || address<1:0> = '00' then in EmulateLDRRegister()
6661 else if (UnalignedSupport() || in EmulateLDRRegister()
7091 if UnalignedSupport() || address<0> = '0' then in EmulateLDRHImmediate()
7210 if (UnalignedSupport() || BitIsClear(address, 0)) { in EmulateLDRHImmediate()
7237 if UnalignedSupport() || address<0> = '0' then in EmulateLDRHLiteral()
7311 if (UnalignedSupport() || BitIsClear(address, 0)) { in EmulateLDRHLiteral()
7343 if UnalignedSupport() || address<0> = '0' then in EmulateLDRHRegister()
7489 if (UnalignedSupport() || BitIsClear(address, 0)) { in EmulateLDRHRegister()
7915 if UnalignedSupport() || address<0> = '0' then in EmulateLDRSHImmediate()
8045 if (UnalignedSupport() || BitIsClear(address, 0)) { in EmulateLDRSHImmediate()
8073 if UnalignedSupport() || address<0> = '0' then in EmulateLDRSHLiteral()
8146 if (UnalignedSupport() || BitIsClear(address, 0)) { in EmulateLDRSHLiteral()
8176 if UnalignedSupport() || address<0> = '0' then in EmulateLDRSHRegister()
8324 if (UnalignedSupport() || BitIsClear(address, 0)) { in EmulateLDRSHRegister()
14160 bool EmulateInstructionARM::UnalignedSupport() { in UnalignedSupport() function in EmulateInstructionARM