Files
PSPRecomp/profiles/vcs/generated/generated_unit_0129.cpp
Jessica_Natalia 96405fbb47 otimizaçoes round 20
otimizaçoes round 20
2026-08-28 01:47:51 -03:00

9161 lines
461 KiB
C++

#include "psprecomp/runtime.hpp"
#include "generated_units.hpp"
#include "vcs_resident_regions.hpp"
#include "vcs_tier2_superblocks.hpp"
#include <bit>
#include <cmath>
#include <cstdint>
#include <limits>
namespace psprecomp {
// PSPRECOMP_V811_COMPACT_DISPATCH: 64-slot occupancy masks + per-group base id.
static constexpr std::uint64_t kEntryMasks_recomp_unit_0129[64] = {
0x0000840000150021ull, 0x0000002005C92400ull, 0x0000002010001105ull, 0x000061000004A000ull,
0x0000000000000000ull, 0x0000000000000000ull, 0x2100080204000000ull, 0x4A84890154541208ull,
0x544A400202402004ull, 0x0000000020808015ull, 0x811A254200000000ull, 0x4550082411552222ull,
0xA808AA891555444Aull, 0x9252A22552520004ull, 0x0612040468000020ull, 0x0000000080000001ull,
0x1000000208201010ull, 0xA000211210009120ull, 0x0808008A18412210ull, 0x2102042082111000ull,
0x0140010200002000ull, 0x8000002820000200ull, 0x64AA548800010000ull, 0x0000489002000000ull,
0x0488428000021121ull, 0x0400004040022861ull, 0x001410000100A002ull, 0x0200000000000800ull,
0x200282A04A0A0090ull, 0x0828024080000000ull, 0x0100040285415000ull, 0x830A812240C50020ull,
0x09022348050A4840ull, 0x0080041212000110ull, 0x040811A200005001ull, 0x2AC008410085642Aull,
0x001054D24600AA00ull, 0x0200082104284200ull, 0x2000041090924000ull, 0x0002540084880001ull,
0x048948B4801A4025ull, 0x4210826951828200ull, 0x0408001200400000ull, 0xB18D000250204000ull,
0x00000010000080D0ull, 0x0104002401248000ull, 0x4000420928122420ull, 0x4820240010041022ull,
0x0280440007294A50ull, 0x4504440450284003ull, 0x0150414500020020ull, 0x840550000444A921ull,
0x92101540001112A4ull, 0x2A4840550000444Aull, 0xD221140554000111ull, 0x1084000002012244ull,
0x0000000000000000ull, 0x81A0444240020000ull, 0x0000002840041A04ull, 0x0000000000020800ull,
0x20180A0A00000000ull, 0x2108080000810000ull, 0x4812048021442861ull, 0x2101044292048120ull,
};
static constexpr std::uint16_t kEntryBases_recomp_unit_0129[64] = {
1u, 8u, 17u, 23u, 29u, 29u, 29u, 34u, 52u, 64u, 70u, 80u, 98u, 121u, 140u, 150u,
152u, 158u, 169u, 181u, 191u, 196u, 201u, 214u, 219u, 230u, 239u, 246u, 248u, 261u, 267u, 277u,
292u, 307u, 315u, 325u, 342u, 357u, 366u, 375u, 384u, 402u, 418u, 423u, 436u, 441u, 449u, 461u,
471u, 486u, 500u, 510u, 525u, 540u, 555u, 571u, 580u, 580u, 590u, 598u, 600u, 607u, 613u, 628u,
};
void recomp_unit_0129_entry(Runtime &rt, AllegrexContext &ctx, std::uint16_t direct_entry_id, GuestMemory::AotFastView &aot_mem) {
// PSPRECOMP_AOT_REGCACHE_BEGIN
// PSPRECOMP_AOT_REGCACHE_META gprs=4,5,29,6,31,16 fprs=13,12,14,15 gpr_occ=4484 fpr_occ=356 gpr_total=6308 fpr_total=567
std::uint32_t aot_gpr_4 = ctx.gpr[4];
std::uint32_t aot_gpr_5 = ctx.gpr[5];
std::uint32_t aot_gpr_29 = ctx.gpr[29];
std::uint32_t aot_gpr_6 = ctx.gpr[6];
std::uint32_t aot_gpr_31 = ctx.gpr[31];
std::uint32_t aot_gpr_16 = ctx.gpr[16];
float aot_fpr_13 = ctx.fpr[13];
float aot_fpr_12 = ctx.fpr[12];
float aot_fpr_14 = ctx.fpr[14];
float aot_fpr_15 = ctx.fpr[15];
bool aot_regcache_valid = true;
#define AOT_REGCACHE_SYNC_OUT() do { if (aot_regcache_valid) { ctx.gpr[4] = aot_gpr_4; ctx.gpr[5] = aot_gpr_5; ctx.gpr[29] = aot_gpr_29; ctx.gpr[6] = aot_gpr_6; ctx.gpr[31] = aot_gpr_31; ctx.gpr[16] = aot_gpr_16; ctx.fpr[13] = aot_fpr_13; ctx.fpr[12] = aot_fpr_12; ctx.fpr[14] = aot_fpr_14; ctx.fpr[15] = aot_fpr_15; } } while (false)
#define AOT_REGCACHE_SYNC_IN() do { if (aot_regcache_valid) { aot_gpr_4 = ctx.gpr[4]; aot_gpr_5 = ctx.gpr[5]; aot_gpr_29 = ctx.gpr[29]; aot_gpr_6 = ctx.gpr[6]; aot_gpr_31 = ctx.gpr[31]; aot_gpr_16 = ctx.gpr[16]; aot_fpr_13 = ctx.fpr[13]; aot_fpr_12 = ctx.fpr[12]; aot_fpr_14 = ctx.fpr[14]; aot_fpr_15 = ctx.fpr[15]; } } while (false)
// PSPRECOMP_AOT_REGCACHE_END
std::uint32_t jump_target = 0u;
std::uint32_t local_transfers = 0u;
std::uint32_t local_redispatch_rounds = 0u;
std::uint32_t local_pc = ctx.pc;
std::uint32_t entry_id = direct_entry_id;
LOCAL_DISPATCH:
{
if (entry_id == 0u) {
const std::uint32_t entry_delta = local_pc - 0x08A08000u;
entry_id = 0u;
if (entry_delta < 16376u && (entry_delta & 3u) == 0u) {
const std::uint32_t entry_slot = entry_delta >> 2u;
const std::uint32_t entry_group = entry_slot >> 6u;
const std::uint64_t entry_mask = kEntryMasks_recomp_unit_0129[entry_group];
const std::uint64_t entry_bit = 1ull << (entry_slot & 63u);
if ((entry_mask & entry_bit) != 0u) {
entry_id = static_cast<std::uint16_t>(
kEntryBases_recomp_unit_0129[entry_group] +
std::popcount(entry_mask & (entry_bit - 1ull)));
}
}
}
switch (entry_id) {
case 1u: goto L_08A08000;
case 2u: goto L_08A08014;
case 3u: goto L_08A08040;
case 4u: goto L_08A08048;
case 5u: goto L_08A08050;
case 6u: goto L_08A080A8;
case 7u: goto L_08A080BC;
case 8u: goto L_08A08128;
case 9u: goto L_08A08134;
case 10u: goto L_08A08140;
case 11u: goto L_08A0814C;
case 12u: goto L_08A08158;
case 13u: goto L_08A0815C;
case 14u: goto L_08A08160;
case 15u: goto L_08A08168;
case 16u: goto L_08A08194;
case 17u: goto L_08A08200;
case 18u: goto L_08A08208;
case 19u: goto L_08A08220;
case 20u: goto L_08A08230;
case 21u: goto L_08A08270;
case 22u: goto L_08A08294;
case 23u: goto L_08A08334;
case 24u: goto L_08A0833C;
case 25u: goto L_08A08348;
case 26u: goto L_08A083A0;
case 27u: goto L_08A083B4;
case 28u: goto L_08A083B8;
case 29u: goto L_08A08668;
case 30u: goto L_08A08684;
case 31u: goto L_08A086AC;
case 32u: goto L_08A086E0;
case 33u: goto L_08A086F4;
case 34u: goto L_08A0870C;
case 35u: goto L_08A08724;
case 36u: goto L_08A08730;
case 37u: goto L_08A08748;
case 38u: goto L_08A08750;
case 39u: goto L_08A08758;
case 40u: goto L_08A08768;
case 41u: goto L_08A08770;
case 42u: goto L_08A08778;
case 43u: goto L_08A08780;
case 44u: goto L_08A087A0;
case 45u: goto L_08A087AC;
case 46u: goto L_08A087BC;
case 47u: goto L_08A087C8;
case 48u: goto L_08A087DC;
case 49u: goto L_08A087E4;
case 50u: goto L_08A087EC;
case 51u: goto L_08A087F8;
case 52u: goto L_08A08808;
case 53u: goto L_08A08834;
case 54u: goto L_08A08858;
case 55u: goto L_08A08864;
case 56u: goto L_08A08884;
case 57u: goto L_08A088B8;
case 58u: goto L_08A088C4;
case 59u: goto L_08A088CC;
case 60u: goto L_08A088D8;
case 61u: goto L_08A088E8;
case 62u: goto L_08A088F0;
case 63u: goto L_08A088F8;
case 64u: goto L_08A08900;
case 65u: goto L_08A08908;
case 66u: goto L_08A08910;
case 67u: goto L_08A0893C;
case 68u: goto L_08A0895C;
case 69u: goto L_08A08974;
case 70u: goto L_08A08A84;
case 71u: goto L_08A08A98;
case 72u: goto L_08A08AA0;
case 73u: goto L_08A08AA8;
case 74u: goto L_08A08AB4;
case 75u: goto L_08A08AC4;
case 76u: goto L_08A08ACC;
case 77u: goto L_08A08AD0;
case 78u: goto L_08A08AE0;
case 79u: goto L_08A08AFC;
case 80u: goto L_08A08B04;
case 81u: goto L_08A08B14;
case 82u: goto L_08A08B24;
case 83u: goto L_08A08B34;
case 84u: goto L_08A08B40;
case 85u: goto L_08A08B48;
case 86u: goto L_08A08B50;
case 87u: goto L_08A08B58;
case 88u: goto L_08A08B60;
case 89u: goto L_08A08B70;
case 90u: goto L_08A08B88;
case 91u: goto L_08A08B94;
case 92u: goto L_08A08BAC;
case 93u: goto L_08A08BD0;
case 94u: goto L_08A08BD8;
case 95u: goto L_08A08BE0;
case 96u: goto L_08A08BE8;
case 97u: goto L_08A08BF8;
case 98u: goto L_08A08C04;
case 99u: goto L_08A08C0C;
case 100u: goto L_08A08C18;
case 101u: goto L_08A08C28;
case 102u: goto L_08A08C38;
case 103u: goto L_08A08C40;
case 104u: goto L_08A08C48;
case 105u: goto L_08A08C50;
case 106u: goto L_08A08C58;
case 107u: goto L_08A08C60;
case 108u: goto L_08A08C68;
case 109u: goto L_08A08C70;
case 110u: goto L_08A08C80;
case 111u: goto L_08A08C8C;
case 112u: goto L_08A08C9C;
case 113u: goto L_08A08CA4;
case 114u: goto L_08A08CAC;
case 115u: goto L_08A08CB4;
case 116u: goto L_08A08CBC;
case 117u: goto L_08A08CCC;
case 118u: goto L_08A08CEC;
case 119u: goto L_08A08CF4;
case 120u: goto L_08A08CFC;
case 121u: goto L_08A08D08;
case 122u: goto L_08A08D44;
case 123u: goto L_08A08D50;
case 124u: goto L_08A08D58;
case 125u: goto L_08A08D64;
case 126u: goto L_08A08D70;
case 127u: goto L_08A08D78;
case 128u: goto L_08A08D80;
case 129u: goto L_08A08D88;
case 130u: goto L_08A08D94;
case 131u: goto L_08A08DA4;
case 132u: goto L_08A08DB4;
case 133u: goto L_08A08DBC;
case 134u: goto L_08A08DC4;
case 135u: goto L_08A08DD0;
case 136u: goto L_08A08DD8;
case 137u: goto L_08A08DE4;
case 138u: goto L_08A08DF0;
case 139u: goto L_08A08DFC;
case 140u: goto L_08A08E14;
case 141u: goto L_08A08E6C;
case 142u: goto L_08A08E74;
case 143u: goto L_08A08E78;
case 144u: goto L_08A08E88;
case 145u: goto L_08A08EA8;
case 146u: goto L_08A08EC4;
case 147u: goto L_08A08ED0;
case 148u: goto L_08A08EE4;
case 149u: goto L_08A08EE8;
case 150u: goto L_08A08F00;
case 151u: goto L_08A08F7C;
case 152u: goto L_08A09010;
case 153u: goto L_08A09030;
case 154u: goto L_08A09054;
case 155u: goto L_08A0906C;
case 156u: goto L_08A09084;
case 157u: goto L_08A090F0;
case 158u: goto L_08A09114;
case 159u: goto L_08A09120;
case 160u: goto L_08A09130;
case 161u: goto L_08A0913C;
case 162u: goto L_08A09170;
case 163u: goto L_08A09184;
case 164u: goto L_08A09190;
case 165u: goto L_08A091A0;
case 166u: goto L_08A091B4;
case 167u: goto L_08A091F4;
case 168u: goto L_08A091FC;
case 169u: goto L_08A09210;
case 170u: goto L_08A09224;
case 171u: goto L_08A09234;
case 172u: goto L_08A09240;
case 173u: goto L_08A09258;
case 174u: goto L_08A0926C;
case 175u: goto L_08A09270;
case 176u: goto L_08A09284;
case 177u: goto L_08A0928C;
case 178u: goto L_08A0929C;
case 179u: goto L_08A092CC;
case 180u: goto L_08A092EC;
case 181u: goto L_08A09330;
case 182u: goto L_08A09340;
case 183u: goto L_08A09350;
case 184u: goto L_08A09364;
case 185u: goto L_08A0937C;
case 186u: goto L_08A09394;
case 187u: goto L_08A093A8;
case 188u: goto L_08A093C4;
case 189u: goto L_08A093E0;
case 190u: goto L_08A093F4;
case 191u: goto L_08A09434;
case 192u: goto L_08A09484;
case 193u: goto L_08A094A0;
case 194u: goto L_08A094D8;
case 195u: goto L_08A094E0;
case 196u: goto L_08A09524;
case 197u: goto L_08A09574;
case 198u: goto L_08A0958C;
case 199u: goto L_08A09594;
case 200u: goto L_08A095FC;
case 201u: goto L_08A09640;
case 202u: goto L_08A0968C;
case 203u: goto L_08A0969C;
case 204u: goto L_08A096A8;
case 205u: goto L_08A096B0;
case 206u: goto L_08A096B8;
case 207u: goto L_08A096C4;
case 208u: goto L_08A096CC;
case 209u: goto L_08A096D4;
case 210u: goto L_08A096DC;
case 211u: goto L_08A096E8;
case 212u: goto L_08A096F4;
case 213u: goto L_08A096F8;
case 214u: goto L_08A09764;
case 215u: goto L_08A09790;
case 216u: goto L_08A0979C;
case 217u: goto L_08A097AC;
case 218u: goto L_08A097B8;
case 219u: goto L_08A09800;
case 220u: goto L_08A09814;
case 221u: goto L_08A09820;
case 222u: goto L_08A09830;
case 223u: goto L_08A09844;
case 224u: goto L_08A0989C;
case 225u: goto L_08A098A4;
case 226u: goto L_08A098B8;
case 227u: goto L_08A098CC;
case 228u: goto L_08A098DC;
case 229u: goto L_08A098E8;
case 230u: goto L_08A09900;
case 231u: goto L_08A09914;
case 232u: goto L_08A09918;
case 233u: goto L_08A0992C;
case 234u: goto L_08A09934;
case 235u: goto L_08A09944;
case 236u: goto L_08A09978;
case 237u: goto L_08A09998;
case 238u: goto L_08A099E8;
case 239u: goto L_08A09A04;
case 240u: goto L_08A09A34;
case 241u: goto L_08A09A3C;
case 242u: goto L_08A09A60;
case 243u: goto L_08A09AB0;
case 244u: goto L_08A09AC8;
case 245u: goto L_08A09AD0;
case 246u: goto L_08A09B2C;
case 247u: goto L_08A09BE4;
case 248u: goto L_08A09C10;
case 249u: goto L_08A09C1C;
case 250u: goto L_08A09C44;
case 251u: goto L_08A09C4C;
case 252u: goto L_08A09C64;
case 253u: goto L_08A09C6C;
case 254u: goto L_08A09C78;
case 255u: goto L_08A09C94;
case 256u: goto L_08A09C9C;
case 257u: goto L_08A09CA4;
case 258u: goto L_08A09CBC;
case 259u: goto L_08A09CC4;
case 260u: goto L_08A09CF4;
case 261u: goto L_08A09D7C;
case 262u: goto L_08A09D98;
case 263u: goto L_08A09DA4;
case 264u: goto L_08A09DCC;
case 265u: goto L_08A09DD4;
case 266u: goto L_08A09DEC;
case 267u: goto L_08A09E30;
case 268u: goto L_08A09E38;
case 269u: goto L_08A09E40;
case 270u: goto L_08A09E58;
case 271u: goto L_08A09E60;
case 272u: goto L_08A09E68;
case 273u: goto L_08A09E7C;
case 274u: goto L_08A09E84;
case 275u: goto L_08A09EA8;
case 276u: goto L_08A09EE0;
case 277u: goto L_08A09F14;
case 278u: goto L_08A09F40;
case 279u: goto L_08A09F48;
case 280u: goto L_08A09F58;
case 281u: goto L_08A09F5C;
case 282u: goto L_08A09F78;
case 283u: goto L_08A09F84;
case 284u: goto L_08A09F94;
case 285u: goto L_08A09FA0;
case 286u: goto L_08A09FBC;
case 287u: goto L_08A09FC4;
case 288u: goto L_08A09FCC;
case 289u: goto L_08A09FE0;
case 290u: goto L_08A09FE4;
case 291u: goto L_08A09FFC;
case 292u: goto L_08A0A018;
case 293u: goto L_08A0A02C;
case 294u: goto L_08A0A038;
case 295u: goto L_08A0A044;
case 296u: goto L_08A0A04C;
case 297u: goto L_08A0A060;
case 298u: goto L_08A0A068;
case 299u: goto L_08A0A08C;
case 300u: goto L_08A0A098;
case 301u: goto L_08A0A0A0;
case 302u: goto L_08A0A0A4;
case 303u: goto L_08A0A0B4;
case 304u: goto L_08A0A0C4;
case 305u: goto L_08A0A0E0;
case 306u: goto L_08A0A0EC;
case 307u: goto L_08A0A110;
case 308u: goto L_08A0A120;
case 309u: goto L_08A0A164;
case 310u: goto L_08A0A170;
case 311u: goto L_08A0A184;
case 312u: goto L_08A0A190;
case 313u: goto L_08A0A1A8;
case 314u: goto L_08A0A1DC;
case 315u: goto L_08A0A200;
case 316u: goto L_08A0A230;
case 317u: goto L_08A0A238;
case 318u: goto L_08A0A284;
case 319u: goto L_08A0A294;
case 320u: goto L_08A0A29C;
case 321u: goto L_08A0A2A0;
case 322u: goto L_08A0A2B0;
case 323u: goto L_08A0A2CC;
case 324u: goto L_08A0A2E8;
case 325u: goto L_08A0A304;
case 326u: goto L_08A0A30C;
case 327u: goto L_08A0A314;
case 328u: goto L_08A0A328;
case 329u: goto L_08A0A334;
case 330u: goto L_08A0A338;
case 331u: goto L_08A0A340;
case 332u: goto L_08A0A348;
case 333u: goto L_08A0A35C;
case 334u: goto L_08A0A380;
case 335u: goto L_08A0A398;
case 336u: goto L_08A0A3AC;
case 337u: goto L_08A0A3D8;
case 338u: goto L_08A0A3DC;
case 339u: goto L_08A0A3E4;
case 340u: goto L_08A0A3EC;
case 341u: goto L_08A0A3F4;
case 342u: goto L_08A0A424;
case 343u: goto L_08A0A42C;
case 344u: goto L_08A0A434;
case 345u: goto L_08A0A43C;
case 346u: goto L_08A0A464;
case 347u: goto L_08A0A468;
case 348u: goto L_08A0A478;
case 349u: goto L_08A0A484;
case 350u: goto L_08A0A490;
case 351u: goto L_08A0A498;
case 352u: goto L_08A0A49C;
case 353u: goto L_08A0A4A8;
case 354u: goto L_08A0A4B0;
case 355u: goto L_08A0A4B8;
case 356u: goto L_08A0A4D0;
case 357u: goto L_08A0A524;
case 358u: goto L_08A0A538;
case 359u: goto L_08A0A54C;
case 360u: goto L_08A0A554;
case 361u: goto L_08A0A568;
case 362u: goto L_08A0A580;
case 363u: goto L_08A0A594;
case 364u: goto L_08A0A5AC;
case 365u: goto L_08A0A5E4;
case 366u: goto L_08A0A638;
case 367u: goto L_08A0A644;
case 368u: goto L_08A0A650;
case 369u: goto L_08A0A65C;
case 370u: goto L_08A0A670;
case 371u: goto L_08A0A67C;
case 372u: goto L_08A0A690;
case 373u: goto L_08A0A6A8;
case 374u: goto L_08A0A6F4;
case 375u: goto L_08A0A700;
case 376u: goto L_08A0A74C;
case 377u: goto L_08A0A75C;
case 378u: goto L_08A0A768;
case 379u: goto L_08A0A77C;
case 380u: goto L_08A0A7A8;
case 381u: goto L_08A0A7B0;
case 382u: goto L_08A0A7B8;
case 383u: goto L_08A0A7C4;
case 384u: goto L_08A0A800;
case 385u: goto L_08A0A808;
case 386u: goto L_08A0A814;
case 387u: goto L_08A0A838;
case 388u: goto L_08A0A844;
case 389u: goto L_08A0A84C;
case 390u: goto L_08A0A850;
case 391u: goto L_08A0A87C;
case 392u: goto L_08A0A888;
case 393u: goto L_08A0A890;
case 394u: goto L_08A0A894;
case 395u: goto L_08A0A89C;
case 396u: goto L_08A0A8AC;
case 397u: goto L_08A0A8B8;
case 398u: goto L_08A0A8C0;
case 399u: goto L_08A0A8CC;
case 400u: goto L_08A0A8DC;
case 401u: goto L_08A0A8E8;
case 402u: goto L_08A0A924;
case 403u: goto L_08A0A93C;
case 404u: goto L_08A0A944;
case 405u: goto L_08A0A95C;
case 406u: goto L_08A0A960;
case 407u: goto L_08A0A970;
case 408u: goto L_08A0A978;
case 409u: goto L_08A0A980;
case 410u: goto L_08A0A98C;
case 411u: goto L_08A0A994;
case 412u: goto L_08A0A998;
case 413u: goto L_08A0A9A4;
case 414u: goto L_08A0A9BC;
case 415u: goto L_08A0A9D0;
case 416u: goto L_08A0A9E4;
case 417u: goto L_08A0A9F8;
case 418u: goto L_08A0AA58;
case 419u: goto L_08A0AA84;
case 420u: goto L_08A0AA90;
case 421u: goto L_08A0AACC;
case 422u: goto L_08A0AAE8;
case 423u: goto L_08A0AB38;
case 424u: goto L_08A0AB54;
case 425u: goto L_08A0AB70;
case 426u: goto L_08A0AB78;
case 427u: goto L_08A0AB84;
case 428u: goto L_08A0ABC0;
case 429u: goto L_08A0ABC8;
case 430u: goto L_08A0ABCC;
case 431u: goto L_08A0ABDC;
case 432u: goto L_08A0ABE0;
case 433u: goto L_08A0ABF0;
case 434u: goto L_08A0ABF4;
case 435u: goto L_08A0ABFC;
case 436u: goto L_08A0AC10;
case 437u: goto L_08A0AC18;
case 438u: goto L_08A0AC1C;
case 439u: goto L_08A0AC3C;
case 440u: goto L_08A0AC90;
case 441u: goto L_08A0AD3C;
case 442u: goto L_08A0AD48;
case 443u: goto L_08A0AD54;
case 444u: goto L_08A0AD60;
case 445u: goto L_08A0AD88;
case 446u: goto L_08A0AD94;
case 447u: goto L_08A0ADC8;
case 448u: goto L_08A0ADE0;
case 449u: goto L_08A0AE14;
case 450u: goto L_08A0AE28;
case 451u: goto L_08A0AE34;
case 452u: goto L_08A0AE44;
case 453u: goto L_08A0AE50;
case 454u: goto L_08A0AE6C;
case 455u: goto L_08A0AE74;
case 456u: goto L_08A0AE80;
case 457u: goto L_08A0AE8C;
case 458u: goto L_08A0AEA4;
case 459u: goto L_08A0AEB8;
case 460u: goto L_08A0AEF8;
case 461u: goto L_08A0AF04;
case 462u: goto L_08A0AF14;
case 463u: goto L_08A0AF30;
case 464u: goto L_08A0AF48;
case 465u: goto L_08A0AF70;
case 466u: goto L_08A0AFA8;
case 467u: goto L_08A0AFB4;
case 468u: goto L_08A0AFD4;
case 469u: goto L_08A0AFEC;
case 470u: goto L_08A0AFF8;
case 471u: goto L_08A0B010;
case 472u: goto L_08A0B018;
case 473u: goto L_08A0B024;
case 474u: goto L_08A0B02C;
case 475u: goto L_08A0B038;
case 476u: goto L_08A0B040;
case 477u: goto L_08A0B04C;
case 478u: goto L_08A0B054;
case 479u: goto L_08A0B060;
case 480u: goto L_08A0B064;
case 481u: goto L_08A0B068;
case 482u: goto L_08A0B0A8;
case 483u: goto L_08A0B0B8;
case 484u: goto L_08A0B0DC;
case 485u: goto L_08A0B0E4;
case 486u: goto L_08A0B100;
case 487u: goto L_08A0B104;
case 488u: goto L_08A0B138;
case 489u: goto L_08A0B14C;
case 490u: goto L_08A0B154;
case 491u: goto L_08A0B170;
case 492u: goto L_08A0B178;
case 493u: goto L_08A0B188;
case 494u: goto L_08A0B1A8;
case 495u: goto L_08A0B1B8;
case 496u: goto L_08A0B1C8;
case 497u: goto L_08A0B1E0;
case 498u: goto L_08A0B1E8;
case 499u: goto L_08A0B1F8;
case 500u: goto L_08A0B214;
case 501u: goto L_08A0B244;
case 502u: goto L_08A0B280;
case 503u: goto L_08A0B288;
case 504u: goto L_08A0B298;
case 505u: goto L_08A0B2A0;
case 506u: goto L_08A0B2B8;
case 507u: goto L_08A0B2D0;
case 508u: goto L_08A0B2D8;
case 509u: goto L_08A0B2E0;
case 510u: goto L_08A0B300;
case 511u: goto L_08A0B314;
case 512u: goto L_08A0B320;
case 513u: goto L_08A0B32C;
case 514u: goto L_08A0B334;
case 515u: goto L_08A0B33C;
case 516u: goto L_08A0B348;
case 517u: goto L_08A0B358;
case 518u: goto L_08A0B368;
case 519u: goto L_08A0B3B0;
case 520u: goto L_08A0B3B8;
case 521u: goto L_08A0B3C0;
case 522u: goto L_08A0B3C8;
case 523u: goto L_08A0B3E8;
case 524u: goto L_08A0B3FC;
case 525u: goto L_08A0B408;
case 526u: goto L_08A0B414;
case 527u: goto L_08A0B41C;
case 528u: goto L_08A0B424;
case 529u: goto L_08A0B430;
case 530u: goto L_08A0B440;
case 531u: goto L_08A0B450;
case 532u: goto L_08A0B498;
case 533u: goto L_08A0B4A0;
case 534u: goto L_08A0B4A8;
case 535u: goto L_08A0B4B0;
case 536u: goto L_08A0B4D0;
case 537u: goto L_08A0B4E4;
case 538u: goto L_08A0B4F0;
case 539u: goto L_08A0B4FC;
case 540u: goto L_08A0B504;
case 541u: goto L_08A0B50C;
case 542u: goto L_08A0B518;
case 543u: goto L_08A0B528;
case 544u: goto L_08A0B538;
case 545u: goto L_08A0B580;
case 546u: goto L_08A0B588;
case 547u: goto L_08A0B590;
case 548u: goto L_08A0B598;
case 549u: goto L_08A0B5B8;
case 550u: goto L_08A0B5CC;
case 551u: goto L_08A0B5D8;
case 552u: goto L_08A0B5E4;
case 553u: goto L_08A0B5EC;
case 554u: goto L_08A0B5F4;
case 555u: goto L_08A0B600;
case 556u: goto L_08A0B610;
case 557u: goto L_08A0B620;
case 558u: goto L_08A0B668;
case 559u: goto L_08A0B670;
case 560u: goto L_08A0B678;
case 561u: goto L_08A0B680;
case 562u: goto L_08A0B688;
case 563u: goto L_08A0B6A8;
case 564u: goto L_08A0B6B0;
case 565u: goto L_08A0B6C0;
case 566u: goto L_08A0B6D4;
case 567u: goto L_08A0B6E4;
case 568u: goto L_08A0B6F0;
case 569u: goto L_08A0B6F8;
case 570u: goto L_08A0B6FC;
case 571u: goto L_08A0B708;
case 572u: goto L_08A0B718;
case 573u: goto L_08A0B724;
case 574u: goto L_08A0B734;
case 575u: goto L_08A0B740;
case 576u: goto L_08A0B764;
case 577u: goto L_08A0B7C8;
case 578u: goto L_08A0B7DC;
case 579u: goto L_08A0B7F0;
case 580u: goto L_08A0B944;
case 581u: goto L_08A0B978;
case 582u: goto L_08A0B984;
case 583u: goto L_08A0B998;
case 584u: goto L_08A0B9A8;
case 585u: goto L_08A0B9B8;
case 586u: goto L_08A0B9D4;
case 587u: goto L_08A0B9DC;
case 588u: goto L_08A0B9E0;
case 589u: goto L_08A0B9FC;
case 590u: goto L_08A0BA08;
case 591u: goto L_08A0BA24;
case 592u: goto L_08A0BA2C;
case 593u: goto L_08A0BA30;
case 594u: goto L_08A0BA48;
case 595u: goto L_08A0BA78;
case 596u: goto L_08A0BA8C;
case 597u: goto L_08A0BA94;
case 598u: goto L_08A0BB2C;
case 599u: goto L_08A0BB44;
case 600u: goto L_08A0BC84;
case 601u: goto L_08A0BC8C;
case 602u: goto L_08A0BCA4;
case 603u: goto L_08A0BCAC;
case 604u: goto L_08A0BCCC;
case 605u: goto L_08A0BCD0;
case 606u: goto L_08A0BCF4;
case 607u: goto L_08A0BD40;
case 608u: goto L_08A0BD5C;
case 609u: goto L_08A0BDAC;
case 610u: goto L_08A0BDCC;
case 611u: goto L_08A0BDE0;
case 612u: goto L_08A0BDF4;
case 613u: goto L_08A0BE00;
case 614u: goto L_08A0BE14;
case 615u: goto L_08A0BE18;
case 616u: goto L_08A0BE2C;
case 617u: goto L_08A0BE34;
case 618u: goto L_08A0BE48;
case 619u: goto L_08A0BE58;
case 620u: goto L_08A0BE60;
case 621u: goto L_08A0BE74;
case 622u: goto L_08A0BE9C;
case 623u: goto L_08A0BEA8;
case 624u: goto L_08A0BEC4;
case 625u: goto L_08A0BED0;
case 626u: goto L_08A0BEEC;
case 627u: goto L_08A0BEF8;
case 628u: goto L_08A0BF14;
case 629u: goto L_08A0BF20;
case 630u: goto L_08A0BF3C;
case 631u: goto L_08A0BF48;
case 632u: goto L_08A0BF64;
case 633u: goto L_08A0BF70;
case 634u: goto L_08A0BF7C;
case 635u: goto L_08A0BF84;
case 636u: goto L_08A0BF98;
case 637u: goto L_08A0BFA8;
case 638u: goto L_08A0BFC0;
case 639u: goto L_08A0BFE0;
case 640u: goto L_08A0BFF4;
default:
if (local_transfers == 0u) rt.unsupported(ctx.pc, 0u, "invalid internal function entry");
else ctx.pc = local_pc;
AOT_REGCACHE_SYNC_OUT(); return;
}
}
// PSPRECOMP_V813_SHARED_JR_DISPATCH: one dynamic-JR reject/redispatch path per unit.
LOCAL_JR_DISPATCH:
{
const std::uint32_t local_delta_v813 = jump_target - 0x08A08000u;
if (local_delta_v813 >= 16376u || (local_delta_v813 & 3u) != 0u) {
ctx.pc = jump_target;
AOT_REGCACHE_SYNC_OUT();
// PSPRECOMP_V814_CONTINUATION_RETURN
Runtime::AotTailContinuation aot_cont_v814{};
if (rt.take_aot_tail_continuation(jump_target, aot_cont_v814)) {
#if defined(__clang__) && defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
[[clang::musttail]] return aot_cont_v814.function(
rt, ctx, aot_cont_v814.entry_id, aot_mem);
#else
aot_cont_v814.function(rt, ctx, aot_cont_v814.entry_id, aot_mem); return;
#endif
}
return;
}
}
local_pc = jump_target;
entry_id = 0u;
goto LOCAL_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_BLOCK: one scheduler-exact slow boundary per unit.
LOCAL_SCHED_BOUNDARY:
ctx.pc = jump_target;
AOT_REGCACHE_SYNC_OUT();
if (local_redispatch_rounds < 7u && rt.continue_generated_local_dispatch(ctx)) {
++local_redispatch_rounds;
AOT_REGCACHE_SYNC_IN();
local_transfers = 0u;
local_pc = ctx.pc;
entry_id = 0u;
goto LOCAL_DISPATCH;
}
return;
L_08A08000:
aot_gpr_6 = (aot_gpr_6 - aot_gpr_5);
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[28] + static_cast<std::uint32_t>(-8712)));
aot_gpr_6 = (aot_gpr_6 << 24u);
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_4) < 0;
aot_gpr_6 = (0u + aot_gpr_6);
if (branch_taken) {
goto L_08A08040;
}
goto L_08A08014;
}
L_08A08014:
ctx.gpr[7] = (aot_mem.aot_direct_load8(ctx.gpr[28] + static_cast<std::uint32_t>(-8710)));
ctx.gpr[8] = (aot_mem.aot_direct_load8(ctx.gpr[28] + static_cast<std::uint32_t>(-8711)));
ctx.gpr[7] = (ctx.gpr[7] << 16u);
ctx.gpr[7] = (0u + ctx.gpr[7]);
aot_gpr_6 = (aot_gpr_6 + ctx.gpr[7]);
ctx.gpr[7] = (ctx.gpr[8] << 8u);
aot_gpr_6 = (aot_gpr_6 + ctx.gpr[7]);
aot_gpr_6 = (aot_gpr_6 + aot_gpr_4);
aot_gpr_4 = (aot_gpr_6 & ctx.gpr[19]);
{ const bool branch_taken = 0u == 0u;
aot_gpr_6 = (aot_gpr_6 >> 24u);
if (branch_taken) {
goto L_08A08048;
}
goto L_08A08040;
}
L_08A08040:
aot_gpr_4 = (aot_gpr_6 & ctx.gpr[19]);
aot_gpr_6 = (aot_gpr_6 >> 24u);
goto L_08A08048;
L_08A08048:
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_5) <= 0;
aot_gpr_5 = (8448u << 16u);
if (branch_taken) {
goto L_08A080A8;
}
goto L_08A08050;
}
L_08A08050:
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store32(ctx.gpr[9] + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
ctx.gpr[7] = (57088u << 16u);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_5);
ctx.gpr[7] = (ctx.gpr[7] + static_cast<std::uint32_t>(50));
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), ctx.gpr[7]);
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
ctx.gpr[7] = (57344u << 16u);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), ctx.gpr[7]);
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
ctx.gpr[7] = (57600u << 16u);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), ctx.gpr[7]);
ctx.gpr[9] = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
ctx.gpr[9] = (ctx.gpr[9] + static_cast<std::uint32_t>(4));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), ctx.gpr[9]);
if (branch_taken) {
goto L_08A080BC;
}
goto L_08A080A8;
}
L_08A080A8:
aot_gpr_5 = (8448u << 16u);
aot_mem.aot_direct_store32(ctx.gpr[9] + static_cast<std::uint32_t>(0), aot_gpr_5);
ctx.gpr[9] = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
ctx.gpr[9] = (ctx.gpr[9] + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), ctx.gpr[9]);
goto L_08A080BC;
L_08A080BC:
aot_gpr_5 = (51456u << 16u);
aot_mem.aot_direct_store32(ctx.gpr[9] + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
ctx.gpr[7] = (aot_gpr_4 | ctx.gpr[11]);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), ctx.gpr[7]);
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_6 = (aot_gpr_6 | ctx.gpr[10]);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), aot_gpr_6);
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_6 = (aot_gpr_4 | ctx.gpr[30]);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), aot_gpr_6);
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_4 = (aot_gpr_4 | ctx.gpr[23]);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
{ const bool branch_taken = 0u == 0u;
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8748)));
if (branch_taken) {
goto L_08A08200;
}
goto L_08A08128;
}
L_08A08128:
aot_gpr_4 = (0u + static_cast<std::uint32_t>(-1));
{ const bool branch_taken = static_cast<std::int32_t>(ctx.gpr[8]) > 0;
aot_gpr_5 = (0u | 0u);
if (branch_taken) {
goto L_08A08158;
}
goto L_08A08134;
}
L_08A08134:
aot_gpr_6 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(2884)));
if (static_cast<std::int32_t>(aot_gpr_6) >= 0) {
aot_gpr_5 = (0u | 1u);
goto L_08A0815C;
}
goto L_08A08140;
L_08A08140:
aot_gpr_6 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(2856)));
if (static_cast<std::int32_t>(aot_gpr_6) >= 0) {
aot_gpr_5 = (0u | 1u);
goto L_08A0815C;
}
goto L_08A0814C;
L_08A0814C:
aot_gpr_6 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(2896)));
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_6) <= 0;
aot_gpr_5 = (aot_gpr_5 & 255u);
if (branch_taken) {
goto L_08A08160;
}
goto L_08A08158;
}
L_08A08158:
aot_gpr_5 = (0u | 1u);
goto L_08A0815C;
L_08A0815C:
aot_gpr_5 = (aot_gpr_5 & 255u);
goto L_08A08160;
L_08A08160:
{ const bool branch_taken = aot_gpr_5 == 0u;
aot_gpr_5 = (8448u << 16u);
if (branch_taken) {
goto L_08A08194;
}
goto L_08A08168;
}
L_08A08168:
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[28] + static_cast<std::uint32_t>(-8710)));
aot_gpr_5 = (aot_mem.aot_direct_load8(ctx.gpr[28] + static_cast<std::uint32_t>(-8711)));
aot_gpr_4 = (aot_gpr_4 << 16u);
aot_gpr_4 = (0u + aot_gpr_4);
aot_gpr_5 = (aot_gpr_5 << 8u);
aot_gpr_6 = (aot_mem.aot_direct_load8(ctx.gpr[28] + static_cast<std::uint32_t>(-8712)));
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
aot_gpr_4 = (aot_gpr_4 + aot_gpr_6);
aot_gpr_5 = (256u << 16u);
aot_gpr_4 = (aot_gpr_4 - aot_gpr_5);
aot_gpr_5 = (8448u << 16u);
goto L_08A08194;
L_08A08194:
aot_mem.aot_direct_store32(ctx.gpr[9] + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_6 = (aot_gpr_4 & ctx.gpr[19]);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_5);
ctx.gpr[7] = (aot_gpr_6 | ctx.gpr[11]);
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), ctx.gpr[7]);
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_4 = (aot_gpr_4 >> 24u);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_4 = (aot_gpr_4 | ctx.gpr[10]);
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_5 = (aot_gpr_6 | ctx.gpr[30]);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_5 = (aot_gpr_6 | ctx.gpr[23]);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8748)));
goto L_08A08200;
L_08A08200:
{ const bool branch_taken = aot_gpr_4 == ctx.gpr[20];
if (branch_taken) {
goto L_08A08220;
}
goto L_08A08208;
}
L_08A08208:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_5 = (8192u << 16u);
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
goto L_08A08220;
L_08A08220:
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8736)));
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_4) < 513 ? 1u : 0u);
{ const bool branch_taken = aot_gpr_4 != 0u;
if (branch_taken) {
goto L_08A0833C;
}
goto L_08A08230;
}
L_08A08230:
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8744)));
ctx.gpr[17] = (4u << 16u);
ctx.gpr[17] = (ctx.gpr[17] + static_cast<std::uint32_t>(-16384));
{ const std::int32_t dividend = static_cast<std::int32_t>(ctx.gpr[17]); const std::int32_t divisor = static_cast<std::int32_t>(aot_gpr_4); if (divisor == 0) { ctx.lo = dividend >= 0 ? 0xFFFFFFFFu : 1u; ctx.hi = static_cast<std::uint32_t>(dividend); } else if (dividend == static_cast<std::int32_t>(0x80000000u) && divisor == -1) { ctx.lo = 0x80000000u; ctx.hi = 0u; } else { ctx.lo = static_cast<std::uint32_t>(dividend / divisor); ctx.hi = static_cast<std::uint32_t>(dividend % divisor); } }
ctx.gpr[9] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8740)));
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), ctx.gpr[9]);
aot_gpr_5 = (0u | 0u);
aot_gpr_6 = (0u | 0u);
ctx.gpr[7] = (0u | 0u);
ctx.gpr[8] = (0u | 0u);
ctx.gpr[10] = (0u | 272u);
ctx.gpr[11] = (0u | 512u);
ctx.gpr[9] = (ctx.lo);
aot_gpr_31 = (0x08A08270u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0054.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 21u, 0x08A08270u, 0x088DFA08u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0054_entry(rt, ctx, 499u, aot_mem);
#else
recomp_unit_0054_entry(rt, ctx, 499u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0054_entry, 54u, 499u, 0x088DFA08u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08270u) goto L_08A08270;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A08270:
aot_gpr_6 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8736)));
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8760)));
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8788)));
ctx.gpr[8] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8748)));
aot_gpr_5 = (aot_gpr_5 + aot_gpr_4);
ctx.gpr[7] = (0u | 1024u);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
if (ctx.gpr[8] == ctx.gpr[20]) {
ctx.gpr[7] = (0u | 2048u);
goto L_08A08294;
}
goto L_08A08294;
L_08A08294:
aot_gpr_5 = (aot_gpr_5 + ctx.gpr[7]);
ctx.gpr[7] = (aot_gpr_5 & ctx.gpr[19]);
ctx.gpr[8] = (40960u << 16u);
ctx.gpr[7] = (ctx.gpr[7] | ctx.gpr[8]);
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), ctx.gpr[7]);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
ctx.gpr[7] = (43008u << 16u);
aot_gpr_5 = (aot_gpr_5 >> 8u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_gpr_6 = (aot_gpr_6 | ctx.gpr[7]);
aot_gpr_5 = (aot_gpr_5 & ctx.gpr[21]);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_5 = (aot_gpr_6 | aot_gpr_5);
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_5 = (47104u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(2313));
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), ctx.gpr[22]);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
ctx.gpr[11] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8744)));
{ const std::int32_t dividend = static_cast<std::int32_t>(ctx.gpr[17]); const std::int32_t divisor = static_cast<std::int32_t>(ctx.gpr[11]); if (divisor == 0) { ctx.lo = dividend >= 0 ? 0xFFFFFFFFu : 1u; ctx.hi = static_cast<std::uint32_t>(dividend); } else if (dividend == static_cast<std::int32_t>(0x80000000u) && divisor == -1) { ctx.lo = 0x80000000u; ctx.hi = 0u; } else { ctx.lo = static_cast<std::uint32_t>(dividend / divisor); ctx.hi = static_cast<std::uint32_t>(dividend % divisor); } }
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8740)));
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_6 = (0u | 0u);
ctx.gpr[7] = (0u | 512u);
ctx.gpr[8] = (0u | 0u);
ctx.gpr[9] = (0u | 480u);
ctx.gpr[10] = (0u | 272u);
aot_gpr_5 = (ctx.lo);
aot_gpr_31 = (0x08A08334u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0054.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 23u, 0x08A08334u, 0x088DFA08u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0054_entry(rt, ctx, 499u, aot_mem);
#else
recomp_unit_0054_entry(rt, ctx, 499u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0054_entry, 54u, 499u, 0x088DFA08u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08334u) goto L_08A08334;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A08334:
{ const bool branch_taken = 0u == 0u;
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
if (branch_taken) {
goto L_08A083B8;
}
goto L_08A0833C;
}
L_08A0833C:
aot_gpr_4 = (0u | 0u);
ctx.gpr[17] = (0u | 0u);
ctx.gpr[18] = (0u | 68u);
goto L_08A08348;
L_08A08348:
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8740)));
ctx.gpr[19] = (aot_gpr_4 + static_cast<std::uint32_t>(1));
aot_gpr_6 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_5) >> 2u));
aot_gpr_6 = (aot_gpr_6 >> 30u);
aot_gpr_5 = (aot_gpr_5 + aot_gpr_6);
ctx.gpr[2] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_5) >> 2u));
{ const std::int64_t product = static_cast<std::int64_t>(static_cast<std::int32_t>(aot_gpr_4)) * static_cast<std::int64_t>(static_cast<std::int32_t>(ctx.gpr[2])); ctx.lo = static_cast<std::uint32_t>(product); ctx.hi = static_cast<std::uint32_t>(static_cast<std::uint64_t>(product) >> 32u); }
ctx.gpr[11] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8744)));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), 0u);
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_5 = (0u | 0u);
aot_gpr_6 = (ctx.gpr[17] | 0u);
ctx.gpr[7] = (0u | 0u);
ctx.gpr[9] = (0u | 480u);
ctx.gpr[10] = (ctx.gpr[18] | 0u);
ctx.gpr[8] = (ctx.lo);
{ const std::int64_t product = static_cast<std::int64_t>(static_cast<std::int32_t>(ctx.gpr[19])) * static_cast<std::int64_t>(static_cast<std::int32_t>(ctx.gpr[2])); ctx.lo = static_cast<std::uint32_t>(product); ctx.hi = static_cast<std::uint32_t>(static_cast<std::uint64_t>(product) >> 32u); }
ctx.gpr[2] = (ctx.lo);
aot_gpr_31 = (0x08A083A0u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), ctx.gpr[2]);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0054.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 26u, 0x08A083A0u, 0x088DFA08u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0054_entry(rt, ctx, 499u, aot_mem);
#else
recomp_unit_0054_entry(rt, ctx, 499u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0054_entry, 54u, 499u, 0x088DFA08u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A083A0u) goto L_08A083A0;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A083A0:
aot_gpr_4 = (ctx.gpr[19] | 0u);
ctx.gpr[17] = (ctx.gpr[17] + static_cast<std::uint32_t>(68));
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_4) < 4 ? 1u : 0u);
{ const bool branch_taken = aot_gpr_5 != 0u;
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(68));
if (branch_taken) {
goto L_08A08348;
}
goto L_08A083B4;
}
L_08A083B4:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
goto L_08A083B8;
L_08A083B8:
aot_gpr_5 = (59136u << 16u);
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_5 = (8704u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_5 = (8960u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_5 = (8448u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_5 = (50688u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(263));
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8744)));
aot_gpr_6 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8740)));
ctx.gpr[7] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_5) >> 1u));
ctx.gpr[7] = (ctx.gpr[7] >> 31u);
aot_gpr_5 = (aot_gpr_5 + ctx.gpr[7]);
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_5) >> 1u));
aot_fpr_12 = std::bit_cast<float>(aot_gpr_5);
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_6) >> 1u));
aot_fpr_12 = static_cast<float>(static_cast<std::int32_t>(std::bit_cast<std::uint32_t>(aot_fpr_12)));
aot_gpr_5 = (aot_gpr_5 >> 31u);
aot_gpr_5 = (aot_gpr_6 + aot_gpr_5);
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_5) >> 1u));
aot_fpr_13 = std::bit_cast<float>(aot_gpr_5);
aot_fpr_13 = static_cast<float>(static_cast<std::int32_t>(std::bit_cast<std::uint32_t>(aot_fpr_13)));
aot_gpr_5 = (16896u << 16u);
aot_gpr_6 = (std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_6 = (aot_gpr_6 >> 8u);
aot_gpr_5 = (aot_gpr_6 | aot_gpr_5);
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_fpr_13 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(aot_fpr_13) ^ 0x80000000u);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_5 = (std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_gpr_5 = (aot_gpr_5 >> 8u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_gpr_6 = (17152u << 16u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_5 = (aot_gpr_5 | aot_gpr_6);
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_6 = (std::bit_cast<std::uint32_t>(ctx.fpr[20]));
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_5 = (aot_gpr_6 >> 8u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_gpr_6 = (17664u << 16u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_5 = (aot_gpr_5 | aot_gpr_6);
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_6 = (std::bit_cast<std::uint32_t>(ctx.fpr[20]));
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_5 = (aot_gpr_6 >> 8u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_gpr_6 = (17920u << 16u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_5 = (aot_gpr_5 | aot_gpr_6);
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_5 = (0u | 4096u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_6 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8744)));
ctx.gpr[7] = (aot_gpr_5 - aot_gpr_6);
ctx.gpr[7] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(ctx.gpr[7]) >> 1u));
ctx.gpr[7] = (ctx.gpr[7] >> 31u);
aot_gpr_6 = (ctx.gpr[7] - aot_gpr_6);
ctx.gpr[7] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8740)));
aot_gpr_6 = (aot_gpr_6 + static_cast<std::uint32_t>(4096));
aot_gpr_5 = (aot_gpr_5 - ctx.gpr[7]);
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_5) >> 1u));
aot_gpr_5 = (aot_gpr_5 >> 31u);
aot_gpr_6 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_6) >> 1u));
aot_gpr_5 = (aot_gpr_5 - ctx.gpr[7]);
aot_gpr_6 = (aot_gpr_6 << 4u);
ctx.gpr[7] = (19456u << 16u);
aot_gpr_6 = (aot_gpr_6 | ctx.gpr[7]);
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_6);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(4096));
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_5) >> 1u));
aot_gpr_5 = (aot_gpr_5 << 4u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_gpr_6 = (19712u << 16u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_5 = (aot_gpr_5 | aot_gpr_6);
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
ctx.gpr[7] = (54272u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8744)));
aot_gpr_6 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8740)));
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), ctx.gpr[7]);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_6 = (aot_gpr_6 & 1023u);
aot_gpr_6 = (aot_gpr_6 << 10u);
ctx.gpr[7] = (54528u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_gpr_6 = (aot_gpr_6 | ctx.gpr[7]);
aot_gpr_5 = (aot_gpr_5 & 1023u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_5 = (aot_gpr_6 | aot_gpr_5);
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
ctx.gpr[7] = (5376u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8744)));
aot_gpr_6 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8740)));
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), ctx.gpr[7]);
aot_gpr_4 = (aot_gpr_5 + static_cast<std::uint32_t>(-1));
aot_gpr_6 = (aot_gpr_6 + static_cast<std::uint32_t>(-1));
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_6 = (aot_gpr_6 << 10u);
ctx.gpr[7] = (5632u << 16u);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(4));
aot_gpr_6 = (aot_gpr_6 | ctx.gpr[7]);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_4 = (aot_gpr_6 | aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_5 = (22016u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(-1));
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_5 = (22528u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(255));
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_5 = (22272u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(-1));
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_5 = (22528u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(-1));
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_5 = (51456u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(256));
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8748)));
{ const bool branch_taken = aot_gpr_5 == ctx.gpr[20];
aot_gpr_5 = (3840u << 16u);
if (branch_taken) {
goto L_08A08684;
}
goto L_08A08668;
}
L_08A08668:
aot_gpr_5 = (8192u << 16u);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_5 = (3840u << 16u);
goto L_08A08684;
L_08A08684:
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(2));
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_5 = (3072u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(0), aot_gpr_4);
goto L_08A086AC;
L_08A086AC:
ctx.fpr[20] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(16)));
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(20)));
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(24)));
ctx.gpr[18] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(28)));
ctx.gpr[19] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(32)));
ctx.gpr[20] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(36)));
ctx.gpr[21] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(40)));
ctx.gpr[22] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(44)));
ctx.gpr[23] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(48)));
ctx.gpr[30] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(52)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(56)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(64));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A086E0:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_gpr_4 = (2236u << 16u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_31);
aot_gpr_31 = (0x08A086F4u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(29552));
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0054.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 33u, 0x08A086F4u, 0x088DF9B0u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0054_entry(rt, ctx, 497u, aot_mem);
#else
recomp_unit_0054_entry(rt, ctx, 497u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0054_entry, 54u, 497u, 0x088DF9B0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A086F4u) goto L_08A086F4;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A086F4:
aot_gpr_4 = (2279u << 16u);
aot_gpr_5 = (2279u << 16u);
aot_gpr_6 = (0u | 2048u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(22976));
aot_gpr_31 = (0x08A0870Cu);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(20928));
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0054.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 34u, 0x08A0870Cu, 0x088DF9D0u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0054_entry(rt, ctx, 498u, aot_mem);
#else
recomp_unit_0054_entry(rt, ctx, 498u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0054_entry, 54u, 498u, 0x088DF9D0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0870Cu) goto L_08A0870C;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0870C:
aot_gpr_4 = (2279u << 16u);
aot_gpr_5 = (2279u << 16u);
aot_gpr_6 = (0u | 2048u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(25088));
aot_gpr_31 = (0x08A08724u);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(23040));
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0054.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 35u, 0x08A08724u, 0x088DF9D0u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0054_entry(rt, ctx, 498u, aot_mem);
#else
recomp_unit_0054_entry(rt, ctx, 498u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0054_entry, 54u, 498u, 0x088DF9D0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08724u) goto L_08A08724;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A08724:
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A08730:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(2232)));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_31);
{ const bool branch_taken = aot_gpr_5 != 0u;
aot_gpr_16 = (aot_gpr_4 | 0u);
if (branch_taken) {
goto L_08A08778;
}
goto L_08A08748;
}
L_08A08748:
aot_gpr_31 = (0x08A08750u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0064.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 38u, 0x08A08750u, 0x08906ED8u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0064_entry(rt, ctx, 644u, aot_mem);
#else
recomp_unit_0064_entry(rt, ctx, 644u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0064_entry, 64u, 644u, 0x08906ED8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08750u) goto L_08A08750;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A08750:
{ const bool branch_taken = ctx.gpr[2] == 0u;
if (branch_taken) {
goto L_08A08770;
}
goto L_08A08758;
}
L_08A08758:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(2228)));
aot_gpr_5 = (0u | 5u);
{ const bool branch_taken = aot_gpr_4 == aot_gpr_5;
if (branch_taken) {
goto L_08A08780;
}
goto L_08A08768;
}
L_08A08768:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A087AC;
}
goto L_08A08770;
}
L_08A08770:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A087F8;
}
goto L_08A08778;
}
L_08A08778:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A087F8;
}
goto L_08A08780;
}
L_08A08780:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(456)));
aot_gpr_5 = (256u << 16u);
aot_gpr_4 = (aot_gpr_4 | aot_gpr_5);
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(2244)));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(456), aot_gpr_4);
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_5) < 2 ? 1u : 0u);
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_08A087AC;
}
goto L_08A087A0;
}
L_08A087A0:
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x08A087ACu);
aot_gpr_5 = (0u | 2u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_0890BE50, 65u, 982u, 0x0890BE50u>(ctx, &aot_mem, ctx.pc, aot_gpr_4, aot_gpr_5, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0065_entry, 65u, 982u, 0x0890BE50u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A087ACu) goto L_08A087AC;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A087AC:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(2228)));
aot_gpr_5 = (0u | 1u);
{ const bool branch_taken = aot_gpr_4 == aot_gpr_5;
if (branch_taken) {
goto L_08A087E4;
}
goto L_08A087BC;
}
L_08A087BC:
aot_gpr_5 = (aot_gpr_4 | 0u);
aot_gpr_31 = (0x08A087C8u);
aot_gpr_4 = (aot_gpr_16 | 0u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_08908E78, 65u, 261u, 0x08908E78u>(ctx, &aot_mem, ctx.pc, aot_gpr_4, aot_gpr_5, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0065_entry, 65u, 261u, 0x08908E78u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A087C8u) goto L_08A087C8;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A087C8:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(2244)));
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(2252)));
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_4) < static_cast<std::int32_t>(aot_gpr_5) ? 1u : 0u);
{ const bool branch_taken = aot_gpr_5 == 0u;
if (branch_taken) {
goto L_08A087EC;
}
goto L_08A087DC;
}
L_08A087DC:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A087F8;
}
goto L_08A087E4;
}
L_08A087E4:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A087F8;
}
goto L_08A087EC;
}
L_08A087EC:
aot_gpr_5 = (aot_gpr_4 | 0u);
aot_gpr_31 = (0x08A087F8u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0065.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 51u, 0x08A087F8u, 0x0890BE58u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0065_entry(rt, ctx, 983u, aot_mem);
#else
recomp_unit_0065_entry(rt, ctx, 983u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0065_entry, 65u, 983u, 0x0890BE58u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A087F8u) goto L_08A087F8;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A087F8:
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A08808:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-32));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(16), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(20), ctx.gpr[17]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(24), aot_gpr_31);
aot_gpr_16 = (aot_gpr_6 | 0u);
ctx.gpr[17] = (aot_gpr_4 | 0u);
aot_gpr_4 = (aot_gpr_5 << 16u);
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_4) >> 16u));
aot_mem.aot_direct_store16(ctx.gpr[17] + static_cast<std::uint32_t>(1140), static_cast<std::uint16_t>(aot_gpr_5));
aot_gpr_31 = (0x08A08834u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0172.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 53u, 0x08A08834u, 0x08AB4CE8u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0172_entry(rt, ctx, 167u, aot_mem);
#else
recomp_unit_0172_entry(rt, ctx, 167u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0172_entry, 172u, 167u, 0x08AB4CE8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08834u) goto L_08A08834;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A08834:
aot_mem.aot_direct_store16(ctx.gpr[17] + static_cast<std::uint32_t>(1142), static_cast<std::uint16_t>(ctx.gpr[2]));
aot_mem.aot_direct_store16(ctx.gpr[17] + static_cast<std::uint32_t>(1144), static_cast<std::uint16_t>(0u));
aot_mem.aot_direct_store16(ctx.gpr[17] + static_cast<std::uint32_t>(1146), static_cast<std::uint16_t>(aot_gpr_16));
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store16(ctx.gpr[17] + static_cast<std::uint32_t>(1148), static_cast<std::uint16_t>(aot_gpr_4));
aot_gpr_4 = (0u | 30u);
aot_mem.aot_direct_store32(ctx.gpr[17] + static_cast<std::uint32_t>(2196), aot_gpr_4);
aot_gpr_31 = (0x08A08858u);
aot_gpr_4 = (ctx.gpr[17] | 0u);
goto L_08A08884;
L_08A08858:
aot_gpr_4 = (aot_gpr_29 | 0u);
aot_gpr_31 = (0x08A08864u);
aot_gpr_5 = (ctx.gpr[2] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0172.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 55u, 0x08A08864u, 0x08AB4D44u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0172_entry(rt, ctx, 174u, aot_mem);
#else
recomp_unit_0172_entry(rt, ctx, 174u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0172_entry, 172u, 174u, 0x08AB4D44u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08864u) goto L_08A08864;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A08864:
{ const std::uint32_t vfpu_address = aot_gpr_29 + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<0u, 4u>(vfpu_value); }
aot_gpr_4 = (ctx.gpr[17] + static_cast<std::uint32_t>(656));
{ float vfpu_value[4]{}; ctx.read_vfpu_vector_ct<0u, 4u>(vfpu_value);
const std::uint32_t vfpu_address = aot_gpr_4 + static_cast<std::uint32_t>(0);
const std::uint32_t vfpu_words[4]{std::bit_cast<std::uint32_t>(vfpu_value[0]), std::bit_cast<std::uint32_t>(vfpu_value[1]), std::bit_cast<std::uint32_t>(vfpu_value[2]), std::bit_cast<std::uint32_t>(vfpu_value[3])};
aot_mem.aot_direct_store32_block(vfpu_address, vfpu_words); }
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(16)));
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(20)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(24)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(32));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A08884:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(1142))))));
aot_gpr_6 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(1144))))));
ctx.gpr[7] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(1148))))));
aot_gpr_5 = (aot_gpr_5 + aot_gpr_6);
aot_gpr_5 = (aot_gpr_5 + ctx.gpr[7]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), ctx.gpr[17]);
ctx.gpr[17] = (aot_gpr_5 << 16u);
ctx.gpr[17] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(ctx.gpr[17]) >> 16u));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), aot_gpr_31);
{ const bool branch_taken = static_cast<std::int32_t>(ctx.gpr[17]) < 0;
aot_gpr_16 = (aot_gpr_4 | 0u);
if (branch_taken) {
goto L_08A088D8;
}
goto L_08A088B8;
}
L_08A088B8:
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[17]) < 201 ? 1u : 0u);
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_08A088D8;
}
goto L_08A088C4;
}
L_08A088C4:
aot_gpr_31 = (0x08A088CCu);
aot_gpr_4 = (ctx.gpr[17] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0172.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 59u, 0x08A088CCu, 0x08AB4D70u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0172_entry(rt, ctx, 175u, aot_mem);
#else
recomp_unit_0172_entry(rt, ctx, 175u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0172_entry, 172u, 175u, 0x08AB4D70u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A088CCu) goto L_08A088CC;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A088CC:
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_16 + static_cast<std::uint32_t>(1140))))));
{ const bool branch_taken = ctx.gpr[2] == aot_gpr_4;
if (branch_taken) {
goto L_08A0895C;
}
goto L_08A088D8;
}
L_08A088D8:
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_16 + static_cast<std::uint32_t>(1146))))));
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_4) < 2 ? 1u : 0u);
{ const bool branch_taken = aot_gpr_5 == 0u;
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_4) < 3 ? 1u : 0u);
if (branch_taken) {
goto L_08A088F8;
}
goto L_08A088E8;
}
L_08A088E8:
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_4) <= 0;
if (branch_taken) {
goto L_08A0895C;
}
goto L_08A088F0;
}
L_08A088F0:
{ const bool branch_taken = 0u == 0u;
ctx.gpr[17] = (0u + static_cast<std::uint32_t>(-1));
if (branch_taken) {
goto L_08A0895C;
}
goto L_08A088F8;
}
L_08A088F8:
{ const bool branch_taken = aot_gpr_5 != 0u;
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_4) < 4 ? 1u : 0u);
if (branch_taken) {
goto L_08A08910;
}
goto L_08A08900;
}
L_08A08900:
{ const bool branch_taken = aot_gpr_4 != 0u;
aot_gpr_4 = (0u + static_cast<std::uint32_t>(-1));
if (branch_taken) {
goto L_08A0893C;
}
goto L_08A08908;
}
L_08A08908:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A0895C;
}
goto L_08A08910;
}
L_08A08910:
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_16 + static_cast<std::uint32_t>(1148))))));
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_16 + static_cast<std::uint32_t>(1142))))));
aot_gpr_4 = (0u - aot_gpr_4);
aot_mem.aot_direct_store16(aot_gpr_16 + static_cast<std::uint32_t>(1148), static_cast<std::uint16_t>(aot_gpr_4));
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_16 + static_cast<std::uint32_t>(1144))))));
aot_gpr_6 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_16 + static_cast<std::uint32_t>(1148))))));
aot_gpr_4 = (aot_gpr_5 + aot_gpr_4);
aot_gpr_4 = (aot_gpr_4 + aot_gpr_6);
ctx.gpr[17] = (aot_gpr_4 << 16u);
{ const bool branch_taken = 0u == 0u;
ctx.gpr[17] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(ctx.gpr[17]) >> 16u));
if (branch_taken) {
goto L_08A0895C;
}
goto L_08A0893C;
}
L_08A0893C:
aot_mem.aot_direct_store16(aot_gpr_16 + static_cast<std::uint32_t>(1144), static_cast<std::uint16_t>(aot_gpr_4));
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_16 + static_cast<std::uint32_t>(1142))))));
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_16 + static_cast<std::uint32_t>(1144))))));
aot_gpr_6 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_16 + static_cast<std::uint32_t>(1148))))));
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
aot_gpr_4 = (aot_gpr_4 + aot_gpr_6);
ctx.gpr[17] = (aot_gpr_4 << 16u);
ctx.gpr[17] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(ctx.gpr[17]) >> 16u));
goto L_08A0895C;
L_08A0895C:
ctx.gpr[2] = (ctx.gpr[17] | 0u);
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(8)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A08974:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-112));
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(656)));
aot_fpr_14 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(660)));
aot_gpr_5 = (std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(56), std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_gpr_6 = (std::bit_cast<std::uint32_t>(aot_fpr_14));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(32), aot_gpr_5);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(36), aot_gpr_6);
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(32)));
aot_fpr_15 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(36)));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(60), std::bit_cast<std::uint32_t>(aot_fpr_14));
aot_gpr_5 = (std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_gpr_6 = (std::bit_cast<std::uint32_t>(aot_fpr_15));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_6);
aot_fpr_14 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
ctx.fpr[16] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(16), std::bit_cast<std::uint32_t>(aot_fpr_14));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(20), std::bit_cast<std::uint32_t>(ctx.fpr[16]));
aot_gpr_5 = (aot_gpr_4 + static_cast<std::uint32_t>(48));
aot_fpr_14 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(0)));
ctx.fpr[16] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(4)));
aot_gpr_5 = (std::bit_cast<std::uint32_t>(aot_fpr_14));
aot_gpr_6 = (std::bit_cast<std::uint32_t>(ctx.fpr[16]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(40), aot_gpr_5);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(44), aot_gpr_6);
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(40)));
aot_fpr_15 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(44)));
aot_gpr_5 = (std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_gpr_6 = (std::bit_cast<std::uint32_t>(aot_fpr_15));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_6);
ctx.fpr[17] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
ctx.fpr[18] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
ctx.fpr[19] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(16)));
ctx.fpr[0] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(20)));
ctx.fpr[19] = ctx.fpr[19] - ctx.fpr[17];
aot_fpr_13 = ctx.fpr[0] - ctx.fpr[18];
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(72), std::bit_cast<std::uint32_t>(aot_fpr_14));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(76), std::bit_cast<std::uint32_t>(ctx.fpr[16]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(24), std::bit_cast<std::uint32_t>(ctx.fpr[17]));
aot_gpr_5 = (std::bit_cast<std::uint32_t>(ctx.fpr[19]));
aot_gpr_6 = (std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(48), aot_gpr_5);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(52), aot_gpr_6);
aot_fpr_14 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(48)));
aot_fpr_15 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(52)));
aot_gpr_5 = (std::bit_cast<std::uint32_t>(aot_fpr_14));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(28), std::bit_cast<std::uint32_t>(ctx.fpr[18]));
aot_gpr_6 = (std::bit_cast<std::uint32_t>(aot_fpr_15));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), aot_gpr_5);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(12), aot_gpr_6);
ctx.fpr[16] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(8)));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(ctx.fpr[19]));
ctx.fpr[17] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(12)));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(92), std::bit_cast<std::uint32_t>(aot_fpr_13));
{ const float fs = ctx.fpr[16]; const float ft = ctx.fpr[16]; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) ctx.fpr[18] = std::bit_cast<float>(0x7FC00000u); else ctx.fpr[18] = fs * ft; }
{ const float fs = ctx.fpr[17]; const float ft = ctx.fpr[17]; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) aot_fpr_13 = std::bit_cast<float>(0x7FC00000u); else aot_fpr_13 = fs * ft; }
aot_fpr_13 = ctx.fpr[18] + aot_fpr_13;
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), std::bit_cast<std::uint32_t>(ctx.fpr[16]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), std::bit_cast<std::uint32_t>(ctx.fpr[17]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(104), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(108), aot_gpr_31);
aot_fpr_13 = std::sqrt(aot_fpr_13);
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_13 < aot_fpr_12)) ? 0x00800000u : 0u);
{ const bool branch_taken = !((ctx.fcr31 & 0x00800000u) != 0u);
aot_gpr_16 = (aot_gpr_4 | 0u);
if (branch_taken) {
goto L_08A08ACC;
}
goto L_08A08A84;
}
L_08A08A84:
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_16 + static_cast<std::uint32_t>(1144))))));
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_16 + static_cast<std::uint32_t>(1148))))));
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_4) < 0;
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_4) < 200 ? 1u : 0u);
if (branch_taken) {
goto L_08A08AC4;
}
goto L_08A08A98;
}
L_08A08A98:
{ const bool branch_taken = aot_gpr_5 == 0u;
aot_gpr_4 = (aot_gpr_4 << 16u);
if (branch_taken) {
goto L_08A08AC4;
}
goto L_08A08AA0;
}
L_08A08AA0:
aot_gpr_31 = (0x08A08AA8u);
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_4) >> 16u));
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0172.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 73u, 0x08A08AA8u, 0x08AB4D70u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0172_entry(rt, ctx, 175u, aot_mem);
#else
recomp_unit_0172_entry(rt, ctx, 175u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0172_entry, 172u, 175u, 0x08AB4D70u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08AA8u) goto L_08A08AA8;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A08AA8:
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_16 + static_cast<std::uint32_t>(1140))))));
{ const bool branch_taken = ctx.gpr[2] != aot_gpr_4;
if (branch_taken) {
goto L_08A08AC4;
}
goto L_08A08AB4;
}
L_08A08AB4:
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_16 + static_cast<std::uint32_t>(1144))))));
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_16 + static_cast<std::uint32_t>(1148))))));
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
aot_mem.aot_direct_store16(aot_gpr_16 + static_cast<std::uint32_t>(1144), static_cast<std::uint16_t>(aot_gpr_4));
goto L_08A08AC4;
L_08A08AC4:
{ const bool branch_taken = 0u == 0u;
ctx.gpr[2] = (0u | 1u);
if (branch_taken) {
goto L_08A08AD0;
}
goto L_08A08ACC;
}
L_08A08ACC:
ctx.gpr[2] = (0u | 0u);
goto L_08A08AD0;
L_08A08AD0:
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(104)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(108)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(112));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A08AE0:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-64));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(48), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(52), ctx.gpr[17]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(56), ctx.gpr[18]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(60), aot_gpr_31);
aot_gpr_31 = (0x08A08AFCu);
aot_gpr_16 = (aot_gpr_4 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0064.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 79u, 0x08A08AFCu, 0x08906F34u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0064_entry(rt, ctx, 655u, aot_mem);
#else
recomp_unit_0064_entry(rt, ctx, 655u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0064_entry, 64u, 655u, 0x08906F34u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08AFCu) goto L_08A08AFC;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A08AFC:
{ const bool branch_taken = ctx.gpr[2] == 0u;
if (branch_taken) {
goto L_08A08B48;
}
goto L_08A08B04;
}
L_08A08B04:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(2228)));
aot_gpr_5 = (0u | 45u);
{ const bool branch_taken = aot_gpr_4 == aot_gpr_5;
if (branch_taken) {
goto L_08A08B48;
}
goto L_08A08B14;
}
L_08A08B14:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(2228)));
aot_gpr_5 = (0u | 46u);
{ const bool branch_taken = aot_gpr_4 != aot_gpr_5;
if (branch_taken) {
goto L_08A08B34;
}
goto L_08A08B24;
}
L_08A08B24:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(460)));
aot_gpr_4 = (aot_gpr_4 & 16384u);
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_08A08B48;
}
goto L_08A08B34;
}
L_08A08B34:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(2232)));
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_08A08B50;
}
goto L_08A08B40;
}
L_08A08B40:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A08C60;
}
goto L_08A08B48;
}
L_08A08B48:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A08DFC;
}
goto L_08A08B50;
}
L_08A08B50:
aot_gpr_31 = (0x08A08B58u);
aot_gpr_4 = (aot_gpr_16 | 0u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_0890D44C, 66u, 315u, 0x0890D44Cu>(ctx, &aot_mem, ctx.pc, ctx.gpr[2], aot_gpr_4, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0066_entry, 66u, 315u, 0x0890D44Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08B58u) goto L_08A08B58;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A08B58:
{ const bool branch_taken = ctx.gpr[2] != 0u;
if (branch_taken) {
goto L_08A08BD8;
}
goto L_08A08B60;
}
L_08A08B60:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(2228)));
aot_gpr_5 = (0u | 17u);
{ const bool branch_taken = aot_gpr_4 != aot_gpr_5;
if (branch_taken) {
goto L_08A08BD8;
}
goto L_08A08B70;
}
L_08A08B70:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(92)));
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(216));
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(0))))));
aot_gpr_6 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
jump_target = aot_gpr_6;
aot_gpr_31 = (0x08A08B88u);
aot_gpr_4 = (aot_gpr_16 + aot_gpr_5);
ctx.pc = jump_target;
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_call(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08B88u) goto L_08A08B88;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A08B88:
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[2] + static_cast<std::uint32_t>(12)));
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_08A08BD8;
}
goto L_08A08B94;
}
L_08A08B94:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(92)));
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(216));
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(0))))));
aot_gpr_6 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
jump_target = aot_gpr_6;
aot_gpr_31 = (0x08A08BACu);
aot_gpr_4 = (aot_gpr_16 + aot_gpr_5);
ctx.pc = jump_target;
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_call(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08BACu) goto L_08A08BAC;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A08BAC:
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[2] + static_cast<std::uint32_t>(36)));
aot_gpr_5 = (aot_gpr_16 | 0u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(40));
aot_gpr_6 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(0))))));
ctx.gpr[8] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
aot_gpr_4 = (ctx.gpr[2] + aot_gpr_6);
aot_gpr_6 = (0u | 0u);
jump_target = ctx.gpr[8];
aot_gpr_31 = (0x08A08BD0u);
ctx.gpr[7] = (0u | 0u);
ctx.pc = jump_target;
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_call(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08BD0u) goto L_08A08BD0;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A08BD0:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A08C58;
}
goto L_08A08BD8;
}
L_08A08BD8:
aot_gpr_31 = (0x08A08BE0u);
aot_gpr_4 = (aot_gpr_16 | 0u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_0890D44C, 66u, 315u, 0x0890D44Cu>(ctx, &aot_mem, ctx.pc, ctx.gpr[2], aot_gpr_4, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0066_entry, 66u, 315u, 0x0890D44Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08BE0u) goto L_08A08BE0;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A08BE0:
{ const bool branch_taken = ctx.gpr[2] != 0u;
if (branch_taken) {
goto L_08A08C50;
}
goto L_08A08BE8;
}
L_08A08BE8:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(2276)));
aot_gpr_5 = (0u | 2u);
{ const bool branch_taken = aot_gpr_4 == aot_gpr_5;
if (branch_taken) {
goto L_08A08C50;
}
goto L_08A08BF8;
}
L_08A08BF8:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(2196)));
{ const bool branch_taken = aot_gpr_4 != 0u;
if (branch_taken) {
goto L_08A08C50;
}
goto L_08A08C04;
}
L_08A08C04:
aot_gpr_31 = (0x08A08C0Cu);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_08B20934, 199u, 110u, 0x08B20934u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, ctx.gpr[2], aot_gpr_4, aot_gpr_5, aot_gpr_6, ctx.gpr[7], ctx.gpr[28], aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0199_entry, 199u, 110u, 0x08B20934u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08C0Cu) goto L_08A08C0C;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A08C0C:
aot_gpr_4 = (ctx.gpr[2] & 65535u);
if (static_cast<std::int32_t>(aot_gpr_4) >= 0) {
aot_gpr_4 = (aot_gpr_4 & 7u);
goto L_08A08C28;
}
goto L_08A08C18;
L_08A08C18:
aot_gpr_4 = (0u - aot_gpr_4);
aot_gpr_4 = (aot_gpr_4 & 7u);
{ const bool branch_taken = 0u == 0u;
aot_gpr_4 = (0u - aot_gpr_4);
if (branch_taken) {
goto L_08A08C28;
}
goto L_08A08C28;
}
L_08A08C28:
aot_gpr_5 = (aot_gpr_4 << 24u);
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_5) >> 24u));
aot_gpr_31 = (0x08A08C38u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0065.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 102u, 0x08A08C38u, 0x0890A728u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0065_entry(rt, ctx, 631u, aot_mem);
#else
recomp_unit_0065_entry(rt, ctx, 631u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0065_entry, 65u, 631u, 0x0890A728u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08C38u) goto L_08A08C38;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A08C38:
{ const bool branch_taken = ctx.gpr[2] != 0u;
if (branch_taken) {
goto L_08A08C58;
}
goto L_08A08C40;
}
L_08A08C40:
aot_gpr_31 = (0x08A08C48u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0065.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 104u, 0x08A08C48u, 0x0890905Cu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0065_entry(rt, ctx, 282u, aot_mem);
#else
recomp_unit_0065_entry(rt, ctx, 282u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0065_entry, 65u, 282u, 0x0890905Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08C48u) goto L_08A08C48;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A08C48:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A08C58;
}
goto L_08A08C50;
}
L_08A08C50:
aot_gpr_31 = (0x08A08C58u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0065.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 106u, 0x08A08C58u, 0x0890905Cu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0065_entry(rt, ctx, 282u, aot_mem);
#else
recomp_unit_0065_entry(rt, ctx, 282u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0065_entry, 65u, 282u, 0x0890905Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08C58u) goto L_08A08C58;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A08C58:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A08DFC;
}
goto L_08A08C60;
}
L_08A08C60:
aot_gpr_31 = (0x08A08C68u);
aot_gpr_4 = (aot_gpr_16 | 0u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_0890D44C, 66u, 315u, 0x0890D44Cu>(ctx, &aot_mem, ctx.pc, ctx.gpr[2], aot_gpr_4, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0066_entry, 66u, 315u, 0x0890D44Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08C68u) goto L_08A08C68;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A08C68:
{ const bool branch_taken = ctx.gpr[2] == 0u;
if (branch_taken) {
goto L_08A08C8C;
}
goto L_08A08C70;
}
L_08A08C70:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(2232)));
aot_gpr_5 = (0u | 5u);
{ const bool branch_taken = aot_gpr_4 != aot_gpr_5;
if (branch_taken) {
goto L_08A08C8C;
}
goto L_08A08C80;
}
L_08A08C80:
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x08A08C8Cu);
aot_gpr_5 = (0u | 1u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_08908E78, 65u, 261u, 0x08908E78u>(ctx, &aot_mem, ctx.pc, aot_gpr_4, aot_gpr_5, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0065_entry, 65u, 261u, 0x08908E78u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08C8Cu) goto L_08A08C8C;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A08C8C:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(2232)));
aot_gpr_5 = (0u | 17u);
{ const bool branch_taken = aot_gpr_4 == aot_gpr_5;
aot_gpr_5 = (0u | 5u);
if (branch_taken) {
goto L_08A08DC4;
}
goto L_08A08C9C;
}
L_08A08C9C:
{ const bool branch_taken = aot_gpr_4 == aot_gpr_5;
aot_gpr_5 = (0u | 1u);
if (branch_taken) {
goto L_08A08CBC;
}
goto L_08A08CA4;
}
L_08A08CA4:
{ const bool branch_taken = aot_gpr_4 != aot_gpr_5;
if (branch_taken) {
goto L_08A08DD8;
}
goto L_08A08CAC;
}
L_08A08CAC:
aot_gpr_31 = (0x08A08CB4u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0065.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 115u, 0x08A08CB4u, 0x0890905Cu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0065_entry(rt, ctx, 282u, aot_mem);
#else
recomp_unit_0065_entry(rt, ctx, 282u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0065_entry, 65u, 282u, 0x0890905Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08CB4u) goto L_08A08CB4;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A08CB4:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A08DF0;
}
goto L_08A08CBC;
}
L_08A08CBC:
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(2228)));
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x08A08CCCu);
aot_gpr_5 = (0u | 5u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0065.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 117u, 0x08A08CCCu, 0x08908D60u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0065_entry(rt, ctx, 240u, aot_mem);
#else
recomp_unit_0065_entry(rt, ctx, 240u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0065_entry, 65u, 240u, 0x08908D60u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08CCCu) goto L_08A08CCC;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A08CCC:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(456)));
aot_gpr_5 = (0u + static_cast<std::uint32_t>(-16385));
aot_gpr_4 = (aot_gpr_4 & aot_gpr_5);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(456), aot_gpr_4);
aot_gpr_5 = (256u << 16u);
aot_gpr_4 = (aot_gpr_4 & aot_gpr_5);
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_08A08D58;
}
goto L_08A08CEC;
}
L_08A08CEC:
aot_gpr_31 = (0x08A08CF4u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0066.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 119u, 0x08A08CF4u, 0x0890FCD8u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0066_entry(rt, ctx, 843u, aot_mem);
#else
recomp_unit_0066_entry(rt, ctx, 843u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0066_entry, 66u, 843u, 0x0890FCD8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08CF4u) goto L_08A08CF4;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A08CF4:
{ const bool branch_taken = ctx.gpr[2] == 0u;
ctx.gpr[18] = (aot_gpr_29 + static_cast<std::uint32_t>(16));
if (branch_taken) {
goto L_08A08D58;
}
goto L_08A08CFC;
}
L_08A08CFC:
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x08A08D08u);
aot_gpr_5 = (ctx.gpr[18] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0067.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 121u, 0x08A08D08u, 0x089105E8u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0067_entry(rt, ctx, 94u, aot_mem);
#else
recomp_unit_0067_entry(rt, ctx, 94u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0067_entry, 67u, 94u, 0x089105E8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08D08u) goto L_08A08D08;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A08D08:
{ const std::uint32_t vfpu_address = ctx.gpr[18] + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<0u, 4u>(vfpu_value); }
aot_gpr_4 = (aot_gpr_16 + static_cast<std::uint32_t>(48));
{ const std::uint32_t vfpu_address = aot_gpr_4 + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<1u, 4u>(vfpu_value); }
ctx.execute_vfpu_vec3_ct<0u, 0u, 1u, 3u, 1u>();
{ float vfpu_value[4]{}; ctx.read_vfpu_vector_ct<0u, 4u>(vfpu_value);
const std::uint32_t vfpu_address = aot_gpr_29 + static_cast<std::uint32_t>(0);
const std::uint32_t vfpu_words[4]{std::bit_cast<std::uint32_t>(vfpu_value[0]), std::bit_cast<std::uint32_t>(vfpu_value[1]), std::bit_cast<std::uint32_t>(vfpu_value[2]), std::bit_cast<std::uint32_t>(vfpu_value[3])};
aot_mem.aot_direct_store32_block(vfpu_address, vfpu_words); }
{ const std::uint32_t vfpu_address = aot_gpr_29 + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<0u, 4u>(vfpu_value); }
ctx.execute_vfpu_vdot_ct<28u, 0u, 0u, 3u>();
aot_gpr_4 = (ctx.vfpu_scalar_bits_ct<28u>());
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_4 = (16964u << 16u);
aot_fpr_13 = std::bit_cast<float>(aot_gpr_4);
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_12 < aot_fpr_13)) ? 0x00800000u : 0u);
{ const bool branch_taken = !((ctx.fcr31 & 0x00800000u) != 0u);
if (branch_taken) {
goto L_08A08D58;
}
goto L_08A08D44;
}
L_08A08D44:
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x08A08D50u);
aot_gpr_5 = (0u | 2u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_0890BE50, 65u, 982u, 0x0890BE50u>(ctx, &aot_mem, ctx.pc, aot_gpr_4, aot_gpr_5, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0065_entry, 65u, 982u, 0x0890BE50u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08D50u) goto L_08A08D50;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A08D50:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A08DF0;
}
goto L_08A08D58;
}
L_08A08D58:
aot_gpr_4 = (0u | 11u);
{ const bool branch_taken = ctx.gpr[17] != aot_gpr_4;
if (branch_taken) {
goto L_08A08D80;
}
goto L_08A08D64;
}
L_08A08D64:
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int8_t>(aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(1930))))));
aot_gpr_31 = (0x08A08D70u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0065.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 126u, 0x08A08D70u, 0x0890A728u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0065_entry(rt, ctx, 631u, aot_mem);
#else
recomp_unit_0065_entry(rt, ctx, 631u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0065_entry, 65u, 631u, 0x0890A728u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08D70u) goto L_08A08D70;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A08D70:
{ const bool branch_taken = ctx.gpr[2] != 0u;
if (branch_taken) {
goto L_08A08D50;
}
goto L_08A08D78;
}
L_08A08D78:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A08DFC;
}
goto L_08A08D80;
}
L_08A08D80:
aot_gpr_31 = (0x08A08D88u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_08B20934, 199u, 110u, 0x08B20934u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, ctx.gpr[2], aot_gpr_4, aot_gpr_5, aot_gpr_6, ctx.gpr[7], ctx.gpr[28], aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0199_entry, 199u, 110u, 0x08B20934u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08D88u) goto L_08A08D88;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A08D88:
aot_gpr_4 = (ctx.gpr[2] & 65535u);
if (static_cast<std::int32_t>(aot_gpr_4) >= 0) {
aot_gpr_4 = (aot_gpr_4 & 7u);
goto L_08A08DA4;
}
goto L_08A08D94;
L_08A08D94:
aot_gpr_4 = (0u - aot_gpr_4);
aot_gpr_4 = (aot_gpr_4 & 7u);
{ const bool branch_taken = 0u == 0u;
aot_gpr_4 = (0u - aot_gpr_4);
if (branch_taken) {
goto L_08A08DA4;
}
goto L_08A08DA4;
}
L_08A08DA4:
aot_gpr_5 = (aot_gpr_4 << 24u);
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_5) >> 24u));
aot_gpr_31 = (0x08A08DB4u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0065.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 132u, 0x08A08DB4u, 0x0890A728u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0065_entry(rt, ctx, 631u, aot_mem);
#else
recomp_unit_0065_entry(rt, ctx, 631u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0065_entry, 65u, 631u, 0x0890A728u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08DB4u) goto L_08A08DB4;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A08DB4:
{ const bool branch_taken = ctx.gpr[2] != 0u;
if (branch_taken) {
goto L_08A08D50;
}
goto L_08A08DBC;
}
L_08A08DBC:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A08DFC;
}
goto L_08A08DC4;
}
L_08A08DC4:
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(2232)));
aot_gpr_31 = (0x08A08DD0u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0065.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 135u, 0x08A08DD0u, 0x08908D60u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0065_entry(rt, ctx, 240u, aot_mem);
#else
recomp_unit_0065_entry(rt, ctx, 240u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0065_entry, 65u, 240u, 0x08908D60u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08DD0u) goto L_08A08DD0;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A08DD0:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A08DF0;
}
goto L_08A08DD8;
}
L_08A08DD8:
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(2232)));
aot_gpr_31 = (0x08A08DE4u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0065.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 137u, 0x08A08DE4u, 0x08908D60u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0065_entry(rt, ctx, 240u, aot_mem);
#else
recomp_unit_0065_entry(rt, ctx, 240u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0065_entry, 65u, 240u, 0x08908D60u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08DE4u) goto L_08A08DE4;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A08DE4:
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(2252)));
aot_gpr_31 = (0x08A08DF0u);
aot_gpr_4 = (aot_gpr_16 | 0u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_0890BE50, 65u, 982u, 0x0890BE50u>(ctx, &aot_mem, ctx.pc, aot_gpr_4, aot_gpr_5, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0065_entry, 65u, 982u, 0x0890BE50u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08DF0u) goto L_08A08DF0;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A08DF0:
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x08A08DFCu);
aot_gpr_5 = (0u | 0u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_08908E78, 65u, 261u, 0x08908E78u>(ctx, &aot_mem, ctx.pc, aot_gpr_4, aot_gpr_5, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0065_entry, 65u, 261u, 0x08908E78u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08DFCu) goto L_08A08DFC;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A08DFC:
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(48)));
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(52)));
ctx.gpr[18] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(56)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(60)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(64));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A08E14:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-32));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), ctx.gpr[17]);
ctx.gpr[17] = (aot_gpr_4 | 0u);
aot_mem.aot_direct_store32(ctx.gpr[17] + static_cast<std::uint32_t>(16), 0u);
aot_mem.aot_direct_store32(ctx.gpr[17] + static_cast<std::uint32_t>(20), 0u);
aot_mem.aot_direct_store32(ctx.gpr[17] + static_cast<std::uint32_t>(24), 0u);
aot_gpr_4 = (ctx.gpr[28] + static_cast<std::uint32_t>(5824));
aot_mem.aot_direct_store32(ctx.gpr[17] + static_cast<std::uint32_t>(32), 0u);
aot_mem.aot_direct_store32(ctx.gpr[17] + static_cast<std::uint32_t>(36), aot_gpr_4);
aot_mem.aot_direct_store32(ctx.gpr[17] + static_cast<std::uint32_t>(0), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_fpr_14 = std::bit_cast<float>(0u);
aot_mem.aot_direct_store32(ctx.gpr[17] + static_cast<std::uint32_t>(4), std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_mem.aot_direct_store32(ctx.gpr[17] + static_cast<std::uint32_t>(8), std::bit_cast<std::uint32_t>(aot_fpr_14));
aot_mem.aot_direct_store32(ctx.gpr[17] + static_cast<std::uint32_t>(12), 0u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(12), ctx.gpr[18]);
ctx.gpr[18] = (ctx.gpr[17] + static_cast<std::uint32_t>(32));
aot_mem.aot_direct_store32(ctx.gpr[17] + static_cast<std::uint32_t>(28), std::bit_cast<std::uint32_t>(aot_fpr_14));
aot_gpr_4 = (0u | 0u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(16), aot_gpr_31);
{ const bool branch_taken = aot_gpr_5 == 0u;
aot_gpr_16 = (aot_gpr_5 | 0u);
if (branch_taken) {
goto L_08A08E78;
}
goto L_08A08E6C;
}
L_08A08E6C:
aot_gpr_31 = (0x08A08E74u);
aot_gpr_4 = (aot_gpr_16 | 0u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_08B58974, 213u, 150u, 0x08B58974u>(ctx, &aot_mem, ctx.pc, ctx.gpr[2], aot_gpr_4, aot_gpr_5, aot_gpr_6, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0213_entry, 213u, 150u, 0x08B58974u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08E74u) goto L_08A08E74;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A08E74:
aot_gpr_4 = (ctx.gpr[2] | 0u);
goto L_08A08E78;
L_08A08E78:
aot_gpr_6 = (aot_gpr_4 | 0u);
aot_gpr_4 = (ctx.gpr[18] | 0u);
aot_gpr_31 = (0x08A08E88u);
aot_gpr_5 = (aot_gpr_16 | 0u);
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_direct<&recomp_unit_0216_entry, 216u, 319u, 0x08B655B8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08E88u) goto L_08A08E88;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A08E88:
aot_mem.aot_direct_store32(ctx.gpr[17] + static_cast<std::uint32_t>(40), 0u);
ctx.gpr[2] = (ctx.gpr[17] | 0u);
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(8)));
ctx.gpr[18] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(12)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(16)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(32));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A08EA8:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), ctx.gpr[17]);
ctx.gpr[17] = (0u | 0u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), aot_gpr_31);
aot_gpr_31 = (0x08A08EC4u);
aot_gpr_4 = (0u | 44u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0174.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 146u, 0x08A08EC4u, 0x08ABE278u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0174_entry(rt, ctx, 466u, aot_mem);
#else
recomp_unit_0174_entry(rt, ctx, 466u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0174_entry, 174u, 466u, 0x08ABE278u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A08EC4u) goto L_08A08EC4;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A08EC4:
aot_gpr_16 = (ctx.gpr[2] | 0u);
{ const bool branch_taken = aot_gpr_16 == 0u;
aot_gpr_4 = (16640u << 16u);
if (branch_taken) {
goto L_08A08EE8;
}
goto L_08A08ED0;
}
L_08A08ED0:
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_5 = (ctx.gpr[28] + static_cast<std::uint32_t>(-8672));
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x08A08EE4u);
aot_fpr_13 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(aot_fpr_12));
goto L_08A08E14;
L_08A08EE4:
ctx.gpr[17] = (aot_gpr_16 | 0u);
goto L_08A08EE8;
L_08A08EE8:
aot_mem.aot_direct_store32(ctx.gpr[28] + static_cast<std::uint32_t>(9740), ctx.gpr[17]);
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(8)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A08F00:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-3136));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(3100), ctx.gpr[19]);
ctx.gpr[19] = (2246u << 16u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(3088), aot_gpr_16);
aot_gpr_16 = (aot_gpr_5 | 0u);
ctx.gpr[19] = (ctx.gpr[19] + static_cast<std::uint32_t>(1840));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(3080), std::bit_cast<std::uint32_t>(ctx.fpr[20]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(3084), std::bit_cast<std::uint32_t>(ctx.fpr[22]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(3092), ctx.gpr[17]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(3096), ctx.gpr[18]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(3104), ctx.gpr[20]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(3108), ctx.gpr[21]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(3112), ctx.gpr[22]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(3116), ctx.gpr[23]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(3120), ctx.gpr[30]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(3124), aot_gpr_31);
ctx.gpr[7] = (aot_gpr_4 | 0u);
ctx.gpr[8] = (0u | 0u);
ctx.gpr[7] = (ctx.gpr[7] + ctx.gpr[8]);
ctx.gpr[8] = (15360u << 16u);
aot_fpr_12 = std::bit_cast<float>(ctx.gpr[8]);
aot_gpr_6 = (0u | 0u);
ctx.gpr[8] = (14336u << 16u);
aot_fpr_13 = std::bit_cast<float>(ctx.gpr[8]);
aot_gpr_4 = (0u | 0u);
ctx.gpr[8] = (20352u << 16u);
aot_fpr_15 = std::bit_cast<float>(ctx.gpr[8]);
aot_gpr_5 = (0u | 3u);
ctx.gpr[8] = (17279u << 16u);
aot_gpr_6 = (aot_gpr_29 + aot_gpr_6);
ctx.fpr[16] = std::bit_cast<float>(ctx.gpr[8]);
goto L_08A08F7C;
L_08A08F7C:
ctx.gpr[9] = (aot_mem.aot_direct_load8(ctx.gpr[7] + static_cast<std::uint32_t>(0)));
aot_fpr_14 = std::bit_cast<float>(ctx.gpr[9]);
aot_fpr_14 = static_cast<float>(static_cast<std::int32_t>(std::bit_cast<std::uint32_t>(aot_fpr_14)));
ctx.gpr[8] = (aot_gpr_6 | 0u);
{ const float fs = aot_fpr_14; const float ft = aot_fpr_12; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) aot_fpr_14 = std::bit_cast<float>(0x7FC00000u); else aot_fpr_14 = fs * ft; }
aot_mem.aot_direct_store32(ctx.gpr[8] + static_cast<std::uint32_t>(32), std::bit_cast<std::uint32_t>(aot_fpr_14));
ctx.gpr[9] = (aot_mem.aot_direct_load8(ctx.gpr[7] + static_cast<std::uint32_t>(1)));
aot_fpr_14 = std::bit_cast<float>(ctx.gpr[9]);
aot_fpr_14 = static_cast<float>(static_cast<std::int32_t>(std::bit_cast<std::uint32_t>(aot_fpr_14)));
{ const float fs = aot_fpr_14; const float ft = aot_fpr_12; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) aot_fpr_14 = std::bit_cast<float>(0x7FC00000u); else aot_fpr_14 = fs * ft; }
aot_mem.aot_direct_store32(ctx.gpr[8] + static_cast<std::uint32_t>(36), std::bit_cast<std::uint32_t>(aot_fpr_14));
ctx.gpr[9] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(ctx.gpr[7] + static_cast<std::uint32_t>(4))))));
aot_fpr_14 = std::bit_cast<float>(ctx.gpr[9]);
aot_fpr_14 = static_cast<float>(static_cast<std::int32_t>(std::bit_cast<std::uint32_t>(aot_fpr_14)));
{ const float fs = aot_fpr_14; const float ft = aot_fpr_13; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) aot_fpr_14 = std::bit_cast<float>(0x7FC00000u); else aot_fpr_14 = fs * ft; }
aot_mem.aot_direct_store32(ctx.gpr[8] + static_cast<std::uint32_t>(0), std::bit_cast<std::uint32_t>(aot_fpr_14));
ctx.gpr[9] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(ctx.gpr[7] + static_cast<std::uint32_t>(6))))));
aot_fpr_14 = std::bit_cast<float>(ctx.gpr[9]);
aot_fpr_14 = static_cast<float>(static_cast<std::int32_t>(std::bit_cast<std::uint32_t>(aot_fpr_14)));
{ const float fs = aot_fpr_14; const float ft = aot_fpr_13; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) aot_fpr_14 = std::bit_cast<float>(0x7FC00000u); else aot_fpr_14 = fs * ft; }
aot_mem.aot_direct_store32(ctx.gpr[8] + static_cast<std::uint32_t>(4), std::bit_cast<std::uint32_t>(aot_fpr_14));
ctx.gpr[9] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(ctx.gpr[7] + static_cast<std::uint32_t>(8))))));
aot_fpr_14 = std::bit_cast<float>(ctx.gpr[9]);
aot_fpr_14 = static_cast<float>(static_cast<std::int32_t>(std::bit_cast<std::uint32_t>(aot_fpr_14)));
{ const float fs = aot_fpr_14; const float ft = aot_fpr_13; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) aot_fpr_14 = std::bit_cast<float>(0x7FC00000u); else aot_fpr_14 = fs * ft; }
aot_mem.aot_direct_store32(ctx.gpr[8] + static_cast<std::uint32_t>(8), std::bit_cast<std::uint32_t>(aot_fpr_14));
ctx.gpr[9] = (aot_mem.aot_direct_load16(ctx.gpr[7] + static_cast<std::uint32_t>(2)));
ctx.gpr[11] = (ctx.gpr[9] & 31u);
ctx.gpr[10] = (ctx.gpr[9] >> 2u);
ctx.gpr[11] = (ctx.gpr[11] << 3u);
ctx.gpr[2] = (ctx.gpr[10] & 7u);
ctx.gpr[2] = (ctx.gpr[11] | ctx.gpr[2]);
aot_fpr_14 = std::bit_cast<float>(ctx.gpr[2]);
ctx.gpr[11] = (ctx.gpr[9] >> 7u);
aot_fpr_14 = static_cast<float>(static_cast<std::int32_t>(std::bit_cast<std::uint32_t>(aot_fpr_14)));
if (static_cast<std::int32_t>(ctx.gpr[2]) < 0) {
aot_fpr_14 = aot_fpr_14 + aot_fpr_15;
goto L_08A09010;
}
goto L_08A09010;
L_08A09010:
ctx.gpr[10] = (ctx.gpr[10] & 248u);
ctx.gpr[2] = (ctx.gpr[11] & 7u);
aot_mem.aot_direct_store32(ctx.gpr[8] + static_cast<std::uint32_t>(16), std::bit_cast<std::uint32_t>(aot_fpr_14));
ctx.gpr[10] = (ctx.gpr[10] | ctx.gpr[2]);
aot_fpr_14 = std::bit_cast<float>(ctx.gpr[10]);
aot_fpr_14 = static_cast<float>(static_cast<std::int32_t>(std::bit_cast<std::uint32_t>(aot_fpr_14)));
if (static_cast<std::int32_t>(ctx.gpr[10]) < 0) {
aot_fpr_14 = aot_fpr_14 + aot_fpr_15;
goto L_08A09030;
}
goto L_08A09030;
L_08A09030:
ctx.gpr[9] = (ctx.gpr[9] >> 12u);
ctx.gpr[10] = (ctx.gpr[11] & 248u);
ctx.gpr[9] = (ctx.gpr[9] & 7u);
aot_mem.aot_direct_store32(ctx.gpr[8] + static_cast<std::uint32_t>(20), std::bit_cast<std::uint32_t>(aot_fpr_14));
ctx.gpr[9] = (ctx.gpr[10] | ctx.gpr[9]);
aot_fpr_14 = std::bit_cast<float>(ctx.gpr[9]);
aot_fpr_14 = static_cast<float>(static_cast<std::int32_t>(std::bit_cast<std::uint32_t>(aot_fpr_14)));
if (static_cast<std::int32_t>(ctx.gpr[9]) < 0) {
aot_fpr_14 = aot_fpr_14 + aot_fpr_15;
goto L_08A09054;
}
goto L_08A09054;
L_08A09054:
aot_mem.aot_direct_store32(ctx.gpr[8] + static_cast<std::uint32_t>(24), std::bit_cast<std::uint32_t>(aot_fpr_14));
aot_mem.aot_direct_store32(ctx.gpr[8] + static_cast<std::uint32_t>(28), std::bit_cast<std::uint32_t>(ctx.fpr[16]));
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(1));
aot_gpr_6 = (aot_gpr_6 + static_cast<std::uint32_t>(48));
{ const bool branch_taken = aot_gpr_4 != aot_gpr_5;
ctx.gpr[7] = (ctx.gpr[7] + static_cast<std::uint32_t>(10));
if (branch_taken) {
goto L_08A08F7C;
}
goto L_08A0906C;
}
L_08A0906C:
aot_gpr_4 = (0u | 128u);
ctx.fpr[22] = std::bit_cast<float>(0u);
ctx.gpr[17] = (0u | 3u);
ctx.gpr[18] = (0u | 0u);
ctx.gpr[30] = (0u | 48u);
ctx.gpr[19] = (aot_gpr_4 + ctx.gpr[19]);
goto L_08A09084;
L_08A09084:
{ const std::uint32_t vfpu_address = ctx.gpr[19] + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<12u, 4u>(vfpu_value); }
ctx.execute_vfpu_vtfm_ct<3u, 24u, 12u, 4u, 4u>();
aot_gpr_4 = (ctx.gpr[18] & 1u);
aot_gpr_5 = (aot_gpr_4 << 9u);
aot_gpr_6 = (0u - aot_gpr_5);
aot_gpr_5 = (aot_gpr_5 << 2u);
ctx.gpr[22] = (aot_gpr_6 + aot_gpr_5);
ctx.gpr[22] = (aot_gpr_29 + ctx.gpr[22]);
aot_gpr_4 = (aot_gpr_4 ^ 1u);
aot_gpr_4 = (aot_gpr_4 << 9u);
aot_gpr_5 = (0u - aot_gpr_4);
aot_gpr_4 = (aot_gpr_4 << 2u);
ctx.gpr[20] = (aot_gpr_5 + aot_gpr_4);
ctx.gpr[20] = (aot_gpr_29 + ctx.gpr[20]);
ctx.gpr[21] = (ctx.gpr[20] | 0u);
aot_gpr_4 = (ctx.gpr[17] << 4u);
aot_gpr_5 = (aot_gpr_4 + aot_gpr_4);
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
aot_gpr_4 = (ctx.gpr[22] + aot_gpr_4);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(-48));
{ const std::uint32_t vfpu_address = aot_gpr_4 + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<0u, 4u>(vfpu_value); }
ctx.execute_vfpu_vhdp_ct<1u, 0u, 3u, 4u>();
aot_gpr_5 = (ctx.vfpu_scalar_bits_ct<1u>());
aot_fpr_12 = std::bit_cast<float>(aot_gpr_5);
ctx.gpr[23] = (0u | 0u);
if (ctx.gpr[17] == 0u) {
aot_gpr_4 = (ctx.gpr[20] - ctx.gpr[21]);
goto L_08A09270;
}
goto L_08A090F0;
L_08A090F0:
{ const std::uint32_t vfpu_address = ctx.gpr[22] + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<0u, 4u>(vfpu_value); }
ctx.execute_vfpu_vhdp_ct<1u, 0u, 3u, 4u>();
aot_gpr_5 = (ctx.vfpu_scalar_bits_ct<1u>());
ctx.fpr[20] = std::bit_cast<float>(aot_gpr_5);
aot_gpr_5 = (0u | 0u);
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_12 <= ctx.fpr[22])) ? 0x00800000u : 0u);
if (((ctx.fcr31 & 0x00800000u) != 0u)) {
aot_gpr_5 = (0u | 1u);
goto L_08A09114;
}
goto L_08A09114;
L_08A09114:
aot_gpr_5 = (aot_gpr_5 & 255u);
{ const bool branch_taken = aot_gpr_5 == 0u;
aot_gpr_5 = (0u | 0u);
if (branch_taken) {
goto L_08A09170;
}
goto L_08A09120;
}
L_08A09120:
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((ctx.fpr[20] <= ctx.fpr[22])) ? 0x00800000u : 0u);
if (((ctx.fcr31 & 0x00800000u) != 0u)) {
aot_gpr_5 = (0u | 1u);
goto L_08A09130;
}
goto L_08A09130;
L_08A09130:
aot_gpr_5 = (aot_gpr_5 & 255u);
{ const bool branch_taken = aot_gpr_5 == 0u;
if (branch_taken) {
goto L_08A09170;
}
goto L_08A0913C;
}
L_08A0913C:
aot_gpr_5 = (ctx.gpr[20] | 0u);
ctx.gpr[20] = (ctx.gpr[20] + static_cast<std::uint32_t>(48));
{ const std::uint32_t vfpu_address = aot_gpr_4 + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<0u, 4u>(vfpu_value); }
{ float vfpu_value[4]{}; ctx.read_vfpu_vector_ct<0u, 4u>(vfpu_value);
const std::uint32_t vfpu_address = aot_gpr_5 + static_cast<std::uint32_t>(0);
const std::uint32_t vfpu_words[4]{std::bit_cast<std::uint32_t>(vfpu_value[0]), std::bit_cast<std::uint32_t>(vfpu_value[1]), std::bit_cast<std::uint32_t>(vfpu_value[2]), std::bit_cast<std::uint32_t>(vfpu_value[3])};
aot_mem.aot_direct_store32_block(vfpu_address, vfpu_words); }
aot_gpr_6 = (aot_gpr_4 + static_cast<std::uint32_t>(16));
{ const std::uint32_t vfpu_address = aot_gpr_6 + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<0u, 4u>(vfpu_value); }
aot_gpr_6 = (aot_gpr_5 + static_cast<std::uint32_t>(16));
{ float vfpu_value[4]{}; ctx.read_vfpu_vector_ct<0u, 4u>(vfpu_value);
const std::uint32_t vfpu_address = aot_gpr_6 + static_cast<std::uint32_t>(0);
const std::uint32_t vfpu_words[4]{std::bit_cast<std::uint32_t>(vfpu_value[0]), std::bit_cast<std::uint32_t>(vfpu_value[1]), std::bit_cast<std::uint32_t>(vfpu_value[2]), std::bit_cast<std::uint32_t>(vfpu_value[3])};
aot_mem.aot_direct_store32_block(vfpu_address, vfpu_words); }
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(32)));
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(32), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(36)));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(36), std::bit_cast<std::uint32_t>(aot_fpr_12));
if (branch_taken) {
goto L_08A09258;
}
goto L_08A09170;
}
L_08A09170:
aot_gpr_5 = (0u | 0u);
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_12 <= ctx.fpr[22])) ? 0x00800000u : 0u);
if (((ctx.fcr31 & 0x00800000u) != 0u)) {
aot_gpr_5 = (0u | 1u);
goto L_08A09184;
}
goto L_08A09184;
L_08A09184:
aot_gpr_5 = (aot_gpr_5 & 255u);
{ const bool branch_taken = aot_gpr_5 == 0u;
aot_gpr_5 = (0u | 0u);
if (branch_taken) {
goto L_08A091FC;
}
goto L_08A09190;
}
L_08A09190:
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((ctx.fpr[20] <= ctx.fpr[22])) ? 0x00800000u : 0u);
if (((ctx.fcr31 & 0x00800000u) != 0u)) {
aot_gpr_5 = (0u | 1u);
goto L_08A091A0;
}
goto L_08A091A0;
L_08A091A0:
aot_gpr_5 = (aot_gpr_5 & 255u);
aot_gpr_5 = (aot_gpr_5 < static_cast<std::uint32_t>(1) ? 1u : 0u);
aot_gpr_5 = (aot_gpr_5 & 255u);
{ const bool branch_taken = aot_gpr_5 == 0u;
if (branch_taken) {
goto L_08A091FC;
}
goto L_08A091B4;
}
L_08A091B4:
aot_fpr_13 = aot_fpr_12 - ctx.fpr[20];
aot_fpr_12 = aot_fpr_12 / aot_fpr_13;
aot_gpr_6 = (ctx.gpr[20] + static_cast<std::uint32_t>(48));
{ const std::uint32_t vfpu_address = aot_gpr_4 + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<0u, 4u>(vfpu_value); }
{ float vfpu_value[4]{}; ctx.read_vfpu_vector_ct<0u, 4u>(vfpu_value);
const std::uint32_t vfpu_address = ctx.gpr[20] + static_cast<std::uint32_t>(0);
const std::uint32_t vfpu_words[4]{std::bit_cast<std::uint32_t>(vfpu_value[0]), std::bit_cast<std::uint32_t>(vfpu_value[1]), std::bit_cast<std::uint32_t>(vfpu_value[2]), std::bit_cast<std::uint32_t>(vfpu_value[3])};
aot_mem.aot_direct_store32_block(vfpu_address, vfpu_words); }
ctx.gpr[7] = (aot_gpr_4 + static_cast<std::uint32_t>(16));
{ const std::uint32_t vfpu_address = ctx.gpr[7] + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<0u, 4u>(vfpu_value); }
ctx.gpr[7] = (ctx.gpr[20] + static_cast<std::uint32_t>(16));
{ float vfpu_value[4]{}; ctx.read_vfpu_vector_ct<0u, 4u>(vfpu_value);
const std::uint32_t vfpu_address = ctx.gpr[7] + static_cast<std::uint32_t>(0);
const std::uint32_t vfpu_words[4]{std::bit_cast<std::uint32_t>(vfpu_value[0]), std::bit_cast<std::uint32_t>(vfpu_value[1]), std::bit_cast<std::uint32_t>(vfpu_value[2]), std::bit_cast<std::uint32_t>(vfpu_value[3])};
aot_mem.aot_direct_store32_block(vfpu_address, vfpu_words); }
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(32)));
aot_mem.aot_direct_store32(ctx.gpr[20] + static_cast<std::uint32_t>(32), std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(36)));
aot_mem.aot_direct_store32(ctx.gpr[20] + static_cast<std::uint32_t>(36), std::bit_cast<std::uint32_t>(aot_fpr_13));
ctx.gpr[20] = (aot_gpr_6 + static_cast<std::uint32_t>(48));
aot_gpr_31 = (0x08A091F4u);
aot_gpr_5 = (ctx.gpr[22] | 0u);
goto L_08A09AD0;
L_08A091F4:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A09258;
}
goto L_08A091FC;
}
L_08A091FC:
aot_gpr_5 = (0u | 0u);
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_12 <= ctx.fpr[22])) ? 0x00800000u : 0u);
if (((ctx.fcr31 & 0x00800000u) != 0u)) {
aot_gpr_5 = (0u | 1u);
goto L_08A09210;
}
goto L_08A09210;
L_08A09210:
aot_gpr_5 = (aot_gpr_5 & 255u);
aot_gpr_5 = (aot_gpr_5 < static_cast<std::uint32_t>(1) ? 1u : 0u);
aot_gpr_5 = (aot_gpr_5 & 255u);
{ const bool branch_taken = aot_gpr_5 == 0u;
aot_gpr_5 = (0u | 0u);
if (branch_taken) {
goto L_08A09258;
}
goto L_08A09224;
}
L_08A09224:
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((ctx.fpr[20] <= ctx.fpr[22])) ? 0x00800000u : 0u);
if (((ctx.fcr31 & 0x00800000u) != 0u)) {
aot_gpr_5 = (0u | 1u);
goto L_08A09234;
}
goto L_08A09234;
L_08A09234:
aot_gpr_5 = (aot_gpr_5 & 255u);
{ const bool branch_taken = aot_gpr_5 == 0u;
if (branch_taken) {
goto L_08A09258;
}
goto L_08A09240;
}
L_08A09240:
aot_fpr_13 = aot_fpr_12 - ctx.fpr[20];
aot_gpr_6 = (ctx.gpr[20] | 0u);
aot_fpr_12 = aot_fpr_12 / aot_fpr_13;
ctx.gpr[20] = (ctx.gpr[20] + static_cast<std::uint32_t>(48));
aot_gpr_31 = (0x08A09258u);
aot_gpr_5 = (ctx.gpr[22] | 0u);
goto L_08A09AD0;
L_08A09258:
aot_gpr_4 = (ctx.gpr[22] | 0u);
aot_fpr_12 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(ctx.fpr[20]));
ctx.gpr[23] = (ctx.gpr[23] + static_cast<std::uint32_t>(1));
{ const bool branch_taken = ctx.gpr[23] != ctx.gpr[17];
ctx.gpr[22] = (ctx.gpr[22] + static_cast<std::uint32_t>(48));
if (branch_taken) {
goto L_08A090F0;
}
goto L_08A0926C;
}
L_08A0926C:
aot_gpr_4 = (ctx.gpr[20] - ctx.gpr[21]);
goto L_08A09270;
L_08A09270:
{ const std::int32_t dividend = static_cast<std::int32_t>(aot_gpr_4); const std::int32_t divisor = static_cast<std::int32_t>(ctx.gpr[30]); if (divisor == 0) { ctx.lo = dividend >= 0 ? 0xFFFFFFFFu : 1u; ctx.hi = static_cast<std::uint32_t>(dividend); } else if (dividend == static_cast<std::int32_t>(0x80000000u) && divisor == -1) { ctx.lo = 0x80000000u; ctx.hi = 0u; } else { ctx.lo = static_cast<std::uint32_t>(dividend / divisor); ctx.hi = static_cast<std::uint32_t>(dividend % divisor); } }
ctx.gpr[17] = (ctx.lo);
aot_gpr_4 = (ctx.gpr[17] < static_cast<std::uint32_t>(3) ? 1u : 0u);
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_08A0928C;
}
goto L_08A09284;
}
L_08A09284:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A094A0;
}
goto L_08A0928C;
}
L_08A0928C:
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(1));
aot_gpr_4 = (ctx.gpr[18] < static_cast<std::uint32_t>(4) ? 1u : 0u);
{ const bool branch_taken = aot_gpr_4 != 0u;
ctx.gpr[19] = (ctx.gpr[19] + static_cast<std::uint32_t>(16));
if (branch_taken) {
goto L_08A09084;
}
goto L_08A0929C;
}
L_08A0929C:
aot_gpr_4 = (ctx.gpr[17] << 3u);
aot_gpr_5 = (aot_gpr_4 + aot_gpr_4);
aot_gpr_6 = (aot_gpr_4 + aot_gpr_5);
aot_gpr_4 = (2236u << 16u);
aot_gpr_5 = (aot_gpr_4 + static_cast<std::uint32_t>(29552));
ctx.gpr[7] = (aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(12)));
ctx.gpr[8] = (0u + static_cast<std::uint32_t>(-4));
aot_gpr_6 = (ctx.gpr[7] - aot_gpr_6);
aot_gpr_6 = (aot_gpr_6 & ctx.gpr[8]);
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(12), aot_gpr_6);
{ const bool branch_taken = ctx.gpr[17] == 0u;
ctx.gpr[7] = (0u | 0u);
if (branch_taken) {
goto L_08A093F4;
}
goto L_08A092CC;
}
L_08A092CC:
ctx.gpr[8] = (0u | 0u);
ctx.gpr[9] = (0u | 0u);
ctx.gpr[21] = (ctx.gpr[21] + ctx.gpr[8]);
ctx.gpr[8] = (aot_gpr_6 + ctx.gpr[9]);
ctx.gpr[9] = (20224u << 16u);
aot_fpr_12 = std::bit_cast<float>(ctx.gpr[9]);
ctx.gpr[10] = (65280u << 16u);
ctx.gpr[9] = (32768u << 16u);
goto L_08A092EC;
L_08A092EC:
ctx.gpr[11] = (ctx.gpr[21] | 0u);
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[11] + static_cast<std::uint32_t>(32)));
ctx.gpr[2] = (ctx.gpr[8] | 0u);
aot_mem.aot_direct_store32(ctx.gpr[2] + static_cast<std::uint32_t>(0), std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[11] + static_cast<std::uint32_t>(36)));
aot_mem.aot_direct_store32(ctx.gpr[2] + static_cast<std::uint32_t>(4), std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[11] + static_cast<std::uint32_t>(0)));
aot_mem.aot_direct_store32(ctx.gpr[2] + static_cast<std::uint32_t>(12), std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[11] + static_cast<std::uint32_t>(4)));
aot_mem.aot_direct_store32(ctx.gpr[2] + static_cast<std::uint32_t>(16), std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[11] + static_cast<std::uint32_t>(8)));
aot_mem.aot_direct_store32(ctx.gpr[2] + static_cast<std::uint32_t>(20), std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[11] + static_cast<std::uint32_t>(16)));
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_13 < aot_fpr_12)) ? 0x00800000u : 0u);
if (!((ctx.fcr31 & 0x00800000u) != 0u)) {
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[11] + static_cast<std::uint32_t>(16)));
goto L_08A09340;
}
goto L_08A09330;
L_08A09330:
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[11] + static_cast<std::uint32_t>(16)));
aot_fpr_13 = std::bit_cast<float>(ctx.fpu_float_to_word_ct<1u>(aot_fpr_13));
{ const bool branch_taken = 0u == 0u;
ctx.gpr[3] = (std::bit_cast<std::uint32_t>(aot_fpr_13));
if (branch_taken) {
goto L_08A09350;
}
goto L_08A09340;
}
L_08A09340:
aot_fpr_13 = aot_fpr_13 - aot_fpr_12;
aot_fpr_13 = std::bit_cast<float>(ctx.fpu_float_to_word_ct<1u>(aot_fpr_13));
ctx.gpr[3] = (std::bit_cast<std::uint32_t>(aot_fpr_13));
ctx.gpr[3] = (ctx.gpr[3] + ctx.gpr[9]);
goto L_08A09350;
L_08A09350:
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[11] + static_cast<std::uint32_t>(20)));
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_13 < aot_fpr_12)) ? 0x00800000u : 0u);
if (!((ctx.fcr31 & 0x00800000u) != 0u)) {
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[11] + static_cast<std::uint32_t>(20)));
goto L_08A0937C;
}
goto L_08A09364;
L_08A09364:
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[11] + static_cast<std::uint32_t>(20)));
aot_fpr_13 = std::bit_cast<float>(ctx.fpu_float_to_word_ct<1u>(aot_fpr_13));
ctx.gpr[12] = (std::bit_cast<std::uint32_t>(aot_fpr_13));
ctx.gpr[12] = (ctx.gpr[12] << 8u);
{ const bool branch_taken = 0u == 0u;
ctx.gpr[3] = (ctx.gpr[3] | ctx.gpr[12]);
if (branch_taken) {
goto L_08A09394;
}
goto L_08A0937C;
}
L_08A0937C:
aot_fpr_13 = aot_fpr_13 - aot_fpr_12;
aot_fpr_13 = std::bit_cast<float>(ctx.fpu_float_to_word_ct<1u>(aot_fpr_13));
ctx.gpr[12] = (std::bit_cast<std::uint32_t>(aot_fpr_13));
ctx.gpr[12] = (ctx.gpr[12] + ctx.gpr[9]);
ctx.gpr[12] = (ctx.gpr[12] << 8u);
ctx.gpr[3] = (ctx.gpr[3] | ctx.gpr[12]);
goto L_08A09394;
L_08A09394:
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[11] + static_cast<std::uint32_t>(24)));
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_13 < aot_fpr_12)) ? 0x00800000u : 0u);
if (!((ctx.fcr31 & 0x00800000u) != 0u)) {
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[11] + static_cast<std::uint32_t>(24)));
goto L_08A093C4;
}
goto L_08A093A8;
L_08A093A8:
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[11] + static_cast<std::uint32_t>(24)));
aot_fpr_13 = std::bit_cast<float>(ctx.fpu_float_to_word_ct<1u>(aot_fpr_13));
ctx.gpr[11] = (std::bit_cast<std::uint32_t>(aot_fpr_13));
ctx.gpr[11] = (ctx.gpr[11] << 16u);
ctx.gpr[11] = (ctx.gpr[3] | ctx.gpr[11]);
{ const bool branch_taken = 0u == 0u;
ctx.gpr[11] = (ctx.gpr[11] | ctx.gpr[10]);
if (branch_taken) {
goto L_08A093E0;
}
goto L_08A093C4;
}
L_08A093C4:
aot_fpr_13 = aot_fpr_13 - aot_fpr_12;
aot_fpr_13 = std::bit_cast<float>(ctx.fpu_float_to_word_ct<1u>(aot_fpr_13));
ctx.gpr[11] = (std::bit_cast<std::uint32_t>(aot_fpr_13));
ctx.gpr[11] = (ctx.gpr[11] + ctx.gpr[9]);
ctx.gpr[11] = (ctx.gpr[11] << 16u);
ctx.gpr[11] = (ctx.gpr[3] | ctx.gpr[11]);
ctx.gpr[11] = (ctx.gpr[11] | ctx.gpr[10]);
goto L_08A093E0;
L_08A093E0:
aot_mem.aot_direct_store32(ctx.gpr[2] + static_cast<std::uint32_t>(8), ctx.gpr[11]);
ctx.gpr[7] = (ctx.gpr[7] + static_cast<std::uint32_t>(1));
ctx.gpr[21] = (ctx.gpr[21] + static_cast<std::uint32_t>(48));
{ const bool branch_taken = ctx.gpr[7] != ctx.gpr[17];
ctx.gpr[8] = (ctx.gpr[8] + static_cast<std::uint32_t>(24));
if (branch_taken) {
goto L_08A092EC;
}
goto L_08A093F4;
}
L_08A093F4:
ctx.gpr[7] = (aot_gpr_16 & 1u);
ctx.gpr[7] = (ctx.gpr[7] & 255u);
ctx.gpr[8] = (39680u << 16u);
ctx.gpr[9] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(29552)));
ctx.gpr[7] = (ctx.gpr[7] | ctx.gpr[8]);
aot_mem.aot_direct_store32(ctx.gpr[9] + static_cast<std::uint32_t>(0), ctx.gpr[7]);
ctx.gpr[7] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(29552)));
ctx.gpr[8] = (4608u << 16u);
ctx.gpr[7] = (ctx.gpr[7] + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(29552), ctx.gpr[7]);
ctx.gpr[8] = (ctx.gpr[8] + static_cast<std::uint32_t>(415));
aot_mem.aot_direct_store32(ctx.gpr[7] + static_cast<std::uint32_t>(0), ctx.gpr[8]);
ctx.gpr[7] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(29552)));
ctx.gpr[7] = (ctx.gpr[7] + static_cast<std::uint32_t>(4));
{ const bool branch_taken = aot_gpr_6 == 0u;
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(29552), ctx.gpr[7]);
if (branch_taken) {
goto L_08A09484;
}
goto L_08A09434;
}
L_08A09434:
ctx.gpr[7] = (aot_gpr_6 >> 8u);
ctx.gpr[8] = (15u << 16u);
ctx.gpr[7] = (ctx.gpr[7] & ctx.gpr[8]);
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(20), ctx.gpr[7]);
aot_gpr_5 = (4096u << 16u);
ctx.gpr[8] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(29552)));
aot_gpr_5 = (ctx.gpr[7] | aot_gpr_5);
aot_mem.aot_direct_store32(ctx.gpr[8] + static_cast<std::uint32_t>(0), aot_gpr_5);
ctx.gpr[7] = (256u << 16u);
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(29552)));
ctx.gpr[7] = (ctx.gpr[7] + static_cast<std::uint32_t>(-1));
aot_gpr_6 = (aot_gpr_6 & ctx.gpr[7]);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(4));
ctx.gpr[7] = (256u << 16u);
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(29552), aot_gpr_5);
aot_gpr_6 = (aot_gpr_6 | ctx.gpr[7]);
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), aot_gpr_6);
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(29552)));
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(29552), aot_gpr_5);
goto L_08A09484;
L_08A09484:
aot_gpr_5 = (1029u << 16u);
aot_gpr_6 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(29552)));
aot_gpr_5 = (ctx.gpr[17] | aot_gpr_5);
aot_mem.aot_direct_store32(aot_gpr_6 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(29552)));
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(29552), aot_gpr_5);
goto L_08A094A0;
L_08A094A0:
ctx.fpr[20] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(3080)));
ctx.fpr[22] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(3084)));
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(3088)));
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(3092)));
ctx.gpr[18] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(3096)));
ctx.gpr[19] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(3100)));
ctx.gpr[20] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(3104)));
ctx.gpr[21] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(3108)));
ctx.gpr[22] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(3112)));
ctx.gpr[23] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(3116)));
ctx.gpr[30] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(3120)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(3124)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(3136));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A094D8:
{ const bool branch_taken = aot_gpr_5 == 0u;
aot_gpr_6 = (aot_gpr_6 & 1u);
if (branch_taken) {
goto L_08A0958C;
}
goto L_08A094E0;
}
L_08A094E0:
aot_gpr_6 = (aot_gpr_6 & 255u);
ctx.gpr[7] = (39680u << 16u);
aot_gpr_6 = (aot_gpr_6 | ctx.gpr[7]);
ctx.gpr[7] = (2236u << 16u);
ctx.gpr[8] = (aot_mem.aot_direct_load32(ctx.gpr[7] + static_cast<std::uint32_t>(29552)));
aot_mem.aot_direct_store32(ctx.gpr[8] + static_cast<std::uint32_t>(0), aot_gpr_6);
aot_gpr_6 = (aot_mem.aot_direct_load32(ctx.gpr[7] + static_cast<std::uint32_t>(29552)));
ctx.gpr[8] = (4608u << 16u);
aot_gpr_6 = (aot_gpr_6 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(ctx.gpr[7] + static_cast<std::uint32_t>(29552), aot_gpr_6);
ctx.gpr[8] = (ctx.gpr[8] + static_cast<std::uint32_t>(277));
aot_mem.aot_direct_store32(aot_gpr_6 + static_cast<std::uint32_t>(0), ctx.gpr[8]);
aot_gpr_6 = (aot_mem.aot_direct_load32(ctx.gpr[7] + static_cast<std::uint32_t>(29552)));
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(2));
aot_gpr_6 = (aot_gpr_6 + static_cast<std::uint32_t>(4));
{ const bool branch_taken = aot_gpr_4 == 0u;
aot_mem.aot_direct_store32(ctx.gpr[7] + static_cast<std::uint32_t>(29552), aot_gpr_6);
if (branch_taken) {
goto L_08A09574;
}
goto L_08A09524;
}
L_08A09524:
ctx.gpr[8] = (aot_gpr_4 >> 8u);
ctx.gpr[9] = (15u << 16u);
ctx.gpr[8] = (ctx.gpr[8] & ctx.gpr[9]);
ctx.gpr[9] = (ctx.gpr[7] + static_cast<std::uint32_t>(29552));
aot_mem.aot_direct_store32(ctx.gpr[9] + static_cast<std::uint32_t>(20), ctx.gpr[8]);
ctx.gpr[9] = (4096u << 16u);
ctx.gpr[8] = (ctx.gpr[8] | ctx.gpr[9]);
aot_mem.aot_direct_store32(aot_gpr_6 + static_cast<std::uint32_t>(0), ctx.gpr[8]);
ctx.gpr[8] = (256u << 16u);
aot_gpr_6 = (aot_mem.aot_direct_load32(ctx.gpr[7] + static_cast<std::uint32_t>(29552)));
ctx.gpr[8] = (ctx.gpr[8] + static_cast<std::uint32_t>(-1));
aot_gpr_4 = (aot_gpr_4 & ctx.gpr[8]);
aot_gpr_6 = (aot_gpr_6 + static_cast<std::uint32_t>(4));
ctx.gpr[8] = (256u << 16u);
aot_mem.aot_direct_store32(ctx.gpr[7] + static_cast<std::uint32_t>(29552), aot_gpr_6);
aot_gpr_4 = (aot_gpr_4 | ctx.gpr[8]);
aot_mem.aot_direct_store32(aot_gpr_6 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_6 = (aot_mem.aot_direct_load32(ctx.gpr[7] + static_cast<std::uint32_t>(29552)));
aot_gpr_6 = (aot_gpr_6 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(ctx.gpr[7] + static_cast<std::uint32_t>(29552), aot_gpr_6);
goto L_08A09574;
L_08A09574:
aot_gpr_4 = (1028u << 16u);
aot_gpr_4 = (aot_gpr_5 | aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_6 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[7] + static_cast<std::uint32_t>(29552)));
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(ctx.gpr[7] + static_cast<std::uint32_t>(29552), aot_gpr_4);
goto L_08A0958C;
L_08A0958C:
jump_target = aot_gpr_31;
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A09594:
ctx.gpr[8] = (std::bit_cast<std::uint32_t>(aot_fpr_12));
ctx.set_vfpu_scalar_bits_ct<124u>(ctx.gpr[8]);
ctx.execute_vfpu_vocp_ct<125u, 124u, 1u>();
ctx.set_vfpu_scalar_bits_ct<0u>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
ctx.set_vfpu_scalar_bits_ct<32u>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
ctx.set_vfpu_scalar_bits_ct<1u>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(8)));
ctx.set_vfpu_scalar_bits_ct<33u>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(12)));
ctx.set_vfpu_scalar_bits_ct<65u>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(16)));
ctx.set_vfpu_scalar_bits_ct<12u>(aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(0)));
ctx.set_vfpu_scalar_bits_ct<44u>(aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(4)));
ctx.set_vfpu_scalar_bits_ct<13u>(aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(8)));
ctx.set_vfpu_scalar_bits_ct<45u>(aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(12)));
ctx.set_vfpu_scalar_bits_ct<77u>(aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(16)));
ctx.execute_vfpu_vscl_ct<0u, 0u, 125u, 2u>();
ctx.execute_vfpu_vscl_ct<1u, 1u, 125u, 3u>();
ctx.execute_vfpu_vscl_ct<12u, 12u, 124u, 2u>();
ctx.execute_vfpu_vscl_ct<13u, 13u, 124u, 3u>();
ctx.execute_vfpu_vec3_ct<0u, 0u, 12u, 2u, 0u>();
ctx.execute_vfpu_vec3_ct<1u, 1u, 13u, 3u, 0u>();
aot_mem.aot_direct_store32(aot_gpr_6 + static_cast<std::uint32_t>(0), ctx.vfpu_scalar_bits_ct<0u>());
aot_mem.aot_direct_store32(aot_gpr_6 + static_cast<std::uint32_t>(4), ctx.vfpu_scalar_bits_ct<32u>());
aot_mem.aot_direct_store32(aot_gpr_6 + static_cast<std::uint32_t>(8), ctx.vfpu_scalar_bits_ct<1u>());
aot_mem.aot_direct_store32(aot_gpr_6 + static_cast<std::uint32_t>(12), ctx.vfpu_scalar_bits_ct<33u>());
aot_mem.aot_direct_store32(aot_gpr_6 + static_cast<std::uint32_t>(16), ctx.vfpu_scalar_bits_ct<65u>());
jump_target = aot_gpr_31;
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A095FC:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-1328));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(1280), std::bit_cast<std::uint32_t>(ctx.fpr[20]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(1284), std::bit_cast<std::uint32_t>(ctx.fpr[22]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(1288), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(1292), ctx.gpr[17]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(1296), ctx.gpr[18]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(1300), ctx.gpr[19]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(1304), ctx.gpr[20]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(1308), ctx.gpr[21]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(1312), ctx.gpr[22]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(1316), aot_gpr_31);
ctx.gpr[7] = (aot_gpr_4 | 0u);
ctx.gpr[8] = (0u | 0u);
aot_gpr_4 = (0u | 0u);
aot_gpr_5 = (0u | 3u);
aot_gpr_6 = (aot_gpr_29 + ctx.gpr[8]);
ctx.gpr[7] = (ctx.gpr[7] + ctx.gpr[8]);
goto L_08A09640;
L_08A09640:
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[7] + static_cast<std::uint32_t>(0)));
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[7] + static_cast<std::uint32_t>(4)));
aot_fpr_14 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[7] + static_cast<std::uint32_t>(8)));
ctx.gpr[8] = (std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_fpr_15 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[7] + static_cast<std::uint32_t>(12)));
ctx.gpr[9] = (std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_mem.aot_direct_store32(aot_gpr_6 + static_cast<std::uint32_t>(0), ctx.gpr[8]);
ctx.gpr[10] = (std::bit_cast<std::uint32_t>(aot_fpr_14));
ctx.fpr[16] = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[7] + static_cast<std::uint32_t>(16)));
ctx.gpr[8] = (std::bit_cast<std::uint32_t>(aot_fpr_15));
aot_mem.aot_direct_store32(aot_gpr_6 + static_cast<std::uint32_t>(4), ctx.gpr[9]);
aot_mem.aot_direct_store32(aot_gpr_6 + static_cast<std::uint32_t>(8), ctx.gpr[10]);
ctx.gpr[9] = (std::bit_cast<std::uint32_t>(ctx.fpr[16]));
aot_mem.aot_direct_store32(aot_gpr_6 + static_cast<std::uint32_t>(12), ctx.gpr[8]);
aot_mem.aot_direct_store32(aot_gpr_6 + static_cast<std::uint32_t>(16), ctx.gpr[9]);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(1));
aot_gpr_6 = (aot_gpr_6 + static_cast<std::uint32_t>(20));
{ const bool branch_taken = aot_gpr_4 != aot_gpr_5;
ctx.gpr[7] = (ctx.gpr[7] + static_cast<std::uint32_t>(20));
if (branch_taken) {
goto L_08A09640;
}
goto L_08A0968C;
}
L_08A0968C:
aot_gpr_16 = (0u | 3u);
ctx.fpr[22] = std::bit_cast<float>(0u);
ctx.gpr[17] = (0u | 0u);
ctx.gpr[22] = (0u | 20u);
goto L_08A0969C;
L_08A0969C:
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[17]) < 2 ? 1u : 0u);
{ const bool branch_taken = aot_gpr_4 == 0u;
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[17]) < 3 ? 1u : 0u);
if (branch_taken) {
goto L_08A096C4;
}
goto L_08A096A8;
}
L_08A096A8:
{ const bool branch_taken = static_cast<std::int32_t>(ctx.gpr[17]) < 0;
if (branch_taken) {
goto L_08A096F8;
}
goto L_08A096B0;
}
L_08A096B0:
{ const bool branch_taken = static_cast<std::int32_t>(ctx.gpr[17]) > 0;
if (branch_taken) {
goto L_08A096DC;
}
goto L_08A096B8;
}
L_08A096B8:
ctx.execute_vfpu_unary_ct<3u, 52u, 4u, 0u>();
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A096F8;
}
goto L_08A096C4;
}
L_08A096C4:
{ const bool branch_taken = aot_gpr_4 != 0u;
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[17]) < 4 ? 1u : 0u);
if (branch_taken) {
goto L_08A096E8;
}
goto L_08A096CC;
}
L_08A096CC:
{ const bool branch_taken = aot_gpr_4 != 0u;
if (branch_taken) {
goto L_08A096F4;
}
goto L_08A096D4;
}
L_08A096D4:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A096F8;
}
goto L_08A096DC;
}
L_08A096DC:
ctx.execute_vfpu_unary_ct<3u, 53u, 4u, 0u>();
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A096F8;
}
goto L_08A096E8;
}
L_08A096E8:
ctx.execute_vfpu_unary_ct<3u, 54u, 4u, 0u>();
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A096F8;
}
goto L_08A096F4;
}
L_08A096F4:
ctx.execute_vfpu_unary_ct<3u, 55u, 4u, 0u>();
goto L_08A096F8;
L_08A096F8:
aot_gpr_4 = (ctx.gpr[17] & 1u);
aot_gpr_5 = (aot_gpr_4 << 7u);
aot_gpr_6 = (0u + aot_gpr_5);
aot_gpr_5 = (aot_gpr_5 << 2u);
ctx.gpr[20] = (aot_gpr_6 + aot_gpr_5);
ctx.gpr[20] = (aot_gpr_29 + ctx.gpr[20]);
aot_gpr_4 = (aot_gpr_4 ^ 1u);
aot_gpr_4 = (aot_gpr_4 << 7u);
aot_gpr_5 = (0u + aot_gpr_4);
aot_gpr_4 = (aot_gpr_4 << 2u);
ctx.gpr[18] = (aot_gpr_5 + aot_gpr_4);
ctx.gpr[18] = (aot_gpr_29 + ctx.gpr[18]);
ctx.gpr[19] = (ctx.gpr[18] | 0u);
aot_gpr_4 = (aot_gpr_16 << 4u);
aot_gpr_5 = (aot_gpr_16 << 2u);
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
aot_gpr_4 = (ctx.gpr[20] + aot_gpr_4);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(-20));
ctx.set_vfpu_scalar_bits_ct<0u>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(8)));
ctx.set_vfpu_scalar_bits_ct<32u>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(12)));
ctx.set_vfpu_scalar_bits_ct<64u>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(16)));
ctx.execute_vfpu_vhdp_ct<1u, 0u, 3u, 4u>();
aot_gpr_5 = (ctx.vfpu_scalar_bits_ct<1u>());
aot_fpr_12 = std::bit_cast<float>(aot_gpr_5);
ctx.gpr[21] = (0u | 0u);
if (aot_gpr_16 == 0u) {
aot_gpr_4 = (ctx.gpr[18] - ctx.gpr[19]);
goto L_08A09918;
}
goto L_08A09764;
L_08A09764:
ctx.set_vfpu_scalar_bits_ct<0u>(aot_mem.aot_direct_load32(ctx.gpr[20] + static_cast<std::uint32_t>(8)));
ctx.set_vfpu_scalar_bits_ct<32u>(aot_mem.aot_direct_load32(ctx.gpr[20] + static_cast<std::uint32_t>(12)));
ctx.set_vfpu_scalar_bits_ct<64u>(aot_mem.aot_direct_load32(ctx.gpr[20] + static_cast<std::uint32_t>(16)));
ctx.execute_vfpu_vhdp_ct<1u, 0u, 3u, 4u>();
aot_gpr_5 = (ctx.vfpu_scalar_bits_ct<1u>());
ctx.fpr[20] = std::bit_cast<float>(aot_gpr_5);
aot_gpr_5 = (0u | 0u);
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_12 <= ctx.fpr[22])) ? 0x00800000u : 0u);
if (((ctx.fcr31 & 0x00800000u) != 0u)) {
aot_gpr_5 = (0u | 1u);
goto L_08A09790;
}
goto L_08A09790;
L_08A09790:
aot_gpr_5 = (aot_gpr_5 & 255u);
{ const bool branch_taken = aot_gpr_5 == 0u;
aot_gpr_5 = (0u | 0u);
if (branch_taken) {
goto L_08A09800;
}
goto L_08A0979C;
}
L_08A0979C:
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((ctx.fpr[20] <= ctx.fpr[22])) ? 0x00800000u : 0u);
if (((ctx.fcr31 & 0x00800000u) != 0u)) {
aot_gpr_5 = (0u | 1u);
goto L_08A097AC;
}
goto L_08A097AC;
L_08A097AC:
aot_gpr_5 = (aot_gpr_5 & 255u);
{ const bool branch_taken = aot_gpr_5 == 0u;
if (branch_taken) {
goto L_08A09800;
}
goto L_08A097B8;
}
L_08A097B8:
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
aot_fpr_14 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(8)));
aot_gpr_6 = (std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_5 = (ctx.gpr[18] | 0u);
ctx.gpr[7] = (std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_fpr_15 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(12)));
ctx.gpr[8] = (std::bit_cast<std::uint32_t>(aot_fpr_14));
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), aot_gpr_6);
ctx.fpr[16] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(16)));
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(4), ctx.gpr[7]);
aot_gpr_4 = (std::bit_cast<std::uint32_t>(aot_fpr_15));
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(8), ctx.gpr[8]);
aot_gpr_6 = (std::bit_cast<std::uint32_t>(ctx.fpr[16]));
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(12), aot_gpr_4);
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(20));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(16), aot_gpr_6);
if (branch_taken) {
goto L_08A09900;
}
goto L_08A09800;
}
L_08A09800:
aot_gpr_5 = (0u | 0u);
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_12 <= ctx.fpr[22])) ? 0x00800000u : 0u);
if (((ctx.fcr31 & 0x00800000u) != 0u)) {
aot_gpr_5 = (0u | 1u);
goto L_08A09814;
}
goto L_08A09814;
L_08A09814:
aot_gpr_5 = (aot_gpr_5 & 255u);
{ const bool branch_taken = aot_gpr_5 == 0u;
aot_gpr_5 = (0u | 0u);
if (branch_taken) {
goto L_08A098A4;
}
goto L_08A09820;
}
L_08A09820:
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((ctx.fpr[20] <= ctx.fpr[22])) ? 0x00800000u : 0u);
if (((ctx.fcr31 & 0x00800000u) != 0u)) {
aot_gpr_5 = (0u | 1u);
goto L_08A09830;
}
goto L_08A09830;
L_08A09830:
aot_gpr_5 = (aot_gpr_5 & 255u);
aot_gpr_5 = (aot_gpr_5 < static_cast<std::uint32_t>(1) ? 1u : 0u);
aot_gpr_5 = (aot_gpr_5 & 255u);
{ const bool branch_taken = aot_gpr_5 == 0u;
if (branch_taken) {
goto L_08A098A4;
}
goto L_08A09844;
}
L_08A09844:
aot_fpr_13 = aot_fpr_12 - ctx.fpr[20];
aot_fpr_12 = aot_fpr_12 / aot_fpr_13;
aot_fpr_14 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
aot_fpr_15 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
ctx.fpr[16] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(8)));
ctx.fpr[17] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(12)));
ctx.gpr[7] = (ctx.gpr[18] | 0u);
aot_gpr_6 = (ctx.gpr[18] + static_cast<std::uint32_t>(20));
ctx.gpr[18] = (aot_gpr_6 + static_cast<std::uint32_t>(20));
aot_gpr_5 = (ctx.gpr[20] | 0u);
ctx.gpr[8] = (std::bit_cast<std::uint32_t>(aot_fpr_14));
ctx.gpr[9] = (std::bit_cast<std::uint32_t>(aot_fpr_15));
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(16)));
aot_mem.aot_direct_store32(ctx.gpr[7] + static_cast<std::uint32_t>(0), ctx.gpr[8]);
ctx.gpr[8] = (std::bit_cast<std::uint32_t>(ctx.fpr[16]));
aot_mem.aot_direct_store32(ctx.gpr[7] + static_cast<std::uint32_t>(4), ctx.gpr[9]);
aot_mem.aot_direct_store32(ctx.gpr[7] + static_cast<std::uint32_t>(8), ctx.gpr[8]);
ctx.gpr[9] = (std::bit_cast<std::uint32_t>(aot_fpr_13));
ctx.gpr[8] = (std::bit_cast<std::uint32_t>(ctx.fpr[17]));
aot_mem.aot_direct_store32(ctx.gpr[7] + static_cast<std::uint32_t>(12), ctx.gpr[8]);
aot_gpr_31 = (0x08A0989Cu);
aot_mem.aot_direct_store32(ctx.gpr[7] + static_cast<std::uint32_t>(16), ctx.gpr[9]);
goto L_08A09594;
L_08A0989C:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A09900;
}
goto L_08A098A4;
}
L_08A098A4:
aot_gpr_5 = (0u | 0u);
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_12 <= ctx.fpr[22])) ? 0x00800000u : 0u);
if (((ctx.fcr31 & 0x00800000u) != 0u)) {
aot_gpr_5 = (0u | 1u);
goto L_08A098B8;
}
goto L_08A098B8;
L_08A098B8:
aot_gpr_5 = (aot_gpr_5 & 255u);
aot_gpr_5 = (aot_gpr_5 < static_cast<std::uint32_t>(1) ? 1u : 0u);
aot_gpr_5 = (aot_gpr_5 & 255u);
{ const bool branch_taken = aot_gpr_5 == 0u;
aot_gpr_5 = (0u | 0u);
if (branch_taken) {
goto L_08A09900;
}
goto L_08A098CC;
}
L_08A098CC:
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((ctx.fpr[20] <= ctx.fpr[22])) ? 0x00800000u : 0u);
if (((ctx.fcr31 & 0x00800000u) != 0u)) {
aot_gpr_5 = (0u | 1u);
goto L_08A098DC;
}
goto L_08A098DC;
L_08A098DC:
aot_gpr_5 = (aot_gpr_5 & 255u);
{ const bool branch_taken = aot_gpr_5 == 0u;
if (branch_taken) {
goto L_08A09900;
}
goto L_08A098E8;
}
L_08A098E8:
aot_fpr_13 = aot_fpr_12 - ctx.fpr[20];
aot_gpr_6 = (ctx.gpr[18] | 0u);
aot_fpr_12 = aot_fpr_12 / aot_fpr_13;
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(20));
aot_gpr_31 = (0x08A09900u);
aot_gpr_5 = (ctx.gpr[20] | 0u);
goto L_08A09594;
L_08A09900:
aot_gpr_4 = (ctx.gpr[20] | 0u);
aot_fpr_12 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(ctx.fpr[20]));
ctx.gpr[21] = (ctx.gpr[21] + static_cast<std::uint32_t>(1));
{ const bool branch_taken = ctx.gpr[21] != aot_gpr_16;
ctx.gpr[20] = (ctx.gpr[20] + static_cast<std::uint32_t>(20));
if (branch_taken) {
goto L_08A09764;
}
goto L_08A09914;
}
L_08A09914:
aot_gpr_4 = (ctx.gpr[18] - ctx.gpr[19]);
goto L_08A09918;
L_08A09918:
{ const std::int32_t dividend = static_cast<std::int32_t>(aot_gpr_4); const std::int32_t divisor = static_cast<std::int32_t>(ctx.gpr[22]); if (divisor == 0) { ctx.lo = dividend >= 0 ? 0xFFFFFFFFu : 1u; ctx.hi = static_cast<std::uint32_t>(dividend); } else if (dividend == static_cast<std::int32_t>(0x80000000u) && divisor == -1) { ctx.lo = 0x80000000u; ctx.hi = 0u; } else { ctx.lo = static_cast<std::uint32_t>(dividend / divisor); ctx.hi = static_cast<std::uint32_t>(dividend % divisor); } }
aot_gpr_16 = (ctx.lo);
aot_gpr_4 = (aot_gpr_16 < static_cast<std::uint32_t>(3) ? 1u : 0u);
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_08A09934;
}
goto L_08A0992C;
}
L_08A0992C:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A09A04;
}
goto L_08A09934;
}
L_08A09934:
ctx.gpr[17] = (ctx.gpr[17] + static_cast<std::uint32_t>(1));
aot_gpr_4 = (ctx.gpr[17] < static_cast<std::uint32_t>(4) ? 1u : 0u);
{ const bool branch_taken = aot_gpr_4 != 0u;
if (branch_taken) {
goto L_08A0969C;
}
goto L_08A09944;
}
L_08A09944:
aot_gpr_6 = (aot_gpr_16 << 4u);
aot_gpr_4 = (aot_gpr_16 << 2u);
ctx.gpr[17] = (2236u << 16u);
aot_gpr_6 = (aot_gpr_6 + aot_gpr_4);
ctx.gpr[18] = (ctx.gpr[17] + static_cast<std::uint32_t>(29552));
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(12)));
aot_gpr_5 = (ctx.gpr[19] | 0u);
ctx.gpr[19] = (0u + static_cast<std::uint32_t>(-4));
aot_gpr_4 = (aot_gpr_4 - aot_gpr_6);
ctx.gpr[19] = (aot_gpr_4 & ctx.gpr[19]);
aot_mem.aot_direct_store32(ctx.gpr[18] + static_cast<std::uint32_t>(12), ctx.gpr[19]);
aot_gpr_31 = (0x08A09978u);
aot_gpr_4 = (ctx.gpr[19] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0088.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 236u, 0x08A09978u, 0x089645DCu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0088_entry(rt, ctx, 36u, aot_mem);
#else
recomp_unit_0088_entry(rt, ctx, 36u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0088_entry, 88u, 36u, 0x089645DCu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A09978u) goto L_08A09978;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A09978:
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(29552)));
aot_gpr_5 = (4608u << 16u);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(387));
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(29552)));
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
{ const bool branch_taken = ctx.gpr[19] == 0u;
aot_mem.aot_direct_store32(ctx.gpr[17] + static_cast<std::uint32_t>(29552), aot_gpr_4);
if (branch_taken) {
goto L_08A099E8;
}
goto L_08A09998;
}
L_08A09998:
aot_gpr_4 = (ctx.gpr[19] >> 8u);
aot_gpr_5 = (15u << 16u);
aot_gpr_4 = (aot_gpr_4 & aot_gpr_5);
aot_mem.aot_direct_store32(ctx.gpr[18] + static_cast<std::uint32_t>(20), aot_gpr_4);
aot_gpr_5 = (4096u << 16u);
aot_gpr_6 = (aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(29552)));
aot_gpr_4 = (aot_gpr_4 | aot_gpr_5);
aot_mem.aot_direct_store32(aot_gpr_6 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(29552)));
aot_gpr_5 = (256u << 16u);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(-1));
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_gpr_5 = (ctx.gpr[19] & aot_gpr_5);
aot_gpr_6 = (256u << 16u);
aot_mem.aot_direct_store32(ctx.gpr[17] + static_cast<std::uint32_t>(29552), aot_gpr_4);
aot_gpr_5 = (aot_gpr_5 | aot_gpr_6);
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(29552)));
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(ctx.gpr[17] + static_cast<std::uint32_t>(29552), aot_gpr_4);
goto L_08A099E8;
L_08A099E8:
aot_gpr_4 = (1029u << 16u);
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(29552)));
aot_gpr_4 = (aot_gpr_16 | aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(29552)));
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(ctx.gpr[17] + static_cast<std::uint32_t>(29552), aot_gpr_4);
goto L_08A09A04;
L_08A09A04:
ctx.fpr[20] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(1280)));
ctx.fpr[22] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(1284)));
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(1288)));
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(1292)));
ctx.gpr[18] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(1296)));
ctx.gpr[19] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(1300)));
ctx.gpr[20] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(1304)));
ctx.gpr[21] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(1308)));
ctx.gpr[22] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(1312)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(1316)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(1328));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A09A34:
{ const bool branch_taken = aot_gpr_5 == 0u;
aot_gpr_6 = (2236u << 16u);
if (branch_taken) {
goto L_08A09AC8;
}
goto L_08A09A3C;
}
L_08A09A3C:
ctx.gpr[7] = (aot_mem.aot_direct_load32(aot_gpr_6 + static_cast<std::uint32_t>(29552)));
ctx.gpr[8] = (4608u << 16u);
ctx.gpr[8] = (ctx.gpr[8] + static_cast<std::uint32_t>(387));
aot_mem.aot_direct_store32(ctx.gpr[7] + static_cast<std::uint32_t>(0), ctx.gpr[8]);
ctx.gpr[7] = (aot_gpr_5 + static_cast<std::uint32_t>(2));
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_6 + static_cast<std::uint32_t>(29552)));
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(4));
{ const bool branch_taken = aot_gpr_4 == 0u;
aot_mem.aot_direct_store32(aot_gpr_6 + static_cast<std::uint32_t>(29552), aot_gpr_5);
if (branch_taken) {
goto L_08A09AB0;
}
goto L_08A09A60;
}
L_08A09A60:
ctx.gpr[8] = (aot_gpr_4 >> 8u);
ctx.gpr[9] = (15u << 16u);
ctx.gpr[8] = (ctx.gpr[8] & ctx.gpr[9]);
ctx.gpr[9] = (aot_gpr_6 + static_cast<std::uint32_t>(29552));
aot_mem.aot_direct_store32(ctx.gpr[9] + static_cast<std::uint32_t>(20), ctx.gpr[8]);
ctx.gpr[9] = (4096u << 16u);
ctx.gpr[8] = (ctx.gpr[8] | ctx.gpr[9]);
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), ctx.gpr[8]);
ctx.gpr[8] = (256u << 16u);
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_6 + static_cast<std::uint32_t>(29552)));
ctx.gpr[8] = (ctx.gpr[8] + static_cast<std::uint32_t>(-1));
aot_gpr_4 = (aot_gpr_4 & ctx.gpr[8]);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(4));
ctx.gpr[8] = (256u << 16u);
aot_mem.aot_direct_store32(aot_gpr_6 + static_cast<std::uint32_t>(29552), aot_gpr_5);
aot_gpr_4 = (aot_gpr_4 | ctx.gpr[8]);
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_6 + static_cast<std::uint32_t>(29552)));
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_6 + static_cast<std::uint32_t>(29552), aot_gpr_5);
goto L_08A09AB0;
L_08A09AB0:
aot_gpr_4 = (1028u << 16u);
aot_gpr_4 = (ctx.gpr[7] | aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_6 + static_cast<std::uint32_t>(29552)));
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
aot_mem.aot_direct_store32(aot_gpr_6 + static_cast<std::uint32_t>(29552), aot_gpr_4);
goto L_08A09AC8;
L_08A09AC8:
jump_target = aot_gpr_31;
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A09AD0:
ctx.gpr[8] = (std::bit_cast<std::uint32_t>(aot_fpr_12));
ctx.set_vfpu_scalar_bits_ct<124u>(ctx.gpr[8]);
ctx.execute_vfpu_vocp_ct<125u, 124u, 1u>();
{ const std::uint32_t vfpu_address = aot_gpr_4 + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<0u, 4u>(vfpu_value); }
{ const std::uint32_t vfpu_address = aot_gpr_4 + static_cast<std::uint32_t>(16);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<1u, 4u>(vfpu_value); }
{ const std::uint32_t vfpu_address = aot_gpr_4 + static_cast<std::uint32_t>(32);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<2u, 4u>(vfpu_value); }
{ const std::uint32_t vfpu_address = aot_gpr_5 + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<12u, 4u>(vfpu_value); }
{ const std::uint32_t vfpu_address = aot_gpr_5 + static_cast<std::uint32_t>(16);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<13u, 4u>(vfpu_value); }
{ const std::uint32_t vfpu_address = aot_gpr_5 + static_cast<std::uint32_t>(32);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<14u, 4u>(vfpu_value); }
ctx.execute_vfpu_vscl_ct<0u, 0u, 125u, 3u>();
ctx.execute_vfpu_vscl_ct<1u, 1u, 125u, 4u>();
ctx.execute_vfpu_vscl_ct<2u, 2u, 125u, 2u>();
ctx.execute_vfpu_vscl_ct<12u, 12u, 124u, 3u>();
ctx.execute_vfpu_vscl_ct<13u, 13u, 124u, 4u>();
ctx.execute_vfpu_vscl_ct<14u, 14u, 124u, 2u>();
ctx.execute_vfpu_vec3_ct<0u, 0u, 12u, 3u, 0u>();
ctx.execute_vfpu_vec3_ct<1u, 1u, 13u, 4u, 0u>();
ctx.execute_vfpu_vec3_ct<2u, 2u, 14u, 2u, 0u>();
{ float vfpu_value[4]{}; ctx.read_vfpu_vector_ct<0u, 4u>(vfpu_value);
const std::uint32_t vfpu_address = aot_gpr_6 + static_cast<std::uint32_t>(0);
const std::uint32_t vfpu_words[4]{std::bit_cast<std::uint32_t>(vfpu_value[0]), std::bit_cast<std::uint32_t>(vfpu_value[1]), std::bit_cast<std::uint32_t>(vfpu_value[2]), std::bit_cast<std::uint32_t>(vfpu_value[3])};
aot_mem.aot_direct_store32_block(vfpu_address, vfpu_words); }
{ float vfpu_value[4]{}; ctx.read_vfpu_vector_ct<1u, 4u>(vfpu_value);
const std::uint32_t vfpu_address = aot_gpr_6 + static_cast<std::uint32_t>(16);
const std::uint32_t vfpu_words[4]{std::bit_cast<std::uint32_t>(vfpu_value[0]), std::bit_cast<std::uint32_t>(vfpu_value[1]), std::bit_cast<std::uint32_t>(vfpu_value[2]), std::bit_cast<std::uint32_t>(vfpu_value[3])};
aot_mem.aot_direct_store32_block(vfpu_address, vfpu_words); }
{ float vfpu_value[4]{}; ctx.read_vfpu_vector_ct<2u, 4u>(vfpu_value);
const std::uint32_t vfpu_address = aot_gpr_6 + static_cast<std::uint32_t>(32);
const std::uint32_t vfpu_words[4]{std::bit_cast<std::uint32_t>(vfpu_value[0]), std::bit_cast<std::uint32_t>(vfpu_value[1]), std::bit_cast<std::uint32_t>(vfpu_value[2]), std::bit_cast<std::uint32_t>(vfpu_value[3])};
aot_mem.aot_direct_store32_block(vfpu_address, vfpu_words); }
jump_target = aot_gpr_31;
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A09B2C:
// TIER2_SUPERBLOCK_V2_HOOK_BEGIN
if (vcs::tier2_cluster_enabled(vcs::Tier2ClusterId::Physics) && rt.memory().direct_fastmem_enabled()) {
AOT_REGCACHE_SYNC_OUT(); aot_regcache_valid = false;
vcs::tier2_superblock_physics(rt, ctx, aot_mem, 0x08A09B2Cu);
AOT_REGCACHE_SYNC_OUT(); return;
}
// TIER2_SUPERBLOCK_V2_HOOK_END
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), ctx.gpr[17]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), ctx.gpr[18]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(12), ctx.gpr[19]);
// PSP CACHE is a no-op in coherent host memory.
ctx.set_vfpu_scalar_bits_ct<30u>(aot_gpr_16);
ctx.set_vfpu_scalar_bits_ct<62u>(ctx.gpr[17]);
ctx.set_vfpu_scalar_bits_ct<94u>(ctx.gpr[18]);
ctx.set_vfpu_scalar_bits_ct<126u>(aot_gpr_31);
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), ctx.gpr[19]);
ctx.gpr[19] = (0u | 0u);
ctx.gpr[8] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(4))))));
ctx.gpr[9] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(6))))));
ctx.gpr[10] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(8))))));
ctx.set_vfpu_scalar_bits_ct<29u>(ctx.gpr[8]);
ctx.set_vfpu_scalar_bits_ct<61u>(ctx.gpr[9]);
ctx.set_vfpu_scalar_bits_ct<93u>(ctx.gpr[10]);
ctx.execute_vfpu_vi2f_ct<29u, 29u, 3u, 15u>();
ctx.execute_vfpu_vtfm_ct<12u, 48u, 29u, 4u, 3u>();
ctx.execute_vfpu_vcmp_ct<12u, 31u, 4u, 7u>();
// vflush: architectural no-op that retains VFPU prefixes
ctx.gpr[11] = (ctx.vfpu_scalar_bits_ct<131u>());
ctx.gpr[11] = (ctx.gpr[11] & 15u);
ctx.gpr[11] = (ctx.gpr[11] << 16u);
ctx.gpr[8] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(14))))));
ctx.gpr[9] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(16))))));
ctx.gpr[10] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(18))))));
ctx.set_vfpu_scalar_bits_ct<28u>(ctx.gpr[8]);
ctx.set_vfpu_scalar_bits_ct<60u>(ctx.gpr[9]);
ctx.set_vfpu_scalar_bits_ct<92u>(ctx.gpr[10]);
ctx.execute_vfpu_vi2f_ct<28u, 28u, 3u, 15u>();
ctx.execute_vfpu_vtfm_ct<12u, 48u, 28u, 4u, 3u>();
ctx.execute_vfpu_vcmp_ct<12u, 31u, 4u, 7u>();
// vflush: architectural no-op that retains VFPU prefixes
ctx.gpr[12] = (ctx.vfpu_scalar_bits_ct<131u>());
ctx.gpr[12] = (ctx.gpr[12] & 15u);
ctx.gpr[12] = (ctx.gpr[12] << 8u);
if (!([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_ok_ = ctx.execute_signed_add(5u, 5u, 5u); AOT_REGCACHE_SYNC_IN(); return aot_regcache_ok_; }())) { rt.arithmetic_overflow(0x08A09BC8u, 0x00A52820u); AOT_REGCACHE_SYNC_OUT(); return; }
ctx.gpr[8] = (aot_gpr_5 << 2u);
if (!([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_ok_ = ctx.execute_signed_add(5u, 5u, 8u); AOT_REGCACHE_SYNC_IN(); return aot_regcache_ok_; }())) { rt.arithmetic_overflow(0x08A09BD0u, 0x00A82820u); AOT_REGCACHE_SYNC_OUT(); return; }
if (!([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_ok_ = ctx.execute_signed_add(18u, 4u, 5u); AOT_REGCACHE_SYNC_IN(); return aot_regcache_ok_; }())) { rt.arithmetic_overflow(0x08A09BD4u, 0x00859020u); AOT_REGCACHE_SYNC_OUT(); return; }
aot_gpr_16 = (ctx.gpr[11] | ctx.gpr[12]);
ctx.gpr[17] = (aot_gpr_4 + static_cast<std::uint32_t>(20));
aot_gpr_5 = (0u + static_cast<std::uint32_t>(0));
goto L_08A09BE4;
L_08A09BE4:
// PSP CACHE is a no-op in coherent host memory.
ctx.gpr[8] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(ctx.gpr[17] + static_cast<std::uint32_t>(4))))));
ctx.gpr[9] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(ctx.gpr[17] + static_cast<std::uint32_t>(6))))));
ctx.gpr[10] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(ctx.gpr[17] + static_cast<std::uint32_t>(8))))));
ctx.set_vfpu_scalar_bits_ct<15u>(ctx.gpr[8]);
ctx.set_vfpu_scalar_bits_ct<47u>(ctx.gpr[9]);
ctx.set_vfpu_scalar_bits_ct<79u>(ctx.gpr[10]);
ctx.execute_vfpu_vi2f_ct<15u, 15u, 3u, 15u>();
ctx.execute_vfpu_vcmp_ct<15u, 28u, 3u, 1u>();
if (((ctx.vfpu_ctrl[3] >> 5u) & 1u) != 0u) {
ctx.gpr[11] = ((aot_gpr_16 >> 8u) & 0x000000FFu);
goto L_08A09C9C;
}
goto L_08A09C10;
L_08A09C10:
ctx.execute_vfpu_vcmp_ct<15u, 29u, 3u, 1u>();
if (((ctx.vfpu_ctrl[3] >> 5u) & 1u) != 0u) {
ctx.gpr[11] = ((aot_gpr_16 >> 16u) & 0x000000FFu);
goto L_08A09C9C;
}
goto L_08A09C1C;
L_08A09C1C:
ctx.execute_vfpu_vtfm_ct<12u, 48u, 15u, 4u, 3u>();
ctx.execute_vfpu_vcmp_ct<12u, 31u, 4u, 7u>();
// vflush: architectural no-op that retains VFPU prefixes
ctx.gpr[11] = (ctx.vfpu_scalar_bits_ct<131u>());
ctx.gpr[11] = (ctx.gpr[11] & 15u);
aot_gpr_16 = (aot_gpr_16 | ctx.gpr[11]);
aot_gpr_16 = (aot_gpr_16 << 8u);
ctx.execute_vfpu_vcmp_ct<28u, 29u, 3u, 1u>();
{ const bool branch_taken = ((ctx.vfpu_ctrl[3] >> 5u) & 1u) != 0u;
if (branch_taken) {
goto L_08A09CA4;
}
goto L_08A09C44;
}
L_08A09C44:
{ const bool branch_taken = aot_gpr_16 == 0u;
ctx.gpr[11] = (aot_gpr_16 | 0u);
if (branch_taken) {
goto L_08A09CA4;
}
goto L_08A09C4C;
}
L_08A09C4C:
ctx.gpr[11] = (ctx.gpr[11] >> 8u);
ctx.gpr[11] = (ctx.gpr[11] & aot_gpr_16);
ctx.gpr[11] = (ctx.gpr[11] >> 8u);
ctx.gpr[11] = (ctx.gpr[11] & aot_gpr_16);
{ const bool branch_taken = ctx.gpr[11] != 0u;
if (branch_taken) {
goto L_08A09CA4;
}
goto L_08A09C64;
}
L_08A09C64:
aot_gpr_31 = (0x08A09C6Cu);
aot_gpr_6 = (ctx.gpr[19] ^ aot_gpr_5);
goto L_08A094D8;
L_08A09C6C:
aot_gpr_5 = (ctx.gpr[19] ^ 0u);
aot_gpr_31 = (0x08A09C78u);
aot_gpr_4 = (ctx.gpr[17] + static_cast<std::uint32_t>(-20));
goto L_08A08F00;
L_08A09C78:
ctx.gpr[19] = (ctx.gpr[19] ^ 1u);
ctx.gpr[17] = (ctx.gpr[17] + static_cast<std::uint32_t>(10));
aot_gpr_5 = (0u + static_cast<std::uint32_t>(0));
aot_gpr_4 = (ctx.gpr[17] + static_cast<std::uint32_t>(-20));
ctx.execute_vfpu_unary_ct<29u, 28u, 3u, 0u>();
if (ctx.gpr[17] != ctx.gpr[18]) {
ctx.execute_vfpu_unary_ct<28u, 15u, 3u, 0u>();
goto L_08A09BE4;
}
goto L_08A09C94;
L_08A09C94:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A09CBC;
}
goto L_08A09C9C;
}
L_08A09C9C:
aot_gpr_16 = (aot_gpr_16 | ctx.gpr[11]);
aot_gpr_16 = (aot_gpr_16 << 8u);
goto L_08A09CA4;
L_08A09CA4:
ctx.gpr[19] = (ctx.gpr[19] ^ 1u);
ctx.gpr[17] = (ctx.gpr[17] + static_cast<std::uint32_t>(10));
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(1));
ctx.execute_vfpu_unary_ct<29u, 28u, 3u, 0u>();
if (ctx.gpr[17] != ctx.gpr[18]) {
ctx.execute_vfpu_unary_ct<28u, 15u, 3u, 0u>();
goto L_08A09BE4;
}
goto L_08A09CBC;
L_08A09CBC:
aot_gpr_31 = (0x08A09CC4u);
aot_gpr_6 = (ctx.gpr[19] ^ aot_gpr_5);
goto L_08A094D8;
L_08A09CC4:
ctx.gpr[19] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
aot_gpr_16 = (ctx.vfpu_scalar_bits_ct<30u>());
ctx.gpr[17] = (ctx.vfpu_scalar_bits_ct<62u>());
ctx.gpr[18] = (ctx.vfpu_scalar_bits_ct<94u>());
aot_gpr_31 = (ctx.vfpu_scalar_bits_ct<126u>());
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
ctx.gpr[18] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(8)));
ctx.gpr[19] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(12)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A09CF4:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), ctx.gpr[17]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), ctx.gpr[18]);
// PSP CACHE is a no-op in coherent host memory.
ctx.set_vfpu_scalar_bits_ct<30u>(aot_gpr_16);
ctx.set_vfpu_scalar_bits_ct<62u>(ctx.gpr[17]);
ctx.set_vfpu_scalar_bits_ct<94u>(ctx.gpr[18]);
ctx.set_vfpu_scalar_bits_ct<126u>(aot_gpr_31);
ctx.set_vfpu_scalar_bits_ct<29u>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(8)));
ctx.set_vfpu_scalar_bits_ct<61u>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(12)));
ctx.set_vfpu_scalar_bits_ct<93u>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(16)));
ctx.execute_vfpu_vtfm_ct<12u, 48u, 29u, 4u, 3u>();
ctx.execute_vfpu_vcmp_ct<12u, 31u, 4u, 7u>();
// vflush: architectural no-op that retains VFPU prefixes
ctx.gpr[11] = (ctx.vfpu_scalar_bits_ct<131u>());
ctx.gpr[11] = (ctx.gpr[11] & 15u);
ctx.gpr[11] = (ctx.gpr[11] << 16u);
ctx.set_vfpu_scalar_bits_ct<28u>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(28)));
ctx.set_vfpu_scalar_bits_ct<60u>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(32)));
ctx.set_vfpu_scalar_bits_ct<92u>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(36)));
ctx.execute_vfpu_vtfm_ct<12u, 48u, 28u, 4u, 3u>();
ctx.execute_vfpu_vcmp_ct<12u, 31u, 4u, 7u>();
// vflush: architectural no-op that retains VFPU prefixes
ctx.gpr[12] = (ctx.vfpu_scalar_bits_ct<131u>());
ctx.gpr[12] = (ctx.gpr[12] & 15u);
ctx.gpr[12] = (ctx.gpr[12] << 8u);
aot_gpr_5 = (aot_gpr_5 << 2u);
ctx.gpr[8] = (aot_gpr_5 << 2u);
if (!([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_ok_ = ctx.execute_signed_add(5u, 5u, 8u); AOT_REGCACHE_SYNC_IN(); return aot_regcache_ok_; }())) { rt.arithmetic_overflow(0x08A09D68u, 0x00A82820u); AOT_REGCACHE_SYNC_OUT(); return; }
if (!([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_ok_ = ctx.execute_signed_add(18u, 4u, 5u); AOT_REGCACHE_SYNC_IN(); return aot_regcache_ok_; }())) { rt.arithmetic_overflow(0x08A09D6Cu, 0x00859020u); AOT_REGCACHE_SYNC_OUT(); return; }
aot_gpr_16 = (ctx.gpr[11] | ctx.gpr[12]);
ctx.gpr[17] = (aot_gpr_4 + static_cast<std::uint32_t>(40));
aot_gpr_5 = (0u + static_cast<std::uint32_t>(0));
goto L_08A09D7C;
L_08A09D7C:
// PSP CACHE is a no-op in coherent host memory.
ctx.set_vfpu_scalar_bits_ct<15u>(aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(8)));
ctx.set_vfpu_scalar_bits_ct<47u>(aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(12)));
ctx.set_vfpu_scalar_bits_ct<79u>(aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(16)));
ctx.execute_vfpu_vcmp_ct<15u, 28u, 3u, 1u>();
if (((ctx.vfpu_ctrl[3] >> 5u) & 1u) != 0u) {
ctx.gpr[11] = ((aot_gpr_16 >> 8u) & 0x000000FFu);
goto L_08A09E60;
}
goto L_08A09D98;
L_08A09D98:
ctx.execute_vfpu_vcmp_ct<15u, 29u, 3u, 1u>();
if (((ctx.vfpu_ctrl[3] >> 5u) & 1u) != 0u) {
ctx.gpr[11] = ((aot_gpr_16 >> 16u) & 0x000000FFu);
goto L_08A09E60;
}
goto L_08A09DA4;
L_08A09DA4:
ctx.execute_vfpu_vtfm_ct<12u, 48u, 15u, 4u, 3u>();
ctx.execute_vfpu_vcmp_ct<12u, 31u, 4u, 7u>();
// vflush: architectural no-op that retains VFPU prefixes
ctx.gpr[11] = (ctx.vfpu_scalar_bits_ct<131u>());
ctx.gpr[11] = (ctx.gpr[11] & 15u);
aot_gpr_16 = (aot_gpr_16 | ctx.gpr[11]);
aot_gpr_16 = (aot_gpr_16 << 8u);
ctx.execute_vfpu_vcmp_ct<28u, 29u, 3u, 1u>();
{ const bool branch_taken = ((ctx.vfpu_ctrl[3] >> 5u) & 1u) != 0u;
if (branch_taken) {
goto L_08A09E68;
}
goto L_08A09DCC;
}
L_08A09DCC:
{ const bool branch_taken = aot_gpr_16 == 0u;
ctx.gpr[11] = (aot_gpr_16 | 0u);
if (branch_taken) {
goto L_08A09E68;
}
goto L_08A09DD4;
}
L_08A09DD4:
ctx.gpr[11] = (ctx.gpr[11] >> 8u);
ctx.gpr[11] = (ctx.gpr[11] & aot_gpr_16);
ctx.gpr[11] = (ctx.gpr[11] >> 8u);
ctx.gpr[11] = (ctx.gpr[11] & aot_gpr_16);
{ const bool branch_taken = ctx.gpr[11] != 0u;
if (branch_taken) {
goto L_08A09E68;
}
goto L_08A09DEC;
}
L_08A09DEC:
ctx.execute_vfpu_vtfm_ct<12u, 52u, 15u, 4u, 3u>();
ctx.execute_vfpu_vtfm_ct<13u, 52u, 28u, 4u, 3u>();
ctx.execute_vfpu_vtfm_ct<14u, 52u, 29u, 4u, 3u>();
ctx.execute_vfpu_vcmp_ct<12u, 31u, 4u, 7u>();
// vflush: architectural no-op that retains VFPU prefixes
ctx.gpr[8] = (ctx.vfpu_scalar_bits_ct<131u>());
ctx.execute_vfpu_vcmp_ct<13u, 31u, 4u, 7u>();
// vflush: architectural no-op that retains VFPU prefixes
ctx.gpr[9] = (ctx.vfpu_scalar_bits_ct<131u>());
ctx.execute_vfpu_vcmp_ct<14u, 31u, 4u, 7u>();
// vflush: architectural no-op that retains VFPU prefixes
ctx.gpr[10] = (ctx.vfpu_scalar_bits_ct<131u>());
ctx.gpr[8] = (ctx.gpr[8] & ctx.gpr[9]);
ctx.gpr[8] = (ctx.gpr[8] & ctx.gpr[10]);
ctx.gpr[8] = (ctx.gpr[8] & 15u);
{ const bool branch_taken = ctx.gpr[8] != 0u;
if (branch_taken) {
goto L_08A09E68;
}
goto L_08A09E30;
}
L_08A09E30:
aot_gpr_31 = (0x08A09E38u);
aot_gpr_6 = (ctx.gpr[19] | 0u);
goto L_08A09A34;
L_08A09E38:
aot_gpr_31 = (0x08A09E40u);
aot_gpr_4 = (ctx.gpr[17] + static_cast<std::uint32_t>(-40));
goto L_08A095FC;
L_08A09E40:
ctx.gpr[17] = (ctx.gpr[17] + static_cast<std::uint32_t>(20));
aot_gpr_5 = (0u + static_cast<std::uint32_t>(0));
aot_gpr_4 = (ctx.gpr[17] + static_cast<std::uint32_t>(-40));
ctx.execute_vfpu_unary_ct<29u, 28u, 3u, 0u>();
if (ctx.gpr[17] != ctx.gpr[18]) {
ctx.execute_vfpu_unary_ct<28u, 15u, 3u, 0u>();
goto L_08A09D7C;
}
goto L_08A09E58;
L_08A09E58:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A09E7C;
}
goto L_08A09E60;
}
L_08A09E60:
aot_gpr_16 = (aot_gpr_16 | ctx.gpr[11]);
aot_gpr_16 = (aot_gpr_16 << 8u);
goto L_08A09E68;
L_08A09E68:
ctx.gpr[17] = (ctx.gpr[17] + static_cast<std::uint32_t>(20));
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(1));
ctx.execute_vfpu_unary_ct<29u, 28u, 3u, 0u>();
if (ctx.gpr[17] != ctx.gpr[18]) {
ctx.execute_vfpu_unary_ct<28u, 15u, 3u, 0u>();
goto L_08A09D7C;
}
goto L_08A09E7C;
L_08A09E7C:
aot_gpr_31 = (0x08A09E84u);
aot_gpr_6 = (ctx.gpr[19] | 0u);
goto L_08A09A34;
L_08A09E84:
aot_gpr_16 = (ctx.vfpu_scalar_bits_ct<30u>());
ctx.gpr[17] = (ctx.vfpu_scalar_bits_ct<62u>());
ctx.gpr[18] = (ctx.vfpu_scalar_bits_ct<94u>());
aot_gpr_31 = (ctx.vfpu_scalar_bits_ct<126u>());
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
ctx.gpr[18] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(8)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A09EA8:
aot_mem.aot_direct_store8(aot_gpr_4 + static_cast<std::uint32_t>(0), static_cast<std::uint8_t>(0u));
aot_gpr_5 = (2235u << 16u);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(-26188));
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(4), aot_gpr_5);
aot_fpr_12 = std::bit_cast<float>(0u);
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(16), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(20), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(24), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_5 = (0u | 1u);
aot_mem.aot_direct_store8(aot_gpr_4 + static_cast<std::uint32_t>(32), static_cast<std::uint8_t>(aot_gpr_5));
aot_gpr_5 = (0u + static_cast<std::uint32_t>(-1));
aot_mem.aot_direct_store8(aot_gpr_4 + static_cast<std::uint32_t>(33), static_cast<std::uint8_t>(aot_gpr_5));
jump_target = aot_gpr_31;
ctx.gpr[2] = (aot_gpr_4 | 0u);
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A09EE0:
aot_mem.aot_direct_store8(aot_gpr_4 + static_cast<std::uint32_t>(0), static_cast<std::uint8_t>(0u));
aot_gpr_6 = (2235u << 16u);
aot_gpr_6 = (aot_gpr_6 + static_cast<std::uint32_t>(-26188));
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(4), aot_gpr_6);
{ const std::uint32_t vfpu_address = aot_gpr_5 + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<0u, 4u>(vfpu_value); }
aot_gpr_6 = (aot_gpr_4 + static_cast<std::uint32_t>(16));
{ float vfpu_value[4]{}; ctx.read_vfpu_vector_ct<0u, 4u>(vfpu_value);
const std::uint32_t vfpu_address = aot_gpr_6 + static_cast<std::uint32_t>(0);
const std::uint32_t vfpu_words[4]{std::bit_cast<std::uint32_t>(vfpu_value[0]), std::bit_cast<std::uint32_t>(vfpu_value[1]), std::bit_cast<std::uint32_t>(vfpu_value[2]), std::bit_cast<std::uint32_t>(vfpu_value[3])};
aot_mem.aot_direct_store32_block(vfpu_address, vfpu_words); }
aot_gpr_6 = (aot_mem.aot_direct_load8(aot_gpr_5 + static_cast<std::uint32_t>(57)));
aot_mem.aot_direct_store8(aot_gpr_4 + static_cast<std::uint32_t>(32), static_cast<std::uint8_t>(aot_gpr_6));
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int8_t>(aot_mem.aot_direct_load8(aot_gpr_5 + static_cast<std::uint32_t>(60))))));
aot_mem.aot_direct_store8(aot_gpr_4 + static_cast<std::uint32_t>(33), static_cast<std::uint8_t>(aot_gpr_5));
jump_target = aot_gpr_31;
ctx.gpr[2] = (aot_gpr_4 | 0u);
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A09F14:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), ctx.gpr[17]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), ctx.gpr[18]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(12), aot_gpr_31);
aot_gpr_16 = (aot_gpr_5 | 0u);
ctx.gpr[17] = (aot_gpr_4 | 0u);
ctx.gpr[18] = (0u | 0u);
aot_gpr_4 = (ctx.gpr[17] + static_cast<std::uint32_t>(16));
aot_gpr_31 = (0x08A09F40u);
aot_gpr_5 = (aot_gpr_16 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0163.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 278u, 0x08A09F40u, 0x08A93144u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0163_entry(rt, ctx, 456u, aot_mem);
#else
recomp_unit_0163_entry(rt, ctx, 456u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0163_entry, 163u, 456u, 0x08A93144u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A09F40u) goto L_08A09F40;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A09F40:
{ const bool branch_taken = ctx.gpr[2] == 0u;
if (branch_taken) {
goto L_08A09F5C;
}
goto L_08A09F48;
}
L_08A09F48:
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[17] + static_cast<std::uint32_t>(32)));
aot_gpr_5 = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(32)));
{ const bool branch_taken = aot_gpr_4 != aot_gpr_5;
if (branch_taken) {
goto L_08A09F5C;
}
goto L_08A09F58;
}
L_08A09F58:
ctx.gpr[18] = (0u | 1u);
goto L_08A09F5C;
L_08A09F5C:
ctx.gpr[2] = (ctx.gpr[18] & 255u);
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
ctx.gpr[18] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(8)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(12)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A09F78:
ctx.gpr[2] = (2209u << 16u);
jump_target = aot_gpr_31;
ctx.gpr[2] = (ctx.gpr[2] + static_cast<std::uint32_t>(-24712));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A09F84:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_31);
aot_gpr_31 = (0x08A09F94u);
goto L_08A09F78;
L_08A09F94:
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A09FA0:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), ctx.gpr[17]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), aot_gpr_31);
aot_gpr_16 = (aot_gpr_5 | 0u);
aot_gpr_31 = (0x08A09FBCu);
ctx.gpr[17] = (0u | 0u);
goto L_08A09F78;
L_08A09FBC:
if (ctx.gpr[2] == aot_gpr_16) {
ctx.gpr[17] = (0u | 1u);
goto L_08A09FE4;
}
goto L_08A09FC4;
L_08A09FC4:
aot_gpr_31 = (0x08A09FCCu);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0165.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 288u, 0x08A09FCCu, 0x08A9A6CCu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0165_entry(rt, ctx, 295u, aot_mem);
#else
recomp_unit_0165_entry(rt, ctx, 295u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0165_entry, 165u, 295u, 0x08A9A6CCu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A09FCCu) goto L_08A09FCC;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A09FCC:
aot_gpr_4 = (ctx.gpr[2] ^ aot_gpr_16);
aot_gpr_4 = (aot_gpr_4 < static_cast<std::uint32_t>(1) ? 1u : 0u);
aot_gpr_4 = (aot_gpr_4 & 255u);
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_08A09FE4;
}
goto L_08A09FE0;
}
L_08A09FE0:
ctx.gpr[17] = (0u | 1u);
goto L_08A09FE4;
L_08A09FE4:
ctx.gpr[2] = (ctx.gpr[17] & 255u);
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(8)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A09FFC:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), ctx.gpr[17]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), aot_gpr_31);
ctx.gpr[17] = (aot_gpr_4 | 0u);
{ const bool branch_taken = aot_gpr_4 == 0u;
aot_gpr_16 = (aot_gpr_5 | 0u);
if (branch_taken) {
goto L_08A0A04C;
}
goto L_08A0A018;
}
L_08A0A018:
aot_gpr_4 = (2235u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(-26356));
aot_mem.aot_direct_store32(ctx.gpr[17] + static_cast<std::uint32_t>(108), aot_gpr_4);
aot_gpr_31 = (0x08A0A02Cu);
aot_gpr_4 = (ctx.gpr[17] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0165.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 293u, 0x08A0A02Cu, 0x08A9B6A8u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0165_entry(rt, ctx, 425u, aot_mem);
#else
recomp_unit_0165_entry(rt, ctx, 425u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0165_entry, 165u, 425u, 0x08A9B6A8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A02Cu) goto L_08A0A02C;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A02C:
aot_gpr_4 = (ctx.gpr[17] | 0u);
aot_gpr_31 = (0x08A0A038u);
aot_gpr_5 = (0u | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0165.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 294u, 0x08A0A038u, 0x08A9A87Cu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0165_entry(rt, ctx, 309u, aot_mem);
#else
recomp_unit_0165_entry(rt, ctx, 309u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0165_entry, 165u, 309u, 0x08A9A87Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A038u) goto L_08A0A038;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A038:
aot_gpr_4 = (aot_gpr_16 & 1u);
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_08A0A04C;
}
goto L_08A0A044;
}
L_08A0A044:
aot_gpr_31 = (0x08A0A04Cu);
aot_gpr_4 = (ctx.gpr[17] | 0u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_08ABE2C0, 174u, 470u, 0x08ABE2C0u>(ctx, &aot_mem, ctx.pc, aot_gpr_4, aot_gpr_5, aot_gpr_6, ctx.gpr[7], ctx.gpr[8], aot_gpr_16, ctx.gpr[17], ctx.gpr[18], ctx.gpr[19], ctx.gpr[20], aot_gpr_29, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0174_entry, 174u, 470u, 0x08ABE2C0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A04Cu) goto L_08A0A04C;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A0A04C:
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(8)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0A060:
jump_target = aot_gpr_31;
ctx.gpr[2] = (0u | 7u);
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0A068:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), aot_gpr_31);
aot_gpr_4 = (0u | 0u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_4 = (2237u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(-29120));
aot_gpr_31 = (0x08A0A08Cu);
aot_gpr_5 = (0u | 48u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0174.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 299u, 0x08A0A08Cu, 0x08ABE57Cu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0174_entry(rt, ctx, 501u, aot_mem);
#else
recomp_unit_0174_entry(rt, ctx, 501u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0174_entry, 174u, 501u, 0x08ABE57Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A08Cu) goto L_08A0A08C;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A08C:
aot_gpr_16 = (ctx.gpr[2] | 0u);
{ const bool branch_taken = aot_gpr_16 == 0u;
ctx.gpr[2] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
if (branch_taken) {
goto L_08A0A0A4;
}
goto L_08A0A098;
}
L_08A0A098:
aot_gpr_31 = (0x08A0A0A0u);
aot_gpr_4 = (aot_gpr_16 | 0u);
goto L_08A09EA8;
L_08A0A0A0:
ctx.gpr[2] = (aot_gpr_16 | 0u);
goto L_08A0A0A4;
L_08A0A0A4:
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(8)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0A0B4:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_31);
{ const bool branch_taken = aot_gpr_5 == 0u;
aot_gpr_4 = (aot_gpr_5 | 0u);
if (branch_taken) {
goto L_08A0A0E0;
}
goto L_08A0A0C4;
}
L_08A0A0C4:
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(8));
aot_gpr_6 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_5 + static_cast<std::uint32_t>(0))))));
aot_gpr_4 = (aot_gpr_4 + aot_gpr_6);
aot_gpr_6 = (aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(4)));
jump_target = aot_gpr_6;
aot_gpr_31 = (0x08A0A0E0u);
aot_gpr_5 = (0u | 3u);
ctx.pc = jump_target;
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_call(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A0E0u) goto L_08A0A0E0;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A0A0E0:
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0A0EC:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), aot_gpr_31);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_5);
aot_gpr_4 = (0u | 0u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_4 = (2237u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(-29120));
aot_gpr_31 = (0x08A0A110u);
aot_gpr_5 = (0u | 48u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0174.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 307u, 0x08A0A110u, 0x08ABE57Cu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0174_entry(rt, ctx, 501u, aot_mem);
#else
recomp_unit_0174_entry(rt, ctx, 501u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0174_entry, 174u, 501u, 0x08ABE57Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A110u) goto L_08A0A110;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A110:
aot_gpr_5 = (ctx.gpr[2] | 0u);
ctx.gpr[2] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
{ const bool branch_taken = aot_gpr_5 == 0u;
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
if (branch_taken) {
goto L_08A0A164;
}
goto L_08A0A120;
}
L_08A0A120:
aot_gpr_6 = (2235u << 16u);
aot_gpr_6 = (aot_gpr_6 + static_cast<std::uint32_t>(-28628));
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(4), aot_gpr_6);
aot_gpr_6 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(0)));
aot_mem.aot_direct_store8(aot_gpr_5 + static_cast<std::uint32_t>(0), static_cast<std::uint8_t>(aot_gpr_6));
aot_gpr_6 = (2235u << 16u);
aot_gpr_6 = (aot_gpr_6 + static_cast<std::uint32_t>(-26188));
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(4), aot_gpr_6);
aot_gpr_6 = (aot_gpr_4 + static_cast<std::uint32_t>(16));
{ const std::uint32_t vfpu_address = aot_gpr_6 + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<0u, 4u>(vfpu_value); }
aot_gpr_6 = (aot_gpr_5 + static_cast<std::uint32_t>(16));
{ float vfpu_value[4]{}; ctx.read_vfpu_vector_ct<0u, 4u>(vfpu_value);
const std::uint32_t vfpu_address = aot_gpr_6 + static_cast<std::uint32_t>(0);
const std::uint32_t vfpu_words[4]{std::bit_cast<std::uint32_t>(vfpu_value[0]), std::bit_cast<std::uint32_t>(vfpu_value[1]), std::bit_cast<std::uint32_t>(vfpu_value[2]), std::bit_cast<std::uint32_t>(vfpu_value[3])};
aot_mem.aot_direct_store32_block(vfpu_address, vfpu_words); }
aot_gpr_6 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(32)));
aot_mem.aot_direct_store8(aot_gpr_5 + static_cast<std::uint32_t>(32), static_cast<std::uint8_t>(aot_gpr_6));
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int8_t>(aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(33))))));
aot_mem.aot_direct_store8(aot_gpr_5 + static_cast<std::uint32_t>(33), static_cast<std::uint8_t>(aot_gpr_4));
ctx.gpr[2] = (aot_gpr_5 | 0u);
goto L_08A0A164;
L_08A0A164:
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(8)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0A170:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_31);
aot_gpr_4 = (aot_gpr_5 | 0u);
aot_gpr_31 = (0x08A0A184u);
aot_gpr_5 = (aot_gpr_6 | 0u);
goto L_08A09F14;
L_08A0A184:
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0A190:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_31);
aot_gpr_16 = (aot_gpr_4 | 0u);
aot_gpr_31 = (0x08A0A1A8u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0165.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 313u, 0x08A0A1A8u, 0x08A9A720u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0165_entry(rt, ctx, 300u, aot_mem);
#else
recomp_unit_0165_entry(rt, ctx, 300u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0165_entry, 165u, 300u, 0x08A9A720u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A1A8u) goto L_08A0A1A8;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A1A8:
aot_gpr_4 = (2234u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(28800));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(108), aot_gpr_4);
aot_gpr_4 = (0u + static_cast<std::uint32_t>(-1));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(112), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(120), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store16(aot_gpr_16 + static_cast<std::uint32_t>(122), static_cast<std::uint16_t>(0u));
aot_mem.aot_direct_store16(aot_gpr_16 + static_cast<std::uint32_t>(124), static_cast<std::uint16_t>(0u));
ctx.gpr[2] = (aot_gpr_16 | 0u);
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0A1DC:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-48));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(28), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(32), ctx.gpr[17]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(36), ctx.gpr[18]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(40), aot_gpr_31);
ctx.gpr[17] = (aot_gpr_5 | 0u);
aot_gpr_16 = (aot_gpr_4 | 0u);
aot_gpr_31 = (0x08A0A200u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0165.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 315u, 0x08A0A200u, 0x08A9A720u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0165_entry(rt, ctx, 300u, aot_mem);
#else
recomp_unit_0165_entry(rt, ctx, 300u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0165_entry, 165u, 300u, 0x08A9A720u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A200u) goto L_08A0A200;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A200:
aot_gpr_4 = (2234u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(28800));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(108), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(112), ctx.gpr[17]);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(120), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store16(aot_gpr_16 + static_cast<std::uint32_t>(122), static_cast<std::uint16_t>(0u));
aot_mem.aot_direct_store16(aot_gpr_16 + static_cast<std::uint32_t>(124), static_cast<std::uint16_t>(0u));
aot_gpr_5 = (aot_gpr_4 + static_cast<std::uint32_t>(152));
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_5 + static_cast<std::uint32_t>(0))))));
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(4)));
jump_target = aot_gpr_5;
aot_gpr_31 = (0x08A0A230u);
aot_gpr_4 = (aot_gpr_16 + aot_gpr_4);
ctx.pc = jump_target;
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_call(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A230u) goto L_08A0A230;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A0A230:
aot_gpr_31 = (0x08A0A238u);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(112)));
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0059.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 317u, 0x08A0A238u, 0x088F352Cu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0059_entry(rt, ctx, 659u, aot_mem);
#else
recomp_unit_0059_entry(rt, ctx, 659u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0059_entry, 59u, 659u, 0x088F352Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A238u) goto L_08A0A238;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A238:
aot_gpr_4 = (ctx.gpr[2] << 6u);
aot_gpr_5 = (2246u << 16u);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(31024));
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(24), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(40), aot_gpr_16);
aot_gpr_5 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(56)));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(116), static_cast<std::uint8_t>(aot_gpr_5));
aot_gpr_5 = (aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(52)));
aot_mem.aot_direct_store16(aot_gpr_16 + static_cast<std::uint32_t>(118), static_cast<std::uint16_t>(aot_gpr_5));
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(44)));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(117), static_cast<std::uint8_t>(aot_gpr_4));
ctx.gpr[18] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_16 + static_cast<std::uint32_t>(10))))));
aot_gpr_4 = (0u | 0u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(20), aot_gpr_4);
aot_gpr_4 = (2237u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(-29120));
aot_gpr_31 = (0x08A0A284u);
aot_gpr_5 = (0u | 48u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0174.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 318u, 0x08A0A284u, 0x08ABE57Cu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0174_entry(rt, ctx, 501u, aot_mem);
#else
recomp_unit_0174_entry(rt, ctx, 501u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0174_entry, 174u, 501u, 0x08ABE57Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A284u) goto L_08A0A284;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A284:
ctx.gpr[17] = (ctx.gpr[2] | 0u);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(20)));
{ const bool branch_taken = ctx.gpr[17] == 0u;
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(24)));
if (branch_taken) {
goto L_08A0A2A0;
}
goto L_08A0A294;
}
L_08A0A294:
aot_gpr_31 = (0x08A0A29Cu);
aot_gpr_4 = (ctx.gpr[17] | 0u);
goto L_08A09EE0;
L_08A0A29C:
aot_gpr_4 = (ctx.gpr[17] | 0u);
goto L_08A0A2A0;
L_08A0A2A0:
aot_gpr_6 = (aot_gpr_4 | 0u);
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x08A0A2B0u);
aot_gpr_5 = (ctx.gpr[18] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0165.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 322u, 0x08A0A2B0u, 0x08A9B9F4u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0165_entry(rt, ctx, 456u, aot_mem);
#else
recomp_unit_0165_entry(rt, ctx, 456u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0165_entry, 165u, 456u, 0x08A9B9F4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A2B0u) goto L_08A0A2B0;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A2B0:
ctx.gpr[2] = (aot_gpr_16 | 0u);
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(28)));
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(32)));
ctx.gpr[18] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(36)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(40)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(48));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0A2CC:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), ctx.gpr[17]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), aot_gpr_31);
ctx.gpr[17] = (aot_gpr_4 | 0u);
{ const bool branch_taken = aot_gpr_4 == 0u;
aot_gpr_16 = (aot_gpr_5 | 0u);
if (branch_taken) {
goto L_08A0A348;
}
goto L_08A0A2E8;
}
L_08A0A2E8:
aot_gpr_4 = (2234u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(28800));
aot_mem.aot_direct_store32(ctx.gpr[17] + static_cast<std::uint32_t>(108), aot_gpr_4);
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(112)));
aot_gpr_5 = (0u + static_cast<std::uint32_t>(-1));
{ const bool branch_taken = aot_gpr_4 == aot_gpr_5;
if (branch_taken) {
goto L_08A0A30C;
}
goto L_08A0A304;
}
L_08A0A304:
aot_gpr_31 = (0x08A0A30Cu);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0059.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 326u, 0x08A0A30Cu, 0x088F2DDCu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0059_entry(rt, ctx, 608u, aot_mem);
#else
recomp_unit_0059_entry(rt, ctx, 608u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0059_entry, 59u, 608u, 0x088F2DDCu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A30Cu) goto L_08A0A30C;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A30C:
{ const bool branch_taken = ctx.gpr[17] == 0u;
aot_gpr_4 = (aot_gpr_16 & 1u);
if (branch_taken) {
goto L_08A0A338;
}
goto L_08A0A314;
}
L_08A0A314:
aot_gpr_4 = (2235u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(-26356));
aot_mem.aot_direct_store32(ctx.gpr[17] + static_cast<std::uint32_t>(108), aot_gpr_4);
aot_gpr_31 = (0x08A0A328u);
aot_gpr_4 = (ctx.gpr[17] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0165.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 328u, 0x08A0A328u, 0x08A9B6A8u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0165_entry(rt, ctx, 425u, aot_mem);
#else
recomp_unit_0165_entry(rt, ctx, 425u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0165_entry, 165u, 425u, 0x08A9B6A8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A328u) goto L_08A0A328;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A328:
aot_gpr_4 = (ctx.gpr[17] | 0u);
aot_gpr_31 = (0x08A0A334u);
aot_gpr_5 = (0u | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0165.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 329u, 0x08A0A334u, 0x08A9A87Cu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0165_entry(rt, ctx, 309u, aot_mem);
#else
recomp_unit_0165_entry(rt, ctx, 309u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0165_entry, 165u, 309u, 0x08A9A87Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A334u) goto L_08A0A334;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A334:
aot_gpr_4 = (aot_gpr_16 & 1u);
goto L_08A0A338;
L_08A0A338:
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_08A0A348;
}
goto L_08A0A340;
}
L_08A0A340:
aot_gpr_31 = (0x08A0A348u);
aot_gpr_4 = (ctx.gpr[17] | 0u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_08ABE2C0, 174u, 470u, 0x08ABE2C0u>(ctx, &aot_mem, ctx.pc, aot_gpr_4, aot_gpr_5, aot_gpr_6, ctx.gpr[7], ctx.gpr[8], aot_gpr_16, ctx.gpr[17], ctx.gpr[18], ctx.gpr[19], ctx.gpr[20], aot_gpr_29, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0174_entry, 174u, 470u, 0x08ABE2C0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A348u) goto L_08A0A348;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A0A348:
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(8)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0A35C:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-64));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(36), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(40), ctx.gpr[17]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(44), ctx.gpr[18]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(48), aot_gpr_31);
aot_gpr_16 = (aot_gpr_4 | 0u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(64), aot_gpr_5);
aot_gpr_31 = (0x08A0A380u);
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(64))))));
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0165.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 334u, 0x08A0A380u, 0x08A9AC30u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0165_entry(rt, ctx, 338u, aot_mem);
#else
recomp_unit_0165_entry(rt, ctx, 338u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0165_entry, 165u, 338u, 0x08A9AC30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A380u) goto L_08A0A380;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A380:
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(64))))));
aot_mem.aot_direct_store16(aot_gpr_29 + static_cast<std::uint32_t>(32), static_cast<std::uint16_t>(aot_gpr_4));
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(32))))));
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x08A0A398u);
aot_gpr_6 = (0u | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0166.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 335u, 0x08A0A398u, 0x08A9C6FCu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0166_entry(rt, ctx, 47u, aot_mem);
#else
recomp_unit_0166_entry(rt, ctx, 47u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0166_entry, 166u, 47u, 0x08A9C6FCu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A398u) goto L_08A0A398;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A398:
ctx.gpr[18] = (ctx.gpr[2] | 0u);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(112)));
aot_gpr_5 = (0u + static_cast<std::uint32_t>(-1));
{ const bool branch_taken = aot_gpr_4 != aot_gpr_5;
if (branch_taken) {
goto L_08A0A3DC;
}
goto L_08A0A3AC;
}
L_08A0A3AC:
aot_gpr_4 = (ctx.gpr[18] + static_cast<std::uint32_t>(16));
{ const std::uint32_t vfpu_address = aot_gpr_4 + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<0u, 4u>(vfpu_value); }
aot_gpr_4 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
{ float vfpu_value[4]{}; ctx.read_vfpu_vector_ct<0u, 4u>(vfpu_value);
const std::uint32_t vfpu_address = aot_gpr_4 + static_cast<std::uint32_t>(0);
const std::uint32_t vfpu_words[4]{std::bit_cast<std::uint32_t>(vfpu_value[0]), std::bit_cast<std::uint32_t>(vfpu_value[1]), std::bit_cast<std::uint32_t>(vfpu_value[2]), std::bit_cast<std::uint32_t>(vfpu_value[3])};
aot_mem.aot_direct_store32_block(vfpu_address, vfpu_words); }
aot_gpr_5 = (aot_mem.aot_direct_load16(aot_gpr_16 + static_cast<std::uint32_t>(118)));
aot_gpr_6 = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(116)));
ctx.gpr[7] = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(117)));
ctx.gpr[8] = (0u | 0u);
ctx.gpr[9] = (0u | 0u);
aot_gpr_31 = (0x08A0A3D8u);
ctx.gpr[10] = (0u | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0060.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 337u, 0x08A0A3D8u, 0x088F5A3Cu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0060_entry(rt, ctx, 409u, aot_mem);
#else
recomp_unit_0060_entry(rt, ctx, 409u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0060_entry, 60u, 409u, 0x088F5A3Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A3D8u) goto L_08A0A3D8;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A3D8:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(112), ctx.gpr[2]);
goto L_08A0A3DC;
L_08A0A3DC:
aot_gpr_31 = (0x08A0A3E4u);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(112)));
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0059.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 339u, 0x08A0A3E4u, 0x088F352Cu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0059_entry(rt, ctx, 659u, aot_mem);
#else
recomp_unit_0059_entry(rt, ctx, 659u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0059_entry, 59u, 659u, 0x088F352Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A3E4u) goto L_08A0A3E4;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A3E4:
{ const bool branch_taken = static_cast<std::int32_t>(ctx.gpr[2]) < 0;
if (branch_taken) {
goto L_08A0A42C;
}
goto L_08A0A3EC;
}
L_08A0A3EC:
aot_gpr_31 = (0x08A0A3F4u);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(112)));
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0059.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 341u, 0x08A0A3F4u, 0x088F352Cu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0059_entry(rt, ctx, 659u, aot_mem);
#else
recomp_unit_0059_entry(rt, ctx, 659u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0059_entry, 59u, 659u, 0x088F352Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A3F4u) goto L_08A0A3F4;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A3F4:
ctx.gpr[17] = (ctx.gpr[2] << 6u);
aot_gpr_4 = (2246u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(31024));
ctx.gpr[17] = (ctx.gpr[17] + aot_gpr_4);
aot_mem.aot_direct_store32(ctx.gpr[17] + static_cast<std::uint32_t>(40), aot_gpr_16);
aot_gpr_4 = (ctx.gpr[18] + static_cast<std::uint32_t>(16));
{ const std::uint32_t vfpu_address = aot_gpr_4 + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<0u, 4u>(vfpu_value); }
{ float vfpu_value[4]{}; ctx.read_vfpu_vector_ct<0u, 4u>(vfpu_value);
const std::uint32_t vfpu_address = ctx.gpr[17] + static_cast<std::uint32_t>(0);
const std::uint32_t vfpu_words[4]{std::bit_cast<std::uint32_t>(vfpu_value[0]), std::bit_cast<std::uint32_t>(vfpu_value[1]), std::bit_cast<std::uint32_t>(vfpu_value[2]), std::bit_cast<std::uint32_t>(vfpu_value[3])};
aot_mem.aot_direct_store32_block(vfpu_address, vfpu_words); }
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[17] + static_cast<std::uint32_t>(57)));
aot_gpr_5 = (aot_mem.aot_direct_load8(ctx.gpr[18] + static_cast<std::uint32_t>(32)));
if (aot_gpr_4 != aot_gpr_5) {
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[18] + static_cast<std::uint32_t>(32)));
goto L_08A0A434;
}
goto L_08A0A424;
L_08A0A424:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A0A468;
}
goto L_08A0A42C;
}
L_08A0A42C:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A0A4B8;
}
goto L_08A0A434;
}
L_08A0A434:
{ const bool branch_taken = aot_gpr_4 != 0u;
if (branch_taken) {
goto L_08A0A468;
}
goto L_08A0A43C;
}
L_08A0A43C:
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int8_t>(aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(3))))));
aot_gpr_5 = (2237u << 16u);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(-28736));
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(100)));
aot_gpr_5 = (aot_mem.aot_direct_load16(aot_gpr_5 + static_cast<std::uint32_t>(52)));
aot_gpr_4 = (aot_gpr_4 ^ aot_gpr_5);
aot_gpr_4 = (aot_gpr_4 < static_cast<std::uint32_t>(1) ? 1u : 0u);
aot_gpr_4 = (aot_gpr_4 & 255u);
{ const bool branch_taken = aot_gpr_4 != 0u;
if (branch_taken) {
goto L_08A0A468;
}
goto L_08A0A464;
}
L_08A0A464:
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(120), static_cast<std::uint8_t>(0u));
goto L_08A0A468;
L_08A0A468:
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[18] + static_cast<std::uint32_t>(32)));
aot_gpr_5 = (0u | 1u);
{ const bool branch_taken = aot_gpr_4 != aot_gpr_5;
if (branch_taken) {
goto L_08A0A4B0;
}
goto L_08A0A478;
}
L_08A0A478:
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(32)));
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_08A0A4B0;
}
goto L_08A0A484;
}
L_08A0A484:
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5868)));
if (aot_gpr_4 != 0u) {
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5868)));
goto L_08A0A49C;
}
goto L_08A0A490;
L_08A0A490:
aot_gpr_31 = (0x08A0A498u);
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_direct<&recomp_unit_0216_entry, 216u, 452u, 0x08B65D8Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A498u) goto L_08A0A498;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A0A498:
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5868)));
goto L_08A0A49C;
L_08A0A49C:
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(12)));
{ const bool branch_taken = aot_gpr_4 != 0u;
if (branch_taken) {
goto L_08A0A4B0;
}
goto L_08A0A4A8;
}
L_08A0A4A8:
aot_gpr_31 = (0x08A0A4B0u);
aot_gpr_4 = (ctx.gpr[17] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0059.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 354u, 0x08A0A4B0u, 0x088F23C4u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0059_entry(rt, ctx, 472u, aot_mem);
#else
recomp_unit_0059_entry(rt, ctx, 472u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0059_entry, 59u, 472u, 0x088F23C4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A4B0u) goto L_08A0A4B0;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A4B0:
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[18] + static_cast<std::uint32_t>(32)));
aot_mem.aot_direct_store8(ctx.gpr[17] + static_cast<std::uint32_t>(57), static_cast<std::uint8_t>(aot_gpr_4));
goto L_08A0A4B8;
L_08A0A4B8:
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(36)));
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(40)));
ctx.gpr[18] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(44)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(48)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(64));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0A4D0:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-48));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(28), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(32), ctx.gpr[17]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(36), ctx.gpr[18]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(40), aot_gpr_31);
ctx.gpr[17] = (aot_gpr_4 | 0u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(48), aot_gpr_6);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(52), ctx.gpr[7]);
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(16)));
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(0))))));
aot_mem.aot_direct_store16(aot_gpr_29 + static_cast<std::uint32_t>(18), static_cast<std::uint16_t>(aot_gpr_4));
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(52))))));
aot_gpr_6 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(18))))));
aot_gpr_4 = (aot_gpr_4 - aot_gpr_6);
aot_gpr_4 = (aot_gpr_4 << 16u);
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_4) >> 16u));
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_4) < 0 ? 1u : 0u);
aot_gpr_6 = (aot_gpr_4 & 255u);
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(48))))));
{ const bool branch_taken = aot_gpr_6 == 0u;
aot_gpr_16 = (aot_gpr_5 | 0u);
if (branch_taken) {
goto L_08A0A554;
}
goto L_08A0A524;
}
L_08A0A524:
aot_mem.aot_direct_store16(aot_gpr_29 + static_cast<std::uint32_t>(20), static_cast<std::uint16_t>(aot_gpr_4));
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(20))))));
aot_gpr_4 = (ctx.gpr[17] | 0u);
aot_gpr_31 = (0x08A0A538u);
aot_gpr_6 = (0u | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0166.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 358u, 0x08A0A538u, 0x08A9C6FCu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0166_entry(rt, ctx, 47u, aot_mem);
#else
recomp_unit_0166_entry(rt, ctx, 47u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0166_entry, 166u, 47u, 0x08A9C6FCu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A538u) goto L_08A0A538;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A538:
aot_gpr_4 = (ctx.gpr[17] | 0u);
aot_gpr_5 = (aot_gpr_16 | 0u);
aot_gpr_6 = (ctx.gpr[2] | 0u);
aot_gpr_31 = (0x08A0A54Cu);
ctx.gpr[7] = (0u | 255u);
goto L_08A0AC3C;
L_08A0A54C:
{ const bool branch_taken = 0u == 0u;
ctx.gpr[2] = (0u | 1u);
if (branch_taken) {
goto L_08A0A594;
}
goto L_08A0A554;
}
L_08A0A554:
aot_mem.aot_direct_store16(aot_gpr_29 + static_cast<std::uint32_t>(22), static_cast<std::uint16_t>(aot_gpr_4));
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(22))))));
aot_gpr_4 = (ctx.gpr[17] | 0u);
aot_gpr_31 = (0x08A0A568u);
aot_gpr_6 = (0u | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0166.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 361u, 0x08A0A568u, 0x08A9C6FCu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0166_entry(rt, ctx, 47u, aot_mem);
#else
recomp_unit_0166_entry(rt, ctx, 47u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0166_entry, 166u, 47u, 0x08A9C6FCu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A568u) goto L_08A0A568;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A568:
ctx.gpr[18] = (ctx.gpr[2] | 0u);
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(52))))));
aot_mem.aot_direct_store16(aot_gpr_29 + static_cast<std::uint32_t>(24), static_cast<std::uint16_t>(aot_gpr_4));
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(24))))));
aot_gpr_31 = (0x08A0A580u);
aot_gpr_4 = (ctx.gpr[17] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0165.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 362u, 0x08A0A580u, 0x08A9B864u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0165_entry(rt, ctx, 440u, aot_mem);
#else
recomp_unit_0165_entry(rt, ctx, 440u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0165_entry, 165u, 440u, 0x08A9B864u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A580u) goto L_08A0A580;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A580:
aot_gpr_4 = (ctx.gpr[17] | 0u);
aot_gpr_5 = (aot_gpr_16 | 0u);
aot_gpr_6 = (ctx.gpr[18] | 0u);
aot_gpr_31 = (0x08A0A594u);
ctx.gpr[7] = (ctx.gpr[2] | 0u);
goto L_08A0AB84;
L_08A0A594:
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(28)));
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(32)));
ctx.gpr[18] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(36)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(40)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(48));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0A5AC:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), ctx.gpr[17]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), ctx.gpr[18]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(12), aot_gpr_31);
ctx.gpr[18] = (aot_gpr_6 | 0u);
ctx.gpr[17] = (aot_gpr_5 + static_cast<std::uint32_t>(4));
aot_gpr_6 = (aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(0)));
ctx.gpr[7] = (aot_gpr_6 + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store32(ctx.gpr[17] + static_cast<std::uint32_t>(0), ctx.gpr[7]);
aot_gpr_16 = (aot_mem.aot_direct_load8(aot_gpr_6 + static_cast<std::uint32_t>(0)));
aot_gpr_6 = (aot_gpr_16 & 1u);
{ const bool branch_taken = aot_gpr_6 == 0u;
if (branch_taken) {
goto L_08A0A638;
}
goto L_08A0A5E4;
}
L_08A0A5E4:
aot_gpr_6 = (aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(0)));
ctx.gpr[7] = (aot_gpr_6 + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store32(ctx.gpr[17] + static_cast<std::uint32_t>(0), ctx.gpr[7]);
aot_gpr_6 = (aot_mem.aot_direct_load8(aot_gpr_6 + static_cast<std::uint32_t>(0)));
ctx.gpr[7] = (aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(0)));
ctx.gpr[8] = (ctx.gpr[7] + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store32(ctx.gpr[17] + static_cast<std::uint32_t>(0), ctx.gpr[8]);
ctx.gpr[7] = (aot_mem.aot_direct_load8(ctx.gpr[7] + static_cast<std::uint32_t>(0)));
ctx.gpr[7] = (ctx.gpr[7] << 8u);
aot_gpr_6 = (aot_gpr_6 | ctx.gpr[7]);
aot_mem.aot_direct_store16(aot_gpr_4 + static_cast<std::uint32_t>(118), static_cast<std::uint16_t>(aot_gpr_6));
aot_gpr_6 = (aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(0)));
ctx.gpr[7] = (aot_gpr_6 + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store32(ctx.gpr[17] + static_cast<std::uint32_t>(0), ctx.gpr[7]);
aot_gpr_6 = (aot_mem.aot_direct_load8(aot_gpr_6 + static_cast<std::uint32_t>(0)));
aot_mem.aot_direct_store8(aot_gpr_4 + static_cast<std::uint32_t>(117), static_cast<std::uint8_t>(aot_gpr_6));
aot_gpr_6 = (aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(0)));
ctx.gpr[7] = (aot_gpr_6 + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store32(ctx.gpr[17] + static_cast<std::uint32_t>(0), ctx.gpr[7]);
aot_gpr_6 = (aot_mem.aot_direct_load8(aot_gpr_6 + static_cast<std::uint32_t>(0)));
aot_mem.aot_direct_store8(aot_gpr_4 + static_cast<std::uint32_t>(116), static_cast<std::uint8_t>(aot_gpr_6));
goto L_08A0A638;
L_08A0A638:
aot_gpr_4 = (aot_gpr_16 & 2u);
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_08A0A650;
}
goto L_08A0A644;
}
L_08A0A644:
aot_gpr_4 = (aot_gpr_5 | 0u);
aot_gpr_31 = (0x08A0A650u);
aot_gpr_5 = (ctx.gpr[18] + static_cast<std::uint32_t>(16));
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0088.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 368u, 0x08A0A650u, 0x08964CC8u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0088_entry(rt, ctx, 79u, aot_mem);
#else
recomp_unit_0088_entry(rt, ctx, 79u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0088_entry, 88u, 79u, 0x08964CC8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A650u) goto L_08A0A650;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A650:
aot_gpr_4 = (aot_gpr_16 & 4u);
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_08A0A670;
}
goto L_08A0A65C;
}
L_08A0A65C:
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(0)));
aot_gpr_5 = (aot_gpr_4 + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store32(ctx.gpr[17] + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(0)));
aot_mem.aot_direct_store8(ctx.gpr[18] + static_cast<std::uint32_t>(32), static_cast<std::uint8_t>(aot_gpr_4));
goto L_08A0A670;
L_08A0A670:
aot_gpr_4 = (aot_gpr_16 & 8u);
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_08A0A690;
}
goto L_08A0A67C;
}
L_08A0A67C:
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(0)));
aot_gpr_5 = (aot_gpr_4 + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store32(ctx.gpr[17] + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(0)));
aot_mem.aot_direct_store8(ctx.gpr[18] + static_cast<std::uint32_t>(33), static_cast<std::uint8_t>(aot_gpr_4));
goto L_08A0A690;
L_08A0A690:
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
ctx.gpr[18] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(8)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(12)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0A6A8:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), aot_gpr_31);
aot_gpr_5 = (aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(8)));
aot_gpr_6 = (0u + static_cast<std::uint32_t>(-1));
ctx.gpr[7] = (0u | 8u);
aot_mem.aot_direct_store16(aot_gpr_29 + static_cast<std::uint32_t>(0), static_cast<std::uint16_t>(ctx.gpr[7]));
ctx.gpr[7] = (aot_mem.aot_direct_load8(ctx.gpr[28] + static_cast<std::uint32_t>(9744)));
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(2), static_cast<std::uint8_t>(ctx.gpr[7]));
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(3), static_cast<std::uint8_t>(aot_gpr_5));
ctx.gpr[1] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_5) >> 8u));
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(4), static_cast<std::uint8_t>(ctx.gpr[1]));
aot_gpr_5 = (0u | 1u);
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(5), static_cast<std::uint8_t>(aot_gpr_5));
aot_mem.aot_direct_store16(aot_gpr_29 + static_cast<std::uint32_t>(6), static_cast<std::uint16_t>(aot_gpr_6));
aot_gpr_5 = (2237u << 16u);
aot_gpr_6 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int8_t>(aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(3))))));
aot_gpr_4 = (aot_gpr_5 + static_cast<std::uint32_t>(-28736));
aot_gpr_31 = (0x08A0A6F4u);
aot_gpr_5 = (aot_gpr_29 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0182.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 374u, 0x08A0A6F4u, 0x08ADCA34u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0182_entry(rt, ctx, 189u, aot_mem);
#else
recomp_unit_0182_entry(rt, ctx, 189u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0182_entry, 182u, 189u, 0x08ADCA34u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A6F4u) goto L_08A0A6F4;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A6F4:
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(8)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0A700:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-160));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(104), std::bit_cast<std::uint32_t>(ctx.fpr[20]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(108), std::bit_cast<std::uint32_t>(ctx.fpr[22]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(112), std::bit_cast<std::uint32_t>(ctx.fpr[24]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(116), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(120), ctx.gpr[17]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(124), ctx.gpr[18]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(128), ctx.gpr[19]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(132), ctx.gpr[20]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(136), ctx.gpr[21]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(140), ctx.gpr[22]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(144), ctx.gpr[23]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(148), ctx.gpr[30]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(152), aot_gpr_31);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(160), aot_gpr_5);
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(96)));
ctx.gpr[19] = (aot_gpr_4 | 0u);
{ const bool branch_taken = aot_gpr_5 != 0u;
aot_gpr_16 = (aot_gpr_6 | 0u);
if (branch_taken) {
goto L_08A0A768;
}
goto L_08A0A74C;
}
L_08A0A74C:
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(ctx.gpr[19] + static_cast<std::uint32_t>(10))))));
aot_gpr_6 = (aot_gpr_29 + static_cast<std::uint32_t>(56));
aot_gpr_31 = (0x08A0A75Cu);
aot_gpr_4 = (ctx.gpr[19] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0166.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 377u, 0x08A0A75Cu, 0x08A9C6FCu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0166_entry(rt, ctx, 47u, aot_mem);
#else
recomp_unit_0166_entry(rt, ctx, 47u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0166_entry, 166u, 47u, 0x08A9C6FCu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A75Cu) goto L_08A0A75C;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A75C:
aot_mem.aot_direct_store32(ctx.gpr[19] + static_cast<std::uint32_t>(96), ctx.gpr[2]);
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_29 + static_cast<std::uint32_t>(56)));
aot_mem.aot_direct_store8(ctx.gpr[19] + static_cast<std::uint32_t>(4), static_cast<std::uint8_t>(aot_gpr_4));
goto L_08A0A768;
L_08A0A768:
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[19] + static_cast<std::uint32_t>(96)));
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(32)));
aot_gpr_5 = (0u | 1u);
{ const bool branch_taken = aot_gpr_4 == aot_gpr_5;
if (branch_taken) {
goto L_08A0A7B0;
}
goto L_08A0A77C;
}
L_08A0A77C:
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(100), aot_gpr_16);
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int8_t>(aot_mem.aot_direct_load8(ctx.gpr[19] + static_cast<std::uint32_t>(3))))));
ctx.gpr[23] = (2237u << 16u);
ctx.gpr[23] = (ctx.gpr[23] + static_cast<std::uint32_t>(-28736));
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[23] + static_cast<std::uint32_t>(100)));
aot_gpr_5 = (aot_mem.aot_direct_load16(aot_gpr_5 + static_cast<std::uint32_t>(52)));
aot_gpr_4 = (aot_gpr_4 ^ aot_gpr_5);
aot_gpr_4 = (aot_gpr_4 < static_cast<std::uint32_t>(1) ? 1u : 0u);
aot_gpr_4 = (aot_gpr_4 & 255u);
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_08A0A7B8;
}
goto L_08A0A7A8;
}
L_08A0A7A8:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A0A808;
}
goto L_08A0A7B0;
}
L_08A0A7B0:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A0AA90;
}
goto L_08A0A7B8;
}
L_08A0A7B8:
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[19] + static_cast<std::uint32_t>(120)));
{ const bool branch_taken = aot_gpr_4 != 0u;
if (branch_taken) {
goto L_08A0A800;
}
goto L_08A0A7C4;
}
L_08A0A7C4:
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store8(ctx.gpr[19] + static_cast<std::uint32_t>(120), static_cast<std::uint8_t>(aot_gpr_4));
aot_mem.aot_direct_store32(ctx.gpr[19] + static_cast<std::uint32_t>(128), aot_gpr_16);
aot_gpr_4 = (aot_mem.aot_direct_load16(ctx.gpr[19] + static_cast<std::uint32_t>(8)));
aot_gpr_5 = (0u | 5u);
aot_mem.aot_direct_store16(aot_gpr_29 + static_cast<std::uint32_t>(16), static_cast<std::uint16_t>(aot_gpr_5));
aot_gpr_5 = (aot_mem.aot_direct_load8(ctx.gpr[28] + static_cast<std::uint32_t>(9745)));
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(18), static_cast<std::uint8_t>(aot_gpr_5));
aot_gpr_5 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(19), static_cast<std::uint8_t>(aot_gpr_4));
ctx.gpr[1] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_4) >> 8u));
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(20), static_cast<std::uint8_t>(ctx.gpr[1]));
aot_gpr_6 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int8_t>(aot_mem.aot_direct_load8(ctx.gpr[19] + static_cast<std::uint32_t>(3))))));
aot_gpr_31 = (0x08A0A800u);
aot_gpr_4 = (ctx.gpr[23] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0182.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 384u, 0x08A0A800u, 0x08ADCA34u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0182_entry(rt, ctx, 189u, aot_mem);
#else
recomp_unit_0182_entry(rt, ctx, 189u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0182_entry, 182u, 189u, 0x08ADCA34u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A800u) goto L_08A0A800;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A800:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A0AA90;
}
goto L_08A0A808;
}
L_08A0A808:
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[19] + static_cast<std::uint32_t>(120)));
{ const bool branch_taken = aot_gpr_4 != 0u;
ctx.gpr[30] = (ctx.gpr[19] + static_cast<std::uint32_t>(124));
if (branch_taken) {
goto L_08A0AA58;
}
goto L_08A0A814;
}
L_08A0A814:
ctx.gpr[21] = (0u | 0u);
ctx.gpr[18] = (0u | 0u);
ctx.gpr[22] = (aot_gpr_29 + static_cast<std::uint32_t>(57));
ctx.gpr[20] = (aot_gpr_29 + static_cast<std::uint32_t>(32));
aot_gpr_4 = (16544u << 16u);
ctx.fpr[20] = std::bit_cast<float>(aot_gpr_4);
ctx.fpr[22] = std::bit_cast<float>(0u);
aot_gpr_4 = (20352u << 16u);
ctx.fpr[24] = std::bit_cast<float>(aot_gpr_4);
goto L_08A0A838;
L_08A0A838:
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5872)));
if (aot_gpr_4 != 0u) {
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5872)));
goto L_08A0A850;
}
goto L_08A0A844;
L_08A0A844:
aot_gpr_31 = (0x08A0A84Cu);
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_direct<&recomp_unit_0216_entry, 216u, 459u, 0x08B65DE8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A84Cu) goto L_08A0A84C;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A0A84C:
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5872)));
goto L_08A0A850;
L_08A0A850:
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(20)));
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(16)));
aot_gpr_4 = (aot_gpr_5 - aot_gpr_4);
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_4) >> 2u));
aot_gpr_5 = (aot_gpr_5 >> 30u);
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_4) >> 2u));
aot_gpr_4 = (aot_gpr_4 & 255u);
aot_gpr_4 = (ctx.gpr[18] < aot_gpr_4 ? 1u : 0u);
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_08A0A980;
}
goto L_08A0A87C;
}
L_08A0A87C:
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5872)));
if (aot_gpr_4 != 0u) {
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5872)));
goto L_08A0A894;
}
goto L_08A0A888;
L_08A0A888:
aot_gpr_31 = (0x08A0A890u);
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_direct<&recomp_unit_0216_entry, 216u, 459u, 0x08B65DE8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A890u) goto L_08A0A890;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A0A890:
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5872)));
goto L_08A0A894;
L_08A0A894:
aot_gpr_31 = (0x08A0A89Cu);
aot_gpr_5 = (ctx.gpr[18] & 255u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0147.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 395u, 0x08A0A89Cu, 0x08A53098u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0147_entry(rt, ctx, 561u, aot_mem);
#else
recomp_unit_0147_entry(rt, ctx, 561u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0147_entry, 147u, 561u, 0x08A53098u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A89Cu) goto L_08A0A89C;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A89C:
ctx.gpr[17] = (ctx.gpr[2] | 0u);
aot_gpr_4 = (ctx.gpr[23] | 0u);
aot_gpr_31 = (0x08A0A8ACu);
aot_gpr_5 = (ctx.gpr[18] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0182.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 396u, 0x08A0A8ACu, 0x08ADC0F0u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0182_entry(rt, ctx, 12u, aot_mem);
#else
recomp_unit_0182_entry(rt, ctx, 12u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0182_entry, 182u, 12u, 0x08ADC0F0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A8ACu) goto L_08A0A8AC;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A8AC:
aot_gpr_16 = (ctx.gpr[2] | 0u);
{ const bool branch_taken = aot_gpr_16 == 0u;
if (branch_taken) {
goto L_08A0A978;
}
goto L_08A0A8B8;
}
L_08A0A8B8:
aot_gpr_31 = (0x08A0A8C0u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0008.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 398u, 0x08A0A8C0u, 0x08824204u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0008_entry(rt, ctx, 19u, aot_mem);
#else
recomp_unit_0008_entry(rt, ctx, 19u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0008_entry, 8u, 19u, 0x08824204u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A8C0u) goto L_08A0A8C0;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A8C0:
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[19] + static_cast<std::uint32_t>(96)));
{ const bool branch_taken = aot_gpr_4 != 0u;
aot_gpr_16 = (ctx.gpr[2] | 0u);
if (branch_taken) {
goto L_08A0A8E8;
}
goto L_08A0A8CC;
}
L_08A0A8CC:
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(ctx.gpr[19] + static_cast<std::uint32_t>(10))))));
aot_gpr_4 = (ctx.gpr[19] | 0u);
aot_gpr_31 = (0x08A0A8DCu);
aot_gpr_6 = (ctx.gpr[22] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0166.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 400u, 0x08A0A8DCu, 0x08A9C6FCu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0166_entry(rt, ctx, 47u, aot_mem);
#else
recomp_unit_0166_entry(rt, ctx, 47u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0166_entry, 166u, 47u, 0x08A9C6FCu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A8DCu) goto L_08A0A8DC;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A8DC:
aot_mem.aot_direct_store32(ctx.gpr[19] + static_cast<std::uint32_t>(96), ctx.gpr[2]);
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_29 + static_cast<std::uint32_t>(57)));
aot_mem.aot_direct_store8(ctx.gpr[19] + static_cast<std::uint32_t>(4), static_cast<std::uint8_t>(aot_gpr_4));
goto L_08A0A8E8;
L_08A0A8E8:
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[19] + static_cast<std::uint32_t>(96)));
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(16));
{ const std::uint32_t vfpu_address = aot_gpr_16 + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<0u, 4u>(vfpu_value); }
{ const std::uint32_t vfpu_address = aot_gpr_4 + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<1u, 4u>(vfpu_value); }
ctx.execute_vfpu_vec3_ct<0u, 0u, 1u, 3u, 1u>();
{ float vfpu_value[4]{}; ctx.read_vfpu_vector_ct<0u, 4u>(vfpu_value);
const std::uint32_t vfpu_address = ctx.gpr[20] + static_cast<std::uint32_t>(0);
const std::uint32_t vfpu_words[4]{std::bit_cast<std::uint32_t>(vfpu_value[0]), std::bit_cast<std::uint32_t>(vfpu_value[1]), std::bit_cast<std::uint32_t>(vfpu_value[2]), std::bit_cast<std::uint32_t>(vfpu_value[3])};
aot_mem.aot_direct_store32_block(vfpu_address, vfpu_words); }
{ const std::uint32_t vfpu_address = ctx.gpr[20] + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<0u, 4u>(vfpu_value); }
ctx.execute_vfpu_vdot_ct<28u, 0u, 0u, 3u>();
aot_gpr_4 = (ctx.vfpu_scalar_bits_ct<28u>());
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
{ const float fs = ctx.fpr[20]; const float ft = ctx.fpr[20]; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) aot_fpr_13 = std::bit_cast<float>(0x7FC00000u); else aot_fpr_13 = fs * ft; }
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_12 < aot_fpr_13)) ? 0x00800000u : 0u);
{ const bool branch_taken = !((ctx.fcr31 & 0x00800000u) != 0u);
if (branch_taken) {
goto L_08A0A978;
}
goto L_08A0A924;
}
L_08A0A924:
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(40)));
aot_gpr_4 = (aot_gpr_4 < static_cast<std::uint32_t>(1) ? 1u : 0u);
aot_gpr_4 = (aot_gpr_4 & 255u);
aot_fpr_14 = std::bit_cast<float>(ctx.gpr[21]);
{ const bool branch_taken = aot_gpr_4 == 0u;
aot_fpr_14 = static_cast<float>(static_cast<std::int32_t>(std::bit_cast<std::uint32_t>(aot_fpr_14)));
if (branch_taken) {
goto L_08A0A944;
}
goto L_08A0A93C;
}
L_08A0A93C:
{ const bool branch_taken = 0u == 0u;
aot_fpr_12 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(ctx.fpr[22]));
if (branch_taken) {
goto L_08A0A960;
}
goto L_08A0A944;
}
L_08A0A944:
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(28)));
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(40)));
aot_fpr_13 = std::bit_cast<float>(aot_gpr_4);
aot_fpr_13 = static_cast<float>(static_cast<std::int32_t>(std::bit_cast<std::uint32_t>(aot_fpr_13)));
if (static_cast<std::int32_t>(aot_gpr_4) < 0) {
aot_fpr_13 = aot_fpr_13 + ctx.fpr[24];
goto L_08A0A95C;
}
goto L_08A0A95C;
L_08A0A95C:
aot_fpr_12 = aot_fpr_12 / aot_fpr_13;
goto L_08A0A960;
L_08A0A960:
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_14 <= aot_fpr_12)) ? 0x00800000u : 0u);
if (!((ctx.fcr31 & 0x00800000u) != 0u)) {
aot_fpr_12 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(aot_fpr_14));
goto L_08A0A970;
}
goto L_08A0A970;
L_08A0A970:
aot_fpr_12 = std::bit_cast<float>(ctx.fpu_float_to_word_ct<1u>(aot_fpr_12));
ctx.gpr[21] = (std::bit_cast<std::uint32_t>(aot_fpr_12));
goto L_08A0A978;
L_08A0A978:
{ const bool branch_taken = 0u == 0u;
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(1));
if (branch_taken) {
goto L_08A0A838;
}
goto L_08A0A980;
}
L_08A0A980:
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5872)));
if (aot_gpr_4 != 0u) {
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(100)));
goto L_08A0A998;
}
goto L_08A0A98C;
L_08A0A98C:
aot_gpr_31 = (0x08A0A994u);
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_direct<&recomp_unit_0216_entry, 216u, 459u, 0x08B65DE8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A994u) goto L_08A0A994;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A0A994:
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(100)));
goto L_08A0A998;
L_08A0A998:
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5872)));
aot_gpr_31 = (0x08A0A9A4u);
aot_gpr_5 = (aot_gpr_16 & 255u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0147.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 413u, 0x08A0A9A4u, 0x08A52FF8u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0147_entry(rt, ctx, 553u, aot_mem);
#else
recomp_unit_0147_entry(rt, ctx, 553u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0147_entry, 147u, 553u, 0x08A52FF8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0A9A4u) goto L_08A0A9A4;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0A9A4:
aot_gpr_4 = (ctx.gpr[2] | 0u);
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(40)));
aot_gpr_5 = (aot_gpr_5 < static_cast<std::uint32_t>(1) ? 1u : 0u);
aot_gpr_5 = (aot_gpr_5 & 255u);
if (aot_gpr_5 == 0u) {
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(28)));
goto L_08A0A9D0;
}
goto L_08A0A9BC;
L_08A0A9BC:
aot_fpr_12 = std::bit_cast<float>(ctx.fpu_float_to_word_ct<1u>(ctx.fpr[22]));
aot_gpr_4 = (std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_4 = (aot_gpr_4 << 16u);
{ const bool branch_taken = 0u == 0u;
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_4) >> 16u));
if (branch_taken) {
goto L_08A0A9F8;
}
goto L_08A0A9D0;
}
L_08A0A9D0:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(40)));
aot_fpr_13 = std::bit_cast<float>(aot_gpr_4);
aot_fpr_13 = static_cast<float>(static_cast<std::int32_t>(std::bit_cast<std::uint32_t>(aot_fpr_13)));
if (static_cast<std::int32_t>(aot_gpr_4) < 0) {
aot_fpr_13 = aot_fpr_13 + ctx.fpr[24];
goto L_08A0A9E4;
}
goto L_08A0A9E4;
L_08A0A9E4:
aot_fpr_12 = aot_fpr_12 / aot_fpr_13;
aot_fpr_12 = std::bit_cast<float>(ctx.fpu_float_to_word_ct<1u>(aot_fpr_12));
aot_gpr_4 = (std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_4 = (aot_gpr_4 << 16u);
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_4) >> 16u));
goto L_08A0A9F8;
L_08A0A9F8:
aot_gpr_4 = (aot_gpr_4 << 16u);
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_4) >> 16u));
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(160))))));
aot_gpr_4 = (aot_gpr_5 - aot_gpr_4);
aot_mem.aot_direct_store16(aot_gpr_29 + static_cast<std::uint32_t>(80), static_cast<std::uint16_t>(aot_gpr_4));
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(80))))));
aot_mem.aot_direct_store16(aot_gpr_29 + static_cast<std::uint32_t>(22), static_cast<std::uint16_t>(aot_gpr_4));
aot_gpr_4 = (ctx.gpr[21] << 16u);
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_4) >> 16u));
aot_gpr_4 = (aot_gpr_4 << 16u);
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_4) >> 16u));
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(22))))));
aot_gpr_4 = (aot_gpr_5 + aot_gpr_4);
aot_mem.aot_direct_store16(aot_gpr_29 + static_cast<std::uint32_t>(84), static_cast<std::uint16_t>(aot_gpr_4));
aot_gpr_4 = (ctx.gpr[19] + static_cast<std::uint32_t>(122));
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(84))))));
aot_mem.aot_direct_store16(aot_gpr_4 + static_cast<std::uint32_t>(0), static_cast<std::uint16_t>(aot_gpr_5));
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(160))))));
aot_mem.aot_direct_store16(ctx.gpr[30] + static_cast<std::uint32_t>(0), static_cast<std::uint16_t>(aot_gpr_4));
aot_mem.aot_direct_store32(ctx.gpr[19] + static_cast<std::uint32_t>(128), aot_gpr_16);
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store8(ctx.gpr[19] + static_cast<std::uint32_t>(120), static_cast<std::uint8_t>(aot_gpr_4));
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A0AA90;
}
goto L_08A0AA58;
}
L_08A0AA58:
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(ctx.gpr[30] + static_cast<std::uint32_t>(0))))));
aot_mem.aot_direct_store16(aot_gpr_29 + static_cast<std::uint32_t>(88), static_cast<std::uint16_t>(aot_gpr_4));
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(160))))));
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(88))))));
aot_gpr_4 = (aot_gpr_4 - aot_gpr_5);
aot_gpr_4 = (aot_gpr_4 << 16u);
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_4) >> 16u));
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_4) < 0 ? 1u : 0u);
aot_gpr_4 = (aot_gpr_4 & 255u);
{ const bool branch_taken = aot_gpr_4 == 0u;
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(100)));
if (branch_taken) {
goto L_08A0AA90;
}
goto L_08A0AA84;
}
L_08A0AA84:
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(160))))));
aot_mem.aot_direct_store16(ctx.gpr[30] + static_cast<std::uint32_t>(0), static_cast<std::uint16_t>(aot_gpr_4));
aot_mem.aot_direct_store32(ctx.gpr[19] + static_cast<std::uint32_t>(128), aot_gpr_16);
goto L_08A0AA90;
L_08A0AA90:
ctx.fpr[20] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(104)));
ctx.fpr[22] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(108)));
ctx.fpr[24] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(112)));
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(116)));
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(120)));
ctx.gpr[18] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(124)));
ctx.gpr[19] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(128)));
ctx.gpr[20] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(132)));
ctx.gpr[21] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(136)));
ctx.gpr[22] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(140)));
ctx.gpr[23] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(144)));
ctx.gpr[30] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(148)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(152)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(160));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0AACC:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-32));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(20), aot_gpr_31);
aot_gpr_5 = (aot_gpr_5 << 16u);
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_5) >> 16u));
aot_mem.aot_direct_store16(aot_gpr_29 + static_cast<std::uint32_t>(16), static_cast<std::uint16_t>(aot_gpr_5));
aot_gpr_31 = (0x08A0AAE8u);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(112)));
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0059.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 422u, 0x08A0AAE8u, 0x088F352Cu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0059_entry(rt, ctx, 659u, aot_mem);
#else
recomp_unit_0059_entry(rt, ctx, 659u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0059_entry, 59u, 659u, 0x088F352Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0AAE8u) goto L_08A0AAE8;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0AAE8:
aot_gpr_4 = (ctx.gpr[2] << 6u);
aot_gpr_5 = (2246u << 16u);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(31024));
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(12), aot_gpr_4);
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[28] + static_cast<std::uint32_t>(7800)));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), aot_gpr_4);
aot_gpr_5 = (aot_gpr_4 << 8u);
aot_gpr_6 = (aot_gpr_4 + aot_gpr_4);
aot_gpr_4 = (aot_gpr_4 + aot_gpr_6);
aot_gpr_4 = (aot_gpr_4 << 5u);
aot_gpr_4 = (aot_gpr_5 + aot_gpr_4);
aot_gpr_5 = (2238u << 16u);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(-6992));
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_4);
aot_gpr_5 = (0u | 0u);
aot_gpr_31 = (0x08A0AB38u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_5);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0067.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 423u, 0x08A0AB38u, 0x08910B38u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0067_entry(rt, ctx, 195u, aot_mem);
#else
recomp_unit_0067_entry(rt, ctx, 195u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0067_entry, 67u, 195u, 0x08910B38u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0AB38u) goto L_08A0AB38;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0AB38:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
aot_gpr_6 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(8)));
ctx.gpr[7] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(12)));
ctx.gpr[8] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(16))))));
if (ctx.gpr[2] != 0u) {
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(1152)));
goto L_08A0AB54;
}
goto L_08A0AB54;
L_08A0AB54:
ctx.gpr[9] = (ctx.gpr[8] | 0u);
ctx.gpr[8] = (aot_gpr_6 | 0u);
aot_gpr_6 = (aot_gpr_4 | 0u);
aot_gpr_4 = (ctx.gpr[7] | 0u);
ctx.gpr[7] = (ctx.gpr[8] | 0u);
aot_gpr_31 = (0x08A0AB70u);
ctx.gpr[8] = (0u | 100u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0060.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 425u, 0x08A0AB70u, 0x088F5118u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0060_entry(rt, ctx, 252u, aot_mem);
#else
recomp_unit_0060_entry(rt, ctx, 252u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0060_entry, 60u, 252u, 0x088F5118u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0AB70u) goto L_08A0AB70;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0AB70:
{ const bool branch_taken = ctx.gpr[2] == 0u;
if (branch_taken) {
goto L_08A0AB78;
}
goto L_08A0AB78;
}
L_08A0AB78:
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(20)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(32));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0AB84:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-32));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), ctx.gpr[17]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), ctx.gpr[18]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(12), ctx.gpr[19]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(16), ctx.gpr[20]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(20), aot_gpr_31);
aot_gpr_16 = (ctx.gpr[7] | 0u);
ctx.gpr[17] = (aot_gpr_6 | 0u);
ctx.gpr[18] = (aot_gpr_5 | 0u);
ctx.gpr[19] = (aot_gpr_4 | 0u);
ctx.gpr[20] = (0u | 0u);
aot_gpr_4 = (aot_gpr_16 + static_cast<std::uint32_t>(16));
aot_gpr_31 = (0x08A0ABC0u);
aot_gpr_5 = (ctx.gpr[17] + static_cast<std::uint32_t>(16));
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0163.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 428u, 0x08A0ABC0u, 0x08A93198u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0163_entry(rt, ctx, 461u, aot_mem);
#else
recomp_unit_0163_entry(rt, ctx, 461u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0163_entry, 163u, 461u, 0x08A93198u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0ABC0u) goto L_08A0ABC0;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0ABC0:
{ const bool branch_taken = ctx.gpr[2] == 0u;
if (branch_taken) {
goto L_08A0ABCC;
}
goto L_08A0ABC8;
}
L_08A0ABC8:
ctx.gpr[20] = (0u | 2u);
goto L_08A0ABCC;
L_08A0ABCC:
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(32)));
aot_gpr_5 = (aot_mem.aot_direct_load8(ctx.gpr[17] + static_cast<std::uint32_t>(32)));
{ const bool branch_taken = aot_gpr_4 == aot_gpr_5;
if (branch_taken) {
goto L_08A0ABE0;
}
goto L_08A0ABDC;
}
L_08A0ABDC:
ctx.gpr[20] = (ctx.gpr[20] | 4u);
goto L_08A0ABE0;
L_08A0ABE0:
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int8_t>(aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(33))))));
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int8_t>(aot_mem.aot_direct_load8(ctx.gpr[17] + static_cast<std::uint32_t>(33))))));
{ const bool branch_taken = aot_gpr_4 == aot_gpr_5;
if (branch_taken) {
goto L_08A0ABF4;
}
goto L_08A0ABF0;
}
L_08A0ABF0:
ctx.gpr[20] = (ctx.gpr[20] | 8u);
goto L_08A0ABF4;
L_08A0ABF4:
{ const bool branch_taken = ctx.gpr[20] == 0u;
if (branch_taken) {
goto L_08A0AC18;
}
goto L_08A0ABFC;
}
L_08A0ABFC:
aot_gpr_4 = (ctx.gpr[19] | 0u);
aot_gpr_5 = (ctx.gpr[18] | 0u);
aot_gpr_6 = (ctx.gpr[17] | 0u);
aot_gpr_31 = (0x08A0AC10u);
ctx.gpr[7] = (ctx.gpr[20] | 0u);
goto L_08A0AC3C;
L_08A0AC10:
{ const bool branch_taken = 0u == 0u;
ctx.gpr[2] = (0u | 1u);
if (branch_taken) {
goto L_08A0AC1C;
}
goto L_08A0AC18;
}
L_08A0AC18:
ctx.gpr[2] = (0u | 0u);
goto L_08A0AC1C;
L_08A0AC1C:
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
ctx.gpr[18] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(8)));
ctx.gpr[19] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(12)));
ctx.gpr[20] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(16)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(20)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(32));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0AC3C:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), ctx.gpr[17]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), ctx.gpr[18]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(12), aot_gpr_31);
ctx.gpr[8] = (ctx.gpr[7] & 255u);
ctx.gpr[9] = (aot_mem.aot_direct_load_word_right(aot_gpr_5 + static_cast<std::uint32_t>(0), ctx.gpr[9]));
ctx.gpr[9] = (aot_mem.aot_direct_load_word_left(aot_gpr_5 + static_cast<std::uint32_t>(3), ctx.gpr[9]));
ctx.gpr[9] = (ctx.gpr[9] & 65535u);
ctx.gpr[10] = (aot_gpr_5 + ctx.gpr[9]);
ctx.gpr[9] = (ctx.gpr[9] + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store8(aot_gpr_5 + static_cast<std::uint32_t>(0), static_cast<std::uint8_t>(ctx.gpr[9]));
ctx.gpr[1] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(ctx.gpr[9]) >> 8u));
aot_mem.aot_direct_store8(aot_gpr_5 + static_cast<std::uint32_t>(1), static_cast<std::uint8_t>(ctx.gpr[1]));
aot_mem.aot_direct_store8(ctx.gpr[10] + static_cast<std::uint32_t>(0), static_cast<std::uint8_t>(ctx.gpr[8]));
ctx.gpr[8] = (ctx.gpr[7] & 1u);
ctx.gpr[18] = (aot_gpr_5 | 0u);
ctx.gpr[17] = (aot_gpr_6 | 0u);
aot_gpr_16 = (ctx.gpr[7] | 0u);
{ const bool branch_taken = ctx.gpr[8] == 0u;
if (branch_taken) {
goto L_08A0AD3C;
}
goto L_08A0AC90;
}
L_08A0AC90:
aot_gpr_5 = (aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(118)));
aot_gpr_5 = (aot_gpr_5 & 65535u);
aot_gpr_6 = (aot_gpr_5 & 255u);
ctx.gpr[7] = (aot_mem.aot_direct_load_word_right(ctx.gpr[18] + static_cast<std::uint32_t>(0), ctx.gpr[7]));
ctx.gpr[7] = (aot_mem.aot_direct_load_word_left(ctx.gpr[18] + static_cast<std::uint32_t>(3), ctx.gpr[7]));
ctx.gpr[7] = (ctx.gpr[7] & 65535u);
ctx.gpr[8] = (ctx.gpr[18] + ctx.gpr[7]);
ctx.gpr[7] = (ctx.gpr[7] + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store8(ctx.gpr[18] + static_cast<std::uint32_t>(0), static_cast<std::uint8_t>(ctx.gpr[7]));
ctx.gpr[1] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(ctx.gpr[7]) >> 8u));
aot_mem.aot_direct_store8(ctx.gpr[18] + static_cast<std::uint32_t>(1), static_cast<std::uint8_t>(ctx.gpr[1]));
aot_mem.aot_direct_store8(ctx.gpr[8] + static_cast<std::uint32_t>(0), static_cast<std::uint8_t>(aot_gpr_6));
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_5) >> 8u));
aot_gpr_5 = (aot_gpr_5 & 255u);
aot_gpr_6 = (aot_mem.aot_direct_load_word_right(ctx.gpr[18] + static_cast<std::uint32_t>(0), aot_gpr_6));
aot_gpr_6 = (aot_mem.aot_direct_load_word_left(ctx.gpr[18] + static_cast<std::uint32_t>(3), aot_gpr_6));
aot_gpr_6 = (aot_gpr_6 & 65535u);
ctx.gpr[7] = (ctx.gpr[18] + aot_gpr_6);
aot_gpr_6 = (aot_gpr_6 + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store8(ctx.gpr[18] + static_cast<std::uint32_t>(0), static_cast<std::uint8_t>(aot_gpr_6));
ctx.gpr[1] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_6) >> 8u));
aot_mem.aot_direct_store8(ctx.gpr[18] + static_cast<std::uint32_t>(1), static_cast<std::uint8_t>(ctx.gpr[1]));
aot_mem.aot_direct_store8(ctx.gpr[7] + static_cast<std::uint32_t>(0), static_cast<std::uint8_t>(aot_gpr_5));
aot_gpr_5 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(117)));
aot_gpr_6 = (aot_mem.aot_direct_load_word_right(ctx.gpr[18] + static_cast<std::uint32_t>(0), aot_gpr_6));
aot_gpr_6 = (aot_mem.aot_direct_load_word_left(ctx.gpr[18] + static_cast<std::uint32_t>(3), aot_gpr_6));
aot_gpr_6 = (aot_gpr_6 & 65535u);
ctx.gpr[7] = (ctx.gpr[18] + aot_gpr_6);
aot_gpr_6 = (aot_gpr_6 + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store8(ctx.gpr[18] + static_cast<std::uint32_t>(0), static_cast<std::uint8_t>(aot_gpr_6));
ctx.gpr[1] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_6) >> 8u));
aot_mem.aot_direct_store8(ctx.gpr[18] + static_cast<std::uint32_t>(1), static_cast<std::uint8_t>(ctx.gpr[1]));
aot_mem.aot_direct_store8(ctx.gpr[7] + static_cast<std::uint32_t>(0), static_cast<std::uint8_t>(aot_gpr_5));
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(116)));
aot_gpr_5 = (aot_mem.aot_direct_load_word_right(ctx.gpr[18] + static_cast<std::uint32_t>(0), aot_gpr_5));
aot_gpr_5 = (aot_mem.aot_direct_load_word_left(ctx.gpr[18] + static_cast<std::uint32_t>(3), aot_gpr_5));
aot_gpr_5 = (aot_gpr_5 & 65535u);
aot_gpr_6 = (ctx.gpr[18] + aot_gpr_5);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store8(ctx.gpr[18] + static_cast<std::uint32_t>(0), static_cast<std::uint8_t>(aot_gpr_5));
ctx.gpr[1] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_5) >> 8u));
aot_mem.aot_direct_store8(ctx.gpr[18] + static_cast<std::uint32_t>(1), static_cast<std::uint8_t>(ctx.gpr[1]));
aot_mem.aot_direct_store8(aot_gpr_6 + static_cast<std::uint32_t>(0), static_cast<std::uint8_t>(aot_gpr_4));
goto L_08A0AD3C;
L_08A0AD3C:
aot_gpr_4 = (aot_gpr_16 & 2u);
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_08A0AD54;
}
goto L_08A0AD48;
}
L_08A0AD48:
aot_gpr_5 = (ctx.gpr[17] + static_cast<std::uint32_t>(16));
aot_gpr_31 = (0x08A0AD54u);
aot_gpr_4 = (ctx.gpr[18] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0088.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 443u, 0x08A0AD54u, 0x089647D0u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0088_entry(rt, ctx, 73u, aot_mem);
#else
recomp_unit_0088_entry(rt, ctx, 73u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0088_entry, 88u, 73u, 0x089647D0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0AD54u) goto L_08A0AD54;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0AD54:
aot_gpr_4 = (aot_gpr_16 & 4u);
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_08A0AD88;
}
goto L_08A0AD60;
}
L_08A0AD60:
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[17] + static_cast<std::uint32_t>(32)));
aot_gpr_5 = (aot_mem.aot_direct_load_word_right(ctx.gpr[18] + static_cast<std::uint32_t>(0), aot_gpr_5));
aot_gpr_5 = (aot_mem.aot_direct_load_word_left(ctx.gpr[18] + static_cast<std::uint32_t>(3), aot_gpr_5));
aot_gpr_5 = (aot_gpr_5 & 65535u);
aot_gpr_6 = (ctx.gpr[18] + aot_gpr_5);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store8(ctx.gpr[18] + static_cast<std::uint32_t>(0), static_cast<std::uint8_t>(aot_gpr_5));
ctx.gpr[1] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_5) >> 8u));
aot_mem.aot_direct_store8(ctx.gpr[18] + static_cast<std::uint32_t>(1), static_cast<std::uint8_t>(ctx.gpr[1]));
aot_mem.aot_direct_store8(aot_gpr_6 + static_cast<std::uint32_t>(0), static_cast<std::uint8_t>(aot_gpr_4));
goto L_08A0AD88;
L_08A0AD88:
aot_gpr_4 = (aot_gpr_16 & 8u);
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_08A0ADC8;
}
goto L_08A0AD94;
}
L_08A0AD94:
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int8_t>(aot_mem.aot_direct_load8(ctx.gpr[17] + static_cast<std::uint32_t>(33))))));
aot_gpr_4 = (aot_gpr_4 << 24u);
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_4) >> 24u));
aot_gpr_4 = (aot_gpr_4 & 255u);
aot_gpr_5 = (aot_mem.aot_direct_load_word_right(ctx.gpr[18] + static_cast<std::uint32_t>(0), aot_gpr_5));
aot_gpr_5 = (aot_mem.aot_direct_load_word_left(ctx.gpr[18] + static_cast<std::uint32_t>(3), aot_gpr_5));
aot_gpr_5 = (aot_gpr_5 & 65535u);
aot_gpr_6 = (ctx.gpr[18] + aot_gpr_5);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store8(ctx.gpr[18] + static_cast<std::uint32_t>(0), static_cast<std::uint8_t>(aot_gpr_5));
ctx.gpr[1] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_5) >> 8u));
aot_mem.aot_direct_store8(ctx.gpr[18] + static_cast<std::uint32_t>(1), static_cast<std::uint8_t>(ctx.gpr[1]));
aot_mem.aot_direct_store8(aot_gpr_6 + static_cast<std::uint32_t>(0), static_cast<std::uint8_t>(aot_gpr_4));
goto L_08A0ADC8;
L_08A0ADC8:
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
ctx.gpr[18] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(8)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(12)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0ADE0:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), ctx.gpr[17]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), aot_gpr_31);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(16), aot_gpr_6);
ctx.gpr[17] = (aot_gpr_4 | 0u);
aot_gpr_4 = (aot_mem.aot_direct_load_word_right(ctx.gpr[17] + static_cast<std::uint32_t>(3), aot_gpr_4));
aot_gpr_4 = (aot_mem.aot_direct_load_word_left(ctx.gpr[17] + static_cast<std::uint32_t>(6), aot_gpr_4));
aot_gpr_4 = (aot_gpr_4 & 65535u);
aot_gpr_6 = (aot_mem.aot_direct_load8(ctx.gpr[17] + static_cast<std::uint32_t>(5)));
aot_gpr_16 = (2237u << 16u);
{ const bool branch_taken = aot_gpr_6 == 0u;
aot_gpr_16 = (aot_gpr_16 + static_cast<std::uint32_t>(-28736));
if (branch_taken) {
goto L_08A0AE74;
}
goto L_08A0AE14;
}
L_08A0AE14:
aot_gpr_6 = (aot_gpr_4 | 0u);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(100)));
aot_gpr_5 = (aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(52)));
aot_gpr_31 = (0x08A0AE28u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0182.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 450u, 0x08A0AE28u, 0x08ADCA6Cu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0182_entry(rt, ctx, 192u, aot_mem);
#else
recomp_unit_0182_entry(rt, ctx, 192u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0182_entry, 182u, 192u, 0x08ADCA6Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0AE28u) goto L_08A0AE28;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0AE28:
ctx.gpr[17] = (ctx.gpr[2] | 0u);
{ const bool branch_taken = ctx.gpr[17] == 0u;
if (branch_taken) {
goto L_08A0AE6C;
}
goto L_08A0AE34;
}
L_08A0AE34:
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_5 = (ctx.gpr[17] | 0u);
aot_gpr_31 = (0x08A0AE44u);
aot_gpr_6 = (0u | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0182.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 452u, 0x08A0AE44u, 0x08ADEF00u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0182_entry(rt, ctx, 736u, aot_mem);
#else
recomp_unit_0182_entry(rt, ctx, 736u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0182_entry, 182u, 736u, 0x08ADEF00u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0AE44u) goto L_08A0AE44;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0AE44:
aot_mem.aot_direct_store32(ctx.gpr[17] + static_cast<std::uint32_t>(104), 0u);
{ const bool branch_taken = ctx.gpr[17] == 0u;
if (branch_taken) {
goto L_08A0AE6C;
}
goto L_08A0AE50;
}
L_08A0AE50:
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(108)));
aot_gpr_5 = (aot_gpr_4 + static_cast<std::uint32_t>(24));
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_5 + static_cast<std::uint32_t>(0))))));
aot_gpr_4 = (ctx.gpr[17] + aot_gpr_4);
aot_gpr_6 = (aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(4)));
jump_target = aot_gpr_6;
aot_gpr_31 = (0x08A0AE6Cu);
aot_gpr_5 = (0u | 3u);
ctx.pc = jump_target;
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_call(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0AE6Cu) goto L_08A0AE6C;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A0AE6C:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A0AEA4;
}
goto L_08A0AE74;
}
L_08A0AE74:
aot_gpr_6 = (aot_gpr_4 | 0u);
aot_gpr_31 = (0x08A0AE80u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0182.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 456u, 0x08A0AE80u, 0x08ADCA6Cu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0182_entry(rt, ctx, 192u, aot_mem);
#else
recomp_unit_0182_entry(rt, ctx, 192u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0182_entry, 182u, 192u, 0x08ADCA6Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0AE80u) goto L_08A0AE80;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0AE80:
aot_gpr_5 = (ctx.gpr[2] | 0u);
{ const bool branch_taken = aot_gpr_5 == 0u;
if (branch_taken) {
goto L_08A0AEA4;
}
goto L_08A0AE8C;
}
L_08A0AE8C:
aot_gpr_4 = (aot_gpr_5 | 0u);
aot_gpr_5 = (aot_mem.aot_direct_load_word_right(ctx.gpr[17] + static_cast<std::uint32_t>(6), aot_gpr_5));
aot_gpr_5 = (aot_mem.aot_direct_load_word_left(ctx.gpr[17] + static_cast<std::uint32_t>(9), aot_gpr_5));
aot_gpr_5 = (aot_gpr_5 << 16u);
aot_gpr_31 = (0x08A0AEA4u);
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_5) >> 16u));
goto L_08A0AACC;
L_08A0AEA4:
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(8)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0AEB8:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-48));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(24), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(28), ctx.gpr[17]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(32), ctx.gpr[18]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(36), aot_gpr_31);
aot_gpr_16 = (aot_gpr_5 | 0u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(48), aot_gpr_6);
ctx.gpr[18] = (2237u << 16u);
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(-28736));
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(100)));
aot_gpr_5 = (aot_mem.aot_direct_load16(aot_gpr_5 + static_cast<std::uint32_t>(52)));
aot_gpr_6 = (aot_mem.aot_direct_load_word_right(aot_gpr_4 + static_cast<std::uint32_t>(3), aot_gpr_6));
aot_gpr_6 = (aot_mem.aot_direct_load_word_left(aot_gpr_4 + static_cast<std::uint32_t>(6), aot_gpr_6));
aot_gpr_6 = (aot_gpr_6 & 65535u);
aot_gpr_31 = (0x08A0AEF8u);
aot_gpr_4 = (ctx.gpr[18] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0182.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 460u, 0x08A0AEF8u, 0x08ADCA6Cu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0182_entry(rt, ctx, 192u, aot_mem);
#else
recomp_unit_0182_entry(rt, ctx, 192u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0182_entry, 182u, 192u, 0x08ADCA6Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0AEF8u) goto L_08A0AEF8;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0AEF8:
ctx.gpr[17] = (ctx.gpr[2] | 0u);
{ const bool branch_taken = ctx.gpr[17] == 0u;
if (branch_taken) {
goto L_08A0AF30;
}
goto L_08A0AF04;
}
L_08A0AF04:
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(48))))));
aot_gpr_4 = (ctx.gpr[18] | 0u);
aot_gpr_31 = (0x08A0AF14u);
aot_gpr_6 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0181.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 462u, 0x08A0AF14u, 0x08ADBFCCu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0181_entry(rt, ctx, 975u, aot_mem);
#else
recomp_unit_0181_entry(rt, ctx, 975u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0181_entry, 181u, 975u, 0x08ADBFCCu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0AF14u) goto L_08A0AF14;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0AF14:
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(20), ctx.gpr[2]);
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(20))))));
aot_mem.aot_direct_store16(aot_gpr_29 + static_cast<std::uint32_t>(16), static_cast<std::uint16_t>(aot_gpr_4));
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(16))))));
aot_gpr_4 = (ctx.gpr[17] | 0u);
aot_gpr_31 = (0x08A0AF30u);
aot_gpr_6 = (aot_gpr_16 | 0u);
goto L_08A0A700;
L_08A0AF30:
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(24)));
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(28)));
ctx.gpr[18] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(32)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(36)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(48));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0AF48:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-80));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(52), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(56), ctx.gpr[17]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(60), ctx.gpr[18]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(64), ctx.gpr[19]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(68), aot_gpr_31);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(80), aot_gpr_5);
aot_gpr_5 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(120)));
{ const bool branch_taken = aot_gpr_5 == 0u;
aot_gpr_16 = (aot_gpr_4 | 0u);
if (branch_taken) {
goto L_08A0B188;
}
goto L_08A0AF70;
}
L_08A0AF70:
aot_gpr_4 = (aot_gpr_16 + static_cast<std::uint32_t>(122));
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(0))))));
aot_mem.aot_direct_store16(aot_gpr_29 + static_cast<std::uint32_t>(30), static_cast<std::uint16_t>(aot_gpr_4));
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(80))))));
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(30))))));
aot_gpr_4 = (aot_gpr_4 - aot_gpr_5);
aot_gpr_4 = (aot_gpr_4 << 16u);
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_4) >> 16u));
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_4) < 0 ? 1u : 0u);
aot_gpr_4 = (aot_gpr_4 & 255u);
aot_gpr_4 = (aot_gpr_4 < static_cast<std::uint32_t>(1) ? 1u : 0u);
aot_gpr_4 = (aot_gpr_4 & 255u);
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_08A0B188;
}
goto L_08A0AFA8;
}
L_08A0AFA8:
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(120), static_cast<std::uint8_t>(0u));
aot_gpr_31 = (0x08A0AFB4u);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(112)));
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0059.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 467u, 0x08A0AFB4u, 0x088F352Cu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0059_entry(rt, ctx, 659u, aot_mem);
#else
recomp_unit_0059_entry(rt, ctx, 659u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0059_entry, 59u, 659u, 0x088F352Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0AFB4u) goto L_08A0AFB4;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0AFB4:
ctx.gpr[17] = (ctx.gpr[2] << 6u);
aot_gpr_4 = (2246u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(31024));
ctx.gpr[17] = (ctx.gpr[17] + aot_gpr_4);
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[17] + static_cast<std::uint32_t>(57)));
aot_gpr_5 = (0u | 1u);
{ const bool branch_taken = aot_gpr_4 == aot_gpr_5;
if (branch_taken) {
goto L_08A0B188;
}
goto L_08A0AFD4;
}
L_08A0AFD4:
aot_gpr_5 = (aot_mem.aot_direct_load8(ctx.gpr[17] + static_cast<std::uint32_t>(56)));
aot_gpr_6 = (0u | 15u);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(128)));
ctx.gpr[18] = (2237u << 16u);
{ const bool branch_taken = aot_gpr_5 == aot_gpr_6;
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(-28736));
if (branch_taken) {
goto L_08A0AFF8;
}
goto L_08A0AFEC;
}
L_08A0AFEC:
aot_gpr_6 = (0u | 16u);
{ const bool branch_taken = aot_gpr_5 != aot_gpr_6;
if (branch_taken) {
goto L_08A0B0E4;
}
goto L_08A0AFF8;
}
L_08A0AFF8:
aot_gpr_5 = (0u | 0u);
aot_gpr_6 = (aot_mem.aot_direct_load16(ctx.gpr[17] + static_cast<std::uint32_t>(52)));
ctx.gpr[7] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(104)));
ctx.gpr[9] = (aot_mem.aot_direct_load16(ctx.gpr[7] + static_cast<std::uint32_t>(146)));
{ const bool branch_taken = aot_gpr_6 != ctx.gpr[9];
ctx.gpr[8] = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(100)));
if (branch_taken) {
goto L_08A0B018;
}
goto L_08A0B010;
}
L_08A0B010:
{ const bool branch_taken = 0u == 0u;
aot_gpr_5 = (0u | 1u);
if (branch_taken) {
goto L_08A0B064;
}
goto L_08A0B018;
}
L_08A0B018:
ctx.gpr[9] = (aot_mem.aot_direct_load16(ctx.gpr[7] + static_cast<std::uint32_t>(148)));
{ const bool branch_taken = aot_gpr_6 != ctx.gpr[9];
if (branch_taken) {
goto L_08A0B02C;
}
goto L_08A0B024;
}
L_08A0B024:
{ const bool branch_taken = 0u == 0u;
aot_gpr_5 = (0u | 2u);
if (branch_taken) {
goto L_08A0B064;
}
goto L_08A0B02C;
}
L_08A0B02C:
ctx.gpr[9] = (aot_mem.aot_direct_load16(ctx.gpr[7] + static_cast<std::uint32_t>(150)));
{ const bool branch_taken = aot_gpr_6 != ctx.gpr[9];
if (branch_taken) {
goto L_08A0B040;
}
goto L_08A0B038;
}
L_08A0B038:
{ const bool branch_taken = 0u == 0u;
aot_gpr_5 = (0u | 4u);
if (branch_taken) {
goto L_08A0B064;
}
goto L_08A0B040;
}
L_08A0B040:
ctx.gpr[9] = (aot_mem.aot_direct_load16(ctx.gpr[7] + static_cast<std::uint32_t>(168)));
{ const bool branch_taken = aot_gpr_6 != ctx.gpr[9];
if (branch_taken) {
goto L_08A0B054;
}
goto L_08A0B04C;
}
L_08A0B04C:
{ const bool branch_taken = 0u == 0u;
aot_gpr_5 = (0u | 8u);
if (branch_taken) {
goto L_08A0B064;
}
goto L_08A0B054;
}
L_08A0B054:
ctx.gpr[7] = (aot_mem.aot_direct_load16(ctx.gpr[7] + static_cast<std::uint32_t>(132)));
{ const bool branch_taken = aot_gpr_6 != ctx.gpr[7];
aot_gpr_6 = (aot_gpr_4 | 0u);
if (branch_taken) {
goto L_08A0B068;
}
goto L_08A0B060;
}
L_08A0B060:
aot_gpr_5 = (0u | 32u);
goto L_08A0B064;
L_08A0B064:
aot_gpr_6 = (aot_gpr_4 | 0u);
goto L_08A0B068;
L_08A0B068:
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(44)));
aot_gpr_4 = (aot_gpr_4 & 255u);
ctx.gpr[7] = (aot_gpr_6 & 255u);
ctx.gpr[9] = (0u | 6u);
aot_mem.aot_direct_store16(aot_gpr_29 + static_cast<std::uint32_t>(16), static_cast<std::uint16_t>(ctx.gpr[9]));
ctx.gpr[9] = (aot_mem.aot_direct_load8(ctx.gpr[28] + static_cast<std::uint32_t>(9746)));
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(18), static_cast<std::uint8_t>(ctx.gpr[9]));
ctx.gpr[19] = (aot_gpr_29 + static_cast<std::uint32_t>(16));
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(19), static_cast<std::uint8_t>(aot_gpr_5));
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(20), static_cast<std::uint8_t>(aot_gpr_4));
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(21), static_cast<std::uint8_t>(ctx.gpr[7]));
aot_gpr_5 = (aot_gpr_6 | 0u);
aot_gpr_6 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(ctx.gpr[8] + static_cast<std::uint32_t>(96))))));
aot_gpr_4 = (ctx.gpr[19] | 0u);
aot_gpr_31 = (0x08A0B0A8u);
ctx.gpr[7] = (0u | 1u);
goto L_08A0B214;
L_08A0B0A8:
aot_gpr_4 = (ctx.gpr[18] | 0u);
aot_gpr_5 = (ctx.gpr[19] | 0u);
aot_gpr_31 = (0x08A0B0B8u);
aot_gpr_6 = (0u + static_cast<std::uint32_t>(-1));
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0182.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 483u, 0x08A0B0B8u, 0x08ADCA34u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0182_entry(rt, ctx, 189u, aot_mem);
#else
recomp_unit_0182_entry(rt, ctx, 189u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0182_entry, 182u, 189u, 0x08ADCA34u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B0B8u) goto L_08A0B0B8;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B0B8:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(128)));
aot_mem.aot_direct_store8(ctx.gpr[17] + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_4 = (ctx.gpr[17] | 0u);
aot_gpr_5 = (0u | 0u);
aot_gpr_6 = (0u | 0u);
ctx.gpr[7] = (0u + static_cast<std::uint32_t>(-1));
ctx.gpr[8] = (0u | 100u);
aot_gpr_31 = (0x08A0B0DCu);
ctx.gpr[9] = (0u + static_cast<std::uint32_t>(-1));
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0060.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 484u, 0x08A0B0DCu, 0x088F5118u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0060_entry(rt, ctx, 252u, aot_mem);
#else
recomp_unit_0060_entry(rt, ctx, 252u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0060_entry, 60u, 252u, 0x088F5118u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B0DCu) goto L_08A0B0DC;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B0DC:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A0B188;
}
goto L_08A0B0E4;
}
L_08A0B0E4:
aot_mem.aot_direct_store8(ctx.gpr[17] + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_6 = (0u + static_cast<std::uint32_t>(-1));
ctx.gpr[7] = (aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(32)));
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(128)));
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(100)));
{ const bool branch_taken = ctx.gpr[7] == 0u;
ctx.gpr[19] = (aot_gpr_29 + static_cast<std::uint32_t>(22));
if (branch_taken) {
goto L_08A0B104;
}
goto L_08A0B100;
}
L_08A0B100:
aot_gpr_6 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(ctx.gpr[7] + static_cast<std::uint32_t>(86))))));
goto L_08A0B104;
L_08A0B104:
ctx.gpr[7] = (aot_mem.aot_direct_load16(aot_gpr_16 + static_cast<std::uint32_t>(8)));
ctx.gpr[8] = (0u | 8u);
aot_mem.aot_direct_store16(aot_gpr_29 + static_cast<std::uint32_t>(22), static_cast<std::uint16_t>(ctx.gpr[8]));
ctx.gpr[8] = (aot_mem.aot_direct_load8(ctx.gpr[28] + static_cast<std::uint32_t>(9744)));
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(24), static_cast<std::uint8_t>(ctx.gpr[8]));
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(25), static_cast<std::uint8_t>(ctx.gpr[7]));
ctx.gpr[1] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(ctx.gpr[7]) >> 8u));
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(26), static_cast<std::uint8_t>(ctx.gpr[1]));
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(27), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store16(aot_gpr_29 + static_cast<std::uint32_t>(28), static_cast<std::uint16_t>(aot_gpr_6));
aot_gpr_6 = (aot_mem.aot_direct_load16(aot_gpr_5 + static_cast<std::uint32_t>(52)));
{ const bool branch_taken = aot_gpr_4 != aot_gpr_6;
if (branch_taken) {
goto L_08A0B154;
}
goto L_08A0B138;
}
L_08A0B138:
aot_gpr_6 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_5 + static_cast<std::uint32_t>(96))))));
aot_gpr_5 = (aot_gpr_4 | 0u);
aot_gpr_4 = (ctx.gpr[19] | 0u);
aot_gpr_31 = (0x08A0B14Cu);
ctx.gpr[7] = (0u | 1u);
goto L_08A0ADE0;
L_08A0B14C:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A0B188;
}
goto L_08A0B154;
}
L_08A0B154:
ctx.gpr[8] = (aot_gpr_4 & 255u);
aot_gpr_4 = (ctx.gpr[17] | 0u);
aot_gpr_5 = (0u | 0u);
aot_gpr_6 = (0u | 0u);
ctx.gpr[7] = (0u + static_cast<std::uint32_t>(-1));
aot_gpr_31 = (0x08A0B170u);
ctx.gpr[9] = (0u + static_cast<std::uint32_t>(-1));
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0060.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 491u, 0x08A0B170u, 0x088F5118u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0060_entry(rt, ctx, 252u, aot_mem);
#else
recomp_unit_0060_entry(rt, ctx, 252u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0060_entry, 60u, 252u, 0x088F5118u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B170u) goto L_08A0B170;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B170:
{ const bool branch_taken = ctx.gpr[2] == 0u;
if (branch_taken) {
goto L_08A0B188;
}
goto L_08A0B178;
}
L_08A0B178:
aot_gpr_6 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(128)));
aot_gpr_4 = (ctx.gpr[18] | 0u);
aot_gpr_31 = (0x08A0B188u);
aot_gpr_5 = (ctx.gpr[19] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0182.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 493u, 0x08A0B188u, 0x08ADCA34u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0182_entry(rt, ctx, 189u, aot_mem);
#else
recomp_unit_0182_entry(rt, ctx, 189u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0182_entry, 182u, 189u, 0x08ADCA34u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B188u) goto L_08A0B188;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B188:
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(80))))));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(48), aot_gpr_4);
aot_gpr_4 = (0u | 0u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(44), aot_gpr_4);
aot_gpr_4 = (2237u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(-29120));
aot_gpr_31 = (0x08A0B1A8u);
aot_gpr_5 = (0u | 48u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0174.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 494u, 0x08A0B1A8u, 0x08ABE57Cu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0174_entry(rt, ctx, 501u, aot_mem);
#else
recomp_unit_0174_entry(rt, ctx, 501u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0174_entry, 174u, 501u, 0x08ABE57Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B1A8u) goto L_08A0B1A8;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B1A8:
aot_gpr_6 = (ctx.gpr[2] | 0u);
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(44)));
{ const bool branch_taken = aot_gpr_6 == 0u;
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(48)));
if (branch_taken) {
goto L_08A0B1E8;
}
goto L_08A0B1B8;
}
L_08A0B1B8:
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(48), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(40), aot_gpr_6);
aot_gpr_31 = (0x08A0B1C8u);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(112)));
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0059.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 496u, 0x08A0B1C8u, 0x088F352Cu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0059_entry(rt, ctx, 659u, aot_mem);
#else
recomp_unit_0059_entry(rt, ctx, 659u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0059_entry, 59u, 659u, 0x088F352Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B1C8u) goto L_08A0B1C8;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B1C8:
aot_gpr_5 = (ctx.gpr[2] << 6u);
aot_gpr_4 = (2246u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(31024));
aot_gpr_5 = (aot_gpr_5 + aot_gpr_4);
aot_gpr_31 = (0x08A0B1E0u);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(40)));
goto L_08A09EE0;
L_08A0B1E0:
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(40)));
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(48)));
goto L_08A0B1E8;
L_08A0B1E8:
aot_gpr_6 = (aot_gpr_5 | 0u);
aot_gpr_5 = (aot_gpr_4 | 0u);
aot_gpr_31 = (0x08A0B1F8u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0165.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 499u, 0x08A0B1F8u, 0x08A9B9F4u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0165_entry(rt, ctx, 456u, aot_mem);
#else
recomp_unit_0165_entry(rt, ctx, 456u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0165_entry, 165u, 456u, 0x08A9B9F4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B1F8u) goto L_08A0B1F8;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B1F8:
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(52)));
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(56)));
ctx.gpr[18] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(60)));
ctx.gpr[19] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(64)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(68)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(80));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0B214:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-336));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(304), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(308), ctx.gpr[17]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(312), ctx.gpr[18]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(316), ctx.gpr[19]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(320), ctx.gpr[20]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(324), ctx.gpr[21]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(328), aot_gpr_31);
ctx.gpr[17] = (aot_gpr_4 | 0u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(336), aot_gpr_6);
aot_gpr_31 = (0x08A0B244u);
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_compact_generated_leaf<&vcs_compact_leaf_08960424, 87u, 0x08960424u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B244u) goto L_08A0B244;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A0B244:
aot_gpr_16 = (ctx.gpr[2] | 0u);
aot_gpr_4 = (ctx.gpr[17] | 0u);
ctx.gpr[17] = (0u | 0u);
aot_gpr_5 = (0u | 22u);
aot_mem.aot_direct_store16(aot_gpr_29 + static_cast<std::uint32_t>(16), static_cast<std::uint16_t>(aot_gpr_5));
aot_gpr_5 = (aot_mem.aot_direct_load8(ctx.gpr[28] + static_cast<std::uint32_t>(9747)));
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(18), static_cast<std::uint8_t>(aot_gpr_5));
ctx.gpr[18] = (aot_gpr_29 + static_cast<std::uint32_t>(16));
aot_gpr_5 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(5)));
ctx.gpr[19] = (2237u << 16u);
ctx.gpr[19] = (ctx.gpr[19] + static_cast<std::uint32_t>(-28736));
aot_gpr_6 = (aot_mem.aot_direct_load32(ctx.gpr[19] + static_cast<std::uint32_t>(100)));
aot_gpr_6 = (aot_mem.aot_direct_load16(aot_gpr_6 + static_cast<std::uint32_t>(52)));
{ const bool branch_taken = aot_gpr_5 != aot_gpr_6;
if (branch_taken) {
goto L_08A0B6B0;
}
goto L_08A0B280;
}
L_08A0B280:
{ const bool branch_taken = aot_gpr_16 == 0u;
if (branch_taken) {
goto L_08A0B680;
}
goto L_08A0B288;
}
L_08A0B288:
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(2228)));
aot_gpr_6 = (0u | 57u);
{ const bool branch_taken = aot_gpr_5 == aot_gpr_6;
aot_gpr_6 = (0u | 58u);
if (branch_taken) {
goto L_08A0B680;
}
goto L_08A0B298;
}
L_08A0B298:
{ const bool branch_taken = aot_gpr_5 == aot_gpr_6;
if (branch_taken) {
goto L_08A0B680;
}
goto L_08A0B2A0;
}
L_08A0B2A0:
ctx.gpr[20] = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(4)));
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(3)));
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(-1));
aot_gpr_5 = (aot_gpr_4 < static_cast<std::uint32_t>(32) ? 1u : 0u);
{ const bool branch_taken = aot_gpr_5 == 0u;
if (branch_taken) {
goto L_08A0B680;
}
goto L_08A0B2B8;
}
L_08A0B2B8:
aot_gpr_4 = (aot_gpr_4 << 2u);
ctx.gpr[1] = (2232u << 16u);
ctx.gpr[1] = (ctx.gpr[1] + aot_gpr_4);
ctx.gpr[1] = (aot_mem.aot_direct_load32(ctx.gpr[1] + static_cast<std::uint32_t>(4000)));
jump_target = ctx.gpr[1];
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0B2D0:
aot_gpr_31 = (0x08A0B2D8u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0080.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 508u, 0x08A0B2D8u, 0x0894763Cu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0080_entry(rt, ctx, 695u, aot_mem);
#else
recomp_unit_0080_entry(rt, ctx, 695u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0080_entry, 80u, 695u, 0x0894763Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B2D8u) goto L_08A0B2D8;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B2D8:
{ const bool branch_taken = ctx.gpr[2] != 0u;
if (branch_taken) {
goto L_08A0B3B0;
}
goto L_08A0B2E0;
}
L_08A0B2E0:
aot_gpr_4 = (ctx.gpr[20] << 3u);
aot_gpr_5 = (0u + aot_gpr_4);
aot_gpr_4 = (aot_gpr_4 << 2u);
aot_gpr_5 = (aot_gpr_5 - aot_gpr_4);
aot_gpr_4 = (aot_gpr_4 << 5u);
aot_gpr_5 = (aot_gpr_5 + aot_gpr_4);
aot_gpr_31 = (0x08A0B300u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0080.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 510u, 0x08A0B300u, 0x089476F8u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0080_entry(rt, ctx, 711u, aot_mem);
#else
recomp_unit_0080_entry(rt, ctx, 711u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0080_entry, 80u, 711u, 0x089476F8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B300u) goto L_08A0B300;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B300:
ctx.gpr[20] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-9752)));
ctx.gpr[17] = (ctx.gpr[28] + static_cast<std::uint32_t>(7696));
aot_gpr_16 = (2237u << 16u);
{ const bool branch_taken = ctx.gpr[20] != 0u;
aot_gpr_16 = (aot_gpr_16 + static_cast<std::uint32_t>(-28320));
if (branch_taken) {
goto L_08A0B33C;
}
goto L_08A0B314;
}
L_08A0B314:
ctx.gpr[20] = (0u | 0u);
aot_gpr_31 = (0x08A0B320u);
aot_gpr_4 = (0u | 2452u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0174.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 512u, 0x08A0B320u, 0x08ABE278u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0174_entry(rt, ctx, 466u, aot_mem);
#else
recomp_unit_0174_entry(rt, ctx, 466u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0174_entry, 174u, 466u, 0x08ABE278u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B320u) goto L_08A0B320;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B320:
ctx.gpr[21] = (ctx.gpr[2] | 0u);
if (ctx.gpr[21] == 0u) {
aot_mem.aot_direct_store32(ctx.gpr[28] + static_cast<std::uint32_t>(-9752), ctx.gpr[20]);
goto L_08A0B33C;
}
goto L_08A0B32C;
L_08A0B32C:
aot_gpr_31 = (0x08A0B334u);
aot_gpr_4 = (ctx.gpr[21] | 0u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_089F620C, 124u, 402u, 0x089F620Cu>(ctx, &aot_mem, ctx.pc, ctx.gpr[2], aot_gpr_4, aot_gpr_5, aot_gpr_6, ctx.gpr[7], aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0124_entry, 124u, 402u, 0x089F620Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B334u) goto L_08A0B334;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A0B334:
ctx.gpr[20] = (ctx.gpr[21] | 0u);
aot_mem.aot_direct_store32(ctx.gpr[28] + static_cast<std::uint32_t>(-9752), ctx.gpr[20]);
goto L_08A0B33C;
L_08A0B33C:
aot_gpr_5 = (ctx.gpr[28] + static_cast<std::uint32_t>(-8648));
aot_gpr_31 = (0x08A0B348u);
aot_gpr_4 = (ctx.gpr[20] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0124.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 516u, 0x08A0B348u, 0x089F6390u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0124_entry(rt, ctx, 420u, aot_mem);
#else
recomp_unit_0124_entry(rt, ctx, 420u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0124_entry, 124u, 420u, 0x089F6390u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B348u) goto L_08A0B348;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B348:
aot_gpr_4 = (ctx.gpr[2] | 0u);
aot_gpr_5 = (0u | 1000u);
aot_gpr_31 = (0x08A0B358u);
aot_gpr_6 = (0u | 1u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0173.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 517u, 0x08A0B358u, 0x08AB9448u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0173_entry(rt, ctx, 246u, aot_mem);
#else
recomp_unit_0173_entry(rt, ctx, 246u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0173_entry, 173u, 246u, 0x08AB9448u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B358u) goto L_08A0B358;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B358:
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(23), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (ctx.gpr[17] | 0u);
aot_gpr_31 = (0x08A0B368u);
aot_gpr_5 = (0u | 220u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_0880A400, 1u, 514u, 0x0880A400u>(ctx, &aot_mem, ctx.pc, ctx.gpr[2], aot_gpr_4, aot_gpr_5, ctx.gpr[28], aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0001_entry, 1u, 514u, 0x0880A400u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B368u) goto L_08A0B368;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A0B368:
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(32), ctx.gpr[2]);
aot_gpr_4 = (0u | 220u);
aot_mem.aot_direct_store_word_right(aot_gpr_29 + static_cast<std::uint32_t>(19), aot_gpr_4);
aot_mem.aot_direct_store_word_left(aot_gpr_29 + static_cast<std::uint32_t>(22), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(24), 0u);
aot_gpr_4 = (0u | 20u);
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(37), static_cast<std::uint8_t>(aot_gpr_4));
ctx.gpr[17] = (0u | 1u);
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_5 = (0u | 220u);
aot_gpr_6 = (0u | 0u);
ctx.gpr[7] = (0u | 0u);
ctx.gpr[8] = (0u | 1u);
ctx.gpr[9] = (ctx.gpr[2] | 0u);
ctx.gpr[10] = (0u | 127u);
ctx.gpr[11] = (0u | 20u);
aot_gpr_31 = (0x08A0B3B0u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0109.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 519u, 0x08A0B3B0u, 0x089B8320u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0109_entry(rt, ctx, 35u, aot_mem);
#else
recomp_unit_0109_entry(rt, ctx, 35u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0109_entry, 109u, 35u, 0x089B8320u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B3B0u) goto L_08A0B3B0;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B3B0:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A0B680;
}
goto L_08A0B3B8;
}
L_08A0B3B8:
aot_gpr_31 = (0x08A0B3C0u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0080.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 521u, 0x08A0B3C0u, 0x0894763Cu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0080_entry(rt, ctx, 695u, aot_mem);
#else
recomp_unit_0080_entry(rt, ctx, 695u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0080_entry, 80u, 695u, 0x0894763Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B3C0u) goto L_08A0B3C0;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B3C0:
{ const bool branch_taken = ctx.gpr[2] != 0u;
if (branch_taken) {
goto L_08A0B498;
}
goto L_08A0B3C8;
}
L_08A0B3C8:
aot_gpr_4 = (ctx.gpr[20] << 3u);
aot_gpr_5 = (0u + aot_gpr_4);
aot_gpr_4 = (aot_gpr_4 << 2u);
aot_gpr_5 = (aot_gpr_5 - aot_gpr_4);
aot_gpr_4 = (aot_gpr_4 << 5u);
aot_gpr_5 = (aot_gpr_5 + aot_gpr_4);
aot_gpr_31 = (0x08A0B3E8u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0080.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 523u, 0x08A0B3E8u, 0x0894774Cu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0080_entry(rt, ctx, 716u, aot_mem);
#else
recomp_unit_0080_entry(rt, ctx, 716u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0080_entry, 80u, 716u, 0x0894774Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B3E8u) goto L_08A0B3E8;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B3E8:
ctx.gpr[20] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-9752)));
ctx.gpr[17] = (ctx.gpr[28] + static_cast<std::uint32_t>(7696));
aot_gpr_16 = (2237u << 16u);
{ const bool branch_taken = ctx.gpr[20] != 0u;
aot_gpr_16 = (aot_gpr_16 + static_cast<std::uint32_t>(-28320));
if (branch_taken) {
goto L_08A0B424;
}
goto L_08A0B3FC;
}
L_08A0B3FC:
ctx.gpr[20] = (0u | 0u);
aot_gpr_31 = (0x08A0B408u);
aot_gpr_4 = (0u | 2452u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0174.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 525u, 0x08A0B408u, 0x08ABE278u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0174_entry(rt, ctx, 466u, aot_mem);
#else
recomp_unit_0174_entry(rt, ctx, 466u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0174_entry, 174u, 466u, 0x08ABE278u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B408u) goto L_08A0B408;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B408:
ctx.gpr[21] = (ctx.gpr[2] | 0u);
if (ctx.gpr[21] == 0u) {
aot_mem.aot_direct_store32(ctx.gpr[28] + static_cast<std::uint32_t>(-9752), ctx.gpr[20]);
goto L_08A0B424;
}
goto L_08A0B414;
L_08A0B414:
aot_gpr_31 = (0x08A0B41Cu);
aot_gpr_4 = (ctx.gpr[21] | 0u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_089F620C, 124u, 402u, 0x089F620Cu>(ctx, &aot_mem, ctx.pc, ctx.gpr[2], aot_gpr_4, aot_gpr_5, aot_gpr_6, ctx.gpr[7], aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0124_entry, 124u, 402u, 0x089F620Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B41Cu) goto L_08A0B41C;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A0B41C:
ctx.gpr[20] = (ctx.gpr[21] | 0u);
aot_mem.aot_direct_store32(ctx.gpr[28] + static_cast<std::uint32_t>(-9752), ctx.gpr[20]);
goto L_08A0B424;
L_08A0B424:
aot_gpr_5 = (ctx.gpr[28] + static_cast<std::uint32_t>(-8640));
aot_gpr_31 = (0x08A0B430u);
aot_gpr_4 = (ctx.gpr[20] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0124.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 529u, 0x08A0B430u, 0x089F6390u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0124_entry(rt, ctx, 420u, aot_mem);
#else
recomp_unit_0124_entry(rt, ctx, 420u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0124_entry, 124u, 420u, 0x089F6390u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B430u) goto L_08A0B430;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B430:
aot_gpr_4 = (ctx.gpr[2] | 0u);
aot_gpr_5 = (0u | 1000u);
aot_gpr_31 = (0x08A0B440u);
aot_gpr_6 = (0u | 1u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0173.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 530u, 0x08A0B440u, 0x08AB9448u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0173_entry(rt, ctx, 246u, aot_mem);
#else
recomp_unit_0173_entry(rt, ctx, 246u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0173_entry, 173u, 246u, 0x08AB9448u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B440u) goto L_08A0B440;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B440:
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(23), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (ctx.gpr[17] | 0u);
aot_gpr_31 = (0x08A0B450u);
aot_gpr_5 = (0u | 220u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_0880A400, 1u, 514u, 0x0880A400u>(ctx, &aot_mem, ctx.pc, ctx.gpr[2], aot_gpr_4, aot_gpr_5, ctx.gpr[28], aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0001_entry, 1u, 514u, 0x0880A400u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B450u) goto L_08A0B450;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A0B450:
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(32), ctx.gpr[2]);
aot_gpr_4 = (0u | 220u);
aot_mem.aot_direct_store_word_right(aot_gpr_29 + static_cast<std::uint32_t>(19), aot_gpr_4);
aot_mem.aot_direct_store_word_left(aot_gpr_29 + static_cast<std::uint32_t>(22), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(24), 0u);
aot_gpr_4 = (0u | 20u);
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(37), static_cast<std::uint8_t>(aot_gpr_4));
ctx.gpr[17] = (0u | 1u);
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_5 = (0u | 220u);
aot_gpr_6 = (0u | 0u);
ctx.gpr[7] = (0u | 0u);
ctx.gpr[8] = (0u | 1u);
ctx.gpr[9] = (ctx.gpr[2] | 0u);
ctx.gpr[10] = (0u | 127u);
ctx.gpr[11] = (0u | 20u);
aot_gpr_31 = (0x08A0B498u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0109.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 532u, 0x08A0B498u, 0x089B8320u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0109_entry(rt, ctx, 35u, aot_mem);
#else
recomp_unit_0109_entry(rt, ctx, 35u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0109_entry, 109u, 35u, 0x089B8320u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B498u) goto L_08A0B498;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B498:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A0B680;
}
goto L_08A0B4A0;
}
L_08A0B4A0:
aot_gpr_31 = (0x08A0B4A8u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0080.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 534u, 0x08A0B4A8u, 0x0894763Cu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0080_entry(rt, ctx, 695u, aot_mem);
#else
recomp_unit_0080_entry(rt, ctx, 695u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0080_entry, 80u, 695u, 0x0894763Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B4A8u) goto L_08A0B4A8;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B4A8:
{ const bool branch_taken = ctx.gpr[2] != 0u;
if (branch_taken) {
goto L_08A0B580;
}
goto L_08A0B4B0;
}
L_08A0B4B0:
aot_gpr_4 = (ctx.gpr[20] << 3u);
aot_gpr_5 = (0u + aot_gpr_4);
aot_gpr_4 = (aot_gpr_4 << 2u);
aot_gpr_5 = (aot_gpr_5 - aot_gpr_4);
aot_gpr_4 = (aot_gpr_4 << 5u);
aot_gpr_5 = (aot_gpr_5 + aot_gpr_4);
aot_gpr_31 = (0x08A0B4D0u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0080.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 536u, 0x08A0B4D0u, 0x089477A8u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0080_entry(rt, ctx, 721u, aot_mem);
#else
recomp_unit_0080_entry(rt, ctx, 721u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0080_entry, 80u, 721u, 0x089477A8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B4D0u) goto L_08A0B4D0;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B4D0:
ctx.gpr[20] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-9752)));
ctx.gpr[17] = (ctx.gpr[28] + static_cast<std::uint32_t>(7696));
aot_gpr_16 = (2237u << 16u);
{ const bool branch_taken = ctx.gpr[20] != 0u;
aot_gpr_16 = (aot_gpr_16 + static_cast<std::uint32_t>(-28320));
if (branch_taken) {
goto L_08A0B50C;
}
goto L_08A0B4E4;
}
L_08A0B4E4:
ctx.gpr[20] = (0u | 0u);
aot_gpr_31 = (0x08A0B4F0u);
aot_gpr_4 = (0u | 2452u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0174.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 538u, 0x08A0B4F0u, 0x08ABE278u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0174_entry(rt, ctx, 466u, aot_mem);
#else
recomp_unit_0174_entry(rt, ctx, 466u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0174_entry, 174u, 466u, 0x08ABE278u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B4F0u) goto L_08A0B4F0;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B4F0:
ctx.gpr[21] = (ctx.gpr[2] | 0u);
if (ctx.gpr[21] == 0u) {
aot_mem.aot_direct_store32(ctx.gpr[28] + static_cast<std::uint32_t>(-9752), ctx.gpr[20]);
goto L_08A0B50C;
}
goto L_08A0B4FC;
L_08A0B4FC:
aot_gpr_31 = (0x08A0B504u);
aot_gpr_4 = (ctx.gpr[21] | 0u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_089F620C, 124u, 402u, 0x089F620Cu>(ctx, &aot_mem, ctx.pc, ctx.gpr[2], aot_gpr_4, aot_gpr_5, aot_gpr_6, ctx.gpr[7], aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0124_entry, 124u, 402u, 0x089F620Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B504u) goto L_08A0B504;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A0B504:
ctx.gpr[20] = (ctx.gpr[21] | 0u);
aot_mem.aot_direct_store32(ctx.gpr[28] + static_cast<std::uint32_t>(-9752), ctx.gpr[20]);
goto L_08A0B50C;
L_08A0B50C:
aot_gpr_5 = (ctx.gpr[28] + static_cast<std::uint32_t>(-8632));
aot_gpr_31 = (0x08A0B518u);
aot_gpr_4 = (ctx.gpr[20] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0124.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 542u, 0x08A0B518u, 0x089F6390u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0124_entry(rt, ctx, 420u, aot_mem);
#else
recomp_unit_0124_entry(rt, ctx, 420u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0124_entry, 124u, 420u, 0x089F6390u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B518u) goto L_08A0B518;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B518:
aot_gpr_4 = (ctx.gpr[2] | 0u);
aot_gpr_5 = (0u | 1000u);
aot_gpr_31 = (0x08A0B528u);
aot_gpr_6 = (0u | 1u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0173.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 543u, 0x08A0B528u, 0x08AB9448u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0173_entry(rt, ctx, 246u, aot_mem);
#else
recomp_unit_0173_entry(rt, ctx, 246u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0173_entry, 173u, 246u, 0x08AB9448u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B528u) goto L_08A0B528;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B528:
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(23), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (ctx.gpr[17] | 0u);
aot_gpr_31 = (0x08A0B538u);
aot_gpr_5 = (0u | 220u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_0880A400, 1u, 514u, 0x0880A400u>(ctx, &aot_mem, ctx.pc, ctx.gpr[2], aot_gpr_4, aot_gpr_5, ctx.gpr[28], aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0001_entry, 1u, 514u, 0x0880A400u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B538u) goto L_08A0B538;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A0B538:
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(32), ctx.gpr[2]);
aot_gpr_4 = (0u | 220u);
aot_mem.aot_direct_store_word_right(aot_gpr_29 + static_cast<std::uint32_t>(19), aot_gpr_4);
aot_mem.aot_direct_store_word_left(aot_gpr_29 + static_cast<std::uint32_t>(22), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(24), 0u);
aot_gpr_4 = (0u | 20u);
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(37), static_cast<std::uint8_t>(aot_gpr_4));
ctx.gpr[17] = (0u | 1u);
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_5 = (0u | 220u);
aot_gpr_6 = (0u | 0u);
ctx.gpr[7] = (0u | 0u);
ctx.gpr[8] = (0u | 1u);
ctx.gpr[9] = (ctx.gpr[2] | 0u);
ctx.gpr[10] = (0u | 127u);
ctx.gpr[11] = (0u | 20u);
aot_gpr_31 = (0x08A0B580u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0109.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 545u, 0x08A0B580u, 0x089B8320u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0109_entry(rt, ctx, 35u, aot_mem);
#else
recomp_unit_0109_entry(rt, ctx, 35u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0109_entry, 109u, 35u, 0x089B8320u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B580u) goto L_08A0B580;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B580:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A0B680;
}
goto L_08A0B588;
}
L_08A0B588:
aot_gpr_31 = (0x08A0B590u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0080.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 547u, 0x08A0B590u, 0x0894763Cu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0080_entry(rt, ctx, 695u, aot_mem);
#else
recomp_unit_0080_entry(rt, ctx, 695u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0080_entry, 80u, 695u, 0x0894763Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B590u) goto L_08A0B590;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B590:
{ const bool branch_taken = ctx.gpr[2] != 0u;
if (branch_taken) {
goto L_08A0B668;
}
goto L_08A0B598;
}
L_08A0B598:
aot_gpr_4 = (ctx.gpr[20] << 3u);
aot_gpr_5 = (0u + aot_gpr_4);
aot_gpr_4 = (aot_gpr_4 << 2u);
aot_gpr_5 = (aot_gpr_5 - aot_gpr_4);
aot_gpr_4 = (aot_gpr_4 << 5u);
aot_gpr_5 = (aot_gpr_5 + aot_gpr_4);
aot_gpr_31 = (0x08A0B5B8u);
aot_gpr_4 = (0u | 32u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0140.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 549u, 0x08A0B5B8u, 0x08A35DFCu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0140_entry(rt, ctx, 464u, aot_mem);
#else
recomp_unit_0140_entry(rt, ctx, 464u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0140_entry, 140u, 464u, 0x08A35DFCu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B5B8u) goto L_08A0B5B8;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B5B8:
ctx.gpr[17] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-9752)));
ctx.gpr[20] = (ctx.gpr[28] + static_cast<std::uint32_t>(7696));
aot_gpr_16 = (2237u << 16u);
{ const bool branch_taken = ctx.gpr[17] != 0u;
aot_gpr_16 = (aot_gpr_16 + static_cast<std::uint32_t>(-28320));
if (branch_taken) {
goto L_08A0B5F4;
}
goto L_08A0B5CC;
}
L_08A0B5CC:
ctx.gpr[17] = (0u | 0u);
aot_gpr_31 = (0x08A0B5D8u);
aot_gpr_4 = (0u | 2452u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0174.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 551u, 0x08A0B5D8u, 0x08ABE278u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0174_entry(rt, ctx, 466u, aot_mem);
#else
recomp_unit_0174_entry(rt, ctx, 466u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0174_entry, 174u, 466u, 0x08ABE278u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B5D8u) goto L_08A0B5D8;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B5D8:
ctx.gpr[21] = (ctx.gpr[2] | 0u);
if (ctx.gpr[21] == 0u) {
aot_mem.aot_direct_store32(ctx.gpr[28] + static_cast<std::uint32_t>(-9752), ctx.gpr[17]);
goto L_08A0B5F4;
}
goto L_08A0B5E4;
L_08A0B5E4:
aot_gpr_31 = (0x08A0B5ECu);
aot_gpr_4 = (ctx.gpr[21] | 0u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_089F620C, 124u, 402u, 0x089F620Cu>(ctx, &aot_mem, ctx.pc, ctx.gpr[2], aot_gpr_4, aot_gpr_5, aot_gpr_6, ctx.gpr[7], aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0124_entry, 124u, 402u, 0x089F620Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B5ECu) goto L_08A0B5EC;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A0B5EC:
ctx.gpr[17] = (ctx.gpr[21] | 0u);
aot_mem.aot_direct_store32(ctx.gpr[28] + static_cast<std::uint32_t>(-9752), ctx.gpr[17]);
goto L_08A0B5F4;
L_08A0B5F4:
aot_gpr_5 = (ctx.gpr[28] + static_cast<std::uint32_t>(-8624));
aot_gpr_31 = (0x08A0B600u);
aot_gpr_4 = (ctx.gpr[17] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0124.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 555u, 0x08A0B600u, 0x089F6390u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0124_entry(rt, ctx, 420u, aot_mem);
#else
recomp_unit_0124_entry(rt, ctx, 420u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0124_entry, 124u, 420u, 0x089F6390u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B600u) goto L_08A0B600;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B600:
aot_gpr_4 = (ctx.gpr[2] | 0u);
aot_gpr_5 = (0u | 1000u);
aot_gpr_31 = (0x08A0B610u);
aot_gpr_6 = (0u | 1u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0173.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 556u, 0x08A0B610u, 0x08AB9448u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0173_entry(rt, ctx, 246u, aot_mem);
#else
recomp_unit_0173_entry(rt, ctx, 246u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0173_entry, 173u, 246u, 0x08AB9448u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B610u) goto L_08A0B610;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B610:
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(23), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (ctx.gpr[20] | 0u);
aot_gpr_31 = (0x08A0B620u);
aot_gpr_5 = (0u | 220u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_0880A400, 1u, 514u, 0x0880A400u>(ctx, &aot_mem, ctx.pc, ctx.gpr[2], aot_gpr_4, aot_gpr_5, ctx.gpr[28], aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0001_entry, 1u, 514u, 0x0880A400u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B620u) goto L_08A0B620;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A0B620:
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(32), ctx.gpr[2]);
aot_gpr_4 = (0u | 220u);
aot_mem.aot_direct_store_word_right(aot_gpr_29 + static_cast<std::uint32_t>(19), aot_gpr_4);
aot_mem.aot_direct_store_word_left(aot_gpr_29 + static_cast<std::uint32_t>(22), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(24), 0u);
aot_gpr_4 = (0u | 20u);
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(37), static_cast<std::uint8_t>(aot_gpr_4));
ctx.gpr[17] = (0u | 1u);
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_5 = (0u | 220u);
aot_gpr_6 = (0u | 0u);
ctx.gpr[7] = (0u | 0u);
ctx.gpr[8] = (0u | 1u);
ctx.gpr[9] = (ctx.gpr[2] | 0u);
ctx.gpr[10] = (0u | 127u);
ctx.gpr[11] = (0u | 20u);
aot_gpr_31 = (0x08A0B668u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0109.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 558u, 0x08A0B668u, 0x089B8320u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0109_entry(rt, ctx, 35u, aot_mem);
#else
recomp_unit_0109_entry(rt, ctx, 35u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0109_entry, 109u, 35u, 0x089B8320u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B668u) goto L_08A0B668;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B668:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A0B680;
}
goto L_08A0B670;
}
L_08A0B670:
aot_gpr_31 = (0x08A0B678u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0080.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 560u, 0x08A0B678u, 0x08947870u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0080_entry(rt, ctx, 733u, aot_mem);
#else
recomp_unit_0080_entry(rt, ctx, 733u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0080_entry, 80u, 733u, 0x08947870u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B678u) goto L_08A0B678;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B678:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A0B680;
}
goto L_08A0B680;
}
L_08A0B680:
{ const bool branch_taken = ctx.gpr[17] == 0u;
if (branch_taken) {
goto L_08A0B740;
}
goto L_08A0B688;
}
L_08A0B688:
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(28), aot_gpr_4);
aot_gpr_4 = (0u | 127u);
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(36), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_4 = (ctx.gpr[19] | 0u);
aot_gpr_5 = (ctx.gpr[18] | 0u);
aot_gpr_31 = (0x08A0B6A8u);
aot_gpr_6 = (0u + static_cast<std::uint32_t>(-1));
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0182.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 563u, 0x08A0B6A8u, 0x08ADC9FCu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0182_entry(rt, ctx, 186u, aot_mem);
#else
recomp_unit_0182_entry(rt, ctx, 186u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0182_entry, 182u, 186u, 0x08ADC9FCu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B6A8u) goto L_08A0B6A8;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B6A8:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A0B740;
}
goto L_08A0B6B0;
}
L_08A0B6B0:
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(3)));
aot_gpr_6 = (0u | 32u);
{ const bool branch_taken = aot_gpr_4 == aot_gpr_6;
if (branch_taken) {
goto L_08A0B740;
}
goto L_08A0B6C0;
}
L_08A0B6C0:
aot_gpr_16 = (aot_gpr_29 + static_cast<std::uint32_t>(48));
aot_gpr_4 = (2232u << 16u);
ctx.gpr[17] = (aot_gpr_4 + static_cast<std::uint32_t>(3936));
aot_gpr_31 = (0x08A0B6D4u);
aot_gpr_4 = (ctx.gpr[19] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0182.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 566u, 0x08A0B6D4u, 0x08ADC204u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0182_entry(rt, ctx, 32u, aot_mem);
#else
recomp_unit_0182_entry(rt, ctx, 32u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0182_entry, 182u, 32u, 0x08ADC204u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B6D4u) goto L_08A0B6D4;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B6D4:
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_5 = (ctx.gpr[17] | 0u);
aot_gpr_31 = (0x08A0B6E4u);
aot_gpr_6 = (ctx.gpr[2] | 0u);
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_direct<&recomp_unit_0212_entry, 212u, 576u, 0x08B562D8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B6E4u) goto L_08A0B6E4;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A0B6E4:
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5892)));
if (aot_gpr_4 != 0u) {
ctx.gpr[17] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5892)));
goto L_08A0B6FC;
}
goto L_08A0B6F0;
L_08A0B6F0:
aot_gpr_31 = (0x08A0B6F8u);
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_direct<&recomp_unit_0216_entry, 216u, 755u, 0x08B67230u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B6F8u) goto L_08A0B6F8;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A0B6F8:
ctx.gpr[17] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5892)));
goto L_08A0B6FC;
L_08A0B6FC:
ctx.gpr[18] = (aot_gpr_29 + static_cast<std::uint32_t>(40));
aot_gpr_31 = (0x08A0B708u);
aot_gpr_4 = (aot_gpr_16 | 0u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_08B58974, 213u, 150u, 0x08B58974u>(ctx, &aot_mem, ctx.pc, ctx.gpr[2], aot_gpr_4, aot_gpr_5, aot_gpr_6, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0213_entry, 213u, 150u, 0x08B58974u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B708u) goto L_08A0B708;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A0B708:
aot_gpr_4 = (ctx.gpr[18] | 0u);
aot_gpr_5 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x08A0B718u);
aot_gpr_6 = (ctx.gpr[2] | 0u);
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_direct<&recomp_unit_0216_entry, 216u, 283u, 0x08B653C0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B718u) goto L_08A0B718;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A0B718:
aot_gpr_4 = (ctx.gpr[17] | 0u);
aot_gpr_31 = (0x08A0B724u);
aot_gpr_5 = (ctx.gpr[18] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0032.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 573u, 0x08A0B724u, 0x088851D0u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0032_entry(rt, ctx, 260u, aot_mem);
#else
recomp_unit_0032_entry(rt, ctx, 260u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0032_entry, 32u, 260u, 0x088851D0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B724u) goto L_08A0B724;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0B724:
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(44)));
aot_gpr_4 = (ctx.gpr[28] + static_cast<std::uint32_t>(5824));
{ const bool branch_taken = aot_gpr_16 == aot_gpr_4;
aot_gpr_4 = (2236u << 16u);
if (branch_taken) {
goto L_08A0B740;
}
goto L_08A0B734;
}
L_08A0B734:
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(25856));
aot_gpr_31 = (0x08A0B740u);
aot_gpr_5 = (aot_gpr_16 | 0u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_08ABE8F4, 174u, 556u, 0x08ABE8F4u>(ctx, &aot_mem, ctx.pc, aot_gpr_4, aot_gpr_5, aot_gpr_6, ctx.gpr[7], ctx.gpr[8], aot_gpr_16, ctx.gpr[17], ctx.gpr[18], ctx.gpr[19], ctx.gpr[20], aot_gpr_29, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0174_entry, 174u, 556u, 0x08ABE8F4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B740u) goto L_08A0B740;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A0B740:
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(304)));
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(308)));
ctx.gpr[18] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(312)));
ctx.gpr[19] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(316)));
ctx.gpr[20] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(320)));
ctx.gpr[21] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(324)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(328)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(336));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0B764:
aot_gpr_4 = (0u | 23u);
aot_mem.aot_direct_store8(ctx.gpr[28] + static_cast<std::uint32_t>(9744), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_4 = (ctx.gpr[28] + static_cast<std::uint32_t>(-8616));
aot_gpr_5 = (aot_mem.aot_direct_load8(ctx.gpr[28] + static_cast<std::uint32_t>(9744)));
aot_gpr_5 = (aot_gpr_5 << 2u);
aot_gpr_6 = (2237u << 16u);
aot_gpr_6 = (aot_gpr_6 + static_cast<std::uint32_t>(-30144));
aot_gpr_5 = (aot_gpr_5 + aot_gpr_6);
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_4 = (0u | 24u);
aot_mem.aot_direct_store8(ctx.gpr[28] + static_cast<std::uint32_t>(9745), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_4 = (ctx.gpr[28] + static_cast<std::uint32_t>(-8600));
aot_gpr_5 = (aot_mem.aot_direct_load8(ctx.gpr[28] + static_cast<std::uint32_t>(9745)));
aot_gpr_5 = (aot_gpr_5 << 2u);
aot_gpr_5 = (aot_gpr_5 + aot_gpr_6);
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_4 = (0u | 25u);
aot_mem.aot_direct_store8(ctx.gpr[28] + static_cast<std::uint32_t>(9746), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_4 = (2232u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(3976));
aot_gpr_5 = (aot_mem.aot_direct_load8(ctx.gpr[28] + static_cast<std::uint32_t>(9746)));
aot_gpr_5 = (aot_gpr_5 << 2u);
aot_gpr_5 = (aot_gpr_5 + aot_gpr_6);
jump_target = aot_gpr_31;
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), aot_gpr_4);
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0B7C8:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_31);
aot_gpr_31 = (0x08A0B7DCu);
aot_gpr_16 = (aot_gpr_4 | 0u);
goto L_08A0B944;
L_08A0B7DC:
ctx.gpr[2] = (aot_gpr_16 | 0u);
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0B7F0:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-128));
ctx.gpr[8] = (aot_gpr_4 + static_cast<std::uint32_t>(1872));
{ const std::uint32_t vfpu_address = ctx.gpr[8] + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<0u, 4u>(vfpu_value); }
{ const std::uint32_t vfpu_address = aot_gpr_6 + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<1u, 4u>(vfpu_value); }
ctx.execute_vfpu_vec3_ct<0u, 0u, 1u, 3u, 0u>();
aot_gpr_6 = (aot_gpr_29 + static_cast<std::uint32_t>(32));
{ float vfpu_value[4]{}; ctx.read_vfpu_vector_ct<0u, 4u>(vfpu_value);
const std::uint32_t vfpu_address = aot_gpr_6 + static_cast<std::uint32_t>(0);
const std::uint32_t vfpu_words[4]{std::bit_cast<std::uint32_t>(vfpu_value[0]), std::bit_cast<std::uint32_t>(vfpu_value[1]), std::bit_cast<std::uint32_t>(vfpu_value[2]), std::bit_cast<std::uint32_t>(vfpu_value[3])};
aot_mem.aot_direct_store32_block(vfpu_address, vfpu_words); }
ctx.gpr[9] = (16128u << 16u);
aot_fpr_12 = std::bit_cast<float>(ctx.gpr[9]);
ctx.gpr[9] = (std::bit_cast<std::uint32_t>(aot_fpr_12));
ctx.set_vfpu_scalar_bits_ct<28u>(ctx.gpr[9]);
{ const std::uint32_t vfpu_address = aot_gpr_6 + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<0u, 4u>(vfpu_value); }
ctx.execute_vfpu_vscl_ct<0u, 0u, 28u, 3u>();
aot_gpr_6 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
{ float vfpu_value[4]{}; ctx.read_vfpu_vector_ct<0u, 4u>(vfpu_value);
const std::uint32_t vfpu_address = aot_gpr_6 + static_cast<std::uint32_t>(0);
const std::uint32_t vfpu_words[4]{std::bit_cast<std::uint32_t>(vfpu_value[0]), std::bit_cast<std::uint32_t>(vfpu_value[1]), std::bit_cast<std::uint32_t>(vfpu_value[2]), std::bit_cast<std::uint32_t>(vfpu_value[3])};
aot_mem.aot_direct_store32_block(vfpu_address, vfpu_words); }
{ const std::uint32_t vfpu_address = aot_gpr_6 + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<0u, 4u>(vfpu_value); }
{ float vfpu_value[4]{}; ctx.read_vfpu_vector_ct<0u, 4u>(vfpu_value);
const std::uint32_t vfpu_address = ctx.gpr[8] + static_cast<std::uint32_t>(0);
const std::uint32_t vfpu_words[4]{std::bit_cast<std::uint32_t>(vfpu_value[0]), std::bit_cast<std::uint32_t>(vfpu_value[1]), std::bit_cast<std::uint32_t>(vfpu_value[2]), std::bit_cast<std::uint32_t>(vfpu_value[3])};
aot_mem.aot_direct_store32_block(vfpu_address, vfpu_words); }
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(0)));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(48), std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(4)));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(52), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_fpr_14 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(8)));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(56), std::bit_cast<std::uint32_t>(aot_fpr_14));
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(1792)));
aot_gpr_5 = (aot_gpr_5 << 3u);
aot_gpr_6 = (aot_gpr_5 + aot_gpr_5);
aot_gpr_5 = (aot_gpr_5 + aot_gpr_6);
aot_gpr_5 = (aot_gpr_4 + aot_gpr_5);
aot_gpr_6 = (std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(96), aot_gpr_6);
aot_gpr_6 = (std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(100), aot_gpr_6);
aot_gpr_6 = (std::bit_cast<std::uint32_t>(aot_fpr_14));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(104), aot_gpr_6);
aot_fpr_15 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(96)));
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(12), std::bit_cast<std::uint32_t>(aot_fpr_15));
aot_fpr_15 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(100)));
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(16), std::bit_cast<std::uint32_t>(aot_fpr_15));
aot_fpr_15 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(104)));
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(20), std::bit_cast<std::uint32_t>(aot_fpr_15));
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(1792)));
aot_gpr_5 = (aot_gpr_5 << 3u);
aot_gpr_6 = (aot_gpr_5 + aot_gpr_5);
aot_gpr_5 = (aot_gpr_5 + aot_gpr_6);
aot_gpr_5 = (aot_gpr_4 + aot_gpr_5);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(24));
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(48)));
aot_gpr_6 = (std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(52)));
ctx.gpr[9] = (std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_fpr_14 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(56)));
ctx.gpr[10] = (std::bit_cast<std::uint32_t>(aot_fpr_14));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(108), aot_gpr_6);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(112), ctx.gpr[9]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(116), ctx.gpr[10]);
aot_fpr_15 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(108)));
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(12), std::bit_cast<std::uint32_t>(aot_fpr_15));
aot_fpr_15 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(112)));
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(16), std::bit_cast<std::uint32_t>(aot_fpr_15));
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(116)));
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(20), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(1792)));
aot_gpr_5 = (aot_gpr_5 << 5u);
aot_gpr_5 = (aot_gpr_4 + aot_gpr_5);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(768));
{ const std::uint32_t vfpu_address = ctx.gpr[7] + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<0u, 4u>(vfpu_value); }
{ float vfpu_value[4]{}; ctx.read_vfpu_vector_ct<0u, 4u>(vfpu_value);
const std::uint32_t vfpu_address = aot_gpr_5 + static_cast<std::uint32_t>(0);
const std::uint32_t vfpu_words[4]{std::bit_cast<std::uint32_t>(vfpu_value[0]), std::bit_cast<std::uint32_t>(vfpu_value[1]), std::bit_cast<std::uint32_t>(vfpu_value[2]), std::bit_cast<std::uint32_t>(vfpu_value[3])};
aot_mem.aot_direct_store32_block(vfpu_address, vfpu_words); }
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(1792)));
aot_gpr_5 = (aot_gpr_5 << 5u);
aot_gpr_5 = (aot_gpr_4 + aot_gpr_5);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(800));
{ const std::uint32_t vfpu_address = ctx.gpr[8] + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<0u, 4u>(vfpu_value); }
{ float vfpu_value[4]{}; ctx.read_vfpu_vector_ct<0u, 4u>(vfpu_value);
const std::uint32_t vfpu_address = aot_gpr_5 + static_cast<std::uint32_t>(0);
const std::uint32_t vfpu_words[4]{std::bit_cast<std::uint32_t>(vfpu_value[0]), std::bit_cast<std::uint32_t>(vfpu_value[1]), std::bit_cast<std::uint32_t>(vfpu_value[2]), std::bit_cast<std::uint32_t>(vfpu_value[3])};
aot_mem.aot_direct_store32_block(vfpu_address, vfpu_words); }
aot_gpr_5 = (0u | 1u);
aot_gpr_6 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(1792)));
aot_gpr_6 = (aot_gpr_6 << 5u);
aot_gpr_4 = (aot_gpr_4 + aot_gpr_6);
aot_mem.aot_direct_store8(aot_gpr_4 + static_cast<std::uint32_t>(785), static_cast<std::uint8_t>(aot_gpr_5));
aot_mem.aot_direct_store8(aot_gpr_4 + static_cast<std::uint32_t>(817), static_cast<std::uint8_t>(aot_gpr_5));
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8568)));
aot_mem.aot_direct_store8(aot_gpr_4 + static_cast<std::uint32_t>(784), static_cast<std::uint8_t>(aot_gpr_5));
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8572)));
aot_mem.aot_direct_store8(aot_gpr_4 + static_cast<std::uint32_t>(816), static_cast<std::uint8_t>(aot_gpr_5));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(128));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0B944:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-32));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(24), aot_gpr_16);
aot_gpr_16 = (aot_gpr_4 | 0u);
aot_gpr_4 = (16256u << 16u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(16), std::bit_cast<std::uint32_t>(ctx.fpr[20]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(20), std::bit_cast<std::uint32_t>(ctx.fpr[22]));
ctx.fpr[20] = std::bit_cast<float>(0u);
ctx.fpr[22] = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(28), aot_gpr_31);
aot_gpr_4 = (aot_gpr_16 + static_cast<std::uint32_t>(768));
aot_gpr_5 = (0u | 0u);
aot_gpr_31 = (0x08A0B978u);
aot_gpr_6 = (0u | 1024u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_08B5814C, 213u, 28u, 0x08B5814Cu>(ctx, &aot_mem, ctx.pc, ctx.gpr[2], aot_gpr_4, aot_gpr_5, aot_gpr_6, ctx.gpr[7], ctx.gpr[8], ctx.gpr[9], aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0213_entry, 213u, 28u, 0x08B5814Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B978u) goto L_08A0B978;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A0B978:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(1792), 0u);
aot_gpr_5 = (0u | 0u);
aot_gpr_4 = (aot_gpr_16 | 0u);
goto L_08A0B984;
L_08A0B984:
aot_mem.aot_direct_store16(aot_gpr_4 + static_cast<std::uint32_t>(1796), static_cast<std::uint16_t>(aot_gpr_5));
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(1));
aot_gpr_6 = (static_cast<std::int32_t>(aot_gpr_5) < 32 ? 1u : 0u);
{ const bool branch_taken = aot_gpr_6 != 0u;
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(2));
if (branch_taken) {
goto L_08A0B984;
}
goto L_08A0B998;
}
L_08A0B998:
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_5 = (0u | 0u);
aot_gpr_31 = (0x08A0B9A8u);
aot_gpr_6 = (0u | 768u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_08B5814C, 213u, 28u, 0x08B5814Cu>(ctx, &aot_mem, ctx.pc, ctx.gpr[2], aot_gpr_4, aot_gpr_5, aot_gpr_6, ctx.gpr[7], ctx.gpr[8], ctx.gpr[9], aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0213_entry, 213u, 28u, 0x08B5814Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0B9A8u) goto L_08A0B9A8;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A0B9A8:
ctx.gpr[7] = (0u | 1u);
aot_gpr_5 = (0u | 24u);
aot_gpr_6 = (ctx.gpr[7] | 0u);
aot_gpr_5 = (aot_gpr_16 + aot_gpr_5);
goto L_08A0B9B8;
L_08A0B9B8:
aot_gpr_4 = (0u | 255u);
aot_mem.aot_direct_store8(aot_gpr_5 + static_cast<std::uint32_t>(8), static_cast<std::uint8_t>(aot_gpr_4));
aot_mem.aot_direct_store8(aot_gpr_5 + static_cast<std::uint32_t>(9), static_cast<std::uint8_t>(aot_gpr_4));
aot_mem.aot_direct_store8(aot_gpr_5 + static_cast<std::uint32_t>(10), static_cast<std::uint8_t>(aot_gpr_4));
aot_mem.aot_direct_store8(aot_gpr_5 + static_cast<std::uint32_t>(11), static_cast<std::uint8_t>(aot_gpr_4));
{ const bool branch_taken = ctx.gpr[7] == 0u;
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(4), std::bit_cast<std::uint32_t>(ctx.fpr[22]));
if (branch_taken) {
goto L_08A0B9DC;
}
goto L_08A0B9D4;
}
L_08A0B9D4:
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), std::bit_cast<std::uint32_t>(ctx.fpr[22]));
if (branch_taken) {
goto L_08A0B9E0;
}
goto L_08A0B9DC;
}
L_08A0B9DC:
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), std::bit_cast<std::uint32_t>(ctx.fpr[20]));
goto L_08A0B9E0;
L_08A0B9E0:
aot_gpr_4 = (ctx.gpr[7] ^ 1u);
aot_gpr_4 = (aot_gpr_4 & 255u);
aot_gpr_6 = (aot_gpr_6 + static_cast<std::uint32_t>(2));
ctx.gpr[7] = (aot_gpr_4 | 0u);
ctx.gpr[8] = (static_cast<std::int32_t>(aot_gpr_6) < 32 ? 1u : 0u);
{ const bool branch_taken = ctx.gpr[8] != 0u;
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(48));
if (branch_taken) {
goto L_08A0B9B8;
}
goto L_08A0B9FC;
}
L_08A0B9FC:
aot_gpr_5 = (0u | 0u);
aot_gpr_6 = (0u | 0u);
aot_gpr_5 = (aot_gpr_16 + aot_gpr_5);
goto L_08A0BA08;
L_08A0BA08:
ctx.gpr[7] = (0u | 255u);
aot_mem.aot_direct_store8(aot_gpr_5 + static_cast<std::uint32_t>(8), static_cast<std::uint8_t>(ctx.gpr[7]));
aot_mem.aot_direct_store8(aot_gpr_5 + static_cast<std::uint32_t>(9), static_cast<std::uint8_t>(ctx.gpr[7]));
aot_mem.aot_direct_store8(aot_gpr_5 + static_cast<std::uint32_t>(10), static_cast<std::uint8_t>(ctx.gpr[7]));
aot_mem.aot_direct_store8(aot_gpr_5 + static_cast<std::uint32_t>(11), static_cast<std::uint8_t>(ctx.gpr[7]));
{ const bool branch_taken = aot_gpr_4 == 0u;
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(4), std::bit_cast<std::uint32_t>(ctx.fpr[20]));
if (branch_taken) {
goto L_08A0BA2C;
}
goto L_08A0BA24;
}
L_08A0BA24:
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), std::bit_cast<std::uint32_t>(ctx.fpr[22]));
if (branch_taken) {
goto L_08A0BA30;
}
goto L_08A0BA2C;
}
L_08A0BA2C:
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), std::bit_cast<std::uint32_t>(ctx.fpr[20]));
goto L_08A0BA30;
L_08A0BA30:
aot_gpr_4 = (aot_gpr_4 ^ 1u);
aot_gpr_6 = (aot_gpr_6 + static_cast<std::uint32_t>(2));
aot_gpr_4 = (aot_gpr_4 & 255u);
ctx.gpr[7] = (static_cast<std::int32_t>(aot_gpr_6) < 32 ? 1u : 0u);
{ const bool branch_taken = ctx.gpr[7] != 0u;
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(48));
if (branch_taken) {
goto L_08A0BA08;
}
goto L_08A0BA48;
}
L_08A0BA48:
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), std::bit_cast<std::uint32_t>(ctx.fpr[20]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), std::bit_cast<std::uint32_t>(ctx.fpr[20]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), std::bit_cast<std::uint32_t>(ctx.fpr[20]));
{ const std::uint32_t vfpu_address = aot_gpr_29 + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<0u, 4u>(vfpu_value); }
aot_gpr_4 = (aot_gpr_16 + static_cast<std::uint32_t>(1872));
{ float vfpu_value[4]{}; ctx.read_vfpu_vector_ct<0u, 4u>(vfpu_value);
const std::uint32_t vfpu_address = aot_gpr_4 + static_cast<std::uint32_t>(0);
const std::uint32_t vfpu_words[4]{std::bit_cast<std::uint32_t>(vfpu_value[0]), std::bit_cast<std::uint32_t>(vfpu_value[1]), std::bit_cast<std::uint32_t>(vfpu_value[2]), std::bit_cast<std::uint32_t>(vfpu_value[3])};
aot_mem.aot_direct_store32_block(vfpu_address, vfpu_words); }
ctx.fpr[20] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(16)));
ctx.fpr[22] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(20)));
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(24)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(28)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(32));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0BA78:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-208));
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(1792)));
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(-2));
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_5) >= 0;
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(1792), aot_gpr_5);
if (branch_taken) {
goto L_08A0BA94;
}
goto L_08A0BA8C;
}
L_08A0BA8C:
aot_gpr_5 = (0u | 30u);
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(1792), aot_gpr_5);
goto L_08A0BA94;
L_08A0BA94:
aot_gpr_6 = (aot_gpr_4 | 0u);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_6 + static_cast<std::uint32_t>(1792)));
aot_gpr_4 = (aot_gpr_4 << 5u);
aot_gpr_4 = (aot_gpr_6 + aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_4 + static_cast<std::uint32_t>(785), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store8(aot_gpr_4 + static_cast<std::uint32_t>(817), static_cast<std::uint8_t>(0u));
ctx.fpr[23] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(64)));
ctx.fpr[21] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(68)));
ctx.fpr[11] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(72)));
ctx.fpr[10] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(24)));
ctx.fpr[9] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(28)));
ctx.fpr[8] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(32)));
ctx.fpr[7] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(124)));
ctx.fpr[6] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(128)));
ctx.fpr[5] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(132)));
ctx.fpr[4] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(76)));
aot_gpr_5 = (15363u << 16u);
ctx.fpr[3] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(80)));
aot_gpr_5 = (aot_gpr_5 | 4719u);
ctx.fpr[1] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(84)));
aot_fpr_12 = std::bit_cast<float>(aot_gpr_5);
ctx.fpr[2] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(36)));
ctx.fpr[0] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(40)));
aot_gpr_5 = (16128u << 16u);
aot_fpr_14 = std::bit_cast<float>(aot_gpr_5);
ctx.fpr[19] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(44)));
ctx.gpr[7] = (aot_gpr_6 + static_cast<std::uint32_t>(32));
aot_gpr_5 = (0u | 24u);
ctx.gpr[10] = (aot_gpr_6 + static_cast<std::uint32_t>(24));
ctx.fpr[18] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(176)));
ctx.gpr[8] = (ctx.gpr[7] + static_cast<std::uint32_t>(768));
aot_gpr_6 = (aot_gpr_6 + aot_gpr_5);
ctx.fpr[17] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(180)));
ctx.gpr[9] = (0u | 1u);
aot_gpr_4 = (aot_gpr_29 + static_cast<std::uint32_t>(48));
ctx.gpr[7] = (ctx.gpr[7] + static_cast<std::uint32_t>(736));
aot_gpr_5 = (ctx.gpr[10] + static_cast<std::uint32_t>(-24));
ctx.fpr[16] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(184)));
goto L_08A0BB2C;
L_08A0BB2C:
ctx.gpr[12] = (ctx.gpr[8] | 0u);
ctx.gpr[10] = (aot_mem.aot_direct_load8(ctx.gpr[12] + static_cast<std::uint32_t>(17)));
ctx.gpr[3] = (ctx.gpr[7] | 0u);
ctx.gpr[2] = (aot_gpr_6 | 0u);
{ const bool branch_taken = ctx.gpr[10] == 0u;
ctx.gpr[11] = (aot_gpr_5 | 0u);
if (branch_taken) {
goto L_08A0BD40;
}
goto L_08A0BB44;
}
L_08A0BB44:
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7676)));
ctx.gpr[10] = (std::bit_cast<std::uint32_t>(aot_fpr_13));
ctx.set_vfpu_scalar_bits_ct<28u>(ctx.gpr[10]);
{ const std::uint32_t vfpu_address = ctx.gpr[12] + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<0u, 4u>(vfpu_value); }
ctx.execute_vfpu_vscl_ct<0u, 0u, 28u, 3u>();
{ float vfpu_value[4]{}; ctx.read_vfpu_vector_ct<0u, 4u>(vfpu_value);
const std::uint32_t vfpu_address = aot_gpr_4 + static_cast<std::uint32_t>(0);
const std::uint32_t vfpu_words[4]{std::bit_cast<std::uint32_t>(vfpu_value[0]), std::bit_cast<std::uint32_t>(vfpu_value[1]), std::bit_cast<std::uint32_t>(vfpu_value[2]), std::bit_cast<std::uint32_t>(vfpu_value[3])};
aot_mem.aot_direct_store32_block(vfpu_address, vfpu_words); }
ctx.gpr[10] = (ctx.gpr[2] + static_cast<std::uint32_t>(12));
aot_fpr_15 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[10] + static_cast<std::uint32_t>(0)));
ctx.gpr[13] = (std::bit_cast<std::uint32_t>(aot_fpr_15));
ctx.fpr[23] = std::bit_cast<float>(ctx.gpr[13]);
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[10] + static_cast<std::uint32_t>(4)));
ctx.gpr[13] = (std::bit_cast<std::uint32_t>(aot_fpr_13));
ctx.fpr[21] = std::bit_cast<float>(ctx.gpr[13]);
ctx.fpr[16] = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[10] + static_cast<std::uint32_t>(8)));
ctx.gpr[10] = (std::bit_cast<std::uint32_t>(ctx.fpr[16]));
ctx.fpr[11] = std::bit_cast<float>(ctx.gpr[10]);
ctx.gpr[10] = (std::bit_cast<std::uint32_t>(ctx.fpr[23]));
ctx.gpr[13] = (std::bit_cast<std::uint32_t>(ctx.fpr[21]));
ctx.gpr[14] = (std::bit_cast<std::uint32_t>(ctx.fpr[11]));
ctx.fpr[10] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(48)));
aot_fpr_13 = std::bit_cast<float>(ctx.gpr[10]);
ctx.fpr[10] = aot_fpr_13 + ctx.fpr[10];
ctx.fpr[9] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(52)));
aot_fpr_15 = std::bit_cast<float>(ctx.gpr[13]);
ctx.fpr[9] = aot_fpr_15 + ctx.fpr[9];
ctx.fpr[8] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(56)));
ctx.fpr[16] = std::bit_cast<float>(ctx.gpr[14]);
ctx.fpr[8] = ctx.fpr[16] + ctx.fpr[8];
ctx.gpr[10] = (std::bit_cast<std::uint32_t>(ctx.fpr[10]));
ctx.fpr[7] = std::bit_cast<float>(ctx.gpr[10]);
ctx.gpr[10] = (std::bit_cast<std::uint32_t>(ctx.fpr[9]));
ctx.fpr[6] = std::bit_cast<float>(ctx.gpr[10]);
ctx.gpr[10] = (std::bit_cast<std::uint32_t>(ctx.fpr[8]));
ctx.fpr[5] = std::bit_cast<float>(ctx.gpr[10]);
aot_mem.aot_direct_store32(ctx.gpr[2] + static_cast<std::uint32_t>(12), std::bit_cast<std::uint32_t>(ctx.fpr[7]));
aot_mem.aot_direct_store32(ctx.gpr[2] + static_cast<std::uint32_t>(16), std::bit_cast<std::uint32_t>(ctx.fpr[6]));
aot_mem.aot_direct_store32(ctx.gpr[2] + static_cast<std::uint32_t>(20), std::bit_cast<std::uint32_t>(ctx.fpr[5]));
ctx.gpr[10] = (ctx.gpr[11] + static_cast<std::uint32_t>(12));
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[10] + static_cast<std::uint32_t>(0)));
ctx.gpr[13] = (std::bit_cast<std::uint32_t>(aot_fpr_13));
ctx.fpr[4] = std::bit_cast<float>(ctx.gpr[13]);
aot_fpr_15 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[10] + static_cast<std::uint32_t>(4)));
ctx.gpr[13] = (std::bit_cast<std::uint32_t>(aot_fpr_15));
ctx.fpr[3] = std::bit_cast<float>(ctx.gpr[13]);
ctx.fpr[16] = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[10] + static_cast<std::uint32_t>(8)));
ctx.gpr[10] = (std::bit_cast<std::uint32_t>(ctx.fpr[16]));
ctx.fpr[1] = std::bit_cast<float>(ctx.gpr[10]);
ctx.gpr[10] = (std::bit_cast<std::uint32_t>(ctx.fpr[4]));
ctx.gpr[13] = (std::bit_cast<std::uint32_t>(ctx.fpr[3]));
ctx.gpr[14] = (std::bit_cast<std::uint32_t>(ctx.fpr[1]));
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7676)));
ctx.gpr[15] = (std::bit_cast<std::uint32_t>(aot_fpr_13));
ctx.set_vfpu_scalar_bits_ct<28u>(ctx.gpr[15]);
{ const std::uint32_t vfpu_address = ctx.gpr[3] + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<0u, 4u>(vfpu_value); }
ctx.execute_vfpu_vscl_ct<0u, 0u, 28u, 3u>();
{ float vfpu_value[4]{}; ctx.read_vfpu_vector_ct<0u, 4u>(vfpu_value);
const std::uint32_t vfpu_address = aot_gpr_29 + static_cast<std::uint32_t>(0);
const std::uint32_t vfpu_words[4]{std::bit_cast<std::uint32_t>(vfpu_value[0]), std::bit_cast<std::uint32_t>(vfpu_value[1]), std::bit_cast<std::uint32_t>(vfpu_value[2]), std::bit_cast<std::uint32_t>(vfpu_value[3])};
aot_mem.aot_direct_store32_block(vfpu_address, vfpu_words); }
{ const std::uint32_t vfpu_address = aot_gpr_29 + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<0u, 4u>(vfpu_value); }
{ float vfpu_value[4]{}; ctx.read_vfpu_vector_ct<0u, 4u>(vfpu_value);
const std::uint32_t vfpu_address = aot_gpr_4 + static_cast<std::uint32_t>(0);
const std::uint32_t vfpu_words[4]{std::bit_cast<std::uint32_t>(vfpu_value[0]), std::bit_cast<std::uint32_t>(vfpu_value[1]), std::bit_cast<std::uint32_t>(vfpu_value[2]), std::bit_cast<std::uint32_t>(vfpu_value[3])};
aot_mem.aot_direct_store32_block(vfpu_address, vfpu_words); }
ctx.fpr[2] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(48)));
aot_fpr_15 = std::bit_cast<float>(ctx.gpr[10]);
ctx.fpr[2] = aot_fpr_15 + ctx.fpr[2];
ctx.fpr[0] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(52)));
aot_fpr_13 = std::bit_cast<float>(ctx.gpr[13]);
ctx.fpr[0] = aot_fpr_13 + ctx.fpr[0];
ctx.fpr[19] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(56)));
ctx.fpr[16] = std::bit_cast<float>(ctx.gpr[14]);
ctx.fpr[19] = ctx.fpr[16] + ctx.fpr[19];
ctx.gpr[10] = (std::bit_cast<std::uint32_t>(ctx.fpr[2]));
ctx.fpr[18] = std::bit_cast<float>(ctx.gpr[10]);
ctx.gpr[10] = (std::bit_cast<std::uint32_t>(ctx.fpr[0]));
ctx.fpr[17] = std::bit_cast<float>(ctx.gpr[10]);
ctx.gpr[10] = (std::bit_cast<std::uint32_t>(ctx.fpr[19]));
ctx.fpr[16] = std::bit_cast<float>(ctx.gpr[10]);
aot_mem.aot_direct_store32(ctx.gpr[11] + static_cast<std::uint32_t>(12), std::bit_cast<std::uint32_t>(ctx.fpr[18]));
aot_mem.aot_direct_store32(ctx.gpr[11] + static_cast<std::uint32_t>(16), std::bit_cast<std::uint32_t>(ctx.fpr[17]));
aot_mem.aot_direct_store32(ctx.gpr[11] + static_cast<std::uint32_t>(20), std::bit_cast<std::uint32_t>(ctx.fpr[16]));
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((ctx.fpr[19] <= ctx.fpr[8])) ? 0x00800000u : 0u);
{ const bool branch_taken = ((ctx.fcr31 & 0x00800000u) != 0u);
if (branch_taken) {
goto L_08A0BC8C;
}
goto L_08A0BC84;
}
L_08A0BC84:
aot_mem.aot_direct_store8(ctx.gpr[12] + static_cast<std::uint32_t>(17), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store8(ctx.gpr[3] + static_cast<std::uint32_t>(17), static_cast<std::uint8_t>(0u));
goto L_08A0BC8C;
L_08A0BC8C:
ctx.gpr[10] = (aot_mem.aot_direct_load8(ctx.gpr[12] + static_cast<std::uint32_t>(16)));
ctx.gpr[13] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8572)));
ctx.gpr[13] = (ctx.gpr[13] >> 4u);
ctx.gpr[10] = (ctx.gpr[10] - ctx.gpr[13]);
if (static_cast<std::int32_t>(ctx.gpr[10]) >= 0) {
aot_mem.aot_direct_store8(ctx.gpr[12] + static_cast<std::uint32_t>(16), static_cast<std::uint8_t>(ctx.gpr[10]));
goto L_08A0BCAC;
}
goto L_08A0BCA4;
L_08A0BCA4:
ctx.gpr[10] = (0u | 0u);
aot_mem.aot_direct_store8(ctx.gpr[12] + static_cast<std::uint32_t>(16), static_cast<std::uint8_t>(ctx.gpr[10]));
goto L_08A0BCAC;
L_08A0BCAC:
ctx.gpr[10] = (aot_mem.aot_direct_load8(ctx.gpr[12] + static_cast<std::uint32_t>(16)));
aot_mem.aot_direct_store8(ctx.gpr[2] + static_cast<std::uint32_t>(11), static_cast<std::uint8_t>(ctx.gpr[10]));
ctx.gpr[10] = (aot_mem.aot_direct_load8(ctx.gpr[3] + static_cast<std::uint32_t>(16)));
ctx.gpr[2] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8568)));
ctx.gpr[2] = (ctx.gpr[2] >> 4u);
ctx.gpr[10] = (ctx.gpr[10] - ctx.gpr[2]);
{ const bool branch_taken = static_cast<std::int32_t>(ctx.gpr[10]) >= 0;
if (branch_taken) {
goto L_08A0BCD0;
}
goto L_08A0BCCC;
}
L_08A0BCCC:
ctx.gpr[10] = (0u | 0u);
goto L_08A0BCD0;
L_08A0BCD0:
aot_mem.aot_direct_store8(ctx.gpr[3] + static_cast<std::uint32_t>(16), static_cast<std::uint8_t>(ctx.gpr[10]));
ctx.gpr[10] = (aot_mem.aot_direct_load8(ctx.gpr[3] + static_cast<std::uint32_t>(16)));
aot_mem.aot_direct_store8(ctx.gpr[11] + static_cast<std::uint32_t>(11), static_cast<std::uint8_t>(ctx.gpr[10]));
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7676)));
aot_fpr_15 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[12] + static_cast<std::uint32_t>(8)));
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_14 <= aot_fpr_13)) ? 0x00800000u : 0u);
if (!((ctx.fcr31 & 0x00800000u) != 0u)) {
aot_fpr_13 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(aot_fpr_14));
goto L_08A0BCF4;
}
goto L_08A0BCF4;
L_08A0BCF4:
ctx.fpr[25] = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8576)));
{ const float fs = ctx.fpr[25]; const float ft = aot_fpr_12; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) ctx.fpr[25] = std::bit_cast<float>(0x7FC00000u); else ctx.fpr[25] = fs * ft; }
{ const float fs = ctx.fpr[25]; const float ft = aot_fpr_13; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) aot_fpr_13 = std::bit_cast<float>(0x7FC00000u); else aot_fpr_13 = fs * ft; }
aot_fpr_13 = aot_fpr_15 - aot_fpr_13;
aot_mem.aot_direct_store32(ctx.gpr[12] + static_cast<std::uint32_t>(8), std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[12] + static_cast<std::uint32_t>(0)));
ctx.fpr[27] = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8584)));
{ const float fs = aot_fpr_13; const float ft = ctx.fpr[27]; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) aot_fpr_13 = std::bit_cast<float>(0x7FC00000u); else aot_fpr_13 = fs * ft; }
aot_mem.aot_direct_store32(ctx.gpr[12] + static_cast<std::uint32_t>(0), std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[12] + static_cast<std::uint32_t>(4)));
ctx.fpr[29] = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8584)));
{ const float fs = aot_fpr_13; const float ft = ctx.fpr[29]; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) aot_fpr_13 = std::bit_cast<float>(0x7FC00000u); else aot_fpr_13 = fs * ft; }
aot_mem.aot_direct_store32(ctx.gpr[12] + static_cast<std::uint32_t>(4), std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-8580)));
ctx.gpr[10] = (std::bit_cast<std::uint32_t>(aot_fpr_13));
ctx.set_vfpu_scalar_bits_ct<1u>(ctx.gpr[10]);
{ const std::uint32_t vfpu_address = ctx.gpr[3] + static_cast<std::uint32_t>(0);
std::uint32_t vfpu_words[4]{};
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
float vfpu_value[4]{
std::bit_cast<float>(vfpu_words[0]),
std::bit_cast<float>(vfpu_words[1]),
std::bit_cast<float>(vfpu_words[2]),
std::bit_cast<float>(vfpu_words[3])};
ctx.write_vfpu_vector_ct<0u, 4u>(vfpu_value); }
ctx.execute_vfpu_vscl_ct<0u, 0u, 1u, 3u>();
{ float vfpu_value[4]{}; ctx.read_vfpu_vector_ct<0u, 4u>(vfpu_value);
const std::uint32_t vfpu_address = ctx.gpr[3] + static_cast<std::uint32_t>(0);
const std::uint32_t vfpu_words[4]{std::bit_cast<std::uint32_t>(vfpu_value[0]), std::bit_cast<std::uint32_t>(vfpu_value[1]), std::bit_cast<std::uint32_t>(vfpu_value[2]), std::bit_cast<std::uint32_t>(vfpu_value[3])};
aot_mem.aot_direct_store32_block(vfpu_address, vfpu_words); }
goto L_08A0BD40;
L_08A0BD40:
ctx.gpr[9] = (ctx.gpr[9] + static_cast<std::uint32_t>(2));
ctx.gpr[8] = (ctx.gpr[8] + static_cast<std::uint32_t>(64));
ctx.gpr[7] = (ctx.gpr[7] + static_cast<std::uint32_t>(64));
aot_gpr_6 = (aot_gpr_6 + static_cast<std::uint32_t>(48));
ctx.gpr[10] = (static_cast<std::int32_t>(ctx.gpr[9]) < 32 ? 1u : 0u);
{ const bool branch_taken = ctx.gpr[10] != 0u;
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(48));
if (branch_taken) {
goto L_08A0BB2C;
}
goto L_08A0BD5C;
}
L_08A0BD5C:
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(64), std::bit_cast<std::uint32_t>(ctx.fpr[23]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(68), std::bit_cast<std::uint32_t>(ctx.fpr[21]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(72), std::bit_cast<std::uint32_t>(ctx.fpr[11]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(24), std::bit_cast<std::uint32_t>(ctx.fpr[10]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(28), std::bit_cast<std::uint32_t>(ctx.fpr[9]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(32), std::bit_cast<std::uint32_t>(ctx.fpr[8]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(124), std::bit_cast<std::uint32_t>(ctx.fpr[7]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(128), std::bit_cast<std::uint32_t>(ctx.fpr[6]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(132), std::bit_cast<std::uint32_t>(ctx.fpr[5]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(76), std::bit_cast<std::uint32_t>(ctx.fpr[4]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(80), std::bit_cast<std::uint32_t>(ctx.fpr[3]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(ctx.fpr[1]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(36), std::bit_cast<std::uint32_t>(ctx.fpr[2]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(40), std::bit_cast<std::uint32_t>(ctx.fpr[0]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(44), std::bit_cast<std::uint32_t>(ctx.fpr[19]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(176), std::bit_cast<std::uint32_t>(ctx.fpr[18]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(180), std::bit_cast<std::uint32_t>(ctx.fpr[17]));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(184), std::bit_cast<std::uint32_t>(ctx.fpr[16]));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(208));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0BDAC:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
aot_gpr_16 = (aot_gpr_4 | 0u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), ctx.gpr[17]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), aot_gpr_31);
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(1392)));
aot_gpr_31 = (0x08A0BDCCu);
aot_gpr_4 = (0u | 1u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_08861668, 23u, 203u, 0x08861668u>(ctx, &aot_mem, ctx.pc, ctx.gpr[1], ctx.gpr[2], aot_gpr_4, aot_gpr_5, aot_gpr_6, aot_gpr_29, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0023_entry, 23u, 203u, 0x08861668u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0BDCCu) goto L_08A0BDCC;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A0BDCC:
aot_gpr_6 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(1792)));
ctx.gpr[17] = (0u | 0u);
aot_gpr_6 = (aot_gpr_6 & 65535u);
aot_gpr_5 = (0u | 0u);
aot_gpr_4 = (aot_gpr_16 | 0u);
goto L_08A0BDE0;
L_08A0BDE0:
ctx.gpr[7] = (aot_gpr_6 << 5u);
ctx.gpr[7] = (aot_gpr_16 + ctx.gpr[7]);
ctx.gpr[7] = (aot_mem.aot_direct_load8(ctx.gpr[7] + static_cast<std::uint32_t>(785)));
{ const bool branch_taken = ctx.gpr[7] == 0u;
if (branch_taken) {
goto L_08A0BE00;
}
goto L_08A0BDF4;
}
L_08A0BDF4:
aot_mem.aot_direct_store16(aot_gpr_4 + static_cast<std::uint32_t>(1796), static_cast<std::uint16_t>(aot_gpr_6));
ctx.gpr[17] = (ctx.gpr[17] + static_cast<std::uint32_t>(1));
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(2));
goto L_08A0BE00;
L_08A0BE00:
aot_gpr_6 = (aot_gpr_6 + static_cast<std::uint32_t>(1));
aot_gpr_6 = (aot_gpr_6 & 65535u);
ctx.gpr[7] = (static_cast<std::int32_t>(aot_gpr_6) < 32 ? 1u : 0u);
{ const bool branch_taken = ctx.gpr[7] != 0u;
if (branch_taken) {
goto L_08A0BE18;
}
goto L_08A0BE14;
}
L_08A0BE14:
aot_gpr_6 = (0u | 0u);
goto L_08A0BE18;
L_08A0BE18:
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(1));
aot_gpr_5 = (aot_gpr_5 & 65535u);
ctx.gpr[7] = (static_cast<std::int32_t>(aot_gpr_5) < 32 ? 1u : 0u);
{ const bool branch_taken = ctx.gpr[7] != 0u;
if (branch_taken) {
goto L_08A0BDE0;
}
goto L_08A0BE2C;
}
L_08A0BE2C:
{ const bool branch_taken = static_cast<std::int32_t>(ctx.gpr[17]) <= 0;
if (branch_taken) {
goto L_08A0BE60;
}
goto L_08A0BE34;
}
L_08A0BE34:
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_5 = (0u | 32u);
aot_gpr_6 = (0u | 0u);
aot_gpr_31 = (0x08A0BE48u);
ctx.gpr[7] = (0u | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0186.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 618u, 0x08A0BE48u, 0x08AEE610u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0186_entry(rt, ctx, 515u, aot_mem);
#else
recomp_unit_0186_entry(rt, ctx, 515u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0186_entry, 186u, 515u, 0x08AEE610u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0BE48u) goto L_08A0BE48;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0BE48:
aot_gpr_5 = (aot_gpr_16 + static_cast<std::uint32_t>(1796));
aot_gpr_4 = (0u | 4u);
aot_gpr_31 = (0x08A0BE58u);
aot_gpr_6 = (ctx.gpr[17] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0186.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 619u, 0x08A0BE58u, 0x08AEE8E0u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0186_entry(rt, ctx, 536u, aot_mem);
#else
recomp_unit_0186_entry(rt, ctx, 536u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0186_entry, 186u, 536u, 0x08AEE8E0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0BE58u) goto L_08A0BE58;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0BE58:
aot_gpr_31 = (0x08A0BE60u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0129->0186.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0129_entry, 620u, 0x08A0BE60u, 0x08AEE8D0u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0186_entry(rt, ctx, 535u, aot_mem);
#else
recomp_unit_0186_entry(rt, ctx, 535u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0186_entry, 186u, 535u, 0x08AEE8D0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0BE60u) goto L_08A0BE60;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_08A0BE60:
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(8)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0BE74:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
ctx.gpr[7] = (aot_gpr_5 | 0u);
aot_gpr_5 = (aot_gpr_4 | 0u);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_6 + static_cast<std::uint32_t>(0)));
ctx.gpr[8] = (aot_mem.aot_direct_load32(aot_gpr_6 + static_cast<std::uint32_t>(8)));
ctx.gpr[9] = (aot_mem.aot_direct_load32(aot_gpr_6 + static_cast<std::uint32_t>(4)));
aot_gpr_6 = (ctx.gpr[7] | 0u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_31);
jump_target = ctx.gpr[9];
aot_gpr_31 = (0x08A0BE9Cu);
ctx.gpr[7] = (ctx.gpr[8] | 0u);
ctx.pc = jump_target;
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_call(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08A0BE9Cu) goto L_08A0BE9C;
AOT_REGCACHE_SYNC_OUT(); return;
L_08A0BE9C:
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0BEA8:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(0), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_6 = (aot_gpr_5 | 0u);
aot_gpr_4 = (aot_gpr_29 | 0u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_31);
aot_gpr_31 = (0x08A0BEC4u);
aot_gpr_5 = (0u | 1u);
goto L_08A0BE74;
L_08A0BEC4:
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0BED0:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_6 = (aot_gpr_5 | 0u);
aot_gpr_4 = (aot_gpr_29 | 0u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_31);
aot_gpr_31 = (0x08A0BEECu);
aot_gpr_5 = (0u | 4u);
goto L_08A0BE74;
L_08A0BEEC:
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0BEF8:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_6 = (aot_gpr_5 | 0u);
aot_gpr_4 = (aot_gpr_29 | 0u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_31);
aot_gpr_31 = (0x08A0BF14u);
aot_gpr_5 = (0u | 4u);
goto L_08A0BE74;
L_08A0BF14:
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0BF20:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_gpr_6 = (aot_gpr_4 | 0u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_4 = (aot_gpr_29 | 0u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_31);
aot_gpr_31 = (0x08A0BF3Cu);
aot_gpr_5 = (0u | 4u);
goto L_08A0BE74;
L_08A0BF3C:
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0BF48:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), ctx.gpr[17]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), ctx.gpr[18]);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(12), aot_gpr_31);
{ const bool branch_taken = aot_gpr_4 == 0u;
aot_gpr_16 = (aot_gpr_5 | 0u);
if (branch_taken) {
goto L_08A0BF70;
}
goto L_08A0BF64;
}
L_08A0BF64:
ctx.gpr[17] = (aot_gpr_4 + static_cast<std::uint32_t>(16));
{ const bool branch_taken = ctx.gpr[17] != 0u;
if (branch_taken) {
goto L_08A0BF84;
}
goto L_08A0BF70;
}
L_08A0BF70:
aot_gpr_4 = (0u | 0u);
aot_gpr_31 = (0x08A0BF7Cu);
aot_gpr_5 = (aot_gpr_16 | 0u);
goto L_08A0BEF8;
L_08A0BF7C:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_08A0BFA8;
}
goto L_08A0BF84;
}
L_08A0BF84:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(12)));
aot_gpr_5 = (aot_gpr_16 | 0u);
ctx.gpr[18] = (aot_gpr_4 + static_cast<std::uint32_t>(1));
aot_gpr_31 = (0x08A0BF98u);
aot_gpr_4 = (ctx.gpr[18] | 0u);
goto L_08A0BEF8;
L_08A0BF98:
aot_gpr_4 = (ctx.gpr[17] | 0u);
aot_gpr_5 = (ctx.gpr[18] | 0u);
aot_gpr_31 = (0x08A0BFA8u);
aot_gpr_6 = (aot_gpr_16 | 0u);
goto L_08A0BE74;
L_08A0BFA8:
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
ctx.gpr[18] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(8)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(12)));
jump_target = aot_gpr_31;
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
// PSPRECOMP_V813_JR_FAST_EXIT: preserve the exact 256-transfer boundary; common JR path is shared.
if (++local_transfers < 256u) goto LOCAL_JR_DISPATCH;
// PSPRECOMP_V812_SHARED_SCHED_JUMP
goto LOCAL_SCHED_BOUNDARY;
L_08A0BFC0:
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), ctx.gpr[17]);
aot_gpr_16 = (aot_gpr_4 | 0u);
ctx.gpr[17] = (aot_gpr_5 | 0u);
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), aot_gpr_31);
aot_gpr_31 = (0x08A0BFE0u);
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(44)));
goto L_08A0BED0;
L_08A0BFE0:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(12)));
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(44)));
aot_gpr_6 = (ctx.gpr[17] | 0u);
aot_gpr_31 = (0x08A0BFF4u);
aot_gpr_5 = (aot_gpr_5 << 2u);
goto L_08A0BE74;
L_08A0BFF4:
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(8)));
ctx.pc = 0x08A0C000u; AOT_REGCACHE_SYNC_OUT(); return;
}
#undef AOT_REGCACHE_SYNC_IN
#undef AOT_REGCACHE_SYNC_OUT
void recomp_unit_0129(Runtime &rt, AllegrexContext &ctx) {
auto aot_mem = rt.memory().aot_fast_view();
recomp_unit_0129_entry(rt, ctx, 0u, aot_mem);
}
void register_generated_unit_129(Runtime &runtime) {
runtime.register_generated_unit(129u, 0x08A08000u, 16384u, &recomp_unit_0129, &recomp_unit_0129_entry);
// PSPRECOMP_V812_COMPACT_REGISTRATION: same entry set, looped once in Runtime instead of source-expanded calls.
runtime.register_generated_entry_mask(0x08A08000u, &recomp_unit_0129, "recomp_unit_0129",
kEntryMasks_recomp_unit_0129, 64u);
}
} // namespace psprecomp