1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/kernelhwsrv/kerneltest/e32test/defrag/perf/t_testdll.cia Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,2661 @@
1.4 +// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of the License "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +// e32tests/defrag/perf/t_testdll.cia
1.18 +// Used to create t_defragdll0.dll
1.19 +//
1.20 +//
1.21 +
1.22 +#include <u32std.h>
1.23 +#include "t_testdll.h"
1.24 +
1.25 +
1.26 +#ifdef __VC32__
1.27 +#pragma warning(disable:4706)
1.28 +#endif
1.29 +
1.30 +//#if defined(_DEBUG) || defined(_DEBUG_RELEASE)
1.31 +
1.32 +#ifdef __ARMCC__
1.33 +__NAKED__ TInt TestAlignment0(TInt aParam1, TInt aParam2)
1.34 + {
1.35 +
1.36 + asm("movs r2,r0");
1.37 + asm("adds r0,r2,r1");
1.38 + asm("bx lr");
1.39 + asm(".space 4084");
1.40 + }
1.41 +
1.42 +__NAKED__ TInt TestAlignment1(TInt aParam1, TInt aParam2)
1.43 + {
1.44 + asm("movs r2,r0");
1.45 + asm("adds r0,r2,r1");
1.46 + asm("bx lr");
1.47 + asm(".space 4084");
1.48 + }
1.49 +
1.50 +__NAKED__ TInt TestAlignment2(TInt aParam1, TInt aParam2)
1.51 + {
1.52 + asm("movs r2,r0");
1.53 + asm("adds r0,r2,r1");
1.54 + asm("bx lr");
1.55 + asm(".space 4084");
1.56 + }
1.57 +
1.58 +__NAKED__ TInt TestAlignment3(TInt aParam1, TInt aParam2)
1.59 + {
1.60 + asm("movs r2,r0");
1.61 + asm("adds r0,r2,r1");
1.62 + asm("bx lr");
1.63 + asm(".space 4084");
1.64 + }
1.65 +
1.66 +__NAKED__ TInt TestAlignment4(TInt aParam1, TInt aParam2)
1.67 + {
1.68 + asm("movs r2,r0");
1.69 + asm("adds r0,r2,r1");
1.70 + asm("bx lr");
1.71 + asm(".space 4084");
1.72 + }
1.73 +
1.74 +__NAKED__ TInt TestAlignment5(TInt aParam1, TInt aParam2)
1.75 + {
1.76 + asm("movs r2,r0");
1.77 + asm("adds r0,r2,r1");
1.78 + asm("bx lr");
1.79 + asm(".space 4084");
1.80 + }
1.81 +
1.82 +__NAKED__ TInt TestAlignment6(TInt aParam1, TInt aParam2)
1.83 + {
1.84 + asm("movs r2,r0");
1.85 + asm("adds r0,r2,r1");
1.86 + asm("bx lr");
1.87 + asm(".space 4084");
1.88 + }
1.89 +
1.90 +__NAKED__ TInt TestAlignment7(TInt aParam1, TInt aParam2)
1.91 + {
1.92 + asm("movs r2,r0");
1.93 + asm("adds r0,r2,r1");
1.94 + asm("bx lr");
1.95 + asm(".space 4084");
1.96 + }
1.97 +
1.98 +__NAKED__ TInt TestAlignment8(TInt aParam1, TInt aParam2)
1.99 + {
1.100 + asm("movs r2,r0");
1.101 + asm("adds r0,r2,r1");
1.102 + asm("bx lr");
1.103 + asm(".space 4084");
1.104 + }
1.105 +
1.106 +__NAKED__ TInt TestAlignment9(TInt aParam1, TInt aParam2)
1.107 + {
1.108 + asm("movs r2,r0");
1.109 + asm("adds r0,r2,r1");
1.110 + asm("bx lr");
1.111 + asm(".space 4084");
1.112 + }
1.113 +
1.114 +__NAKED__ TInt TestAlignment10(TInt aParam1, TInt aParam2)
1.115 + {
1.116 + asm("movs r2,r0");
1.117 + asm("adds r0,r2,r1");
1.118 + asm("bx lr");
1.119 + asm(".space 4084");
1.120 + }
1.121 +
1.122 +__NAKED__ TInt TestAlignment11(TInt aParam1, TInt aParam2)
1.123 + {
1.124 + asm("movs r2,r0");
1.125 + asm("adds r0,r2,r1");
1.126 + asm("bx lr");
1.127 + asm(".space 4084");
1.128 + }
1.129 +
1.130 +__NAKED__ TInt TestAlignment12(TInt aParam1, TInt aParam2)
1.131 + {
1.132 + asm("movs r2,r0");
1.133 + asm("adds r0,r2,r1");
1.134 + asm("bx lr");
1.135 + asm(".space 4084");
1.136 + }
1.137 +
1.138 +__NAKED__ TInt TestAlignment13(TInt aParam1, TInt aParam2)
1.139 + {
1.140 + asm("movs r2,r0");
1.141 + asm("adds r0,r2,r1");
1.142 + asm("bx lr");
1.143 + asm(".space 4084");
1.144 + }
1.145 +
1.146 +__NAKED__ TInt TestAlignment14(TInt aParam1, TInt aParam2)
1.147 + {
1.148 + asm("movs r2,r0");
1.149 + asm("adds r0,r2,r1");
1.150 + asm("bx lr");
1.151 + asm(".space 4084");
1.152 + }
1.153 +
1.154 +__NAKED__ TInt TestAlignment15(TInt aParam1, TInt aParam2)
1.155 + {
1.156 + asm("movs r2,r0");
1.157 + asm("adds r0,r2,r1");
1.158 + asm("bx lr");
1.159 + asm(".space 4084");
1.160 + }
1.161 +
1.162 +__NAKED__ TInt TestAlignment16(TInt aParam1, TInt aParam2)
1.163 + {
1.164 + asm("movs r2,r0");
1.165 + asm("adds r0,r2,r1");
1.166 + asm("bx lr");
1.167 + asm(".space 4084");
1.168 + }
1.169 +
1.170 +__NAKED__ TInt TestAlignment17(TInt aParam1, TInt aParam2)
1.171 + {
1.172 + asm("movs r2,r0");
1.173 + asm("adds r0,r2,r1");
1.174 + asm("bx lr");
1.175 + asm(".space 4084");
1.176 + }
1.177 +
1.178 +__NAKED__ TInt TestAlignment18(TInt aParam1, TInt aParam2)
1.179 + {
1.180 + asm("movs r2,r0");
1.181 + asm("adds r0,r2,r1");
1.182 + asm("bx lr");
1.183 + asm(".space 4084");
1.184 + }
1.185 +
1.186 +__NAKED__ TInt TestAlignment19(TInt aParam1, TInt aParam2)
1.187 + {
1.188 + asm("movs r2,r0");
1.189 + asm("adds r0,r2,r1");
1.190 + asm("bx lr");
1.191 + asm(".space 4084");
1.192 + }
1.193 +
1.194 +__NAKED__ TInt TestAlignment20(TInt aParam1, TInt aParam2)
1.195 + {
1.196 + asm("movs r2,r0");
1.197 + asm("adds r0,r2,r1");
1.198 + asm("bx lr");
1.199 + asm(".space 4084");
1.200 + }
1.201 +
1.202 +__NAKED__ TInt TestAlignment21(TInt aParam1, TInt aParam2)
1.203 + {
1.204 + asm("movs r2,r0");
1.205 + asm("adds r0,r2,r1");
1.206 + asm("bx lr");
1.207 + asm(".space 4084");
1.208 + }
1.209 +
1.210 +__NAKED__ TInt TestAlignment22(TInt aParam1, TInt aParam2)
1.211 + {
1.212 + asm("movs r2,r0");
1.213 + asm("adds r0,r2,r1");
1.214 + asm("bx lr");
1.215 + asm(".space 4084");
1.216 + }
1.217 +
1.218 +__NAKED__ TInt TestAlignment23(TInt aParam1, TInt aParam2)
1.219 + {
1.220 + asm("movs r2,r0");
1.221 + asm("adds r0,r2,r1");
1.222 + asm("bx lr");
1.223 + asm(".space 4084");
1.224 + }
1.225 +
1.226 +__NAKED__ TInt TestAlignment24(TInt aParam1, TInt aParam2)
1.227 + {
1.228 + asm("movs r2,r0");
1.229 + asm("adds r0,r2,r1");
1.230 + asm("bx lr");
1.231 + asm(".space 4084");
1.232 + }
1.233 +
1.234 +__NAKED__ TInt TestAlignment25(TInt aParam1, TInt aParam2)
1.235 + {
1.236 + asm("movs r2,r0");
1.237 + asm("adds r0,r2,r1");
1.238 + asm("bx lr");
1.239 + asm(".space 4084");
1.240 + }
1.241 +
1.242 +__NAKED__ TInt TestAlignment26(TInt aParam1, TInt aParam2)
1.243 + {
1.244 + asm("movs r2,r0");
1.245 + asm("adds r0,r2,r1");
1.246 + asm("bx lr");
1.247 + asm(".space 4084");
1.248 + }
1.249 +
1.250 +__NAKED__ TInt TestAlignment27(TInt aParam1, TInt aParam2)
1.251 + {
1.252 + asm("movs r2,r0");
1.253 + asm("adds r0,r2,r1");
1.254 + asm("bx lr");
1.255 + asm(".space 4084");
1.256 + }
1.257 +
1.258 +__NAKED__ TInt TestAlignment28(TInt aParam1, TInt aParam2)
1.259 + {
1.260 + asm("movs r2,r0");
1.261 + asm("adds r0,r2,r1");
1.262 + asm("bx lr");
1.263 + asm(".space 4084");
1.264 + }
1.265 +
1.266 +__NAKED__ TInt TestAlignment29(TInt aParam1, TInt aParam2)
1.267 + {
1.268 + asm("movs r2,r0");
1.269 + asm("adds r0,r2,r1");
1.270 + asm("bx lr");
1.271 + asm(".space 4084");
1.272 + }
1.273 +
1.274 +__NAKED__ TInt TestAlignment30(TInt aParam1, TInt aParam2)
1.275 + {
1.276 + asm("movs r2,r0");
1.277 + asm("adds r0,r2,r1");
1.278 + asm("bx lr");
1.279 + asm(".space 4084");
1.280 + }
1.281 +
1.282 +__NAKED__ TInt TestAlignment31(TInt aParam1, TInt aParam2)
1.283 + {
1.284 + asm("movs r2,r0");
1.285 + asm("adds r0,r2,r1");
1.286 + asm("bx lr");
1.287 + asm(".space 4084");
1.288 + }
1.289 +
1.290 +__NAKED__ TInt TestAlignment32(TInt aParam1, TInt aParam2)
1.291 + {
1.292 + asm("movs r2,r0");
1.293 + asm("adds r0,r2,r1");
1.294 + asm("bx lr");
1.295 + asm(".space 4084");
1.296 + }
1.297 +
1.298 +__NAKED__ TInt TestAlignment33(TInt aParam1, TInt aParam2)
1.299 + {
1.300 + asm("movs r2,r0");
1.301 + asm("adds r0,r2,r1");
1.302 + asm("bx lr");
1.303 + asm(".space 4084");
1.304 + }
1.305 +
1.306 +__NAKED__ TInt TestAlignment34(TInt aParam1, TInt aParam2)
1.307 + {
1.308 + asm("movs r2,r0");
1.309 + asm("adds r0,r2,r1");
1.310 + asm("bx lr");
1.311 + asm(".space 4084");
1.312 + }
1.313 +
1.314 +__NAKED__ TInt TestAlignment35(TInt aParam1, TInt aParam2)
1.315 + {
1.316 + asm("movs r2,r0");
1.317 + asm("adds r0,r2,r1");
1.318 + asm("bx lr");
1.319 + asm(".space 4084");
1.320 + }
1.321 +
1.322 +__NAKED__ TInt TestAlignment36(TInt aParam1, TInt aParam2)
1.323 + {
1.324 + asm("movs r2,r0");
1.325 + asm("adds r0,r2,r1");
1.326 + asm("bx lr");
1.327 + asm(".space 4084");
1.328 + }
1.329 +
1.330 +__NAKED__ TInt TestAlignment37(TInt aParam1, TInt aParam2)
1.331 + {
1.332 + asm("movs r2,r0");
1.333 + asm("adds r0,r2,r1");
1.334 + asm("bx lr");
1.335 + asm(".space 4084");
1.336 + }
1.337 +
1.338 +__NAKED__ TInt TestAlignment38(TInt aParam1, TInt aParam2)
1.339 + {
1.340 + asm("movs r2,r0");
1.341 + asm("adds r0,r2,r1");
1.342 + asm("bx lr");
1.343 + asm(".space 4084");
1.344 + }
1.345 +
1.346 +__NAKED__ TInt TestAlignment39(TInt aParam1, TInt aParam2)
1.347 + {
1.348 + asm("movs r2,r0");
1.349 + asm("adds r0,r2,r1");
1.350 + asm("bx lr");
1.351 + asm(".space 4084");
1.352 + }
1.353 +
1.354 +__NAKED__ TInt TestAlignment40(TInt aParam1, TInt aParam2)
1.355 + {
1.356 + asm("movs r2,r0");
1.357 + asm("adds r0,r2,r1");
1.358 + asm("bx lr");
1.359 + asm(".space 4084");
1.360 + }
1.361 +
1.362 +__NAKED__ TInt TestAlignment41(TInt aParam1, TInt aParam2)
1.363 + {
1.364 + asm("movs r2,r0");
1.365 + asm("adds r0,r2,r1");
1.366 + asm("bx lr");
1.367 + asm(".space 4084");
1.368 + }
1.369 +
1.370 +__NAKED__ TInt TestAlignment42(TInt aParam1, TInt aParam2)
1.371 + {
1.372 + asm("movs r2,r0");
1.373 + asm("adds r0,r2,r1");
1.374 + asm("bx lr");
1.375 + asm(".space 4084");
1.376 + }
1.377 +
1.378 +__NAKED__ TInt TestAlignment43(TInt aParam1, TInt aParam2)
1.379 + {
1.380 + asm("movs r2,r0");
1.381 + asm("adds r0,r2,r1");
1.382 + asm("bx lr");
1.383 + asm(".space 4084");
1.384 + }
1.385 +
1.386 +__NAKED__ TInt TestAlignment44(TInt aParam1, TInt aParam2)
1.387 + {
1.388 + asm("movs r2,r0");
1.389 + asm("adds r0,r2,r1");
1.390 + asm("bx lr");
1.391 + asm(".space 4084");
1.392 + }
1.393 +
1.394 +__NAKED__ TInt TestAlignment45(TInt aParam1, TInt aParam2)
1.395 + {
1.396 + asm("movs r2,r0");
1.397 + asm("adds r0,r2,r1");
1.398 + asm("bx lr");
1.399 + asm(".space 4084");
1.400 + }
1.401 +
1.402 +__NAKED__ TInt TestAlignment46(TInt aParam1, TInt aParam2)
1.403 + {
1.404 + asm("movs r2,r0");
1.405 + asm("adds r0,r2,r1");
1.406 + asm("bx lr");
1.407 + asm(".space 4084");
1.408 + }
1.409 +
1.410 +__NAKED__ TInt TestAlignment47(TInt aParam1, TInt aParam2)
1.411 + {
1.412 + asm("movs r2,r0");
1.413 + asm("adds r0,r2,r1");
1.414 + asm("bx lr");
1.415 + asm(".space 4084");
1.416 + }
1.417 +
1.418 +__NAKED__ TInt TestAlignment48(TInt aParam1, TInt aParam2)
1.419 + {
1.420 + asm("movs r2,r0");
1.421 + asm("adds r0,r2,r1");
1.422 + asm("bx lr");
1.423 + asm(".space 4084");
1.424 + }
1.425 +
1.426 +__NAKED__ TInt TestAlignment49(TInt aParam1, TInt aParam2)
1.427 + {
1.428 + asm("movs r2,r0");
1.429 + asm("adds r0,r2,r1");
1.430 + asm("bx lr");
1.431 + asm(".space 4084");
1.432 + }
1.433 +
1.434 +__NAKED__ TInt TestAlignment50(TInt aParam1, TInt aParam2)
1.435 + {
1.436 + asm("movs r2,r0");
1.437 + asm("adds r0,r2,r1");
1.438 + asm("bx lr");
1.439 + asm(".space 4084");
1.440 + }
1.441 +
1.442 +__NAKED__ TInt TestAlignment51(TInt aParam1, TInt aParam2)
1.443 + {
1.444 + asm("movs r2,r0");
1.445 + asm("adds r0,r2,r1");
1.446 + asm("bx lr");
1.447 + asm(".space 4084");
1.448 + }
1.449 +
1.450 +__NAKED__ TInt TestAlignment52(TInt aParam1, TInt aParam2)
1.451 + {
1.452 + asm("movs r2,r0");
1.453 + asm("adds r0,r2,r1");
1.454 + asm("bx lr");
1.455 + asm(".space 4084");
1.456 + }
1.457 +
1.458 +__NAKED__ TInt TestAlignment53(TInt aParam1, TInt aParam2)
1.459 + {
1.460 + asm("movs r2,r0");
1.461 + asm("adds r0,r2,r1");
1.462 + asm("bx lr");
1.463 + asm(".space 4084");
1.464 + }
1.465 +
1.466 +__NAKED__ TInt TestAlignment54(TInt aParam1, TInt aParam2)
1.467 + {
1.468 + asm("movs r2,r0");
1.469 + asm("adds r0,r2,r1");
1.470 + asm("bx lr");
1.471 + asm(".space 4084");
1.472 + }
1.473 +
1.474 +__NAKED__ TInt TestAlignment55(TInt aParam1, TInt aParam2)
1.475 + {
1.476 + asm("movs r2,r0");
1.477 + asm("adds r0,r2,r1");
1.478 + asm("bx lr");
1.479 + asm(".space 4084");
1.480 + }
1.481 +
1.482 +__NAKED__ TInt TestAlignment56(TInt aParam1, TInt aParam2)
1.483 + {
1.484 + asm("movs r2,r0");
1.485 + asm("adds r0,r2,r1");
1.486 + asm("bx lr");
1.487 + asm(".space 4084");
1.488 + }
1.489 +
1.490 +__NAKED__ TInt TestAlignment57(TInt aParam1, TInt aParam2)
1.491 + {
1.492 + asm("movs r2,r0");
1.493 + asm("adds r0,r2,r1");
1.494 + asm("bx lr");
1.495 + asm(".space 4084");
1.496 + }
1.497 +
1.498 +__NAKED__ TInt TestAlignment58(TInt aParam1, TInt aParam2)
1.499 + {
1.500 + asm("movs r2,r0");
1.501 + asm("adds r0,r2,r1");
1.502 + asm("bx lr");
1.503 + asm(".space 4084");
1.504 + }
1.505 +
1.506 +__NAKED__ TInt TestAlignment59(TInt aParam1, TInt aParam2)
1.507 + {
1.508 + asm("movs r2,r0");
1.509 + asm("adds r0,r2,r1");
1.510 + asm("bx lr");
1.511 + asm(".space 4084");
1.512 + }
1.513 +
1.514 +__NAKED__ TInt TestAlignment60(TInt aParam1, TInt aParam2)
1.515 + {
1.516 + asm("movs r2,r0");
1.517 + asm("adds r0,r2,r1");
1.518 + asm("bx lr");
1.519 + asm(".space 4084");
1.520 + }
1.521 +
1.522 +
1.523 +__NAKED__ TInt TestAlignment61(TInt aParam1, TInt aParam2)
1.524 + {
1.525 + asm("movs r2,r0");
1.526 + asm("adds r0,r2,r1");
1.527 + asm("bx lr");
1.528 + asm(".space 4084");
1.529 + }
1.530 +
1.531 +
1.532 +__NAKED__ TInt TestAlignment62(TInt aParam1, TInt aParam2)
1.533 + {
1.534 + asm("movs r2,r0");
1.535 + asm("adds r0,r2,r1");
1.536 + asm("bx lr");
1.537 + asm(".space 4084");
1.538 + }
1.539 +
1.540 +__NAKED__ TInt TestAlignment63(TInt aParam1, TInt aParam2)
1.541 + {
1.542 + asm("movs r2,r0");
1.543 + asm("adds r0,r2,r1");
1.544 + asm("bx lr");
1.545 + asm(".space 4084");
1.546 + }
1.547 +
1.548 +#ifdef T_PAGESTRESS_LARGE_ARRAY
1.549 +__NAKED__ TInt TestAlignment64(TInt aParam1, TInt aParam2)
1.550 + {
1.551 + asm("movs r2,r0");
1.552 + asm("adds r0,r2,r1");
1.553 + asm("bx lr");
1.554 + asm(".space 4084");
1.555 + }
1.556 +
1.557 +__NAKED__ TInt TestAlignment65(TInt aParam1, TInt aParam2)
1.558 + {
1.559 + asm("movs r2,r0");
1.560 + asm("adds r0,r2,r1");
1.561 + asm("bx lr");
1.562 + asm(".space 4084");
1.563 + }
1.564 +
1.565 +__NAKED__ TInt TestAlignment66(TInt aParam1, TInt aParam2)
1.566 + {
1.567 + asm("movs r2,r0");
1.568 + asm("adds r0,r2,r1");
1.569 + asm("bx lr");
1.570 + asm(".space 4084");
1.571 + }
1.572 +
1.573 +__NAKED__ TInt TestAlignment67(TInt aParam1, TInt aParam2)
1.574 + {
1.575 + asm("movs r2,r0");
1.576 + asm("adds r0,r2,r1");
1.577 + asm("bx lr");
1.578 + asm(".space 4084");
1.579 + }
1.580 +
1.581 +__NAKED__ TInt TestAlignment68(TInt aParam1, TInt aParam2)
1.582 + {
1.583 + asm("movs r2,r0");
1.584 + asm("adds r0,r2,r1");
1.585 + asm("bx lr");
1.586 + asm(".space 4084");
1.587 + }
1.588 +
1.589 +__NAKED__ TInt TestAlignment69(TInt aParam1, TInt aParam2)
1.590 + {
1.591 + asm("movs r2,r0");
1.592 + asm("adds r0,r2,r1");
1.593 + asm("bx lr");
1.594 + asm(".space 4084");
1.595 + }
1.596 +
1.597 +__NAKED__ TInt TestAlignment70(TInt aParam1, TInt aParam2)
1.598 + {
1.599 + asm("movs r2,r0");
1.600 + asm("adds r0,r2,r1");
1.601 + asm("bx lr");
1.602 + asm(".space 4084");
1.603 + }
1.604 +
1.605 +__NAKED__ TInt TestAlignment71(TInt aParam1, TInt aParam2)
1.606 + {
1.607 + asm("movs r2,r0");
1.608 + asm("adds r0,r2,r1");
1.609 + asm("bx lr");
1.610 + asm(".space 4084");
1.611 + }
1.612 +
1.613 +__NAKED__ TInt TestAlignment72(TInt aParam1, TInt aParam2)
1.614 + {
1.615 + asm("movs r2,r0");
1.616 + asm("adds r0,r2,r1");
1.617 + asm("bx lr");
1.618 + asm(".space 4084");
1.619 + }
1.620 +
1.621 +__NAKED__ TInt TestAlignment73(TInt aParam1, TInt aParam2)
1.622 + {
1.623 + asm("movs r2,r0");
1.624 + asm("adds r0,r2,r1");
1.625 + asm("bx lr");
1.626 + asm(".space 4084");
1.627 + }
1.628 +
1.629 +__NAKED__ TInt TestAlignment74(TInt aParam1, TInt aParam2)
1.630 + {
1.631 + asm("movs r2,r0");
1.632 + asm("adds r0,r2,r1");
1.633 + asm("bx lr");
1.634 + asm(".space 4084");
1.635 + }
1.636 +
1.637 +__NAKED__ TInt TestAlignment75(TInt aParam1, TInt aParam2)
1.638 + {
1.639 + asm("movs r2,r0");
1.640 + asm("adds r0,r2,r1");
1.641 + asm("bx lr");
1.642 + asm(".space 4084");
1.643 + }
1.644 +
1.645 +__NAKED__ TInt TestAlignment76(TInt aParam1, TInt aParam2)
1.646 + {
1.647 + asm("movs r2,r0");
1.648 + asm("adds r0,r2,r1");
1.649 + asm("bx lr");
1.650 + asm(".space 4084");
1.651 + }
1.652 +
1.653 +__NAKED__ TInt TestAlignment77(TInt aParam1, TInt aParam2)
1.654 + {
1.655 + asm("movs r2,r0");
1.656 + asm("adds r0,r2,r1");
1.657 + asm("bx lr");
1.658 + asm(".space 4084");
1.659 + }
1.660 +
1.661 +__NAKED__ TInt TestAlignment78(TInt aParam1, TInt aParam2)
1.662 + {
1.663 + asm("movs r2,r0");
1.664 + asm("adds r0,r2,r1");
1.665 + asm("bx lr");
1.666 + asm(".space 4084");
1.667 + }
1.668 +
1.669 +__NAKED__ TInt TestAlignment79(TInt aParam1, TInt aParam2)
1.670 + {
1.671 + asm("movs r2,r0");
1.672 + asm("adds r0,r2,r1");
1.673 + asm("bx lr");
1.674 + asm(".space 4084");
1.675 + }
1.676 +
1.677 +__NAKED__ TInt TestAlignment80(TInt aParam1, TInt aParam2)
1.678 + {
1.679 + asm("movs r2,r0");
1.680 + asm("adds r0,r2,r1");
1.681 + asm("bx lr");
1.682 + asm(".space 4084");
1.683 + }
1.684 +
1.685 +__NAKED__ TInt TestAlignment81(TInt aParam1, TInt aParam2)
1.686 + {
1.687 + asm("movs r2,r0");
1.688 + asm("adds r0,r2,r1");
1.689 + asm("bx lr");
1.690 + asm(".space 4084");
1.691 + }
1.692 +
1.693 +__NAKED__ TInt TestAlignment82(TInt aParam1, TInt aParam2)
1.694 + {
1.695 + asm("movs r2,r0");
1.696 + asm("adds r0,r2,r1");
1.697 + asm("bx lr");
1.698 + asm(".space 4084");
1.699 + }
1.700 +
1.701 +__NAKED__ TInt TestAlignment83(TInt aParam1, TInt aParam2)
1.702 + {
1.703 + asm("movs r2,r0");
1.704 + asm("adds r0,r2,r1");
1.705 + asm("bx lr");
1.706 + asm(".space 4084");
1.707 + }
1.708 +
1.709 +__NAKED__ TInt TestAlignment84(TInt aParam1, TInt aParam2)
1.710 + {
1.711 + asm("movs r2,r0");
1.712 + asm("adds r0,r2,r1");
1.713 + asm("bx lr");
1.714 + asm(".space 4084");
1.715 + }
1.716 +
1.717 +__NAKED__ TInt TestAlignment85(TInt aParam1, TInt aParam2)
1.718 + {
1.719 + asm("movs r2,r0");
1.720 + asm("adds r0,r2,r1");
1.721 + asm("bx lr");
1.722 + asm(".space 4084");
1.723 + }
1.724 +
1.725 +__NAKED__ TInt TestAlignment86(TInt aParam1, TInt aParam2)
1.726 + {
1.727 + asm("movs r2,r0");
1.728 + asm("adds r0,r2,r1");
1.729 + asm("bx lr");
1.730 + asm(".space 4084");
1.731 + }
1.732 +
1.733 +__NAKED__ TInt TestAlignment87(TInt aParam1, TInt aParam2)
1.734 + {
1.735 + asm("movs r2,r0");
1.736 + asm("adds r0,r2,r1");
1.737 + asm("bx lr");
1.738 + asm(".space 4084");
1.739 + }
1.740 +
1.741 +__NAKED__ TInt TestAlignment88(TInt aParam1, TInt aParam2)
1.742 + {
1.743 + asm("movs r2,r0");
1.744 + asm("adds r0,r2,r1");
1.745 + asm("bx lr");
1.746 + asm(".space 4084");
1.747 + }
1.748 +
1.749 +__NAKED__ TInt TestAlignment89(TInt aParam1, TInt aParam2)
1.750 + {
1.751 + asm("movs r2,r0");
1.752 + asm("adds r0,r2,r1");
1.753 + asm("bx lr");
1.754 + asm(".space 4084");
1.755 + }
1.756 +
1.757 +__NAKED__ TInt TestAlignment90(TInt aParam1, TInt aParam2)
1.758 + {
1.759 + asm("movs r2,r0");
1.760 + asm("adds r0,r2,r1");
1.761 + asm("bx lr");
1.762 + asm(".space 4084");
1.763 + }
1.764 +
1.765 +__NAKED__ TInt TestAlignment91(TInt aParam1, TInt aParam2)
1.766 + {
1.767 + asm("movs r2,r0");
1.768 + asm("adds r0,r2,r1");
1.769 + asm("bx lr");
1.770 + asm(".space 4084");
1.771 + }
1.772 +
1.773 +__NAKED__ TInt TestAlignment92(TInt aParam1, TInt aParam2)
1.774 + {
1.775 + asm("movs r2,r0");
1.776 + asm("adds r0,r2,r1");
1.777 + asm("bx lr");
1.778 + asm(".space 4084");
1.779 + }
1.780 +
1.781 +__NAKED__ TInt TestAlignment93(TInt aParam1, TInt aParam2)
1.782 + {
1.783 + asm("movs r2,r0");
1.784 + asm("adds r0,r2,r1");
1.785 + asm("bx lr");
1.786 + asm(".space 4084");
1.787 + }
1.788 +
1.789 +__NAKED__ TInt TestAlignment94(TInt aParam1, TInt aParam2)
1.790 + {
1.791 + asm("movs r2,r0");
1.792 + asm("adds r0,r2,r1");
1.793 + asm("bx lr");
1.794 + asm(".space 4084");
1.795 + }
1.796 +
1.797 +__NAKED__ TInt TestAlignment95(TInt aParam1, TInt aParam2)
1.798 + {
1.799 + asm("movs r2,r0");
1.800 + asm("adds r0,r2,r1");
1.801 + asm("bx lr");
1.802 + asm(".space 4084");
1.803 + }
1.804 +
1.805 +__NAKED__ TInt TestAlignment96(TInt aParam1, TInt aParam2)
1.806 + {
1.807 + asm("movs r2,r0");
1.808 + asm("adds r0,r2,r1");
1.809 + asm("bx lr");
1.810 + asm(".space 4084");
1.811 + }
1.812 +
1.813 +__NAKED__ TInt TestAlignment97(TInt aParam1, TInt aParam2)
1.814 + {
1.815 + asm("movs r2,r0");
1.816 + asm("adds r0,r2,r1");
1.817 + asm("bx lr");
1.818 + asm(".space 4084");
1.819 + }
1.820 +
1.821 +__NAKED__ TInt TestAlignment98(TInt aParam1, TInt aParam2)
1.822 + {
1.823 + asm("movs r2,r0");
1.824 + asm("adds r0,r2,r1");
1.825 + asm("bx lr");
1.826 + asm(".space 4084");
1.827 + }
1.828 +
1.829 +__NAKED__ TInt TestAlignment99(TInt aParam1, TInt aParam2)
1.830 + {
1.831 + asm("movs r2,r0");
1.832 + asm("adds r0,r2,r1");
1.833 + asm("bx lr");
1.834 + asm(".space 4084");
1.835 + }
1.836 +
1.837 +__NAKED__ TInt TestAlignment100(TInt aParam1, TInt aParam2)
1.838 + {
1.839 + asm("movs r2,r0");
1.840 + asm("adds r0,r2,r1");
1.841 + asm("bx lr");
1.842 + asm(".space 4084");
1.843 + }
1.844 +
1.845 +__NAKED__ TInt TestAlignment101(TInt aParam1, TInt aParam2)
1.846 + {
1.847 + asm("movs r2,r0");
1.848 + asm("adds r0,r2,r1");
1.849 + asm("bx lr");
1.850 + asm(".space 4084");
1.851 + }
1.852 +
1.853 +__NAKED__ TInt TestAlignment102(TInt aParam1, TInt aParam2)
1.854 + {
1.855 + asm("movs r2,r0");
1.856 + asm("adds r0,r2,r1");
1.857 + asm("bx lr");
1.858 + asm(".space 4084");
1.859 + }
1.860 +
1.861 +__NAKED__ TInt TestAlignment103(TInt aParam1, TInt aParam2)
1.862 + {
1.863 + asm("movs r2,r0");
1.864 + asm("adds r0,r2,r1");
1.865 + asm("bx lr");
1.866 + asm(".space 4084");
1.867 + }
1.868 +
1.869 +__NAKED__ TInt TestAlignment104(TInt aParam1, TInt aParam2)
1.870 + {
1.871 + asm("movs r2,r0");
1.872 + asm("adds r0,r2,r1");
1.873 + asm("bx lr");
1.874 + asm(".space 4084");
1.875 + }
1.876 +
1.877 +__NAKED__ TInt TestAlignment105(TInt aParam1, TInt aParam2)
1.878 + {
1.879 + asm("movs r2,r0");
1.880 + asm("adds r0,r2,r1");
1.881 + asm("bx lr");
1.882 + asm(".space 4084");
1.883 + }
1.884 +
1.885 +__NAKED__ TInt TestAlignment106(TInt aParam1, TInt aParam2)
1.886 + {
1.887 + asm("movs r2,r0");
1.888 + asm("adds r0,r2,r1");
1.889 + asm("bx lr");
1.890 + asm(".space 4084");
1.891 + }
1.892 +
1.893 +__NAKED__ TInt TestAlignment107(TInt aParam1, TInt aParam2)
1.894 + {
1.895 + asm("movs r2,r0");
1.896 + asm("adds r0,r2,r1");
1.897 + asm("bx lr");
1.898 + asm(".space 4084");
1.899 + }
1.900 +
1.901 +__NAKED__ TInt TestAlignment108(TInt aParam1, TInt aParam2)
1.902 + {
1.903 + asm("movs r2,r0");
1.904 + asm("adds r0,r2,r1");
1.905 + asm("bx lr");
1.906 + asm(".space 4084");
1.907 + }
1.908 +
1.909 +__NAKED__ TInt TestAlignment109(TInt aParam1, TInt aParam2)
1.910 + {
1.911 + asm("movs r2,r0");
1.912 + asm("adds r0,r2,r1");
1.913 + asm("bx lr");
1.914 + asm(".space 4084");
1.915 + }
1.916 +
1.917 +__NAKED__ TInt TestAlignment110(TInt aParam1, TInt aParam2)
1.918 + {
1.919 + asm("movs r2,r0");
1.920 + asm("adds r0,r2,r1");
1.921 + asm("bx lr");
1.922 + asm(".space 4084");
1.923 + }
1.924 +
1.925 +__NAKED__ TInt TestAlignment111(TInt aParam1, TInt aParam2)
1.926 + {
1.927 + asm("movs r2,r0");
1.928 + asm("adds r0,r2,r1");
1.929 + asm("bx lr");
1.930 + asm(".space 4084");
1.931 + }
1.932 +
1.933 +__NAKED__ TInt TestAlignment112(TInt aParam1, TInt aParam2)
1.934 + {
1.935 + asm("movs r2,r0");
1.936 + asm("adds r0,r2,r1");
1.937 + asm("bx lr");
1.938 + asm(".space 4084");
1.939 + }
1.940 +
1.941 +__NAKED__ TInt TestAlignment113(TInt aParam1, TInt aParam2)
1.942 + {
1.943 + asm("movs r2,r0");
1.944 + asm("adds r0,r2,r1");
1.945 + asm("bx lr");
1.946 + asm(".space 4084");
1.947 + }
1.948 +
1.949 +__NAKED__ TInt TestAlignment114(TInt aParam1, TInt aParam2)
1.950 + {
1.951 + asm("movs r2,r0");
1.952 + asm("adds r0,r2,r1");
1.953 + asm("bx lr");
1.954 + asm(".space 4084");
1.955 + }
1.956 +
1.957 +__NAKED__ TInt TestAlignment115(TInt aParam1, TInt aParam2)
1.958 + {
1.959 + asm("movs r2,r0");
1.960 + asm("adds r0,r2,r1");
1.961 + asm("bx lr");
1.962 + asm(".space 4084");
1.963 + }
1.964 +
1.965 +__NAKED__ TInt TestAlignment116(TInt aParam1, TInt aParam2)
1.966 + {
1.967 + asm("movs r2,r0");
1.968 + asm("adds r0,r2,r1");
1.969 + asm("bx lr");
1.970 + asm(".space 4084");
1.971 + }
1.972 +
1.973 +__NAKED__ TInt TestAlignment117(TInt aParam1, TInt aParam2)
1.974 + {
1.975 + asm("movs r2,r0");
1.976 + asm("adds r0,r2,r1");
1.977 + asm("bx lr");
1.978 + asm(".space 4084");
1.979 + }
1.980 +
1.981 +__NAKED__ TInt TestAlignment118(TInt aParam1, TInt aParam2)
1.982 + {
1.983 + asm("movs r2,r0");
1.984 + asm("adds r0,r2,r1");
1.985 + asm("bx lr");
1.986 + asm(".space 4084");
1.987 + }
1.988 +
1.989 +__NAKED__ TInt TestAlignment119(TInt aParam1, TInt aParam2)
1.990 + {
1.991 + asm("movs r2,r0");
1.992 + asm("adds r0,r2,r1");
1.993 + asm("bx lr");
1.994 + asm(".space 4084");
1.995 + }
1.996 +
1.997 +__NAKED__ TInt TestAlignment120(TInt aParam1, TInt aParam2)
1.998 + {
1.999 + asm("movs r2,r0");
1.1000 + asm("adds r0,r2,r1");
1.1001 + asm("bx lr");
1.1002 + asm(".space 4084");
1.1003 + }
1.1004 +
1.1005 +__NAKED__ TInt TestAlignment121(TInt aParam1, TInt aParam2)
1.1006 + {
1.1007 + asm("movs r2,r0");
1.1008 + asm("adds r0,r2,r1");
1.1009 + asm("bx lr");
1.1010 + asm(".space 4084");
1.1011 + }
1.1012 +
1.1013 +__NAKED__ TInt TestAlignment122(TInt aParam1, TInt aParam2)
1.1014 + {
1.1015 + asm("movs r2,r0");
1.1016 + asm("adds r0,r2,r1");
1.1017 + asm("bx lr");
1.1018 + asm(".space 4084");
1.1019 + }
1.1020 +
1.1021 +__NAKED__ TInt TestAlignment123(TInt aParam1, TInt aParam2)
1.1022 + {
1.1023 + asm("movs r2,r0");
1.1024 + asm("adds r0,r2,r1");
1.1025 + asm("bx lr");
1.1026 + asm(".space 4084");
1.1027 + }
1.1028 +
1.1029 +__NAKED__ TInt TestAlignment124(TInt aParam1, TInt aParam2)
1.1030 + {
1.1031 + asm("movs r2,r0");
1.1032 + asm("adds r0,r2,r1");
1.1033 + asm("bx lr");
1.1034 + asm(".space 4084");
1.1035 + }
1.1036 +
1.1037 +__NAKED__ TInt TestAlignment125(TInt aParam1, TInt aParam2)
1.1038 + {
1.1039 + asm("movs r2,r0");
1.1040 + asm("adds r0,r2,r1");
1.1041 + asm("bx lr");
1.1042 + asm(".space 4084");
1.1043 + }
1.1044 +
1.1045 +__NAKED__ TInt TestAlignment126(TInt aParam1, TInt aParam2)
1.1046 + {
1.1047 + asm("movs r2,r0");
1.1048 + asm("adds r0,r2,r1");
1.1049 + asm("bx lr");
1.1050 + asm(".space 4084");
1.1051 + }
1.1052 +
1.1053 +__NAKED__ TInt TestAlignment127(TInt aParam1, TInt aParam2)
1.1054 + {
1.1055 + asm("movs r2,r0");
1.1056 + asm("adds r0,r2,r1");
1.1057 + asm("bx lr");
1.1058 + asm(".space 4084");
1.1059 + }
1.1060 +
1.1061 +__NAKED__ TInt TestAlignment128(TInt aParam1, TInt aParam2)
1.1062 + {
1.1063 + asm("movs r2,r0");
1.1064 + asm("adds r0,r2,r1");
1.1065 + asm("bx lr");
1.1066 + asm(".space 4084");
1.1067 + }
1.1068 +
1.1069 +__NAKED__ TInt TestAlignment129(TInt aParam1, TInt aParam2)
1.1070 + {
1.1071 + asm("movs r2,r0");
1.1072 + asm("adds r0,r2,r1");
1.1073 + asm("bx lr");
1.1074 + asm(".space 4084");
1.1075 + }
1.1076 +
1.1077 +__NAKED__ TInt TestAlignment130(TInt aParam1, TInt aParam2)
1.1078 + {
1.1079 + asm("movs r2,r0");
1.1080 + asm("adds r0,r2,r1");
1.1081 + asm("bx lr");
1.1082 + asm(".space 4084");
1.1083 + }
1.1084 +
1.1085 +__NAKED__ TInt TestAlignment131(TInt aParam1, TInt aParam2)
1.1086 + {
1.1087 + asm("movs r2,r0");
1.1088 + asm("adds r0,r2,r1");
1.1089 + asm("bx lr");
1.1090 + asm(".space 4084");
1.1091 + }
1.1092 +
1.1093 +__NAKED__ TInt TestAlignment132(TInt aParam1, TInt aParam2)
1.1094 + {
1.1095 + asm("movs r2,r0");
1.1096 + asm("adds r0,r2,r1");
1.1097 + asm("bx lr");
1.1098 + asm(".space 4084");
1.1099 + }
1.1100 +
1.1101 +__NAKED__ TInt TestAlignment133(TInt aParam1, TInt aParam2)
1.1102 + {
1.1103 + asm("movs r2,r0");
1.1104 + asm("adds r0,r2,r1");
1.1105 + asm("bx lr");
1.1106 + asm(".space 4084");
1.1107 + }
1.1108 +
1.1109 +__NAKED__ TInt TestAlignment134(TInt aParam1, TInt aParam2)
1.1110 + {
1.1111 + asm("movs r2,r0");
1.1112 + asm("adds r0,r2,r1");
1.1113 + asm("bx lr");
1.1114 + asm(".space 4084");
1.1115 + }
1.1116 +
1.1117 +__NAKED__ TInt TestAlignment135(TInt aParam1, TInt aParam2)
1.1118 + {
1.1119 + asm("movs r2,r0");
1.1120 + asm("adds r0,r2,r1");
1.1121 + asm("bx lr");
1.1122 + asm(".space 4084");
1.1123 + }
1.1124 +
1.1125 +__NAKED__ TInt TestAlignment136(TInt aParam1, TInt aParam2)
1.1126 + {
1.1127 + asm("movs r2,r0");
1.1128 + asm("adds r0,r2,r1");
1.1129 + asm("bx lr");
1.1130 + asm(".space 4084");
1.1131 + }
1.1132 +
1.1133 +__NAKED__ TInt TestAlignment137(TInt aParam1, TInt aParam2)
1.1134 + {
1.1135 + asm("movs r2,r0");
1.1136 + asm("adds r0,r2,r1");
1.1137 + asm("bx lr");
1.1138 + asm(".space 4084");
1.1139 + }
1.1140 +
1.1141 +__NAKED__ TInt TestAlignment138(TInt aParam1, TInt aParam2)
1.1142 + {
1.1143 + asm("movs r2,r0");
1.1144 + asm("adds r0,r2,r1");
1.1145 + asm("bx lr");
1.1146 + asm(".space 4084");
1.1147 + }
1.1148 +
1.1149 +__NAKED__ TInt TestAlignment139(TInt aParam1, TInt aParam2)
1.1150 + {
1.1151 + asm("movs r2,r0");
1.1152 + asm("adds r0,r2,r1");
1.1153 + asm("bx lr");
1.1154 + asm(".space 4084");
1.1155 + }
1.1156 +
1.1157 +__NAKED__ TInt TestAlignment140(TInt aParam1, TInt aParam2)
1.1158 + {
1.1159 + asm("movs r2,r0");
1.1160 + asm("adds r0,r2,r1");
1.1161 + asm("bx lr");
1.1162 + asm(".space 4084");
1.1163 + }
1.1164 +
1.1165 +__NAKED__ TInt TestAlignment141(TInt aParam1, TInt aParam2)
1.1166 + {
1.1167 + asm("movs r2,r0");
1.1168 + asm("adds r0,r2,r1");
1.1169 + asm("bx lr");
1.1170 + asm(".space 4084");
1.1171 + }
1.1172 +
1.1173 +__NAKED__ TInt TestAlignment142(TInt aParam1, TInt aParam2)
1.1174 + {
1.1175 + asm("movs r2,r0");
1.1176 + asm("adds r0,r2,r1");
1.1177 + asm("bx lr");
1.1178 + asm(".space 4084");
1.1179 + }
1.1180 +
1.1181 +__NAKED__ TInt TestAlignment143(TInt aParam1, TInt aParam2)
1.1182 + {
1.1183 + asm("movs r2,r0");
1.1184 + asm("adds r0,r2,r1");
1.1185 + asm("bx lr");
1.1186 + asm(".space 4084");
1.1187 + }
1.1188 +
1.1189 +__NAKED__ TInt TestAlignment144(TInt aParam1, TInt aParam2)
1.1190 + {
1.1191 + asm("movs r2,r0");
1.1192 + asm("adds r0,r2,r1");
1.1193 + asm("bx lr");
1.1194 + asm(".space 4084");
1.1195 + }
1.1196 +
1.1197 +__NAKED__ TInt TestAlignment145(TInt aParam1, TInt aParam2)
1.1198 + {
1.1199 + asm("movs r2,r0");
1.1200 + asm("adds r0,r2,r1");
1.1201 + asm("bx lr");
1.1202 + asm(".space 4084");
1.1203 + }
1.1204 +
1.1205 +__NAKED__ TInt TestAlignment146(TInt aParam1, TInt aParam2)
1.1206 + {
1.1207 + asm("movs r2,r0");
1.1208 + asm("adds r0,r2,r1");
1.1209 + asm("bx lr");
1.1210 + asm(".space 4084");
1.1211 + }
1.1212 +
1.1213 +__NAKED__ TInt TestAlignment147(TInt aParam1, TInt aParam2)
1.1214 + {
1.1215 + asm("movs r2,r0");
1.1216 + asm("adds r0,r2,r1");
1.1217 + asm("bx lr");
1.1218 + asm(".space 4084");
1.1219 + }
1.1220 +
1.1221 +__NAKED__ TInt TestAlignment148(TInt aParam1, TInt aParam2)
1.1222 + {
1.1223 + asm("movs r2,r0");
1.1224 + asm("adds r0,r2,r1");
1.1225 + asm("bx lr");
1.1226 + asm(".space 4084");
1.1227 + }
1.1228 +
1.1229 +__NAKED__ TInt TestAlignment149(TInt aParam1, TInt aParam2)
1.1230 + {
1.1231 + asm("movs r2,r0");
1.1232 + asm("adds r0,r2,r1");
1.1233 + asm("bx lr");
1.1234 + asm(".space 4084");
1.1235 + }
1.1236 +
1.1237 +__NAKED__ TInt TestAlignment150(TInt aParam1, TInt aParam2)
1.1238 + {
1.1239 + asm("movs r2,r0");
1.1240 + asm("adds r0,r2,r1");
1.1241 + asm("bx lr");
1.1242 + asm(".space 4084");
1.1243 + }
1.1244 +
1.1245 +__NAKED__ TInt TestAlignment151(TInt aParam1, TInt aParam2)
1.1246 + {
1.1247 + asm("movs r2,r0");
1.1248 + asm("adds r0,r2,r1");
1.1249 + asm("bx lr");
1.1250 + asm(".space 4084");
1.1251 + }
1.1252 +
1.1253 +__NAKED__ TInt TestAlignment152(TInt aParam1, TInt aParam2)
1.1254 + {
1.1255 + asm("movs r2,r0");
1.1256 + asm("adds r0,r2,r1");
1.1257 + asm("bx lr");
1.1258 + asm(".space 4084");
1.1259 + }
1.1260 +
1.1261 +__NAKED__ TInt TestAlignment153(TInt aParam1, TInt aParam2)
1.1262 + {
1.1263 + asm("movs r2,r0");
1.1264 + asm("adds r0,r2,r1");
1.1265 + asm("bx lr");
1.1266 + asm(".space 4084");
1.1267 + }
1.1268 +
1.1269 +__NAKED__ TInt TestAlignment154(TInt aParam1, TInt aParam2)
1.1270 + {
1.1271 + asm("movs r2,r0");
1.1272 + asm("adds r0,r2,r1");
1.1273 + asm("bx lr");
1.1274 + asm(".space 4084");
1.1275 + }
1.1276 +
1.1277 +__NAKED__ TInt TestAlignment155(TInt aParam1, TInt aParam2)
1.1278 + {
1.1279 + asm("movs r2,r0");
1.1280 + asm("adds r0,r2,r1");
1.1281 + asm("bx lr");
1.1282 + asm(".space 4084");
1.1283 + }
1.1284 +
1.1285 +__NAKED__ TInt TestAlignment156(TInt aParam1, TInt aParam2)
1.1286 + {
1.1287 + asm("movs r2,r0");
1.1288 + asm("adds r0,r2,r1");
1.1289 + asm("bx lr");
1.1290 + asm(".space 4084");
1.1291 + }
1.1292 +
1.1293 +__NAKED__ TInt TestAlignment157(TInt aParam1, TInt aParam2)
1.1294 + {
1.1295 + asm("movs r2,r0");
1.1296 + asm("adds r0,r2,r1");
1.1297 + asm("bx lr");
1.1298 + asm(".space 4084");
1.1299 + }
1.1300 +
1.1301 +__NAKED__ TInt TestAlignment158(TInt aParam1, TInt aParam2)
1.1302 + {
1.1303 + asm("movs r2,r0");
1.1304 + asm("adds r0,r2,r1");
1.1305 + asm("bx lr");
1.1306 + asm(".space 4084");
1.1307 + }
1.1308 +
1.1309 +__NAKED__ TInt TestAlignment159(TInt aParam1, TInt aParam2)
1.1310 + {
1.1311 + asm("movs r2,r0");
1.1312 + asm("adds r0,r2,r1");
1.1313 + asm("bx lr");
1.1314 + asm(".space 4084");
1.1315 + }
1.1316 +
1.1317 +__NAKED__ TInt TestAlignment160(TInt aParam1, TInt aParam2)
1.1318 + {
1.1319 + asm("movs r2,r0");
1.1320 + asm("adds r0,r2,r1");
1.1321 + asm("bx lr");
1.1322 + asm(".space 4084");
1.1323 + }
1.1324 +
1.1325 +__NAKED__ TInt TestAlignment161(TInt aParam1, TInt aParam2)
1.1326 + {
1.1327 + asm("movs r2,r0");
1.1328 + asm("adds r0,r2,r1");
1.1329 + asm("bx lr");
1.1330 + asm(".space 4084");
1.1331 + }
1.1332 +
1.1333 +__NAKED__ TInt TestAlignment162(TInt aParam1, TInt aParam2)
1.1334 + {
1.1335 + asm("movs r2,r0");
1.1336 + asm("adds r0,r2,r1");
1.1337 + asm("bx lr");
1.1338 + asm(".space 4084");
1.1339 + }
1.1340 +
1.1341 +__NAKED__ TInt TestAlignment163(TInt aParam1, TInt aParam2)
1.1342 + {
1.1343 + asm("movs r2,r0");
1.1344 + asm("adds r0,r2,r1");
1.1345 + asm("bx lr");
1.1346 + asm(".space 4084");
1.1347 + }
1.1348 +
1.1349 +__NAKED__ TInt TestAlignment164(TInt aParam1, TInt aParam2)
1.1350 + {
1.1351 + asm("movs r2,r0");
1.1352 + asm("adds r0,r2,r1");
1.1353 + asm("bx lr");
1.1354 + asm(".space 4084");
1.1355 + }
1.1356 +
1.1357 +__NAKED__ TInt TestAlignment165(TInt aParam1, TInt aParam2)
1.1358 + {
1.1359 + asm("movs r2,r0");
1.1360 + asm("adds r0,r2,r1");
1.1361 + asm("bx lr");
1.1362 + asm(".space 4084");
1.1363 + }
1.1364 +
1.1365 +__NAKED__ TInt TestAlignment166(TInt aParam1, TInt aParam2)
1.1366 + {
1.1367 + asm("movs r2,r0");
1.1368 + asm("adds r0,r2,r1");
1.1369 + asm("bx lr");
1.1370 + asm(".space 4084");
1.1371 + }
1.1372 +
1.1373 +__NAKED__ TInt TestAlignment167(TInt aParam1, TInt aParam2)
1.1374 + {
1.1375 + asm("movs r2,r0");
1.1376 + asm("adds r0,r2,r1");
1.1377 + asm("bx lr");
1.1378 + asm(".space 4084");
1.1379 + }
1.1380 +
1.1381 +__NAKED__ TInt TestAlignment168(TInt aParam1, TInt aParam2)
1.1382 + {
1.1383 + asm("movs r2,r0");
1.1384 + asm("adds r0,r2,r1");
1.1385 + asm("bx lr");
1.1386 + asm(".space 4084");
1.1387 + }
1.1388 +
1.1389 +__NAKED__ TInt TestAlignment169(TInt aParam1, TInt aParam2)
1.1390 + {
1.1391 + asm("movs r2,r0");
1.1392 + asm("adds r0,r2,r1");
1.1393 + asm("bx lr");
1.1394 + asm(".space 4084");
1.1395 + }
1.1396 +
1.1397 +__NAKED__ TInt TestAlignment170(TInt aParam1, TInt aParam2)
1.1398 + {
1.1399 + asm("movs r2,r0");
1.1400 + asm("adds r0,r2,r1");
1.1401 + asm("bx lr");
1.1402 + asm(".space 4084");
1.1403 + }
1.1404 +
1.1405 +__NAKED__ TInt TestAlignment171(TInt aParam1, TInt aParam2)
1.1406 + {
1.1407 + asm("movs r2,r0");
1.1408 + asm("adds r0,r2,r1");
1.1409 + asm("bx lr");
1.1410 + asm(".space 4084");
1.1411 + }
1.1412 +
1.1413 +__NAKED__ TInt TestAlignment172(TInt aParam1, TInt aParam2)
1.1414 + {
1.1415 + asm("movs r2,r0");
1.1416 + asm("adds r0,r2,r1");
1.1417 + asm("bx lr");
1.1418 + asm(".space 4084");
1.1419 + }
1.1420 +
1.1421 +__NAKED__ TInt TestAlignment173(TInt aParam1, TInt aParam2)
1.1422 + {
1.1423 + asm("movs r2,r0");
1.1424 + asm("adds r0,r2,r1");
1.1425 + asm("bx lr");
1.1426 + asm(".space 4084");
1.1427 + }
1.1428 +
1.1429 +__NAKED__ TInt TestAlignment174(TInt aParam1, TInt aParam2)
1.1430 + {
1.1431 + asm("movs r2,r0");
1.1432 + asm("adds r0,r2,r1");
1.1433 + asm("bx lr");
1.1434 + asm(".space 4084");
1.1435 + }
1.1436 +
1.1437 +__NAKED__ TInt TestAlignment175(TInt aParam1, TInt aParam2)
1.1438 + {
1.1439 + asm("movs r2,r0");
1.1440 + asm("adds r0,r2,r1");
1.1441 + asm("bx lr");
1.1442 + asm(".space 4084");
1.1443 + }
1.1444 +
1.1445 +__NAKED__ TInt TestAlignment176(TInt aParam1, TInt aParam2)
1.1446 + {
1.1447 + asm("movs r2,r0");
1.1448 + asm("adds r0,r2,r1");
1.1449 + asm("bx lr");
1.1450 + asm(".space 4084");
1.1451 + }
1.1452 +
1.1453 +__NAKED__ TInt TestAlignment177(TInt aParam1, TInt aParam2)
1.1454 + {
1.1455 + asm("movs r2,r0");
1.1456 + asm("adds r0,r2,r1");
1.1457 + asm("bx lr");
1.1458 + asm(".space 4084");
1.1459 + }
1.1460 +
1.1461 +__NAKED__ TInt TestAlignment178(TInt aParam1, TInt aParam2)
1.1462 + {
1.1463 + asm("movs r2,r0");
1.1464 + asm("adds r0,r2,r1");
1.1465 + asm("bx lr");
1.1466 + asm(".space 4084");
1.1467 + }
1.1468 +
1.1469 +__NAKED__ TInt TestAlignment179(TInt aParam1, TInt aParam2)
1.1470 + {
1.1471 + asm("movs r2,r0");
1.1472 + asm("adds r0,r2,r1");
1.1473 + asm("bx lr");
1.1474 + asm(".space 4084");
1.1475 + }
1.1476 +
1.1477 +__NAKED__ TInt TestAlignment180(TInt aParam1, TInt aParam2)
1.1478 + {
1.1479 + asm("movs r2,r0");
1.1480 + asm("adds r0,r2,r1");
1.1481 + asm("bx lr");
1.1482 + asm(".space 4084");
1.1483 + }
1.1484 +
1.1485 +__NAKED__ TInt TestAlignment181(TInt aParam1, TInt aParam2)
1.1486 + {
1.1487 + asm("movs r2,r0");
1.1488 + asm("adds r0,r2,r1");
1.1489 + asm("bx lr");
1.1490 + asm(".space 4084");
1.1491 + }
1.1492 +
1.1493 +__NAKED__ TInt TestAlignment182(TInt aParam1, TInt aParam2)
1.1494 + {
1.1495 + asm("movs r2,r0");
1.1496 + asm("adds r0,r2,r1");
1.1497 + asm("bx lr");
1.1498 + asm(".space 4084");
1.1499 + }
1.1500 +
1.1501 +__NAKED__ TInt TestAlignment183(TInt aParam1, TInt aParam2)
1.1502 + {
1.1503 + asm("movs r2,r0");
1.1504 + asm("adds r0,r2,r1");
1.1505 + asm("bx lr");
1.1506 + asm(".space 4084");
1.1507 + }
1.1508 +
1.1509 +__NAKED__ TInt TestAlignment184(TInt aParam1, TInt aParam2)
1.1510 + {
1.1511 + asm("movs r2,r0");
1.1512 + asm("adds r0,r2,r1");
1.1513 + asm("bx lr");
1.1514 + asm(".space 4084");
1.1515 + }
1.1516 +
1.1517 +__NAKED__ TInt TestAlignment185(TInt aParam1, TInt aParam2)
1.1518 + {
1.1519 + asm("movs r2,r0");
1.1520 + asm("adds r0,r2,r1");
1.1521 + asm("bx lr");
1.1522 + asm(".space 4084");
1.1523 + }
1.1524 +
1.1525 +__NAKED__ TInt TestAlignment186(TInt aParam1, TInt aParam2)
1.1526 + {
1.1527 + asm("movs r2,r0");
1.1528 + asm("adds r0,r2,r1");
1.1529 + asm("bx lr");
1.1530 + asm(".space 4084");
1.1531 + }
1.1532 +
1.1533 +__NAKED__ TInt TestAlignment187(TInt aParam1, TInt aParam2)
1.1534 + {
1.1535 + asm("movs r2,r0");
1.1536 + asm("adds r0,r2,r1");
1.1537 + asm("bx lr");
1.1538 + asm(".space 4084");
1.1539 + }
1.1540 +
1.1541 +__NAKED__ TInt TestAlignment188(TInt aParam1, TInt aParam2)
1.1542 + {
1.1543 + asm("movs r2,r0");
1.1544 + asm("adds r0,r2,r1");
1.1545 + asm("bx lr");
1.1546 + asm(".space 4084");
1.1547 + }
1.1548 +
1.1549 +__NAKED__ TInt TestAlignment189(TInt aParam1, TInt aParam2)
1.1550 + {
1.1551 + asm("movs r2,r0");
1.1552 + asm("adds r0,r2,r1");
1.1553 + asm("bx lr");
1.1554 + asm(".space 4084");
1.1555 + }
1.1556 +
1.1557 +__NAKED__ TInt TestAlignment190(TInt aParam1, TInt aParam2)
1.1558 + {
1.1559 + asm("movs r2,r0");
1.1560 + asm("adds r0,r2,r1");
1.1561 + asm("bx lr");
1.1562 + asm(".space 4084");
1.1563 + }
1.1564 +
1.1565 +__NAKED__ TInt TestAlignment191(TInt aParam1, TInt aParam2)
1.1566 + {
1.1567 + asm("movs r2,r0");
1.1568 + asm("adds r0,r2,r1");
1.1569 + asm("bx lr");
1.1570 + asm(".space 4084");
1.1571 + }
1.1572 +
1.1573 +__NAKED__ TInt TestAlignment192(TInt aParam1, TInt aParam2)
1.1574 + {
1.1575 + asm("movs r2,r0");
1.1576 + asm("adds r0,r2,r1");
1.1577 + asm("bx lr");
1.1578 + asm(".space 4084");
1.1579 + }
1.1580 +
1.1581 +__NAKED__ TInt TestAlignment193(TInt aParam1, TInt aParam2)
1.1582 + {
1.1583 + asm("movs r2,r0");
1.1584 + asm("adds r0,r2,r1");
1.1585 + asm("bx lr");
1.1586 + asm(".space 4084");
1.1587 + }
1.1588 +
1.1589 +__NAKED__ TInt TestAlignment194(TInt aParam1, TInt aParam2)
1.1590 + {
1.1591 + asm("movs r2,r0");
1.1592 + asm("adds r0,r2,r1");
1.1593 + asm("bx lr");
1.1594 + asm(".space 4084");
1.1595 + }
1.1596 +
1.1597 +__NAKED__ TInt TestAlignment195(TInt aParam1, TInt aParam2)
1.1598 + {
1.1599 + asm("movs r2,r0");
1.1600 + asm("adds r0,r2,r1");
1.1601 + asm("bx lr");
1.1602 + asm(".space 4084");
1.1603 + }
1.1604 +
1.1605 +__NAKED__ TInt TestAlignment196(TInt aParam1, TInt aParam2)
1.1606 + {
1.1607 + asm("movs r2,r0");
1.1608 + asm("adds r0,r2,r1");
1.1609 + asm("bx lr");
1.1610 + asm(".space 4084");
1.1611 + }
1.1612 +
1.1613 +__NAKED__ TInt TestAlignment197(TInt aParam1, TInt aParam2)
1.1614 + {
1.1615 + asm("movs r2,r0");
1.1616 + asm("adds r0,r2,r1");
1.1617 + asm("bx lr");
1.1618 + asm(".space 4084");
1.1619 + }
1.1620 +
1.1621 +__NAKED__ TInt TestAlignment198(TInt aParam1, TInt aParam2)
1.1622 + {
1.1623 + asm("movs r2,r0");
1.1624 + asm("adds r0,r2,r1");
1.1625 + asm("bx lr");
1.1626 + asm(".space 4084");
1.1627 + }
1.1628 +
1.1629 +__NAKED__ TInt TestAlignment199(TInt aParam1, TInt aParam2)
1.1630 + {
1.1631 + asm("movs r2,r0");
1.1632 + asm("adds r0,r2,r1");
1.1633 + asm("bx lr");
1.1634 + asm(".space 4084");
1.1635 + }
1.1636 +
1.1637 +__NAKED__ TInt TestAlignment200(TInt aParam1, TInt aParam2)
1.1638 + {
1.1639 + asm("movs r2,r0");
1.1640 + asm("adds r0,r2,r1");
1.1641 + asm("bx lr");
1.1642 + asm(".space 4084");
1.1643 + }
1.1644 +
1.1645 +__NAKED__ TInt TestAlignment201(TInt aParam1, TInt aParam2)
1.1646 + {
1.1647 + asm("movs r2,r0");
1.1648 + asm("adds r0,r2,r1");
1.1649 + asm("bx lr");
1.1650 + asm(".space 4084");
1.1651 + }
1.1652 +
1.1653 +__NAKED__ TInt TestAlignment202(TInt aParam1, TInt aParam2)
1.1654 + {
1.1655 + asm("movs r2,r0");
1.1656 + asm("adds r0,r2,r1");
1.1657 + asm("bx lr");
1.1658 + asm(".space 4084");
1.1659 + }
1.1660 +
1.1661 +__NAKED__ TInt TestAlignment203(TInt aParam1, TInt aParam2)
1.1662 + {
1.1663 + asm("movs r2,r0");
1.1664 + asm("adds r0,r2,r1");
1.1665 + asm("bx lr");
1.1666 + asm(".space 4084");
1.1667 + }
1.1668 +
1.1669 +__NAKED__ TInt TestAlignment204(TInt aParam1, TInt aParam2)
1.1670 + {
1.1671 + asm("movs r2,r0");
1.1672 + asm("adds r0,r2,r1");
1.1673 + asm("bx lr");
1.1674 + asm(".space 4084");
1.1675 + }
1.1676 +
1.1677 +__NAKED__ TInt TestAlignment205(TInt aParam1, TInt aParam2)
1.1678 + {
1.1679 + asm("movs r2,r0");
1.1680 + asm("adds r0,r2,r1");
1.1681 + asm("bx lr");
1.1682 + asm(".space 4084");
1.1683 + }
1.1684 +
1.1685 +__NAKED__ TInt TestAlignment206(TInt aParam1, TInt aParam2)
1.1686 + {
1.1687 + asm("movs r2,r0");
1.1688 + asm("adds r0,r2,r1");
1.1689 + asm("bx lr");
1.1690 + asm(".space 4084");
1.1691 + }
1.1692 +
1.1693 +__NAKED__ TInt TestAlignment207(TInt aParam1, TInt aParam2)
1.1694 + {
1.1695 + asm("movs r2,r0");
1.1696 + asm("adds r0,r2,r1");
1.1697 + asm("bx lr");
1.1698 + asm(".space 4084");
1.1699 + }
1.1700 +
1.1701 +__NAKED__ TInt TestAlignment208(TInt aParam1, TInt aParam2)
1.1702 + {
1.1703 + asm("movs r2,r0");
1.1704 + asm("adds r0,r2,r1");
1.1705 + asm("bx lr");
1.1706 + asm(".space 4084");
1.1707 + }
1.1708 +
1.1709 +__NAKED__ TInt TestAlignment209(TInt aParam1, TInt aParam2)
1.1710 + {
1.1711 + asm("movs r2,r0");
1.1712 + asm("adds r0,r2,r1");
1.1713 + asm("bx lr");
1.1714 + asm(".space 4084");
1.1715 + }
1.1716 +
1.1717 +__NAKED__ TInt TestAlignment210(TInt aParam1, TInt aParam2)
1.1718 + {
1.1719 + asm("movs r2,r0");
1.1720 + asm("adds r0,r2,r1");
1.1721 + asm("bx lr");
1.1722 + asm(".space 4084");
1.1723 + }
1.1724 +
1.1725 +__NAKED__ TInt TestAlignment211(TInt aParam1, TInt aParam2)
1.1726 + {
1.1727 + asm("movs r2,r0");
1.1728 + asm("adds r0,r2,r1");
1.1729 + asm("bx lr");
1.1730 + asm(".space 4084");
1.1731 + }
1.1732 +
1.1733 +__NAKED__ TInt TestAlignment212(TInt aParam1, TInt aParam2)
1.1734 + {
1.1735 + asm("movs r2,r0");
1.1736 + asm("adds r0,r2,r1");
1.1737 + asm("bx lr");
1.1738 + asm(".space 4084");
1.1739 + }
1.1740 +
1.1741 +__NAKED__ TInt TestAlignment213(TInt aParam1, TInt aParam2)
1.1742 + {
1.1743 + asm("movs r2,r0");
1.1744 + asm("adds r0,r2,r1");
1.1745 + asm("bx lr");
1.1746 + asm(".space 4084");
1.1747 + }
1.1748 +
1.1749 +__NAKED__ TInt TestAlignment214(TInt aParam1, TInt aParam2)
1.1750 + {
1.1751 + asm("movs r2,r0");
1.1752 + asm("adds r0,r2,r1");
1.1753 + asm("bx lr");
1.1754 + asm(".space 4084");
1.1755 + }
1.1756 +
1.1757 +__NAKED__ TInt TestAlignment215(TInt aParam1, TInt aParam2)
1.1758 + {
1.1759 + asm("movs r2,r0");
1.1760 + asm("adds r0,r2,r1");
1.1761 + asm("bx lr");
1.1762 + asm(".space 4084");
1.1763 + }
1.1764 +
1.1765 +__NAKED__ TInt TestAlignment216(TInt aParam1, TInt aParam2)
1.1766 + {
1.1767 + asm("movs r2,r0");
1.1768 + asm("adds r0,r2,r1");
1.1769 + asm("bx lr");
1.1770 + asm(".space 4084");
1.1771 + }
1.1772 +
1.1773 +__NAKED__ TInt TestAlignment217(TInt aParam1, TInt aParam2)
1.1774 + {
1.1775 + asm("movs r2,r0");
1.1776 + asm("adds r0,r2,r1");
1.1777 + asm("bx lr");
1.1778 + asm(".space 4084");
1.1779 + }
1.1780 +
1.1781 +__NAKED__ TInt TestAlignment218(TInt aParam1, TInt aParam2)
1.1782 + {
1.1783 + asm("movs r2,r0");
1.1784 + asm("adds r0,r2,r1");
1.1785 + asm("bx lr");
1.1786 + asm(".space 4084");
1.1787 + }
1.1788 +
1.1789 +__NAKED__ TInt TestAlignment219(TInt aParam1, TInt aParam2)
1.1790 + {
1.1791 + asm("movs r2,r0");
1.1792 + asm("adds r0,r2,r1");
1.1793 + asm("bx lr");
1.1794 + asm(".space 4084");
1.1795 + }
1.1796 +
1.1797 +__NAKED__ TInt TestAlignment220(TInt aParam1, TInt aParam2)
1.1798 + {
1.1799 + asm("movs r2,r0");
1.1800 + asm("adds r0,r2,r1");
1.1801 + asm("bx lr");
1.1802 + asm(".space 4084");
1.1803 + }
1.1804 +
1.1805 +__NAKED__ TInt TestAlignment221(TInt aParam1, TInt aParam2)
1.1806 + {
1.1807 + asm("movs r2,r0");
1.1808 + asm("adds r0,r2,r1");
1.1809 + asm("bx lr");
1.1810 + asm(".space 4084");
1.1811 + }
1.1812 +
1.1813 +__NAKED__ TInt TestAlignment222(TInt aParam1, TInt aParam2)
1.1814 + {
1.1815 + asm("movs r2,r0");
1.1816 + asm("adds r0,r2,r1");
1.1817 + asm("bx lr");
1.1818 + asm(".space 4084");
1.1819 + }
1.1820 +
1.1821 +__NAKED__ TInt TestAlignment223(TInt aParam1, TInt aParam2)
1.1822 + {
1.1823 + asm("movs r2,r0");
1.1824 + asm("adds r0,r2,r1");
1.1825 + asm("bx lr");
1.1826 + asm(".space 4084");
1.1827 + }
1.1828 +
1.1829 +__NAKED__ TInt TestAlignment224(TInt aParam1, TInt aParam2)
1.1830 + {
1.1831 + asm("movs r2,r0");
1.1832 + asm("adds r0,r2,r1");
1.1833 + asm("bx lr");
1.1834 + asm(".space 4084");
1.1835 + }
1.1836 +
1.1837 +__NAKED__ TInt TestAlignment225(TInt aParam1, TInt aParam2)
1.1838 + {
1.1839 + asm("movs r2,r0");
1.1840 + asm("adds r0,r2,r1");
1.1841 + asm("bx lr");
1.1842 + asm(".space 4084");
1.1843 + }
1.1844 +
1.1845 +__NAKED__ TInt TestAlignment226(TInt aParam1, TInt aParam2)
1.1846 + {
1.1847 + asm("movs r2,r0");
1.1848 + asm("adds r0,r2,r1");
1.1849 + asm("bx lr");
1.1850 + asm(".space 4084");
1.1851 + }
1.1852 +
1.1853 +__NAKED__ TInt TestAlignment227(TInt aParam1, TInt aParam2)
1.1854 + {
1.1855 + asm("movs r2,r0");
1.1856 + asm("adds r0,r2,r1");
1.1857 + asm("bx lr");
1.1858 + asm(".space 4084");
1.1859 + }
1.1860 +
1.1861 +__NAKED__ TInt TestAlignment228(TInt aParam1, TInt aParam2)
1.1862 + {
1.1863 + asm("movs r2,r0");
1.1864 + asm("adds r0,r2,r1");
1.1865 + asm("bx lr");
1.1866 + asm(".space 4084");
1.1867 + }
1.1868 +
1.1869 +__NAKED__ TInt TestAlignment229(TInt aParam1, TInt aParam2)
1.1870 + {
1.1871 + asm("movs r2,r0");
1.1872 + asm("adds r0,r2,r1");
1.1873 + asm("bx lr");
1.1874 + asm(".space 4084");
1.1875 + }
1.1876 +
1.1877 +__NAKED__ TInt TestAlignment230(TInt aParam1, TInt aParam2)
1.1878 + {
1.1879 + asm("movs r2,r0");
1.1880 + asm("adds r0,r2,r1");
1.1881 + asm("bx lr");
1.1882 + asm(".space 4084");
1.1883 + }
1.1884 +
1.1885 +__NAKED__ TInt TestAlignment231(TInt aParam1, TInt aParam2)
1.1886 + {
1.1887 + asm("movs r2,r0");
1.1888 + asm("adds r0,r2,r1");
1.1889 + asm("bx lr");
1.1890 + asm(".space 4084");
1.1891 + }
1.1892 +
1.1893 +__NAKED__ TInt TestAlignment232(TInt aParam1, TInt aParam2)
1.1894 + {
1.1895 + asm("movs r2,r0");
1.1896 + asm("adds r0,r2,r1");
1.1897 + asm("bx lr");
1.1898 + asm(".space 4084");
1.1899 + }
1.1900 +
1.1901 +__NAKED__ TInt TestAlignment233(TInt aParam1, TInt aParam2)
1.1902 + {
1.1903 + asm("movs r2,r0");
1.1904 + asm("adds r0,r2,r1");
1.1905 + asm("bx lr");
1.1906 + asm(".space 4084");
1.1907 + }
1.1908 +
1.1909 +__NAKED__ TInt TestAlignment234(TInt aParam1, TInt aParam2)
1.1910 + {
1.1911 + asm("movs r2,r0");
1.1912 + asm("adds r0,r2,r1");
1.1913 + asm("bx lr");
1.1914 + asm(".space 4084");
1.1915 + }
1.1916 +
1.1917 +__NAKED__ TInt TestAlignment235(TInt aParam1, TInt aParam2)
1.1918 + {
1.1919 + asm("movs r2,r0");
1.1920 + asm("adds r0,r2,r1");
1.1921 + asm("bx lr");
1.1922 + asm(".space 4084");
1.1923 + }
1.1924 +
1.1925 +__NAKED__ TInt TestAlignment236(TInt aParam1, TInt aParam2)
1.1926 + {
1.1927 + asm("movs r2,r0");
1.1928 + asm("adds r0,r2,r1");
1.1929 + asm("bx lr");
1.1930 + asm(".space 4084");
1.1931 + }
1.1932 +
1.1933 +__NAKED__ TInt TestAlignment237(TInt aParam1, TInt aParam2)
1.1934 + {
1.1935 + asm("movs r2,r0");
1.1936 + asm("adds r0,r2,r1");
1.1937 + asm("bx lr");
1.1938 + asm(".space 4084");
1.1939 + }
1.1940 +
1.1941 +__NAKED__ TInt TestAlignment238(TInt aParam1, TInt aParam2)
1.1942 + {
1.1943 + asm("movs r2,r0");
1.1944 + asm("adds r0,r2,r1");
1.1945 + asm("bx lr");
1.1946 + asm(".space 4084");
1.1947 + }
1.1948 +
1.1949 +__NAKED__ TInt TestAlignment239(TInt aParam1, TInt aParam2)
1.1950 + {
1.1951 + asm("movs r2,r0");
1.1952 + asm("adds r0,r2,r1");
1.1953 + asm("bx lr");
1.1954 + asm(".space 4084");
1.1955 + }
1.1956 +
1.1957 +__NAKED__ TInt TestAlignment240(TInt aParam1, TInt aParam2)
1.1958 + {
1.1959 + asm("movs r2,r0");
1.1960 + asm("adds r0,r2,r1");
1.1961 + asm("bx lr");
1.1962 + asm(".space 4084");
1.1963 + }
1.1964 +
1.1965 +__NAKED__ TInt TestAlignment241(TInt aParam1, TInt aParam2)
1.1966 + {
1.1967 + asm("movs r2,r0");
1.1968 + asm("adds r0,r2,r1");
1.1969 + asm("bx lr");
1.1970 + asm(".space 4084");
1.1971 + }
1.1972 +
1.1973 +__NAKED__ TInt TestAlignment242(TInt aParam1, TInt aParam2)
1.1974 + {
1.1975 + asm("movs r2,r0");
1.1976 + asm("adds r0,r2,r1");
1.1977 + asm("bx lr");
1.1978 + asm(".space 4084");
1.1979 + }
1.1980 +
1.1981 +__NAKED__ TInt TestAlignment243(TInt aParam1, TInt aParam2)
1.1982 + {
1.1983 + asm("movs r2,r0");
1.1984 + asm("adds r0,r2,r1");
1.1985 + asm("bx lr");
1.1986 + asm(".space 4084");
1.1987 + }
1.1988 +
1.1989 +__NAKED__ TInt TestAlignment244(TInt aParam1, TInt aParam2)
1.1990 + {
1.1991 + asm("movs r2,r0");
1.1992 + asm("adds r0,r2,r1");
1.1993 + asm("bx lr");
1.1994 + asm(".space 4084");
1.1995 + }
1.1996 +
1.1997 +__NAKED__ TInt TestAlignment245(TInt aParam1, TInt aParam2)
1.1998 + {
1.1999 + asm("movs r2,r0");
1.2000 + asm("adds r0,r2,r1");
1.2001 + asm("bx lr");
1.2002 + asm(".space 4084");
1.2003 + }
1.2004 +
1.2005 +__NAKED__ TInt TestAlignment246(TInt aParam1, TInt aParam2)
1.2006 + {
1.2007 + asm("movs r2,r0");
1.2008 + asm("adds r0,r2,r1");
1.2009 + asm("bx lr");
1.2010 + asm(".space 4084");
1.2011 + }
1.2012 +
1.2013 +__NAKED__ TInt TestAlignment247(TInt aParam1, TInt aParam2)
1.2014 + {
1.2015 + asm("movs r2,r0");
1.2016 + asm("adds r0,r2,r1");
1.2017 + asm("bx lr");
1.2018 + asm(".space 4084");
1.2019 + }
1.2020 +
1.2021 +__NAKED__ TInt TestAlignment248(TInt aParam1, TInt aParam2)
1.2022 + {
1.2023 + asm("movs r2,r0");
1.2024 + asm("adds r0,r2,r1");
1.2025 + asm("bx lr");
1.2026 + asm(".space 4084");
1.2027 + }
1.2028 +
1.2029 +__NAKED__ TInt TestAlignment249(TInt aParam1, TInt aParam2)
1.2030 + {
1.2031 + asm("movs r2,r0");
1.2032 + asm("adds r0,r2,r1");
1.2033 + asm("bx lr");
1.2034 + asm(".space 4084");
1.2035 + }
1.2036 +
1.2037 +__NAKED__ TInt TestAlignment250(TInt aParam1, TInt aParam2)
1.2038 + {
1.2039 + asm("movs r2,r0");
1.2040 + asm("adds r0,r2,r1");
1.2041 + asm("bx lr");
1.2042 + asm(".space 4084");
1.2043 + }
1.2044 +
1.2045 +__NAKED__ TInt TestAlignment251(TInt aParam1, TInt aParam2)
1.2046 + {
1.2047 + asm("movs r2,r0");
1.2048 + asm("adds r0,r2,r1");
1.2049 + asm("bx lr");
1.2050 + asm(".space 4084");
1.2051 + }
1.2052 +
1.2053 +__NAKED__ TInt TestAlignment252(TInt aParam1, TInt aParam2)
1.2054 + {
1.2055 + asm("movs r2,r0");
1.2056 + asm("adds r0,r2,r1");
1.2057 + asm("bx lr");
1.2058 + asm(".space 4084");
1.2059 + }
1.2060 +
1.2061 +__NAKED__ TInt TestAlignment253(TInt aParam1, TInt aParam2)
1.2062 + {
1.2063 + asm("movs r2,r0");
1.2064 + asm("adds r0,r2,r1");
1.2065 + asm("bx lr");
1.2066 + asm(".space 4084");
1.2067 + }
1.2068 +
1.2069 +__NAKED__ TInt TestAlignment254(TInt aParam1, TInt aParam2)
1.2070 + {
1.2071 + asm("movs r2,r0");
1.2072 + asm("adds r0,r2,r1");
1.2073 + asm("bx lr");
1.2074 + asm(".space 4084");
1.2075 + }
1.2076 +
1.2077 +__NAKED__ TInt TestAlignment255(TInt aParam1, TInt aParam2)
1.2078 + {
1.2079 + asm("movs r2,r0");
1.2080 + asm("adds r0,r2,r1");
1.2081 + asm("bx lr");
1.2082 + asm(".space 4084");
1.2083 + }
1.2084 +
1.2085 +#define DUMMY_ARRAY_SIZE 4096
1.2086 +TInt dummyArray[DUMMY_ARRAY_SIZE]; // 4 pages, probably spanning 5 pages?
1.2087 +
1.2088 +__NAKED__ TInt DoLdmia(TInt *aAddress)
1.2089 + {
1.2090 + asm("ldmia r0, {r0,r1}");
1.2091 + asm("bx lr");
1.2092 + }
1.2093 +
1.2094 +__NAKED__ TInt TestAlignmentxXXx(TInt aParam1)
1.2095 + {
1.2096 + space 4096
1.2097 + BX lr
1.2098 + ENDP
1.2099 + }
1.2100 +
1.2101 +TInt *CheckLdmiaInstr(void)
1.2102 + {
1.2103 + TInt *pIntArray;
1.2104 + TInt offset = ((TInt)dummyArray) % 4096;
1.2105 +
1.2106 + if (offset == 0)
1.2107 + {
1.2108 + pIntArray = (TInt *)(((TInt)dummyArray) + 4092);
1.2109 + }
1.2110 + else
1.2111 + {
1.2112 + pIntArray = (TInt *)(((TInt)dummyArray) + (4092 - offset));
1.2113 + }
1.2114 + DoLdmia(pIntArray);
1.2115 + return pIntArray;
1.2116 + }
1.2117 +
1.2118 +#endif //T_PAGESTRESS_LARGE_ARRAY
1.2119 +
1.2120 +#else
1.2121 +#define TPS_DECLARE(_num) \
1.2122 +TInt TestAlignment##_num(TInt aParam1, TInt aParam2)\
1.2123 + {\
1.2124 + return aParam1 + aParam2;\
1.2125 + }
1.2126 +
1.2127 + TPS_DECLARE(0)
1.2128 + TPS_DECLARE(1)
1.2129 + TPS_DECLARE(2)
1.2130 + TPS_DECLARE(3)
1.2131 + TPS_DECLARE(4)
1.2132 + TPS_DECLARE(5)
1.2133 + TPS_DECLARE(6)
1.2134 + TPS_DECLARE(7)
1.2135 + TPS_DECLARE(8)
1.2136 + TPS_DECLARE(9)
1.2137 + TPS_DECLARE(10)
1.2138 + TPS_DECLARE(11)
1.2139 + TPS_DECLARE(12)
1.2140 + TPS_DECLARE(13)
1.2141 + TPS_DECLARE(14)
1.2142 + TPS_DECLARE(15)
1.2143 + TPS_DECLARE(16)
1.2144 + TPS_DECLARE(17)
1.2145 + TPS_DECLARE(18)
1.2146 + TPS_DECLARE(19)
1.2147 + TPS_DECLARE(20)
1.2148 + TPS_DECLARE(21)
1.2149 + TPS_DECLARE(22)
1.2150 + TPS_DECLARE(23)
1.2151 + TPS_DECLARE(24)
1.2152 + TPS_DECLARE(25)
1.2153 + TPS_DECLARE(26)
1.2154 + TPS_DECLARE(27)
1.2155 + TPS_DECLARE(28)
1.2156 + TPS_DECLARE(29)
1.2157 + TPS_DECLARE(30)
1.2158 + TPS_DECLARE(31)
1.2159 + TPS_DECLARE(32)
1.2160 + TPS_DECLARE(33)
1.2161 + TPS_DECLARE(34)
1.2162 + TPS_DECLARE(35)
1.2163 + TPS_DECLARE(36)
1.2164 + TPS_DECLARE(37)
1.2165 + TPS_DECLARE(38)
1.2166 + TPS_DECLARE(39)
1.2167 + TPS_DECLARE(40)
1.2168 + TPS_DECLARE(41)
1.2169 + TPS_DECLARE(42)
1.2170 + TPS_DECLARE(43)
1.2171 + TPS_DECLARE(44)
1.2172 + TPS_DECLARE(45)
1.2173 + TPS_DECLARE(46)
1.2174 + TPS_DECLARE(47)
1.2175 + TPS_DECLARE(48)
1.2176 + TPS_DECLARE(49)
1.2177 + TPS_DECLARE(50)
1.2178 + TPS_DECLARE(51)
1.2179 + TPS_DECLARE(52)
1.2180 + TPS_DECLARE(53)
1.2181 + TPS_DECLARE(54)
1.2182 + TPS_DECLARE(55)
1.2183 + TPS_DECLARE(56)
1.2184 + TPS_DECLARE(57)
1.2185 + TPS_DECLARE(58)
1.2186 + TPS_DECLARE(59)
1.2187 + TPS_DECLARE(60)
1.2188 + TPS_DECLARE(61)
1.2189 + TPS_DECLARE(62)
1.2190 + TPS_DECLARE(63)
1.2191 +#ifdef T_PAGESTRESS_LARGE_ARRAY
1.2192 + TPS_DECLARE(64)
1.2193 + TPS_DECLARE(65)
1.2194 + TPS_DECLARE(66)
1.2195 + TPS_DECLARE(67)
1.2196 + TPS_DECLARE(68)
1.2197 + TPS_DECLARE(69)
1.2198 + TPS_DECLARE(70)
1.2199 + TPS_DECLARE(71)
1.2200 + TPS_DECLARE(72)
1.2201 + TPS_DECLARE(73)
1.2202 + TPS_DECLARE(74)
1.2203 + TPS_DECLARE(75)
1.2204 + TPS_DECLARE(76)
1.2205 + TPS_DECLARE(77)
1.2206 + TPS_DECLARE(78)
1.2207 + TPS_DECLARE(79)
1.2208 + TPS_DECLARE(80)
1.2209 + TPS_DECLARE(81)
1.2210 + TPS_DECLARE(82)
1.2211 + TPS_DECLARE(83)
1.2212 + TPS_DECLARE(84)
1.2213 + TPS_DECLARE(85)
1.2214 + TPS_DECLARE(86)
1.2215 + TPS_DECLARE(87)
1.2216 + TPS_DECLARE(88)
1.2217 + TPS_DECLARE(89)
1.2218 + TPS_DECLARE(90)
1.2219 + TPS_DECLARE(91)
1.2220 + TPS_DECLARE(92)
1.2221 + TPS_DECLARE(93)
1.2222 + TPS_DECLARE(94)
1.2223 + TPS_DECLARE(95)
1.2224 + TPS_DECLARE(96)
1.2225 + TPS_DECLARE(97)
1.2226 + TPS_DECLARE(98)
1.2227 + TPS_DECLARE(99)
1.2228 + TPS_DECLARE(100)
1.2229 + TPS_DECLARE(101)
1.2230 + TPS_DECLARE(102)
1.2231 + TPS_DECLARE(103)
1.2232 + TPS_DECLARE(104)
1.2233 + TPS_DECLARE(105)
1.2234 + TPS_DECLARE(106)
1.2235 + TPS_DECLARE(107)
1.2236 + TPS_DECLARE(108)
1.2237 + TPS_DECLARE(109)
1.2238 + TPS_DECLARE(110)
1.2239 + TPS_DECLARE(111)
1.2240 + TPS_DECLARE(112)
1.2241 + TPS_DECLARE(113)
1.2242 + TPS_DECLARE(114)
1.2243 + TPS_DECLARE(115)
1.2244 + TPS_DECLARE(116)
1.2245 + TPS_DECLARE(117)
1.2246 + TPS_DECLARE(118)
1.2247 + TPS_DECLARE(119)
1.2248 + TPS_DECLARE(120)
1.2249 + TPS_DECLARE(121)
1.2250 + TPS_DECLARE(122)
1.2251 + TPS_DECLARE(123)
1.2252 + TPS_DECLARE(124)
1.2253 + TPS_DECLARE(125)
1.2254 + TPS_DECLARE(126)
1.2255 + TPS_DECLARE(127)
1.2256 + TPS_DECLARE(128)
1.2257 + TPS_DECLARE(129)
1.2258 + TPS_DECLARE(130)
1.2259 + TPS_DECLARE(131)
1.2260 + TPS_DECLARE(132)
1.2261 + TPS_DECLARE(133)
1.2262 + TPS_DECLARE(134)
1.2263 + TPS_DECLARE(135)
1.2264 + TPS_DECLARE(136)
1.2265 + TPS_DECLARE(137)
1.2266 + TPS_DECLARE(138)
1.2267 + TPS_DECLARE(139)
1.2268 + TPS_DECLARE(140)
1.2269 + TPS_DECLARE(141)
1.2270 + TPS_DECLARE(142)
1.2271 + TPS_DECLARE(143)
1.2272 + TPS_DECLARE(144)
1.2273 + TPS_DECLARE(145)
1.2274 + TPS_DECLARE(146)
1.2275 + TPS_DECLARE(147)
1.2276 + TPS_DECLARE(148)
1.2277 + TPS_DECLARE(149)
1.2278 + TPS_DECLARE(150)
1.2279 + TPS_DECLARE(151)
1.2280 + TPS_DECLARE(152)
1.2281 + TPS_DECLARE(153)
1.2282 + TPS_DECLARE(154)
1.2283 + TPS_DECLARE(155)
1.2284 + TPS_DECLARE(156)
1.2285 + TPS_DECLARE(157)
1.2286 + TPS_DECLARE(158)
1.2287 + TPS_DECLARE(159)
1.2288 + TPS_DECLARE(160)
1.2289 + TPS_DECLARE(161)
1.2290 + TPS_DECLARE(162)
1.2291 + TPS_DECLARE(163)
1.2292 + TPS_DECLARE(164)
1.2293 + TPS_DECLARE(165)
1.2294 + TPS_DECLARE(166)
1.2295 + TPS_DECLARE(167)
1.2296 + TPS_DECLARE(168)
1.2297 + TPS_DECLARE(169)
1.2298 + TPS_DECLARE(170)
1.2299 + TPS_DECLARE(171)
1.2300 + TPS_DECLARE(172)
1.2301 + TPS_DECLARE(173)
1.2302 + TPS_DECLARE(174)
1.2303 + TPS_DECLARE(175)
1.2304 + TPS_DECLARE(176)
1.2305 + TPS_DECLARE(177)
1.2306 + TPS_DECLARE(178)
1.2307 + TPS_DECLARE(179)
1.2308 + TPS_DECLARE(180)
1.2309 + TPS_DECLARE(181)
1.2310 + TPS_DECLARE(182)
1.2311 + TPS_DECLARE(183)
1.2312 + TPS_DECLARE(184)
1.2313 + TPS_DECLARE(185)
1.2314 + TPS_DECLARE(186)
1.2315 + TPS_DECLARE(187)
1.2316 + TPS_DECLARE(188)
1.2317 + TPS_DECLARE(189)
1.2318 + TPS_DECLARE(190)
1.2319 + TPS_DECLARE(191)
1.2320 + TPS_DECLARE(192)
1.2321 + TPS_DECLARE(193)
1.2322 + TPS_DECLARE(194)
1.2323 + TPS_DECLARE(195)
1.2324 + TPS_DECLARE(196)
1.2325 + TPS_DECLARE(197)
1.2326 + TPS_DECLARE(198)
1.2327 + TPS_DECLARE(199)
1.2328 + TPS_DECLARE(200)
1.2329 + TPS_DECLARE(201)
1.2330 + TPS_DECLARE(202)
1.2331 + TPS_DECLARE(203)
1.2332 + TPS_DECLARE(204)
1.2333 + TPS_DECLARE(205)
1.2334 + TPS_DECLARE(206)
1.2335 + TPS_DECLARE(207)
1.2336 + TPS_DECLARE(208)
1.2337 + TPS_DECLARE(209)
1.2338 + TPS_DECLARE(210)
1.2339 + TPS_DECLARE(211)
1.2340 + TPS_DECLARE(212)
1.2341 + TPS_DECLARE(213)
1.2342 + TPS_DECLARE(214)
1.2343 + TPS_DECLARE(215)
1.2344 + TPS_DECLARE(216)
1.2345 + TPS_DECLARE(217)
1.2346 + TPS_DECLARE(218)
1.2347 + TPS_DECLARE(219)
1.2348 + TPS_DECLARE(220)
1.2349 + TPS_DECLARE(221)
1.2350 + TPS_DECLARE(222)
1.2351 + TPS_DECLARE(223)
1.2352 + TPS_DECLARE(224)
1.2353 + TPS_DECLARE(225)
1.2354 + TPS_DECLARE(226)
1.2355 + TPS_DECLARE(227)
1.2356 + TPS_DECLARE(228)
1.2357 + TPS_DECLARE(229)
1.2358 + TPS_DECLARE(230)
1.2359 + TPS_DECLARE(231)
1.2360 + TPS_DECLARE(232)
1.2361 + TPS_DECLARE(233)
1.2362 + TPS_DECLARE(234)
1.2363 + TPS_DECLARE(235)
1.2364 + TPS_DECLARE(236)
1.2365 + TPS_DECLARE(237)
1.2366 + TPS_DECLARE(238)
1.2367 + TPS_DECLARE(239)
1.2368 + TPS_DECLARE(240)
1.2369 + TPS_DECLARE(241)
1.2370 + TPS_DECLARE(242)
1.2371 + TPS_DECLARE(243)
1.2372 + TPS_DECLARE(244)
1.2373 + TPS_DECLARE(245)
1.2374 + TPS_DECLARE(246)
1.2375 + TPS_DECLARE(247)
1.2376 + TPS_DECLARE(248)
1.2377 + TPS_DECLARE(249)
1.2378 + TPS_DECLARE(250)
1.2379 + TPS_DECLARE(251)
1.2380 + TPS_DECLARE(252)
1.2381 + TPS_DECLARE(253)
1.2382 + TPS_DECLARE(254)
1.2383 + TPS_DECLARE(255)
1.2384 +#endif //T_PAGESTRESS_LARGE_ARRAY
1.2385 +
1.2386 +TInt *CheckLdmiaInstr(void)
1.2387 + {
1.2388 + return NULL;
1.2389 + }
1.2390 +
1.2391 +
1.2392 +#endif // __ARMCC__
1.2393 +
1.2394 +TInt CallTestFunc(TInt aParam1, TInt aParam2, TInt aIndex)
1.2395 + {
1.2396 +#define CALLFUNC(_num) case _num: return TestAlignment##_num(aParam1, aParam2);
1.2397 +
1.2398 + switch (aIndex)
1.2399 + {
1.2400 + CALLFUNC(0)
1.2401 + CALLFUNC(1)
1.2402 + CALLFUNC(2)
1.2403 + CALLFUNC(3)
1.2404 + CALLFUNC(4)
1.2405 + CALLFUNC(5)
1.2406 + CALLFUNC(6)
1.2407 + CALLFUNC(7)
1.2408 + CALLFUNC(8)
1.2409 + CALLFUNC(9)
1.2410 + CALLFUNC(10)
1.2411 + CALLFUNC(11)
1.2412 + CALLFUNC(12)
1.2413 + CALLFUNC(13)
1.2414 + CALLFUNC(14)
1.2415 + CALLFUNC(15)
1.2416 + CALLFUNC(16)
1.2417 + CALLFUNC(17)
1.2418 + CALLFUNC(18)
1.2419 + CALLFUNC(19)
1.2420 + CALLFUNC(20)
1.2421 + CALLFUNC(21)
1.2422 + CALLFUNC(22)
1.2423 + CALLFUNC(23)
1.2424 + CALLFUNC(24)
1.2425 + CALLFUNC(25)
1.2426 + CALLFUNC(26)
1.2427 + CALLFUNC(27)
1.2428 + CALLFUNC(28)
1.2429 + CALLFUNC(29)
1.2430 + CALLFUNC(30)
1.2431 + CALLFUNC(31)
1.2432 + CALLFUNC(32)
1.2433 + CALLFUNC(33)
1.2434 + CALLFUNC(34)
1.2435 + CALLFUNC(35)
1.2436 + CALLFUNC(36)
1.2437 + CALLFUNC(37)
1.2438 + CALLFUNC(38)
1.2439 + CALLFUNC(39)
1.2440 + CALLFUNC(40)
1.2441 + CALLFUNC(41)
1.2442 + CALLFUNC(42)
1.2443 + CALLFUNC(43)
1.2444 + CALLFUNC(44)
1.2445 + CALLFUNC(45)
1.2446 + CALLFUNC(46)
1.2447 + CALLFUNC(47)
1.2448 + CALLFUNC(48)
1.2449 + CALLFUNC(49)
1.2450 + CALLFUNC(50)
1.2451 + CALLFUNC(51)
1.2452 + CALLFUNC(52)
1.2453 + CALLFUNC(53)
1.2454 + CALLFUNC(54)
1.2455 + CALLFUNC(55)
1.2456 + CALLFUNC(56)
1.2457 + CALLFUNC(57)
1.2458 + CALLFUNC(58)
1.2459 + CALLFUNC(59)
1.2460 + CALLFUNC(60)
1.2461 + CALLFUNC(61)
1.2462 + CALLFUNC(62)
1.2463 + CALLFUNC(63)
1.2464 +#ifdef T_PAGESTRESS_LARGE_ARRAY
1.2465 + CALLFUNC(64)
1.2466 + CALLFUNC(65)
1.2467 + CALLFUNC(66)
1.2468 + CALLFUNC(67)
1.2469 + CALLFUNC(68)
1.2470 + CALLFUNC(69)
1.2471 + CALLFUNC(70)
1.2472 + CALLFUNC(71)
1.2473 + CALLFUNC(72)
1.2474 + CALLFUNC(73)
1.2475 + CALLFUNC(74)
1.2476 + CALLFUNC(75)
1.2477 + CALLFUNC(76)
1.2478 + CALLFUNC(77)
1.2479 + CALLFUNC(78)
1.2480 + CALLFUNC(79)
1.2481 + CALLFUNC(80)
1.2482 + CALLFUNC(81)
1.2483 + CALLFUNC(82)
1.2484 + CALLFUNC(83)
1.2485 + CALLFUNC(84)
1.2486 + CALLFUNC(85)
1.2487 + CALLFUNC(86)
1.2488 + CALLFUNC(87)
1.2489 + CALLFUNC(88)
1.2490 + CALLFUNC(89)
1.2491 + CALLFUNC(90)
1.2492 + CALLFUNC(91)
1.2493 + CALLFUNC(92)
1.2494 + CALLFUNC(93)
1.2495 + CALLFUNC(94)
1.2496 + CALLFUNC(95)
1.2497 + CALLFUNC(96)
1.2498 + CALLFUNC(97)
1.2499 + CALLFUNC(98)
1.2500 + CALLFUNC(99)
1.2501 + CALLFUNC(100)
1.2502 + CALLFUNC(101)
1.2503 + CALLFUNC(102)
1.2504 + CALLFUNC(103)
1.2505 + CALLFUNC(104)
1.2506 + CALLFUNC(105)
1.2507 + CALLFUNC(106)
1.2508 + CALLFUNC(107)
1.2509 + CALLFUNC(108)
1.2510 + CALLFUNC(109)
1.2511 + CALLFUNC(110)
1.2512 + CALLFUNC(111)
1.2513 + CALLFUNC(112)
1.2514 + CALLFUNC(113)
1.2515 + CALLFUNC(114)
1.2516 + CALLFUNC(115)
1.2517 + CALLFUNC(116)
1.2518 + CALLFUNC(117)
1.2519 + CALLFUNC(118)
1.2520 + CALLFUNC(119)
1.2521 + CALLFUNC(120)
1.2522 + CALLFUNC(121)
1.2523 + CALLFUNC(122)
1.2524 + CALLFUNC(123)
1.2525 + CALLFUNC(124)
1.2526 + CALLFUNC(125)
1.2527 + CALLFUNC(126)
1.2528 + CALLFUNC(127)
1.2529 + CALLFUNC(128)
1.2530 + CALLFUNC(129)
1.2531 + CALLFUNC(130)
1.2532 + CALLFUNC(131)
1.2533 + CALLFUNC(132)
1.2534 + CALLFUNC(133)
1.2535 + CALLFUNC(134)
1.2536 + CALLFUNC(135)
1.2537 + CALLFUNC(136)
1.2538 + CALLFUNC(137)
1.2539 + CALLFUNC(138)
1.2540 + CALLFUNC(139)
1.2541 + CALLFUNC(140)
1.2542 + CALLFUNC(141)
1.2543 + CALLFUNC(142)
1.2544 + CALLFUNC(143)
1.2545 + CALLFUNC(144)
1.2546 + CALLFUNC(145)
1.2547 + CALLFUNC(146)
1.2548 + CALLFUNC(147)
1.2549 + CALLFUNC(148)
1.2550 + CALLFUNC(149)
1.2551 + CALLFUNC(150)
1.2552 + CALLFUNC(151)
1.2553 + CALLFUNC(152)
1.2554 + CALLFUNC(153)
1.2555 + CALLFUNC(154)
1.2556 + CALLFUNC(155)
1.2557 + CALLFUNC(156)
1.2558 + CALLFUNC(157)
1.2559 + CALLFUNC(158)
1.2560 + CALLFUNC(159)
1.2561 + CALLFUNC(160)
1.2562 + CALLFUNC(161)
1.2563 + CALLFUNC(162)
1.2564 + CALLFUNC(163)
1.2565 + CALLFUNC(164)
1.2566 + CALLFUNC(165)
1.2567 + CALLFUNC(166)
1.2568 + CALLFUNC(167)
1.2569 + CALLFUNC(168)
1.2570 + CALLFUNC(169)
1.2571 + CALLFUNC(170)
1.2572 + CALLFUNC(171)
1.2573 + CALLFUNC(172)
1.2574 + CALLFUNC(173)
1.2575 + CALLFUNC(174)
1.2576 + CALLFUNC(175)
1.2577 + CALLFUNC(176)
1.2578 + CALLFUNC(177)
1.2579 + CALLFUNC(178)
1.2580 + CALLFUNC(179)
1.2581 + CALLFUNC(180)
1.2582 + CALLFUNC(181)
1.2583 + CALLFUNC(182)
1.2584 + CALLFUNC(183)
1.2585 + CALLFUNC(184)
1.2586 + CALLFUNC(185)
1.2587 + CALLFUNC(186)
1.2588 + CALLFUNC(187)
1.2589 + CALLFUNC(188)
1.2590 + CALLFUNC(189)
1.2591 + CALLFUNC(190)
1.2592 + CALLFUNC(191)
1.2593 + CALLFUNC(192)
1.2594 + CALLFUNC(193)
1.2595 + CALLFUNC(194)
1.2596 + CALLFUNC(195)
1.2597 + CALLFUNC(196)
1.2598 + CALLFUNC(197)
1.2599 + CALLFUNC(198)
1.2600 + CALLFUNC(199)
1.2601 + CALLFUNC(200)
1.2602 + CALLFUNC(201)
1.2603 + CALLFUNC(202)
1.2604 + CALLFUNC(203)
1.2605 + CALLFUNC(204)
1.2606 + CALLFUNC(205)
1.2607 + CALLFUNC(206)
1.2608 + CALLFUNC(207)
1.2609 + CALLFUNC(208)
1.2610 + CALLFUNC(209)
1.2611 + CALLFUNC(210)
1.2612 + CALLFUNC(211)
1.2613 + CALLFUNC(212)
1.2614 + CALLFUNC(213)
1.2615 + CALLFUNC(214)
1.2616 + CALLFUNC(215)
1.2617 + CALLFUNC(216)
1.2618 + CALLFUNC(217)
1.2619 + CALLFUNC(218)
1.2620 + CALLFUNC(219)
1.2621 + CALLFUNC(220)
1.2622 + CALLFUNC(221)
1.2623 + CALLFUNC(222)
1.2624 + CALLFUNC(223)
1.2625 + CALLFUNC(224)
1.2626 + CALLFUNC(225)
1.2627 + CALLFUNC(226)
1.2628 + CALLFUNC(227)
1.2629 + CALLFUNC(228)
1.2630 + CALLFUNC(229)
1.2631 + CALLFUNC(230)
1.2632 + CALLFUNC(231)
1.2633 + CALLFUNC(232)
1.2634 + CALLFUNC(233)
1.2635 + CALLFUNC(234)
1.2636 + CALLFUNC(235)
1.2637 + CALLFUNC(236)
1.2638 + CALLFUNC(237)
1.2639 + CALLFUNC(238)
1.2640 + CALLFUNC(239)
1.2641 + CALLFUNC(240)
1.2642 + CALLFUNC(241)
1.2643 + CALLFUNC(242)
1.2644 + CALLFUNC(243)
1.2645 + CALLFUNC(244)
1.2646 + CALLFUNC(245)
1.2647 + CALLFUNC(246)
1.2648 + CALLFUNC(247)
1.2649 + CALLFUNC(248)
1.2650 + CALLFUNC(249)
1.2651 + CALLFUNC(250)
1.2652 + CALLFUNC(251)
1.2653 + CALLFUNC(252)
1.2654 + CALLFUNC(253)
1.2655 + CALLFUNC(254)
1.2656 + CALLFUNC(255)
1.2657 +#endif //T_PAGESTRESS_LARGE_ARRAY
1.2658 + default: break;
1.2659 + }
1.2660 + return 0;
1.2661 + }
1.2662 +
1.2663 +//#endif // defined(_DEBUG) || defined(_DEBUG_RELEASE)
1.2664 +