Lines Matching refs:UnalignedSupport

1751         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()
6337 elsif UnalignedSupport() || address<1:0> = '00' then in EmulateLDRImmediateARM()
6433 else if (UnalignedSupport() || in EmulateLDRImmediateARM()
6474 elsif UnalignedSupport() || address<1:0> = '00' then in EmulateLDRRegister()
6637 else if (UnalignedSupport() || in EmulateLDRRegister()
7067 if UnalignedSupport() || address<0> = '0' then in EmulateLDRHImmediate()
7186 if (UnalignedSupport() || BitIsClear(address, 0)) { in EmulateLDRHImmediate()
7213 if UnalignedSupport() || address<0> = '0' then in EmulateLDRHLiteral()
7287 if (UnalignedSupport() || BitIsClear(address, 0)) { in EmulateLDRHLiteral()
7319 if UnalignedSupport() || address<0> = '0' then in EmulateLDRHRegister()
7465 if (UnalignedSupport() || BitIsClear(address, 0)) { in EmulateLDRHRegister()
7891 if UnalignedSupport() || address<0> = '0' then in EmulateLDRSHImmediate()
8021 if (UnalignedSupport() || BitIsClear(address, 0)) { in EmulateLDRSHImmediate()
8049 if UnalignedSupport() || address<0> = '0' then in EmulateLDRSHLiteral()
8122 if (UnalignedSupport() || BitIsClear(address, 0)) { in EmulateLDRSHLiteral()
8152 if UnalignedSupport() || address<0> = '0' then in EmulateLDRSHRegister()
8299 if (UnalignedSupport() || BitIsClear(address, 0)) { in EmulateLDRSHRegister()
14123 bool EmulateInstructionARM::UnalignedSupport() { in UnalignedSupport() function in EmulateInstructionARM