Lines Matching refs:UnalignedSupport

1748         elsif UnalignedSupport() || address<1:0> = '00' then  in EmulateLDRRtPCRelative()
1812 } else if (UnalignedSupport() || Bits32(address, 1, 0) == 0) { in EmulateLDRRtPCRelative()
4430 elsif UnalignedSupport() || address<1:0> = '00' then in EmulateLDRRtRnImm()
4565 } else if (UnalignedSupport() || Bits32(address, 1, 0) == 0) { in EmulateLDRRtRnImm()
5132 if UnalignedSupport() || address<1:0> == '00' then in EmulateSTRThumb()
5253 if (UnalignedSupport() || in EmulateSTRThumb()
5304 if UnalignedSupport() || address<1:0> == '00' || CurrentInstrSet() == InstrSet_ARM then in EmulateSTRRegister()
5450 if (UnalignedSupport() || in EmulateSTRRegister()
5627 if UnalignedSupport() || address<0> == '0' then in EmulateSTRHRegister()
5757 if (UnalignedSupport() || BitIsClear(address, 0)) { in EmulateSTRHRegister()
6354 elsif UnalignedSupport() || address<1:0> = '00' then in EmulateLDRImmediateARM()
6451 else if (UnalignedSupport() || in EmulateLDRImmediateARM()
6492 elsif UnalignedSupport() || address<1:0> = '00' then in EmulateLDRRegister()
6656 else if (UnalignedSupport() || in EmulateLDRRegister()
7086 if UnalignedSupport() || address<0> = '0' then in EmulateLDRHImmediate()
7205 if (UnalignedSupport() || BitIsClear(address, 0)) { in EmulateLDRHImmediate()
7232 if UnalignedSupport() || address<0> = '0' then in EmulateLDRHLiteral()
7306 if (UnalignedSupport() || BitIsClear(address, 0)) { in EmulateLDRHLiteral()
7338 if UnalignedSupport() || address<0> = '0' then in EmulateLDRHRegister()
7484 if (UnalignedSupport() || BitIsClear(address, 0)) { in EmulateLDRHRegister()
7910 if UnalignedSupport() || address<0> = '0' then in EmulateLDRSHImmediate()
8040 if (UnalignedSupport() || BitIsClear(address, 0)) { in EmulateLDRSHImmediate()
8068 if UnalignedSupport() || address<0> = '0' then in EmulateLDRSHLiteral()
8141 if (UnalignedSupport() || BitIsClear(address, 0)) { in EmulateLDRSHLiteral()
8171 if UnalignedSupport() || address<0> = '0' then in EmulateLDRSHRegister()
8319 if (UnalignedSupport() || BitIsClear(address, 0)) { in EmulateLDRSHRegister()
14153 bool EmulateInstructionARM::UnalignedSupport() { in UnalignedSupport() function in EmulateInstructionARM