Lines Matching refs:UnalignedSupport
1761 elsif UnalignedSupport() || address<1:0> = '00' then in EmulateLDRRtPCRelative()
1825 } else if (UnalignedSupport() || Bits32(address, 1, 0) == 0) { in EmulateLDRRtPCRelative()
4443 elsif UnalignedSupport() || address<1:0> = '00' then in EmulateLDRRtRnImm()
4578 } else if (UnalignedSupport() || Bits32(address, 1, 0) == 0) { in EmulateLDRRtRnImm()
5145 if UnalignedSupport() || address<1:0> == '00' then in EmulateSTRThumb()
5266 if (UnalignedSupport() || in EmulateSTRThumb()
5317 if UnalignedSupport() || address<1:0> == '00' || CurrentInstrSet() == InstrSet_ARM then in EmulateSTRRegister()
5463 if (UnalignedSupport() || in EmulateSTRRegister()
5640 if UnalignedSupport() || address<0> == '0' then in EmulateSTRHRegister()
5770 if (UnalignedSupport() || BitIsClear(address, 0)) { in EmulateSTRHRegister()
6367 elsif UnalignedSupport() || address<1:0> = '00' then in EmulateLDRImmediateARM()
6464 else if (UnalignedSupport() || in EmulateLDRImmediateARM()
6505 elsif UnalignedSupport() || address<1:0> = '00' then in EmulateLDRRegister()
6669 else if (UnalignedSupport() || in EmulateLDRRegister()
7099 if UnalignedSupport() || address<0> = '0' then in EmulateLDRHImmediate()
7218 if (UnalignedSupport() || BitIsClear(address, 0)) { in EmulateLDRHImmediate()
7245 if UnalignedSupport() || address<0> = '0' then in EmulateLDRHLiteral()
7319 if (UnalignedSupport() || BitIsClear(address, 0)) { in EmulateLDRHLiteral()
7351 if UnalignedSupport() || address<0> = '0' then in EmulateLDRHRegister()
7497 if (UnalignedSupport() || BitIsClear(address, 0)) { in EmulateLDRHRegister()
7923 if UnalignedSupport() || address<0> = '0' then in EmulateLDRSHImmediate()
8053 if (UnalignedSupport() || BitIsClear(address, 0)) { in EmulateLDRSHImmediate()
8081 if UnalignedSupport() || address<0> = '0' then in EmulateLDRSHLiteral()
8154 if (UnalignedSupport() || BitIsClear(address, 0)) { in EmulateLDRSHLiteral()
8184 if UnalignedSupport() || address<0> = '0' then in EmulateLDRSHRegister()
8332 if (UnalignedSupport() || BitIsClear(address, 0)) { in EmulateLDRSHRegister()
14204 bool EmulateInstructionARM::UnalignedSupport() { in UnalignedSupport() function in EmulateInstructionARM