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

9598 lines
464 KiB
C++

#include "psprecomp/runtime.hpp"
#include "generated_units.hpp"
#include "vcs_resident_regions.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_0053[64] = {
0x4A28A2A8A9928A29ull, 0x092B024AC0929010ull, 0xB0254AC092B024ACull, 0x454A2A828A4AC092ull,
0x8A28A51514514515ull, 0x000048A28A2A8AA2ull, 0x0810208A95500000ull, 0x4410852120810204ull,
0x0000000020000840ull, 0x0008281004124100ull, 0x110508100820100Aull, 0x0084000002200900ull,
0x0200802008200200ull, 0x8020080200802008ull, 0x0802008020080200ull, 0x0101000042208020ull,
0x0800041000040400ull, 0x0002028000100029ull, 0x0000020280400248ull, 0x0400008000100002ull,
0x0040000100002000ull, 0x0001000010000200ull, 0x0200020040004008ull, 0x0800084010001080ull,
0x2108541094000420ull, 0x0200084000020002ull, 0x8010100202004010ull, 0x4205081100800200ull,
0x0425002001002001ull, 0x2829004040289011ull, 0x002A000029400100ull, 0x2008020008010000ull,
0x8010020040080100ull, 0x0880000082022084ull, 0x0028908004100208ull, 0x4201000000855420ull,
0x2002102343148242ull, 0x2000008011000001ull, 0x8884441490020000ull, 0x8008484088891088ull,
0x451401806010100Aull, 0x0C6A800088804488ull, 0x8020000020001020ull, 0x421090AA44412000ull,
0x0842082210442210ull, 0x0C090A0485492021ull, 0xA109122821148910ull, 0x2002009320404252ull,
0x4208801400284801ull, 0x914A000000001000ull, 0x080010020102002Aull, 0x0001000042022084ull,
0x50A9521551543240ull, 0x20489124D2A28081ull, 0x14442C4A24012528ull, 0x9524848854420204ull,
0x94244A1654124948ull, 0x0412102251294416ull, 0x0025242510A88202ull, 0x2810040000000002ull,
0x15500420000002C4ull, 0x1240280082A14004ull, 0x0144131048224201ull, 0x0002800081200414ull,
};
static constexpr std::uint16_t kEntryBases_recomp_unit_0053[64] = {
1u, 25u, 43u, 66u, 88u, 111u, 128u, 140u, 153u, 156u, 165u, 176u, 182u, 188u, 195u, 201u,
208u, 213u, 220u, 227u, 231u, 234u, 237u, 242u, 248u, 260u, 265u, 272u, 281u, 289u, 302u, 310u,
315u, 321u, 329u, 338u, 348u, 363u, 368u, 379u, 392u, 405u, 419u, 424u, 438u, 450u, 466u, 483u,
496u, 507u, 514u, 522u, 529u, 551u, 569u, 587u, 604u, 625u, 642u, 657u, 662u, 673u, 685u, 699u,
};
void recomp_unit_0053_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,16,31,28,2 fprs=12,20,13,22 gpr_occ=4044 fpr_occ=652 gpr_total=5552 fpr_total=880
std::uint32_t aot_gpr_4 = ctx.gpr[4];
std::uint32_t aot_gpr_5 = ctx.gpr[5];
std::uint32_t aot_gpr_16 = ctx.gpr[16];
std::uint32_t aot_gpr_31 = ctx.gpr[31];
std::uint32_t aot_gpr_28 = ctx.gpr[28];
std::uint32_t aot_gpr_2 = ctx.gpr[2];
float aot_fpr_12 = ctx.fpr[12];
float aot_fpr_20 = ctx.fpr[20];
float aot_fpr_13 = ctx.fpr[13];
float aot_fpr_22 = ctx.fpr[22];
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[16] = aot_gpr_16; ctx.gpr[31] = aot_gpr_31; ctx.gpr[28] = aot_gpr_28; ctx.gpr[2] = aot_gpr_2; ctx.fpr[12] = aot_fpr_12; ctx.fpr[20] = aot_fpr_20; ctx.fpr[13] = aot_fpr_13; ctx.fpr[22] = aot_fpr_22; } } 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_16 = ctx.gpr[16]; aot_gpr_31 = ctx.gpr[31]; aot_gpr_28 = ctx.gpr[28]; aot_gpr_2 = ctx.gpr[2]; aot_fpr_12 = ctx.fpr[12]; aot_fpr_20 = ctx.fpr[20]; aot_fpr_13 = ctx.fpr[13]; aot_fpr_22 = ctx.fpr[22]; } } 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 - 0x088D8004u;
entry_id = 0u;
if (entry_delta < 16328u && (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_0053[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_0053[entry_group] +
std::popcount(entry_mask & (entry_bit - 1ull)));
}
}
}
switch (entry_id) {
case 1u: goto L_088D8004;
case 2u: goto L_088D8010;
case 3u: goto L_088D8018;
case 4u: goto L_088D8028;
case 5u: goto L_088D8030;
case 6u: goto L_088D8040;
case 7u: goto L_088D8048;
case 8u: goto L_088D8054;
case 9u: goto L_088D8060;
case 10u: goto L_088D8064;
case 11u: goto L_088D8070;
case 12u: goto L_088D8078;
case 13u: goto L_088D8080;
case 14u: goto L_088D8090;
case 15u: goto L_088D8098;
case 16u: goto L_088D80A0;
case 17u: goto L_088D80A8;
case 18u: goto L_088D80B8;
case 19u: goto L_088D80C0;
case 20u: goto L_088D80D0;
case 21u: goto L_088D80D8;
case 22u: goto L_088D80E8;
case 23u: goto L_088D80F0;
case 24u: goto L_088D80FC;
case 25u: goto L_088D8114;
case 26u: goto L_088D8134;
case 27u: goto L_088D8140;
case 28u: goto L_088D8148;
case 29u: goto L_088D8154;
case 30u: goto L_088D8160;
case 31u: goto L_088D817C;
case 32u: goto L_088D8180;
case 33u: goto L_088D8188;
case 34u: goto L_088D8190;
case 35u: goto L_088D819C;
case 36u: goto L_088D81A8;
case 37u: goto L_088D81C4;
case 38u: goto L_088D81C8;
case 39u: goto L_088D81D0;
case 40u: goto L_088D81D8;
case 41u: goto L_088D81E4;
case 42u: goto L_088D81F0;
case 43u: goto L_088D820C;
case 44u: goto L_088D8210;
case 45u: goto L_088D8218;
case 46u: goto L_088D8220;
case 47u: goto L_088D822C;
case 48u: goto L_088D8238;
case 49u: goto L_088D8254;
case 50u: goto L_088D8258;
case 51u: goto L_088D8260;
case 52u: goto L_088D8268;
case 53u: goto L_088D8274;
case 54u: goto L_088D8280;
case 55u: goto L_088D829C;
case 56u: goto L_088D82A0;
case 57u: goto L_088D82A8;
case 58u: goto L_088D82B0;
case 59u: goto L_088D82BC;
case 60u: goto L_088D82C4;
case 61u: goto L_088D82CC;
case 62u: goto L_088D82D8;
case 63u: goto L_088D82F4;
case 64u: goto L_088D82F8;
case 65u: goto L_088D8300;
case 66u: goto L_088D8308;
case 67u: goto L_088D8314;
case 68u: goto L_088D8320;
case 69u: goto L_088D833C;
case 70u: goto L_088D8340;
case 71u: goto L_088D8348;
case 72u: goto L_088D8350;
case 73u: goto L_088D835C;
case 74u: goto L_088D8368;
case 75u: goto L_088D8370;
case 76u: goto L_088D8380;
case 77u: goto L_088D8388;
case 78u: goto L_088D83A0;
case 79u: goto L_088D83A8;
case 80u: goto L_088D83B0;
case 81u: goto L_088D83B8;
case 82u: goto L_088D83C8;
case 83u: goto L_088D83D0;
case 84u: goto L_088D83DC;
case 85u: goto L_088D83E4;
case 86u: goto L_088D83EC;
case 87u: goto L_088D83FC;
case 88u: goto L_088D8404;
case 89u: goto L_088D840C;
case 90u: goto L_088D8414;
case 91u: goto L_088D8424;
case 92u: goto L_088D842C;
case 93u: goto L_088D843C;
case 94u: goto L_088D8444;
case 95u: goto L_088D8454;
case 96u: goto L_088D845C;
case 97u: goto L_088D846C;
case 98u: goto L_088D8474;
case 99u: goto L_088D8484;
case 100u: goto L_088D848C;
case 101u: goto L_088D8494;
case 102u: goto L_088D84A4;
case 103u: goto L_088D84AC;
case 104u: goto L_088D84B8;
case 105u: goto L_088D84C0;
case 106u: goto L_088D84D0;
case 107u: goto L_088D84D8;
case 108u: goto L_088D84E8;
case 109u: goto L_088D84F0;
case 110u: goto L_088D8500;
case 111u: goto L_088D8508;
case 112u: goto L_088D8518;
case 113u: goto L_088D8520;
case 114u: goto L_088D8528;
case 115u: goto L_088D8530;
case 116u: goto L_088D8540;
case 117u: goto L_088D8548;
case 118u: goto L_088D8550;
case 119u: goto L_088D8558;
case 120u: goto L_088D8568;
case 121u: goto L_088D8570;
case 122u: goto L_088D8580;
case 123u: goto L_088D8588;
case 124u: goto L_088D8598;
case 125u: goto L_088D85A0;
case 126u: goto L_088D85B0;
case 127u: goto L_088D85BC;
case 128u: goto L_088D8654;
case 129u: goto L_088D865C;
case 130u: goto L_088D8664;
case 131u: goto L_088D866C;
case 132u: goto L_088D8674;
case 133u: goto L_088D8680;
case 134u: goto L_088D8688;
case 135u: goto L_088D8690;
case 136u: goto L_088D86A0;
case 137u: goto L_088D86B8;
case 138u: goto L_088D86D4;
case 139u: goto L_088D86F0;
case 140u: goto L_088D870C;
case 141u: goto L_088D8728;
case 142u: goto L_088D8744;
case 143u: goto L_088D8760;
case 144u: goto L_088D8778;
case 145u: goto L_088D8784;
case 146u: goto L_088D8798;
case 147u: goto L_088D87A4;
case 148u: goto L_088D87AC;
case 149u: goto L_088D87C0;
case 150u: goto L_088D87D4;
case 151u: goto L_088D87EC;
case 152u: goto L_088D87FC;
case 153u: goto L_088D881C;
case 154u: goto L_088D8830;
case 155u: goto L_088D8878;
case 156u: goto L_088D8924;
case 157u: goto L_088D893C;
case 158u: goto L_088D8948;
case 159u: goto L_088D8954;
case 160u: goto L_088D896C;
case 161u: goto L_088D8994;
case 162u: goto L_088D89B0;
case 163u: goto L_088D89B8;
case 164u: goto L_088D89D0;
case 165u: goto L_088D8A08;
case 166u: goto L_088D8A10;
case 167u: goto L_088D8A34;
case 168u: goto L_088D8A58;
case 169u: goto L_088D8A70;
case 170u: goto L_088D8A94;
case 171u: goto L_088D8AB0;
case 172u: goto L_088D8AC4;
case 173u: goto L_088D8ACC;
case 174u: goto L_088D8AE4;
case 175u: goto L_088D8AF4;
case 176u: goto L_088D8B24;
case 177u: goto L_088D8B30;
case 178u: goto L_088D8B58;
case 179u: goto L_088D8B68;
case 180u: goto L_088D8BCC;
case 181u: goto L_088D8BE0;
case 182u: goto L_088D8C28;
case 183u: goto L_088D8C58;
case 184u: goto L_088D8C70;
case 185u: goto L_088D8C98;
case 186u: goto L_088D8CC0;
case 187u: goto L_088D8CE8;
case 188u: goto L_088D8D10;
case 189u: goto L_088D8D38;
case 190u: goto L_088D8D60;
case 191u: goto L_088D8D88;
case 192u: goto L_088D8DB0;
case 193u: goto L_088D8DD8;
case 194u: goto L_088D8E00;
case 195u: goto L_088D8E28;
case 196u: goto L_088D8E50;
case 197u: goto L_088D8E78;
case 198u: goto L_088D8EA0;
case 199u: goto L_088D8EC8;
case 200u: goto L_088D8EF0;
case 201u: goto L_088D8F18;
case 202u: goto L_088D8F40;
case 203u: goto L_088D8F58;
case 204u: goto L_088D8F68;
case 205u: goto L_088D8F7C;
case 206u: goto L_088D8FC4;
case 207u: goto L_088D8FE4;
case 208u: goto L_088D902C;
case 209u: goto L_088D904C;
case 210u: goto L_088D9094;
case 211u: goto L_088D90AC;
case 212u: goto L_088D90F0;
case 213u: goto L_088D9104;
case 214u: goto L_088D9110;
case 215u: goto L_088D9118;
case 216u: goto L_088D9154;
case 217u: goto L_088D91A0;
case 218u: goto L_088D91A8;
case 219u: goto L_088D91C8;
case 220u: goto L_088D9210;
case 221u: goto L_088D921C;
case 222u: goto L_088D9228;
case 223u: goto L_088D925C;
case 224u: goto L_088D9280;
case 225u: goto L_088D9288;
case 226u: goto L_088D92A8;
case 227u: goto L_088D9308;
case 228u: goto L_088D9354;
case 229u: goto L_088D93A0;
case 230u: goto L_088D93EC;
case 231u: goto L_088D9438;
case 232u: goto L_088D9484;
case 233u: goto L_088D94DC;
case 234u: goto L_088D9528;
case 235u: goto L_088D9574;
case 236u: goto L_088D95C4;
case 237u: goto L_088D9610;
case 238u: goto L_088D963C;
case 239u: goto L_088D967C;
case 240u: goto L_088D96A8;
case 241u: goto L_088D96E8;
case 242u: goto L_088D9720;
case 243u: goto L_088D9734;
case 244u: goto L_088D9774;
case 245u: goto L_088D979C;
case 246u: goto L_088D97B0;
case 247u: goto L_088D97F0;
case 248u: goto L_088D9818;
case 249u: goto L_088D982C;
case 250u: goto L_088D986C;
case 251u: goto L_088D9874;
case 252u: goto L_088D9880;
case 253u: goto L_088D9894;
case 254u: goto L_088D98AC;
case 255u: goto L_088D98B4;
case 256u: goto L_088D98BC;
case 257u: goto L_088D98D0;
case 258u: goto L_088D98E4;
case 259u: goto L_088D98F8;
case 260u: goto L_088D9908;
case 261u: goto L_088D9948;
case 262u: goto L_088D999C;
case 263u: goto L_088D99B0;
case 264u: goto L_088D99E8;
case 265u: goto L_088D9A14;
case 266u: goto L_088D9A3C;
case 267u: goto L_088D9A68;
case 268u: goto L_088D9A88;
case 269u: goto L_088D9AB4;
case 270u: goto L_088D9AD4;
case 271u: goto L_088D9B00;
case 272u: goto L_088D9B28;
case 273u: goto L_088D9B60;
case 274u: goto L_088D9B84;
case 275u: goto L_088D9B94;
case 276u: goto L_088D9BB0;
case 277u: goto L_088D9BC4;
case 278u: goto L_088D9BCC;
case 279u: goto L_088D9BE8;
case 280u: goto L_088D9BFC;
case 281u: goto L_088D9C04;
case 282u: goto L_088D9C38;
case 283u: goto L_088D9C64;
case 284u: goto L_088D9C98;
case 285u: goto L_088D9CC4;
case 286u: goto L_088D9CCC;
case 287u: goto L_088D9CD8;
case 288u: goto L_088D9CEC;
case 289u: goto L_088D9D04;
case 290u: goto L_088D9D14;
case 291u: goto L_088D9D34;
case 292u: goto L_088D9D40;
case 293u: goto L_088D9D50;
case 294u: goto L_088D9D58;
case 295u: goto L_088D9D7C;
case 296u: goto L_088D9D9C;
case 297u: goto L_088D9DC4;
case 298u: goto L_088D9DD0;
case 299u: goto L_088D9DD8;
case 300u: goto L_088D9DF0;
case 301u: goto L_088D9DF8;
case 302u: goto L_088D9E24;
case 303u: goto L_088D9E5C;
case 304u: goto L_088D9E64;
case 305u: goto L_088D9E70;
case 306u: goto L_088D9E78;
case 307u: goto L_088D9EC8;
case 308u: goto L_088D9ED0;
case 309u: goto L_088D9ED8;
case 310u: goto L_088D9F44;
case 311u: goto L_088D9F70;
case 312u: goto L_088D9FA8;
case 313u: goto L_088D9FD0;
case 314u: goto L_088D9FF8;
case 315u: goto L_088DA024;
case 316u: goto L_088DA050;
case 317u: goto L_088DA07C;
case 318u: goto L_088DA0A8;
case 319u: goto L_088DA0D4;
case 320u: goto L_088DA100;
case 321u: goto L_088DA10C;
case 322u: goto L_088DA120;
case 323u: goto L_088DA138;
case 324u: goto L_088DA148;
case 325u: goto L_088DA168;
case 326u: goto L_088DA180;
case 327u: goto L_088DA1E0;
case 328u: goto L_088DA1F0;
case 329u: goto L_088DA210;
case 330u: goto L_088DA228;
case 331u: goto L_088DA254;
case 332u: goto L_088DA26C;
case 333u: goto L_088DA2A0;
case 334u: goto L_088DA2B4;
case 335u: goto L_088DA2C0;
case 336u: goto L_088DA2D0;
case 337u: goto L_088DA2D8;
case 338u: goto L_088DA318;
case 339u: goto L_088DA32C;
case 340u: goto L_088DA334;
case 341u: goto L_088DA33C;
case 342u: goto L_088DA344;
case 343u: goto L_088DA34C;
case 344u: goto L_088DA360;
case 345u: goto L_088DA3C4;
case 346u: goto L_088DA3E8;
case 347u: goto L_088DA3FC;
case 348u: goto L_088DA408;
case 349u: goto L_088DA41C;
case 350u: goto L_088DA428;
case 351u: goto L_088DA440;
case 352u: goto L_088DA44C;
case 353u: goto L_088DA454;
case 354u: goto L_088DA464;
case 355u: goto L_088DA468;
case 356u: goto L_088DA47C;
case 357u: goto L_088DA484;
case 358u: goto L_088DA488;
case 359u: goto L_088DA498;
case 360u: goto L_088DA4B4;
case 361u: goto L_088DA4C8;
case 362u: goto L_088DA4F8;
case 363u: goto L_088DA504;
case 364u: goto L_088DA564;
case 365u: goto L_088DA574;
case 366u: goto L_088DA5A0;
case 367u: goto L_088DA5F8;
case 368u: goto L_088DA648;
case 369u: goto L_088DA674;
case 370u: goto L_088DA680;
case 371u: goto L_088DA68C;
case 372u: goto L_088DA694;
case 373u: goto L_088DA6AC;
case 374u: goto L_088DA6BC;
case 375u: goto L_088DA6CC;
case 376u: goto L_088DA6E0;
case 377u: goto L_088DA6F0;
case 378u: goto L_088DA700;
case 379u: goto L_088DA710;
case 380u: goto L_088DA720;
case 381u: goto L_088DA734;
case 382u: goto L_088DA744;
case 383u: goto L_088DA750;
case 384u: goto L_088DA760;
case 385u: goto L_088DA770;
case 386u: goto L_088DA780;
case 387u: goto L_088DA79C;
case 388u: goto L_088DA7B0;
case 389u: goto L_088DA7BC;
case 390u: goto L_088DA7D0;
case 391u: goto L_088DA800;
case 392u: goto L_088DA808;
case 393u: goto L_088DA810;
case 394u: goto L_088DA834;
case 395u: goto L_088DA854;
case 396u: goto L_088DA878;
case 397u: goto L_088DA87C;
case 398u: goto L_088DA8A0;
case 399u: goto L_088DA8A4;
case 400u: goto L_088DA8CC;
case 401u: goto L_088DA8D4;
case 402u: goto L_088DA8E4;
case 403u: goto L_088DA8EC;
case 404u: goto L_088DA8FC;
case 405u: goto L_088DA910;
case 406u: goto L_088DA920;
case 407u: goto L_088DA92C;
case 408u: goto L_088DA93C;
case 409u: goto L_088DA960;
case 410u: goto L_088DA970;
case 411u: goto L_088DA980;
case 412u: goto L_088DA9C0;
case 413u: goto L_088DA9C8;
case 414u: goto L_088DA9D0;
case 415u: goto L_088DA9D8;
case 416u: goto L_088DA9DC;
case 417u: goto L_088DA9EC;
case 418u: goto L_088DA9F0;
case 419u: goto L_088DAA18;
case 420u: goto L_088DAA34;
case 421u: goto L_088DAA78;
case 422u: goto L_088DAAD8;
case 423u: goto L_088DAB00;
case 424u: goto L_088DAB38;
case 425u: goto L_088DAB44;
case 426u: goto L_088DAB5C;
case 427u: goto L_088DAB6C;
case 428u: goto L_088DAB7C;
case 429u: goto L_088DAB88;
case 430u: goto L_088DAB90;
case 431u: goto L_088DAB98;
case 432u: goto L_088DABA0;
case 433u: goto L_088DABB4;
case 434u: goto L_088DABC0;
case 435u: goto L_088DABD4;
case 436u: goto L_088DABE8;
case 437u: goto L_088DABFC;
case 438u: goto L_088DAC14;
case 439u: goto L_088DAC28;
case 440u: goto L_088DAC38;
case 441u: goto L_088DAC4C;
case 442u: goto L_088DAC5C;
case 443u: goto L_088DAC74;
case 444u: goto L_088DAC88;
case 445u: goto L_088DAC98;
case 446u: goto L_088DACB0;
case 447u: goto L_088DACC8;
case 448u: goto L_088DACDC;
case 449u: goto L_088DACF0;
case 450u: goto L_088DAD04;
case 451u: goto L_088DAD18;
case 452u: goto L_088DAD38;
case 453u: goto L_088DAD44;
case 454u: goto L_088DAD50;
case 455u: goto L_088DAD5C;
case 456u: goto L_088DAD64;
case 457u: goto L_088DAD6C;
case 458u: goto L_088DAD80;
case 459u: goto L_088DAD8C;
case 460u: goto L_088DADA8;
case 461u: goto L_088DADB0;
case 462u: goto L_088DADC4;
case 463u: goto L_088DADD0;
case 464u: goto L_088DADEC;
case 465u: goto L_088DADF0;
case 466u: goto L_088DAE14;
case 467u: goto L_088DAE24;
case 468u: goto L_088DAE30;
case 469u: goto L_088DAE40;
case 470u: goto L_088DAE4C;
case 471u: goto L_088DAE54;
case 472u: goto L_088DAE64;
case 473u: goto L_088DAE78;
case 474u: goto L_088DAE90;
case 475u: goto L_088DAE98;
case 476u: goto L_088DAEA8;
case 477u: goto L_088DAEB4;
case 478u: goto L_088DAEC4;
case 479u: goto L_088DAED0;
case 480u: goto L_088DAEE4;
case 481u: goto L_088DAEF8;
case 482u: goto L_088DAF00;
case 483u: goto L_088DAF08;
case 484u: goto L_088DAF14;
case 485u: goto L_088DAF1C;
case 486u: goto L_088DAF28;
case 487u: goto L_088DAF3C;
case 488u: goto L_088DAF5C;
case 489u: goto L_088DAF78;
case 490u: goto L_088DAF84;
case 491u: goto L_088DAF88;
case 492u: goto L_088DAF94;
case 493u: goto L_088DAFA0;
case 494u: goto L_088DAFC8;
case 495u: goto L_088DAFF8;
case 496u: goto L_088DB004;
case 497u: goto L_088DB030;
case 498u: goto L_088DB03C;
case 499u: goto L_088DB050;
case 500u: goto L_088DB058;
case 501u: goto L_088DB08C;
case 502u: goto L_088DB094;
case 503u: goto L_088DB0C0;
case 504u: goto L_088DB0D0;
case 505u: goto L_088DB0E8;
case 506u: goto L_088DB0FC;
case 507u: goto L_088DB134;
case 508u: goto L_088DB1C8;
case 509u: goto L_088DB1D0;
case 510u: goto L_088DB1DC;
case 511u: goto L_088DB1E4;
case 512u: goto L_088DB1F4;
case 513u: goto L_088DB200;
case 514u: goto L_088DB208;
case 515u: goto L_088DB210;
case 516u: goto L_088DB218;
case 517u: goto L_088DB248;
case 518u: goto L_088DB264;
case 519u: goto L_088DB288;
case 520u: goto L_088DB2B4;
case 521u: goto L_088DB2F0;
case 522u: goto L_088DB30C;
case 523u: goto L_088DB320;
case 524u: goto L_088DB338;
case 525u: goto L_088DB348;
case 526u: goto L_088DB368;
case 527u: goto L_088DB37C;
case 528u: goto L_088DB3C4;
case 529u: goto L_088DB41C;
case 530u: goto L_088DB428;
case 531u: goto L_088DB434;
case 532u: goto L_088DB438;
case 533u: goto L_088DB44C;
case 534u: goto L_088DB454;
case 535u: goto L_088DB45C;
case 536u: goto L_088DB464;
case 537u: goto L_088DB474;
case 538u: goto L_088DB47C;
case 539u: goto L_088DB484;
case 540u: goto L_088DB48C;
case 541u: goto L_088DB494;
case 542u: goto L_088DB4A8;
case 543u: goto L_088DB4B4;
case 544u: goto L_088DB4BC;
case 545u: goto L_088DB4C4;
case 546u: goto L_088DB4D0;
case 547u: goto L_088DB4D8;
case 548u: goto L_088DB4E0;
case 549u: goto L_088DB4F4;
case 550u: goto L_088DB4FC;
case 551u: goto L_088DB504;
case 552u: goto L_088DB520;
case 553u: goto L_088DB540;
case 554u: goto L_088DB548;
case 555u: goto L_088DB558;
case 556u: goto L_088DB560;
case 557u: goto L_088DB568;
case 558u: goto L_088DB574;
case 559u: goto L_088DB57C;
case 560u: goto L_088DB580;
case 561u: goto L_088DB58C;
case 562u: goto L_088DB598;
case 563u: goto L_088DB5A4;
case 564u: goto L_088DB5B4;
case 565u: goto L_088DB5C0;
case 566u: goto L_088DB5D0;
case 567u: goto L_088DB5DC;
case 568u: goto L_088DB5F8;
case 569u: goto L_088DB610;
case 570u: goto L_088DB618;
case 571u: goto L_088DB624;
case 572u: goto L_088DB62C;
case 573u: goto L_088DB638;
case 574u: goto L_088DB644;
case 575u: goto L_088DB66C;
case 576u: goto L_088DB678;
case 577u: goto L_088DB688;
case 578u: goto L_088DB690;
case 579u: goto L_088DB69C;
case 580u: goto L_088DB6AC;
case 581u: goto L_088DB6B0;
case 582u: goto L_088DB6B8;
case 583u: goto L_088DB6CC;
case 584u: goto L_088DB6DC;
case 585u: goto L_088DB6EC;
case 586u: goto L_088DB6F4;
case 587u: goto L_088DB70C;
case 588u: goto L_088DB728;
case 589u: goto L_088DB748;
case 590u: goto L_088DB75C;
case 591u: goto L_088DB76C;
case 592u: goto L_088DB774;
case 593u: goto L_088DB77C;
case 594u: goto L_088DB790;
case 595u: goto L_088DB7A0;
case 596u: goto L_088DB7AC;
case 597u: goto L_088DB7C0;
case 598u: goto L_088DB7CC;
case 599u: goto L_088DB7D8;
case 600u: goto L_088DB7E4;
case 601u: goto L_088DB7EC;
case 602u: goto L_088DB7F4;
case 603u: goto L_088DB800;
case 604u: goto L_088DB810;
case 605u: goto L_088DB81C;
case 606u: goto L_088DB824;
case 607u: goto L_088DB830;
case 608u: goto L_088DB83C;
case 609u: goto L_088DB848;
case 610u: goto L_088DB854;
case 611u: goto L_088DB86C;
case 612u: goto L_088DB874;
case 613u: goto L_088DB87C;
case 614u: goto L_088DB888;
case 615u: goto L_088DB88C;
case 616u: goto L_088DB894;
case 617u: goto L_088DB8A8;
case 618u: goto L_088DB8B0;
case 619u: goto L_088DB8BC;
case 620u: goto L_088DB8CC;
case 621u: goto L_088DB8D8;
case 622u: goto L_088DB8EC;
case 623u: goto L_088DB8F4;
case 624u: goto L_088DB900;
case 625u: goto L_088DB908;
case 626u: goto L_088DB90C;
case 627u: goto L_088DB914;
case 628u: goto L_088DB92C;
case 629u: goto L_088DB93C;
case 630u: goto L_088DB944;
case 631u: goto L_088DB950;
case 632u: goto L_088DB958;
case 633u: goto L_088DB964;
case 634u: goto L_088DB974;
case 635u: goto L_088DB97C;
case 636u: goto L_088DB988;
case 637u: goto L_088DB998;
case 638u: goto L_088DB9B4;
case 639u: goto L_088DB9C8;
case 640u: goto L_088DB9D4;
case 641u: goto L_088DB9EC;
case 642u: goto L_088DBA08;
case 643u: goto L_088DBA28;
case 644u: goto L_088DBA40;
case 645u: goto L_088DBA50;
case 646u: goto L_088DBA58;
case 647u: goto L_088DBA60;
case 648u: goto L_088DBA74;
case 649u: goto L_088DBA84;
case 650u: goto L_088DBA8C;
case 651u: goto L_088DBA98;
case 652u: goto L_088DBAAC;
case 653u: goto L_088DBAB8;
case 654u: goto L_088DBAC4;
case 655u: goto L_088DBACC;
case 656u: goto L_088DBAD8;
case 657u: goto L_088DBB08;
case 658u: goto L_088DBBAC;
case 659u: goto L_088DBBD4;
case 660u: goto L_088DBBF0;
case 661u: goto L_088DBBF8;
case 662u: goto L_088DBC0C;
case 663u: goto L_088DBC1C;
case 664u: goto L_088DBC20;
case 665u: goto L_088DBC28;
case 666u: goto L_088DBC98;
case 667u: goto L_088DBCAC;
case 668u: goto L_088DBCD4;
case 669u: goto L_088DBCDC;
case 670u: goto L_088DBCE4;
case 671u: goto L_088DBCEC;
case 672u: goto L_088DBCF4;
case 673u: goto L_088DBD0C;
case 674u: goto L_088DBD3C;
case 675u: goto L_088DBD44;
case 676u: goto L_088DBD58;
case 677u: goto L_088DBD60;
case 678u: goto L_088DBD68;
case 679u: goto L_088DBD80;
case 680u: goto L_088DBDB0;
case 681u: goto L_088DBDB8;
case 682u: goto L_088DBDDC;
case 683u: goto L_088DBDE8;
case 684u: goto L_088DBDF4;
case 685u: goto L_088DBE04;
case 686u: goto L_088DBE28;
case 687u: goto L_088DBE3C;
case 688u: goto L_088DBE48;
case 689u: goto L_088DBE58;
case 690u: goto L_088DBE70;
case 691u: goto L_088DBE7C;
case 692u: goto L_088DBE94;
case 693u: goto L_088DBEA4;
case 694u: goto L_088DBEA8;
case 695u: goto L_088DBEB4;
case 696u: goto L_088DBECC;
case 697u: goto L_088DBEDC;
case 698u: goto L_088DBEE4;
case 699u: goto L_088DBF0C;
case 700u: goto L_088DBF14;
case 701u: goto L_088DBF2C;
case 702u: goto L_088DBF58;
case 703u: goto L_088DBF64;
case 704u: goto L_088DBF80;
case 705u: goto L_088DBFC0;
case 706u: goto L_088DBFC8;
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 - 0x088D8004u;
if (local_delta_v813 >= 16328u || (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_088D8004:
aot_gpr_2 = (aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-16352)));
{ const bool branch_taken = 0u == 0u;
aot_gpr_2 = (aot_gpr_2 + static_cast<std::uint32_t>(6028));
if (branch_taken) {
goto L_088D80FC;
}
goto L_088D8010;
}
L_088D8010:
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_088D8004;
}
goto L_088D8018;
}
L_088D8018:
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(8629));
aot_gpr_5 = (ctx.gpr[17] | 0u);
aot_gpr_31 = (0x088D8028u);
ctx.gpr[6] = (ctx.gpr[18] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0021.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 4u, 0x088D8028u, 0x08859764u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0021_entry(rt, ctx, 396u, aot_mem);
#else
recomp_unit_0021_entry(rt, ctx, 396u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0021_entry, 21u, 396u, 0x08859764u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D8028u) goto L_088D8028;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D8028:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D80FC;
}
goto L_088D8030;
}
L_088D8030:
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(8629));
aot_gpr_5 = (ctx.gpr[17] | 0u);
aot_gpr_31 = (0x088D8040u);
ctx.gpr[6] = (ctx.gpr[18] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0021.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 6u, 0x088D8040u, 0x08859688u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0021_entry(rt, ctx, 381u, aot_mem);
#else
recomp_unit_0021_entry(rt, ctx, 381u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0021_entry, 21u, 381u, 0x08859688u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D8040u) goto L_088D8040;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D8040:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D80FC;
}
goto L_088D8048;
}
L_088D8048:
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(48)));
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_16) >= 0;
aot_gpr_4 = (0u - aot_gpr_16);
if (branch_taken) {
goto L_088D8060;
}
goto L_088D8054;
}
L_088D8054:
aot_gpr_16 = (aot_gpr_4 & 3u);
{ const bool branch_taken = 0u == 0u;
aot_gpr_16 = (0u - aot_gpr_16);
if (branch_taken) {
goto L_088D8064;
}
goto L_088D8060;
}
L_088D8060:
aot_gpr_16 = (aot_gpr_16 & 3u);
goto L_088D8064;
L_088D8064:
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_16) < 2 ? 1u : 0u);
{ const bool branch_taken = aot_gpr_4 == 0u;
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_16) < 3 ? 1u : 0u);
if (branch_taken) {
goto L_088D8098;
}
goto L_088D8070;
}
L_088D8070:
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_16) < 0;
if (branch_taken) {
goto L_088D80F0;
}
goto L_088D8078;
}
L_088D8078:
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_16) > 0;
if (branch_taken) {
goto L_088D80C0;
}
goto L_088D8080;
}
L_088D8080:
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(8629));
aot_gpr_5 = (ctx.gpr[17] | 0u);
aot_gpr_31 = (0x088D8090u);
ctx.gpr[6] = (ctx.gpr[18] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0021.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 14u, 0x088D8090u, 0x08858E40u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0021_entry(rt, ctx, 237u, aot_mem);
#else
recomp_unit_0021_entry(rt, ctx, 237u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0021_entry, 21u, 237u, 0x08858E40u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D8090u) goto L_088D8090;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D8090:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D80FC;
}
goto L_088D8098;
}
L_088D8098:
{ const bool branch_taken = aot_gpr_4 != 0u;
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_16) < 4 ? 1u : 0u);
if (branch_taken) {
goto L_088D80D8;
}
goto L_088D80A0;
}
L_088D80A0:
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_088D80F0;
}
goto L_088D80A8;
}
L_088D80A8:
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(8629));
aot_gpr_5 = (ctx.gpr[17] | 0u);
aot_gpr_31 = (0x088D80B8u);
ctx.gpr[6] = (ctx.gpr[18] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0021.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 18u, 0x088D80B8u, 0x088590D4u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0021_entry(rt, ctx, 282u, aot_mem);
#else
recomp_unit_0021_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_0021_entry, 21u, 282u, 0x088590D4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D80B8u) goto L_088D80B8;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D80B8:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D80FC;
}
goto L_088D80C0;
}
L_088D80C0:
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(8629));
aot_gpr_5 = (ctx.gpr[17] | 0u);
aot_gpr_31 = (0x088D80D0u);
ctx.gpr[6] = (ctx.gpr[18] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0021.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 20u, 0x088D80D0u, 0x08858F1Cu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0021_entry(rt, ctx, 252u, aot_mem);
#else
recomp_unit_0021_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_0021_entry, 21u, 252u, 0x08858F1Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D80D0u) goto L_088D80D0;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D80D0:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D80FC;
}
goto L_088D80D8;
}
L_088D80D8:
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(8629));
aot_gpr_5 = (ctx.gpr[17] | 0u);
aot_gpr_31 = (0x088D80E8u);
ctx.gpr[6] = (ctx.gpr[18] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0021.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 22u, 0x088D80E8u, 0x08858FF8u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0021_entry(rt, ctx, 267u, aot_mem);
#else
recomp_unit_0021_entry(rt, ctx, 267u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0021_entry, 21u, 267u, 0x08858FF8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D80E8u) goto L_088D80E8;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D80E8:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D80FC;
}
goto L_088D80F0;
}
L_088D80F0:
aot_gpr_2 = (aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-16352)));
{ const bool branch_taken = 0u == 0u;
aot_gpr_2 = (aot_gpr_2 + static_cast<std::uint32_t>(6028));
if (branch_taken) {
goto L_088D80FC;
}
goto L_088D80FC;
}
L_088D80FC:
{ std::uint32_t aot_run_words[4]{};
aot_mem.aot_direct_load32_block(ctx.gpr[29] + static_cast<std::uint32_t>(0), aot_run_words);
aot_gpr_16 = aot_run_words[0];
ctx.gpr[17] = aot_run_words[1];
ctx.gpr[18] = aot_run_words[2];
aot_gpr_31 = aot_run_words[3];
}
jump_target = aot_gpr_31;
ctx.gpr[29] = (ctx.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_088D8114:
ctx.gpr[29] = (ctx.gpr[29] + static_cast<std::uint32_t>(-16));
ctx.gpr[7] = (aot_gpr_5 | 0u);
ctx.gpr[8] = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(21528)));
aot_gpr_5 = (aot_gpr_4 | 0u);
ctx.gpr[6] = (ctx.gpr[6] & 65535u);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(4), aot_gpr_31);
{ const bool branch_taken = ctx.gpr[8] != 0u;
aot_gpr_4 = (ctx.gpr[7] | 0u);
if (branch_taken) {
goto L_088D8148;
}
goto L_088D8134;
}
L_088D8134:
ctx.gpr[7] = (0u | 137u);
{ const bool branch_taken = ctx.gpr[6] == ctx.gpr[7];
if (branch_taken) {
goto L_088D8154;
}
goto L_088D8140;
}
L_088D8140:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D8190;
}
goto L_088D8148;
}
L_088D8148:
aot_gpr_2 = (aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-16352)));
{ const bool branch_taken = 0u == 0u;
aot_gpr_2 = (aot_gpr_2 + static_cast<std::uint32_t>(6028));
if (branch_taken) {
goto L_088D85B0;
}
goto L_088D8154;
}
L_088D8154:
ctx.gpr[7] = (aot_mem.aot_direct_load8(aot_gpr_28 + static_cast<std::uint32_t>(-23560)));
{ const bool branch_taken = ctx.gpr[7] == 0u;
if (branch_taken) {
goto L_088D8188;
}
goto L_088D8160;
}
L_088D8160:
aot_gpr_4 = (ctx.gpr[7] + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23560), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_28 + static_cast<std::uint32_t>(-23560)));
aot_gpr_2 = (aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-16352)));
aot_gpr_5 = (0u | 4u);
{ const bool branch_taken = aot_gpr_4 != aot_gpr_5;
aot_gpr_2 = (aot_gpr_2 + static_cast<std::uint32_t>(6028));
if (branch_taken) {
goto L_088D8180;
}
goto L_088D817C;
}
L_088D817C:
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23560), static_cast<std::uint8_t>(0u));
goto L_088D8180;
L_088D8180:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D85B0;
}
goto L_088D8188;
}
L_088D8188:
ctx.gpr[7] = (0u | 1u);
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23560), static_cast<std::uint8_t>(ctx.gpr[7]));
goto L_088D8190;
L_088D8190:
ctx.gpr[7] = (0u | 115u);
{ const bool branch_taken = ctx.gpr[6] != ctx.gpr[7];
if (branch_taken) {
goto L_088D81D8;
}
goto L_088D819C;
}
L_088D819C:
ctx.gpr[7] = (aot_mem.aot_direct_load8(aot_gpr_28 + static_cast<std::uint32_t>(-23559)));
{ const bool branch_taken = ctx.gpr[7] == 0u;
if (branch_taken) {
goto L_088D81D0;
}
goto L_088D81A8;
}
L_088D81A8:
aot_gpr_4 = (ctx.gpr[7] + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23559), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_28 + static_cast<std::uint32_t>(-23559)));
aot_gpr_2 = (aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-16352)));
aot_gpr_5 = (0u | 8u);
{ const bool branch_taken = aot_gpr_4 != aot_gpr_5;
aot_gpr_2 = (aot_gpr_2 + static_cast<std::uint32_t>(6028));
if (branch_taken) {
goto L_088D81C8;
}
goto L_088D81C4;
}
L_088D81C4:
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23559), static_cast<std::uint8_t>(0u));
goto L_088D81C8;
L_088D81C8:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D85B0;
}
goto L_088D81D0;
}
L_088D81D0:
ctx.gpr[7] = (0u | 1u);
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23559), static_cast<std::uint8_t>(ctx.gpr[7]));
goto L_088D81D8;
L_088D81D8:
ctx.gpr[7] = (0u | 147u);
{ const bool branch_taken = ctx.gpr[6] != ctx.gpr[7];
if (branch_taken) {
goto L_088D8220;
}
goto L_088D81E4;
}
L_088D81E4:
ctx.gpr[7] = (aot_mem.aot_direct_load8(aot_gpr_28 + static_cast<std::uint32_t>(-23558)));
{ const bool branch_taken = ctx.gpr[7] == 0u;
if (branch_taken) {
goto L_088D8218;
}
goto L_088D81F0;
}
L_088D81F0:
aot_gpr_4 = (ctx.gpr[7] + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23558), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_28 + static_cast<std::uint32_t>(-23558)));
aot_gpr_2 = (aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-16352)));
aot_gpr_5 = (0u | 4u);
{ const bool branch_taken = aot_gpr_4 != aot_gpr_5;
aot_gpr_2 = (aot_gpr_2 + static_cast<std::uint32_t>(6028));
if (branch_taken) {
goto L_088D8210;
}
goto L_088D820C;
}
L_088D820C:
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23558), static_cast<std::uint8_t>(0u));
goto L_088D8210;
L_088D8210:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D85B0;
}
goto L_088D8218;
}
L_088D8218:
ctx.gpr[7] = (0u | 1u);
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23558), static_cast<std::uint8_t>(ctx.gpr[7]));
goto L_088D8220;
L_088D8220:
ctx.gpr[7] = (0u | 120u);
{ const bool branch_taken = ctx.gpr[6] != ctx.gpr[7];
if (branch_taken) {
goto L_088D8268;
}
goto L_088D822C;
}
L_088D822C:
ctx.gpr[7] = (aot_mem.aot_direct_load8(aot_gpr_28 + static_cast<std::uint32_t>(-23557)));
{ const bool branch_taken = ctx.gpr[7] == 0u;
if (branch_taken) {
goto L_088D8260;
}
goto L_088D8238;
}
L_088D8238:
aot_gpr_4 = (ctx.gpr[7] + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23557), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_28 + static_cast<std::uint32_t>(-23557)));
aot_gpr_2 = (aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-16352)));
aot_gpr_5 = (0u | 4u);
{ const bool branch_taken = aot_gpr_4 != aot_gpr_5;
aot_gpr_2 = (aot_gpr_2 + static_cast<std::uint32_t>(6028));
if (branch_taken) {
goto L_088D8258;
}
goto L_088D8254;
}
L_088D8254:
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23557), static_cast<std::uint8_t>(0u));
goto L_088D8258;
L_088D8258:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D85B0;
}
goto L_088D8260;
}
L_088D8260:
ctx.gpr[7] = (0u | 1u);
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23557), static_cast<std::uint8_t>(ctx.gpr[7]));
goto L_088D8268;
L_088D8268:
ctx.gpr[7] = (0u | 122u);
{ const bool branch_taken = ctx.gpr[6] != ctx.gpr[7];
if (branch_taken) {
goto L_088D82B0;
}
goto L_088D8274;
}
L_088D8274:
ctx.gpr[7] = (aot_mem.aot_direct_load8(aot_gpr_28 + static_cast<std::uint32_t>(-23556)));
{ const bool branch_taken = ctx.gpr[7] == 0u;
if (branch_taken) {
goto L_088D82A8;
}
goto L_088D8280;
}
L_088D8280:
aot_gpr_4 = (ctx.gpr[7] + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23556), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_28 + static_cast<std::uint32_t>(-23556)));
aot_gpr_2 = (aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-16352)));
aot_gpr_5 = (0u | 2u);
{ const bool branch_taken = aot_gpr_4 != aot_gpr_5;
aot_gpr_2 = (aot_gpr_2 + static_cast<std::uint32_t>(6028));
if (branch_taken) {
goto L_088D82A0;
}
goto L_088D829C;
}
L_088D829C:
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23556), static_cast<std::uint8_t>(0u));
goto L_088D82A0;
L_088D82A0:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D85B0;
}
goto L_088D82A8;
}
L_088D82A8:
ctx.gpr[7] = (0u | 1u);
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23556), static_cast<std::uint8_t>(ctx.gpr[7]));
goto L_088D82B0;
L_088D82B0:
ctx.gpr[7] = (0u | 145u);
{ const bool branch_taken = ctx.gpr[6] == ctx.gpr[7];
ctx.gpr[7] = (0u | 144u);
if (branch_taken) {
goto L_088D82CC;
}
goto L_088D82BC;
}
L_088D82BC:
{ const bool branch_taken = ctx.gpr[6] == ctx.gpr[7];
ctx.gpr[7] = (0u | 143u);
if (branch_taken) {
goto L_088D82CC;
}
goto L_088D82C4;
}
L_088D82C4:
{ const bool branch_taken = ctx.gpr[6] != ctx.gpr[7];
if (branch_taken) {
goto L_088D8308;
}
goto L_088D82CC;
}
L_088D82CC:
ctx.gpr[7] = (aot_mem.aot_direct_load8(aot_gpr_28 + static_cast<std::uint32_t>(-23555)));
{ const bool branch_taken = ctx.gpr[7] == 0u;
if (branch_taken) {
goto L_088D8300;
}
goto L_088D82D8;
}
L_088D82D8:
aot_gpr_4 = (ctx.gpr[7] + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23555), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_28 + static_cast<std::uint32_t>(-23555)));
aot_gpr_2 = (aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-16352)));
aot_gpr_5 = (0u | 4u);
{ const bool branch_taken = aot_gpr_4 != aot_gpr_5;
aot_gpr_2 = (aot_gpr_2 + static_cast<std::uint32_t>(6028));
if (branch_taken) {
goto L_088D82F8;
}
goto L_088D82F4;
}
L_088D82F4:
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23555), static_cast<std::uint8_t>(0u));
goto L_088D82F8;
L_088D82F8:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D85B0;
}
goto L_088D8300;
}
L_088D8300:
ctx.gpr[7] = (0u | 1u);
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23555), static_cast<std::uint8_t>(ctx.gpr[7]));
goto L_088D8308;
L_088D8308:
ctx.gpr[7] = (0u | 135u);
{ const bool branch_taken = ctx.gpr[6] != ctx.gpr[7];
if (branch_taken) {
goto L_088D8350;
}
goto L_088D8314;
}
L_088D8314:
ctx.gpr[7] = (aot_mem.aot_direct_load8(aot_gpr_28 + static_cast<std::uint32_t>(-23554)));
{ const bool branch_taken = ctx.gpr[7] == 0u;
if (branch_taken) {
goto L_088D8348;
}
goto L_088D8320;
}
L_088D8320:
aot_gpr_4 = (ctx.gpr[7] + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23554), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_28 + static_cast<std::uint32_t>(-23554)));
aot_gpr_2 = (aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-16352)));
aot_gpr_5 = (0u | 4u);
{ const bool branch_taken = aot_gpr_4 != aot_gpr_5;
aot_gpr_2 = (aot_gpr_2 + static_cast<std::uint32_t>(6028));
if (branch_taken) {
goto L_088D8340;
}
goto L_088D833C;
}
L_088D833C:
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23554), static_cast<std::uint8_t>(0u));
goto L_088D8340;
L_088D8340:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D85B0;
}
goto L_088D8348;
}
L_088D8348:
ctx.gpr[7] = (0u | 1u);
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23554), static_cast<std::uint8_t>(ctx.gpr[7]));
goto L_088D8350;
L_088D8350:
ctx.gpr[7] = (0u | 107u);
{ const bool branch_taken = ctx.gpr[6] == ctx.gpr[7];
if (branch_taken) {
goto L_088D8388;
}
goto L_088D835C;
}
L_088D835C:
ctx.gpr[7] = (aot_mem.aot_direct_load8(aot_gpr_5 + static_cast<std::uint32_t>(26352)));
{ const bool branch_taken = static_cast<std::int32_t>(ctx.gpr[7]) > 0;
ctx.gpr[8] = (static_cast<std::int32_t>(ctx.gpr[7]) < 2 ? 1u : 0u);
if (branch_taken) {
goto L_088D83A8;
}
goto L_088D8368;
}
L_088D8368:
{ const bool branch_taken = static_cast<std::int32_t>(ctx.gpr[7]) < 0;
if (branch_taken) {
goto L_088D83D0;
}
goto L_088D8370;
}
L_088D8370:
ctx.gpr[7] = (aot_mem.aot_direct_load8(aot_gpr_5 + static_cast<std::uint32_t>(21529)));
ctx.gpr[8] = (static_cast<std::int32_t>(ctx.gpr[7]) < 2 ? 1u : 0u);
{ const bool branch_taken = ctx.gpr[8] != 0u;
aot_gpr_5 = (aot_gpr_28 + static_cast<std::uint32_t>(8629));
if (branch_taken) {
goto L_088D83DC;
}
goto L_088D8380;
}
L_088D8380:
{ const bool branch_taken = 0u == 0u;
ctx.gpr[8] = (static_cast<std::int32_t>(ctx.gpr[7]) < 3 ? 1u : 0u);
if (branch_taken) {
goto L_088D8404;
}
goto L_088D8388;
}
L_088D8388:
ctx.gpr[6] = (aot_gpr_4 + static_cast<std::uint32_t>(1724));
aot_gpr_4 = (aot_gpr_5 | 0u);
aot_gpr_5 = (ctx.gpr[29] | 0u);
ctx.gpr[7] = (0u | 3336u);
aot_gpr_31 = (0x088D83A0u);
ctx.gpr[8] = (0u | 19u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_088C95D8, 49u, 283u, 0x088C95D8u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], ctx.gpr[9], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0049_entry, 49u, 283u, 0x088C95D8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D83A0u) goto L_088D83A0;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D83A0:
{ const bool branch_taken = 0u == 0u;
aot_gpr_2 = (aot_mem.aot_direct_load32(ctx.gpr[29] + static_cast<std::uint32_t>(0)));
if (branch_taken) {
goto L_088D85B0;
}
goto L_088D83A8;
}
L_088D83A8:
{ const bool branch_taken = ctx.gpr[8] != 0u;
ctx.gpr[7] = (static_cast<std::int32_t>(ctx.gpr[7]) < 3 ? 1u : 0u);
if (branch_taken) {
goto L_088D8474;
}
goto L_088D83B0;
}
L_088D83B0:
{ const bool branch_taken = ctx.gpr[7] == 0u;
if (branch_taken) {
goto L_088D83D0;
}
goto L_088D83B8;
}
L_088D83B8:
ctx.gpr[7] = (aot_mem.aot_direct_load8(aot_gpr_5 + static_cast<std::uint32_t>(21529)));
ctx.gpr[8] = (static_cast<std::int32_t>(ctx.gpr[7]) < 2 ? 1u : 0u);
{ const bool branch_taken = ctx.gpr[8] != 0u;
aot_gpr_5 = (aot_gpr_28 + static_cast<std::uint32_t>(8629));
if (branch_taken) {
goto L_088D8520;
}
goto L_088D83C8;
}
L_088D83C8:
{ const bool branch_taken = 0u == 0u;
ctx.gpr[8] = (static_cast<std::int32_t>(ctx.gpr[7]) < 3 ? 1u : 0u);
if (branch_taken) {
goto L_088D8548;
}
goto L_088D83D0;
}
L_088D83D0:
aot_gpr_2 = (aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-16352)));
{ const bool branch_taken = 0u == 0u;
aot_gpr_2 = (aot_gpr_2 + static_cast<std::uint32_t>(6028));
if (branch_taken) {
goto L_088D85B0;
}
goto L_088D83DC;
}
L_088D83DC:
{ const bool branch_taken = static_cast<std::int32_t>(ctx.gpr[7]) < 0;
if (branch_taken) {
goto L_088D845C;
}
goto L_088D83E4;
}
L_088D83E4:
{ const bool branch_taken = static_cast<std::int32_t>(ctx.gpr[7]) > 0;
if (branch_taken) {
goto L_088D842C;
}
goto L_088D83EC;
}
L_088D83EC:
ctx.gpr[7] = (aot_gpr_4 | 0u);
aot_gpr_4 = (aot_gpr_5 | 0u);
aot_gpr_31 = (0x088D83FCu);
aot_gpr_5 = (ctx.gpr[7] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0021.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 87u, 0x088D83FCu, 0x08859C94u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0021_entry(rt, ctx, 483u, aot_mem);
#else
recomp_unit_0021_entry(rt, ctx, 483u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0021_entry, 21u, 483u, 0x08859C94u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D83FCu) goto L_088D83FC;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D83FC:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D85B0;
}
goto L_088D8404;
}
L_088D8404:
{ const bool branch_taken = ctx.gpr[8] != 0u;
ctx.gpr[7] = (static_cast<std::int32_t>(ctx.gpr[7]) < 4 ? 1u : 0u);
if (branch_taken) {
goto L_088D8444;
}
goto L_088D840C;
}
L_088D840C:
{ const bool branch_taken = ctx.gpr[7] == 0u;
if (branch_taken) {
goto L_088D845C;
}
goto L_088D8414;
}
L_088D8414:
ctx.gpr[7] = (aot_gpr_4 | 0u);
aot_gpr_4 = (aot_gpr_5 | 0u);
aot_gpr_31 = (0x088D8424u);
aot_gpr_5 = (ctx.gpr[7] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0021.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 91u, 0x088D8424u, 0x08859FF4u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0021_entry(rt, ctx, 535u, aot_mem);
#else
recomp_unit_0021_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_0021_entry, 21u, 535u, 0x08859FF4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D8424u) goto L_088D8424;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D8424:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D85B0;
}
goto L_088D842C;
}
L_088D842C:
ctx.gpr[7] = (aot_gpr_4 | 0u);
aot_gpr_4 = (aot_gpr_5 | 0u);
aot_gpr_31 = (0x088D843Cu);
aot_gpr_5 = (ctx.gpr[7] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0021.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 93u, 0x088D843Cu, 0x08859E54u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0021_entry(rt, ctx, 510u, aot_mem);
#else
recomp_unit_0021_entry(rt, ctx, 510u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0021_entry, 21u, 510u, 0x08859E54u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D843Cu) goto L_088D843C;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D843C:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D85B0;
}
goto L_088D8444;
}
L_088D8444:
ctx.gpr[7] = (aot_gpr_4 | 0u);
aot_gpr_4 = (aot_gpr_5 | 0u);
aot_gpr_31 = (0x088D8454u);
aot_gpr_5 = (ctx.gpr[7] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0021.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 95u, 0x088D8454u, 0x08859AD4u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0021_entry(rt, ctx, 456u, aot_mem);
#else
recomp_unit_0021_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_0021_entry, 21u, 456u, 0x08859AD4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D8454u) goto L_088D8454;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D8454:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D85B0;
}
goto L_088D845C;
}
L_088D845C:
ctx.gpr[7] = (aot_gpr_4 | 0u);
aot_gpr_4 = (aot_gpr_5 | 0u);
aot_gpr_31 = (0x088D846Cu);
aot_gpr_5 = (ctx.gpr[7] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0021.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 97u, 0x088D846Cu, 0x08859C94u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0021_entry(rt, ctx, 483u, aot_mem);
#else
recomp_unit_0021_entry(rt, ctx, 483u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0021_entry, 21u, 483u, 0x08859C94u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D846Cu) goto L_088D846C;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D846C:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D85B0;
}
goto L_088D8474;
}
L_088D8474:
ctx.gpr[7] = (aot_mem.aot_direct_load8(aot_gpr_5 + static_cast<std::uint32_t>(21529)));
ctx.gpr[8] = (static_cast<std::int32_t>(ctx.gpr[7]) < 2 ? 1u : 0u);
{ const bool branch_taken = ctx.gpr[8] == 0u;
aot_gpr_5 = (aot_gpr_28 + static_cast<std::uint32_t>(8629));
if (branch_taken) {
goto L_088D84AC;
}
goto L_088D8484;
}
L_088D8484:
{ const bool branch_taken = static_cast<std::int32_t>(ctx.gpr[7]) < 0;
if (branch_taken) {
goto L_088D8508;
}
goto L_088D848C;
}
L_088D848C:
{ const bool branch_taken = static_cast<std::int32_t>(ctx.gpr[7]) > 0;
if (branch_taken) {
goto L_088D84D8;
}
goto L_088D8494;
}
L_088D8494:
ctx.gpr[7] = (aot_gpr_4 | 0u);
aot_gpr_4 = (aot_gpr_5 | 0u);
aot_gpr_31 = (0x088D84A4u);
aot_gpr_5 = (ctx.gpr[7] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0021.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 102u, 0x088D84A4u, 0x0885A994u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0021_entry(rt, ctx, 683u, aot_mem);
#else
recomp_unit_0021_entry(rt, ctx, 683u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0021_entry, 21u, 683u, 0x0885A994u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D84A4u) goto L_088D84A4;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D84A4:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D85B0;
}
goto L_088D84AC;
}
L_088D84AC:
ctx.gpr[8] = (static_cast<std::int32_t>(ctx.gpr[7]) < 3 ? 1u : 0u);
{ const bool branch_taken = ctx.gpr[8] != 0u;
ctx.gpr[7] = (static_cast<std::int32_t>(ctx.gpr[7]) < 4 ? 1u : 0u);
if (branch_taken) {
goto L_088D84F0;
}
goto L_088D84B8;
}
L_088D84B8:
{ const bool branch_taken = ctx.gpr[7] == 0u;
if (branch_taken) {
goto L_088D8508;
}
goto L_088D84C0;
}
L_088D84C0:
ctx.gpr[7] = (aot_gpr_4 | 0u);
aot_gpr_4 = (aot_gpr_5 | 0u);
aot_gpr_31 = (0x088D84D0u);
aot_gpr_5 = (ctx.gpr[7] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0021.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 106u, 0x088D84D0u, 0x0885ACF4u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0021_entry(rt, ctx, 735u, aot_mem);
#else
recomp_unit_0021_entry(rt, ctx, 735u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0021_entry, 21u, 735u, 0x0885ACF4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D84D0u) goto L_088D84D0;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D84D0:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D85B0;
}
goto L_088D84D8;
}
L_088D84D8:
ctx.gpr[7] = (aot_gpr_4 | 0u);
aot_gpr_4 = (aot_gpr_5 | 0u);
aot_gpr_31 = (0x088D84E8u);
aot_gpr_5 = (ctx.gpr[7] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0021.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 108u, 0x088D84E8u, 0x0885AB54u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0021_entry(rt, ctx, 710u, aot_mem);
#else
recomp_unit_0021_entry(rt, ctx, 710u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0021_entry, 21u, 710u, 0x0885AB54u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D84E8u) goto L_088D84E8;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D84E8:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D85B0;
}
goto L_088D84F0;
}
L_088D84F0:
ctx.gpr[7] = (aot_gpr_4 | 0u);
aot_gpr_4 = (aot_gpr_5 | 0u);
aot_gpr_31 = (0x088D8500u);
aot_gpr_5 = (ctx.gpr[7] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0021.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 110u, 0x088D8500u, 0x0885A7D4u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0021_entry(rt, ctx, 656u, aot_mem);
#else
recomp_unit_0021_entry(rt, ctx, 656u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0021_entry, 21u, 656u, 0x0885A7D4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D8500u) goto L_088D8500;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D8500:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D85B0;
}
goto L_088D8508;
}
L_088D8508:
ctx.gpr[7] = (aot_gpr_4 | 0u);
aot_gpr_4 = (aot_gpr_5 | 0u);
aot_gpr_31 = (0x088D8518u);
aot_gpr_5 = (ctx.gpr[7] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0021.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 112u, 0x088D8518u, 0x0885A994u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0021_entry(rt, ctx, 683u, aot_mem);
#else
recomp_unit_0021_entry(rt, ctx, 683u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0021_entry, 21u, 683u, 0x0885A994u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D8518u) goto L_088D8518;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D8518:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D85B0;
}
goto L_088D8520;
}
L_088D8520:
{ const bool branch_taken = static_cast<std::int32_t>(ctx.gpr[7]) < 0;
if (branch_taken) {
goto L_088D85A0;
}
goto L_088D8528;
}
L_088D8528:
{ const bool branch_taken = static_cast<std::int32_t>(ctx.gpr[7]) > 0;
if (branch_taken) {
goto L_088D8570;
}
goto L_088D8530;
}
L_088D8530:
ctx.gpr[7] = (aot_gpr_4 | 0u);
aot_gpr_4 = (aot_gpr_5 | 0u);
aot_gpr_31 = (0x088D8540u);
aot_gpr_5 = (ctx.gpr[7] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0021.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 116u, 0x088D8540u, 0x0885A314u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0021_entry(rt, ctx, 583u, aot_mem);
#else
recomp_unit_0021_entry(rt, ctx, 583u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0021_entry, 21u, 583u, 0x0885A314u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D8540u) goto L_088D8540;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D8540:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D85B0;
}
goto L_088D8548;
}
L_088D8548:
{ const bool branch_taken = ctx.gpr[8] != 0u;
ctx.gpr[7] = (static_cast<std::int32_t>(ctx.gpr[7]) < 4 ? 1u : 0u);
if (branch_taken) {
goto L_088D8588;
}
goto L_088D8550;
}
L_088D8550:
{ const bool branch_taken = ctx.gpr[7] == 0u;
if (branch_taken) {
goto L_088D85A0;
}
goto L_088D8558;
}
L_088D8558:
ctx.gpr[7] = (aot_gpr_4 | 0u);
aot_gpr_4 = (aot_gpr_5 | 0u);
aot_gpr_31 = (0x088D8568u);
aot_gpr_5 = (ctx.gpr[7] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0021.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 120u, 0x088D8568u, 0x0885A674u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0021_entry(rt, ctx, 635u, aot_mem);
#else
recomp_unit_0021_entry(rt, ctx, 635u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0021_entry, 21u, 635u, 0x0885A674u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D8568u) goto L_088D8568;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D8568:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D85B0;
}
goto L_088D8570;
}
L_088D8570:
ctx.gpr[7] = (aot_gpr_4 | 0u);
aot_gpr_4 = (aot_gpr_5 | 0u);
aot_gpr_31 = (0x088D8580u);
aot_gpr_5 = (ctx.gpr[7] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0021.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 122u, 0x088D8580u, 0x0885A4D4u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0021_entry(rt, ctx, 610u, aot_mem);
#else
recomp_unit_0021_entry(rt, ctx, 610u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0021_entry, 21u, 610u, 0x0885A4D4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D8580u) goto L_088D8580;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D8580:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D85B0;
}
goto L_088D8588;
}
L_088D8588:
ctx.gpr[7] = (aot_gpr_4 | 0u);
aot_gpr_4 = (aot_gpr_5 | 0u);
aot_gpr_31 = (0x088D8598u);
aot_gpr_5 = (ctx.gpr[7] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0021.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 124u, 0x088D8598u, 0x0885A154u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0021_entry(rt, ctx, 556u, aot_mem);
#else
recomp_unit_0021_entry(rt, ctx, 556u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0021_entry, 21u, 556u, 0x0885A154u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D8598u) goto L_088D8598;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D8598:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D85B0;
}
goto L_088D85A0;
}
L_088D85A0:
ctx.gpr[7] = (aot_gpr_4 | 0u);
aot_gpr_4 = (aot_gpr_5 | 0u);
aot_gpr_31 = (0x088D85B0u);
aot_gpr_5 = (ctx.gpr[7] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0021.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 126u, 0x088D85B0u, 0x0885A314u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0021_entry(rt, ctx, 583u, aot_mem);
#else
recomp_unit_0021_entry(rt, ctx, 583u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0021_entry, 21u, 583u, 0x0885A314u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D85B0u) goto L_088D85B0;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D85B0:
aot_gpr_31 = (aot_mem.aot_direct_load32(ctx.gpr[29] + static_cast<std::uint32_t>(4)));
jump_target = aot_gpr_31;
ctx.gpr[29] = (ctx.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_088D85BC:
ctx.gpr[29] = (ctx.gpr[29] + static_cast<std::uint32_t>(-64));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(24), aot_gpr_16);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(40), ctx.gpr[20]);
ctx.gpr[20] = (aot_gpr_4 + static_cast<std::uint32_t>(96));
aot_gpr_16 = (aot_gpr_4 | 0u);
aot_gpr_4 = (18204u << 16u);
aot_gpr_4 = (aot_gpr_4 | 16384u);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(0), std::bit_cast<std::uint32_t>(aot_fpr_20));
aot_fpr_20 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_4 = (18095u << 16u);
aot_gpr_4 = (aot_gpr_4 | 51200u);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(12), std::bit_cast<std::uint32_t>(ctx.fpr[26]));
ctx.fpr[26] = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(8), std::bit_cast<std::uint32_t>(ctx.fpr[24]));
aot_gpr_4 = (17224u << 16u);
ctx.fpr[24] = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(16), std::bit_cast<std::uint32_t>(ctx.fpr[28]));
aot_gpr_4 = (17174u << 16u);
ctx.fpr[28] = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(44), ctx.gpr[21]);
ctx.gpr[21] = (2237u << 16u);
aot_gpr_4 = (16384u << 16u);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(20), std::bit_cast<std::uint32_t>(ctx.fpr[30]));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(32), ctx.gpr[18]);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(36), ctx.gpr[19]);
{ const std::uint32_t aot_run_words[3]{ctx.gpr[22], ctx.gpr[23], ctx.gpr[30]};
aot_mem.aot_direct_store32_block(ctx.gpr[29] + static_cast<std::uint32_t>(48), aot_run_words); }
ctx.fpr[30] = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[18] = (0u | 0u);
ctx.gpr[19] = (0u | 1u);
ctx.gpr[30] = (0u | 175u);
ctx.gpr[23] = (0u | 6u);
ctx.gpr[22] = (0u | 10u);
ctx.gpr[21] = (ctx.gpr[21] + static_cast<std::uint32_t>(-28320));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(4), std::bit_cast<std::uint32_t>(aot_fpr_22));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(28), ctx.gpr[17]);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(60), aot_gpr_31);
goto L_088D8654;
L_088D8654:
aot_gpr_31 = (0x088D865Cu);
aot_gpr_4 = (ctx.gpr[18] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0121.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 129u, 0x088D865Cu, 0x089E93CCu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0121_entry(rt, ctx, 245u, aot_mem);
#else
recomp_unit_0121_entry(rt, ctx, 245u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0121_entry, 121u, 245u, 0x089E93CCu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D865Cu) goto L_088D865C;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D865C:
{ const bool branch_taken = aot_gpr_2 != 0u;
if (branch_taken) {
goto L_088D866C;
}
goto L_088D8664;
}
L_088D8664:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D881C;
}
goto L_088D866C;
}
L_088D866C:
aot_gpr_31 = (0x088D8674u);
aot_gpr_4 = (ctx.gpr[18] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0121.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 132u, 0x088D8674u, 0x089E9384u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0121_entry(rt, ctx, 243u, aot_mem);
#else
recomp_unit_0121_entry(rt, ctx, 243u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0121_entry, 121u, 243u, 0x089E9384u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D8674u) goto L_088D8674;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D8674:
aot_gpr_4 = (0u | 1u);
{ const bool branch_taken = aot_gpr_2 != aot_gpr_4;
if (branch_taken) {
goto L_088D881C;
}
goto L_088D8680;
}
L_088D8680:
aot_gpr_31 = (0x088D8688u);
aot_gpr_4 = (ctx.gpr[18] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0121.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 134u, 0x088D8688u, 0x089E93A8u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0121_entry(rt, ctx, 244u, aot_mem);
#else
recomp_unit_0121_entry(rt, ctx, 244u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0121_entry, 121u, 244u, 0x089E93A8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D8688u) goto L_088D8688;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D8688:
aot_gpr_31 = (0x088D8690u);
aot_gpr_4 = (ctx.gpr[18] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0121.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 135u, 0x088D8690u, 0x089E93F0u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0121_entry(rt, ctx, 246u, aot_mem);
#else
recomp_unit_0121_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_0121_entry, 121u, 246u, 0x089E93F0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D8690u) goto L_088D8690;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D8690:
ctx.gpr[17] = (aot_gpr_2 | 0u);
aot_gpr_4 = (ctx.gpr[17] < static_cast<std::uint32_t>(12) ? 1u : 0u);
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_088D8760;
}
goto L_088D86A0;
}
L_088D86A0:
ctx.gpr[17] = (ctx.gpr[17] << 2u);
ctx.gpr[1] = (2232u << 16u);
ctx.gpr[1] = (ctx.gpr[1] + ctx.gpr[17]);
ctx.gpr[1] = (aot_mem.aot_direct_load32(ctx.gpr[1] + static_cast<std::uint32_t>(-17752)));
jump_target = ctx.gpr[1];
ctx.gpr[17] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(ctx.gpr[17]) >> 2u));
// 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_088D86B8:
aot_gpr_4 = (0u | 176u);
aot_fpr_22 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(aot_fpr_20));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(ctx.fpr[24]));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088D86D4u);
aot_gpr_5 = (0u | 1000u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_089B7A84, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_2, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0108_entry, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D86D4u) goto L_088D86D4;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D86D4:
aot_gpr_4 = (aot_gpr_2 + static_cast<std::uint32_t>(19000));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), 0u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(ctx.gpr[19]));
{ const bool branch_taken = 0u == 0u;
ctx.gpr[17] = (0u | 127u);
if (branch_taken) {
goto L_088D87A4;
}
goto L_088D86F0;
}
L_088D86F0:
aot_gpr_4 = (0u | 298u);
aot_fpr_22 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(aot_fpr_20));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(ctx.fpr[24]));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088D870Cu);
aot_gpr_5 = (0u | 1000u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_089B7A84, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_2, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0108_entry, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D870Cu) goto L_088D870C;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D870C:
aot_gpr_4 = (aot_gpr_2 + static_cast<std::uint32_t>(12347));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), 0u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(ctx.gpr[19]));
{ const bool branch_taken = 0u == 0u;
ctx.gpr[17] = (0u | 127u);
if (branch_taken) {
goto L_088D87A4;
}
goto L_088D8728;
}
L_088D8728:
aot_gpr_4 = (0u | 177u);
aot_fpr_22 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(ctx.fpr[26]));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(ctx.fpr[28]));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088D8744u);
aot_gpr_5 = (0u | 1000u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_089B7A84, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_2, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0108_entry, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D8744u) goto L_088D8744;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D8744:
aot_gpr_4 = (aot_gpr_2 + static_cast<std::uint32_t>(19000));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), 0u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
{ const bool branch_taken = 0u == 0u;
ctx.gpr[17] = (0u | 127u);
if (branch_taken) {
goto L_088D87A4;
}
goto L_088D8760;
}
L_088D8760:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(ctx.fpr[24]));
aot_fpr_22 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(aot_fpr_20));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), ctx.gpr[30]);
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088D8778u);
aot_gpr_5 = (0u | 1000u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_089B7A84, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_2, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0108_entry, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D8778u) goto L_088D8778;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D8778:
aot_gpr_4 = (aot_gpr_2 + static_cast<std::uint32_t>(19500));
{ const bool branch_taken = ctx.gpr[17] != ctx.gpr[23];
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
if (branch_taken) {
goto L_088D8798;
}
goto L_088D8784;
}
L_088D8784:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(68)));
aot_gpr_4 = (aot_gpr_4 << 3u);
{ const std::uint32_t dividend = aot_gpr_4; const std::uint32_t divisor = ctx.gpr[22]; if (divisor == 0u) { ctx.lo = 0xFFFFFFFFu; ctx.hi = dividend; } else { ctx.lo = dividend / divisor; ctx.hi = dividend % divisor; } }
aot_gpr_4 = (ctx.lo);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
goto L_088D8798;
L_088D8798:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), 0u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
ctx.gpr[17] = (0u | 127u);
goto L_088D87A4;
L_088D87A4:
aot_gpr_31 = (0x088D87ACu);
aot_gpr_4 = (ctx.gpr[18] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0121.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 148u, 0x088D87ACu, 0x089E9414u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0121_entry(rt, ctx, 247u, aot_mem);
#else
recomp_unit_0121_entry(rt, ctx, 247u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0121_entry, 121u, 247u, 0x089E9414u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D87ACu) goto L_088D87AC;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D87AC:
{ const std::uint32_t vfpu_address = aot_gpr_2 + 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); }
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088D87C0u);
aot_gpr_5 = (ctx.gpr[20] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0049.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 149u, 0x088D87C0u, 0x088CA7B0u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0049_entry(rt, ctx, 494u, aot_mem);
#else
recomp_unit_0049_entry(rt, ctx, 494u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0049_entry, 49u, 494u, 0x088CA7B0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D87C0u) goto L_088D87C0;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D87C0:
aot_fpr_12 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(ctx.fpr[0]));
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_12 < aot_fpr_22)) ? 0x00800000u : 0u);
{ const bool branch_taken = !((ctx.fcr31 & 0x00800000u) != 0u);
if (branch_taken) {
goto L_088D881C;
}
goto L_088D87D4;
}
L_088D87D4:
aot_fpr_13 = std::sqrt(aot_fpr_12);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(76), std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(88)));
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088D87ECu);
aot_gpr_5 = (ctx.gpr[17] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0109.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 151u, 0x088D87ECu, 0x089B8190u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0109_entry(rt, ctx, 21u, aot_mem);
#else
recomp_unit_0109_entry(rt, ctx, 21u, 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, 21u, 0x089B8190u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D87ECu) goto L_088D87EC;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D87EC:
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(72), static_cast<std::uint8_t>(aot_gpr_2));
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(72)));
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_4) <= 0;
if (branch_taken) {
goto L_088D881C;
}
goto L_088D87FC;
}
L_088D87FC:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(52), ctx.gpr[18]);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(ctx.fpr[30]));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(80), ctx.gpr[19]);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(92), static_cast<std::uint8_t>(ctx.gpr[19]));
aot_gpr_4 = (ctx.gpr[21] | 0u);
aot_gpr_31 = (0x088D881Cu);
aot_gpr_5 = (0u | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0108.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 153u, 0x088D881Cu, 0x089B7B80u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0108_entry(rt, ctx, 703u, aot_mem);
#else
recomp_unit_0108_entry(rt, ctx, 703u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0108_entry, 108u, 703u, 0x089B7B80u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D881Cu) goto L_088D881C;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D881C:
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(1));
ctx.gpr[18] = (ctx.gpr[18] & 255u);
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[18]) < 48 ? 1u : 0u);
{ const bool branch_taken = aot_gpr_4 != 0u;
if (branch_taken) {
goto L_088D8654;
}
goto L_088D8830;
}
L_088D8830:
{ std::uint32_t aot_run_words[16]{};
aot_mem.aot_direct_load32_block(ctx.gpr[29] + static_cast<std::uint32_t>(0), aot_run_words);
aot_fpr_20 = std::bit_cast<float>(aot_run_words[0]);
aot_fpr_22 = std::bit_cast<float>(aot_run_words[1]);
ctx.fpr[24] = std::bit_cast<float>(aot_run_words[2]);
ctx.fpr[26] = std::bit_cast<float>(aot_run_words[3]);
ctx.fpr[28] = std::bit_cast<float>(aot_run_words[4]);
ctx.fpr[30] = std::bit_cast<float>(aot_run_words[5]);
aot_gpr_16 = aot_run_words[6];
ctx.gpr[17] = aot_run_words[7];
ctx.gpr[18] = aot_run_words[8];
ctx.gpr[19] = aot_run_words[9];
ctx.gpr[20] = aot_run_words[10];
ctx.gpr[21] = aot_run_words[11];
ctx.gpr[22] = aot_run_words[12];
ctx.gpr[23] = aot_run_words[13];
ctx.gpr[30] = aot_run_words[14];
aot_gpr_31 = aot_run_words[15];
}
jump_target = aot_gpr_31;
ctx.gpr[29] = (ctx.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_088D8878:
ctx.gpr[29] = (ctx.gpr[29] + static_cast<std::uint32_t>(-80));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(40), aot_gpr_16);
ctx.gpr[6] = (aot_gpr_4 + static_cast<std::uint32_t>(96));
aot_gpr_16 = (aot_gpr_4 | 0u);
aot_gpr_4 = (17864u << 16u);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(24), std::bit_cast<std::uint32_t>(ctx.fpr[24]));
ctx.fpr[24] = std::bit_cast<float>(aot_gpr_4);
aot_gpr_5 = (2238u << 16u);
aot_gpr_4 = (17056u << 16u);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(20), std::bit_cast<std::uint32_t>(aot_fpr_22));
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(14864));
aot_fpr_22 = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(8), aot_gpr_5);
aot_gpr_4 = (16840u << 16u);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(36), std::bit_cast<std::uint32_t>(ctx.fpr[30]));
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(32));
ctx.fpr[30] = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(12), aot_gpr_5);
aot_gpr_4 = (16384u << 16u);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(28), std::bit_cast<std::uint32_t>(ctx.fpr[26]));
aot_gpr_5 = (2237u << 16u);
ctx.fpr[26] = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(4), ctx.gpr[6]);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(-28320));
aot_gpr_4 = (17352u << 16u);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(32), std::bit_cast<std::uint32_t>(ctx.fpr[28]));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(48), ctx.gpr[18]);
{ const std::uint32_t aot_run_words[4]{ctx.gpr[21], ctx.gpr[22], ctx.gpr[23], ctx.gpr[30]};
aot_mem.aot_direct_store32_block(ctx.gpr[29] + static_cast<std::uint32_t>(60), aot_run_words); }
ctx.fpr[28] = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[30] = (0u | 0u);
ctx.gpr[18] = (0u | 0u);
ctx.gpr[23] = (0u | 80u);
ctx.gpr[21] = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
ctx.gpr[22] = (0u | 10u);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(0), aot_gpr_5);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(16), std::bit_cast<std::uint32_t>(aot_fpr_20));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(44), ctx.gpr[17]);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(52), ctx.gpr[19]);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(56), ctx.gpr[20]);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(76), aot_gpr_31);
goto L_088D8924;
L_088D8924:
ctx.gpr[19] = (aot_mem.aot_direct_load32(ctx.gpr[29] + static_cast<std::uint32_t>(8)));
ctx.gpr[20] = (ctx.gpr[18] << 6u);
ctx.gpr[19] = (ctx.gpr[20] + ctx.gpr[19]);
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[19] + static_cast<std::uint32_t>(16)));
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_088D8BCC;
}
goto L_088D893C;
}
L_088D893C:
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[19] + static_cast<std::uint32_t>(19)));
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_088D8BCC;
}
goto L_088D8948;
}
L_088D8948:
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[19] + static_cast<std::uint32_t>(48)));
{ const bool branch_taken = aot_gpr_4 != 0u;
if (branch_taken) {
goto L_088D8994;
}
goto L_088D8954;
}
L_088D8954:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_22));
aot_fpr_20 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(ctx.fpr[24]));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), ctx.gpr[23]);
aot_gpr_4 = (ctx.gpr[21] | 0u);
aot_gpr_31 = (0x088D896Cu);
aot_gpr_5 = (0u | 80u);
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088D896Cu) goto L_088D896C;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D896C:
aot_gpr_4 = (aot_gpr_2 >> 8u);
{ const std::int64_t product = static_cast<std::int64_t>(static_cast<std::int32_t>(ctx.gpr[18])) * static_cast<std::int64_t>(static_cast<std::int32_t>(aot_gpr_4)); ctx.lo = static_cast<std::uint32_t>(product); ctx.hi = static_cast<std::uint32_t>(static_cast<std::uint64_t>(product) >> 32u); }
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_gpr_4 = (0u | 8u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
ctx.gpr[17] = (0u | 80u);
aot_gpr_4 = (ctx.lo);
aot_gpr_4 = (aot_gpr_2 + aot_gpr_4);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
if (branch_taken) {
goto L_088D8A94;
}
goto L_088D8994;
}
L_088D8994:
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[19] + static_cast<std::uint32_t>(48)));
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(72)));
aot_gpr_4 = (aot_gpr_4 & 14u);
aot_gpr_4 = (aot_gpr_4 >> 1u);
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 = (0u | 3u);
if (branch_taken) {
goto L_088D8A08;
}
goto L_088D89B0;
}
L_088D89B0:
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_4) <= 0;
if (branch_taken) {
goto L_088D8A58;
}
goto L_088D89B8;
}
L_088D89B8:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_22));
aot_fpr_20 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(ctx.fpr[24]));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), ctx.gpr[23]);
aot_gpr_4 = (ctx.gpr[21] | 0u);
aot_gpr_31 = (0x088D89D0u);
aot_gpr_5 = (0u | 80u);
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088D89D0u) goto L_088D89D0;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D89D0:
aot_gpr_4 = (aot_gpr_2 << 3u);
{ const std::uint32_t dividend = aot_gpr_4; const std::uint32_t divisor = ctx.gpr[22]; if (divisor == 0u) { ctx.lo = 0xFFFFFFFFu; ctx.hi = dividend; } else { ctx.lo = dividend / divisor; ctx.hi = dividend % divisor; } }
aot_gpr_4 = (0u | 6u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
ctx.gpr[17] = (0u | 100u);
aot_gpr_4 = (ctx.lo);
aot_gpr_5 = (aot_gpr_4 >> 8u);
{ const std::int64_t product = static_cast<std::int64_t>(static_cast<std::int32_t>(ctx.gpr[18])) * static_cast<std::int64_t>(static_cast<std::int32_t>(aot_gpr_5)); ctx.lo = static_cast<std::uint32_t>(product); ctx.hi = static_cast<std::uint32_t>(static_cast<std::uint64_t>(product) >> 32u); }
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_gpr_5 = (ctx.lo);
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
if (branch_taken) {
goto L_088D8A94;
}
goto L_088D8A08;
}
L_088D8A08:
{ const bool branch_taken = aot_gpr_4 != aot_gpr_5;
if (branch_taken) {
goto L_088D8A58;
}
goto L_088D8A10;
}
L_088D8A10:
aot_gpr_4 = (0u | 268u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(ctx.fpr[30]));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_gpr_4 = (17436u << 16u);
aot_gpr_4 = (aot_gpr_4 | 16384u);
aot_fpr_20 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_5 = (0u | 268u);
aot_gpr_31 = (0x088D8A34u);
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_0880A400, 1u, 514u, 0x0880A400u>(ctx, &aot_mem, ctx.pc, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088D8A34u) goto L_088D8A34;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D8A34:
aot_gpr_4 = (aot_gpr_2 >> 8u);
{ const std::int64_t product = static_cast<std::int64_t>(static_cast<std::int32_t>(ctx.gpr[18])) * static_cast<std::int64_t>(static_cast<std::int32_t>(aot_gpr_4)); ctx.lo = static_cast<std::uint32_t>(product); ctx.hi = static_cast<std::uint32_t>(static_cast<std::uint64_t>(product) >> 32u); }
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), ctx.gpr[22]);
ctx.gpr[17] = (0u | 60u);
aot_gpr_4 = (ctx.lo);
aot_gpr_4 = (aot_gpr_2 + aot_gpr_4);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
if (branch_taken) {
goto L_088D8A94;
}
goto L_088D8A58;
}
L_088D8A58:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_22));
aot_fpr_20 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(ctx.fpr[24]));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), ctx.gpr[23]);
aot_gpr_4 = (ctx.gpr[21] | 0u);
aot_gpr_31 = (0x088D8A70u);
aot_gpr_5 = (0u | 80u);
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088D8A70u) goto L_088D8A70;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D8A70:
aot_gpr_4 = (aot_gpr_2 >> 8u);
{ const std::int64_t product = static_cast<std::int64_t>(static_cast<std::int32_t>(ctx.gpr[18])) * static_cast<std::int64_t>(static_cast<std::int32_t>(aot_gpr_4)); ctx.lo = static_cast<std::uint32_t>(product); ctx.hi = static_cast<std::uint32_t>(static_cast<std::uint64_t>(product) >> 32u); }
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_gpr_4 = (0u | 8u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
ctx.gpr[17] = (0u | 80u);
aot_gpr_4 = (ctx.lo);
aot_gpr_4 = (aot_gpr_2 + aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
goto L_088D8A94;
L_088D8A94:
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[29] + static_cast<std::uint32_t>(12)));
aot_gpr_4 = (ctx.gpr[20] + aot_gpr_4);
{ 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_5 = (aot_mem.aot_direct_load32(ctx.gpr[29] + static_cast<std::uint32_t>(4)));
{ 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_31 = (0x088D8AB0u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0049.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 171u, 0x088D8AB0u, 0x088CA7B0u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0049_entry(rt, ctx, 494u, aot_mem);
#else
recomp_unit_0049_entry(rt, ctx, 494u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0049_entry, 49u, 494u, 0x088CA7B0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D8AB0u) goto L_088D8AB0;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D8AB0:
aot_fpr_12 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(ctx.fpr[0]));
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_12 < aot_fpr_20)) ? 0x00800000u : 0u);
{ const bool branch_taken = !((ctx.fcr31 & 0x00800000u) != 0u);
aot_gpr_4 = (ctx.gpr[30] < static_cast<std::uint32_t>(1) ? 1u : 0u);
if (branch_taken) {
goto L_088D8B24;
}
goto L_088D8AC4;
}
L_088D8AC4:
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_088D8B24;
}
goto L_088D8ACC;
}
L_088D8ACC:
aot_fpr_13 = std::sqrt(aot_fpr_12);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(76), std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(88)));
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088D8AE4u);
aot_gpr_5 = (ctx.gpr[17] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0109.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 174u, 0x088D8AE4u, 0x089B8190u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0109_entry(rt, ctx, 21u, aot_mem);
#else
recomp_unit_0109_entry(rt, ctx, 21u, 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, 21u, 0x089B8190u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D8AE4u) goto L_088D8AE4;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D8AE4:
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(72), static_cast<std::uint8_t>(aot_gpr_2));
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(72)));
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_4) <= 0;
if (branch_taken) {
goto L_088D8B24;
}
goto L_088D8AF4;
}
L_088D8AF4:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(52), ctx.gpr[18]);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(ctx.fpr[26]));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(116), ctx.gpr[22]);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(80), 0u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(92), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[29] + static_cast<std::uint32_t>(0)));
ctx.gpr[30] = (ctx.gpr[30] + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
aot_gpr_31 = (0x088D8B24u);
aot_gpr_5 = (0u | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0108.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 176u, 0x088D8B24u, 0x089B7B80u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0108_entry(rt, ctx, 703u, aot_mem);
#else
recomp_unit_0108_entry(rt, ctx, 703u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0108_entry, 108u, 703u, 0x089B7B80u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D8B24u) goto L_088D8B24;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D8B24:
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[19] + static_cast<std::uint32_t>(76)));
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_088D8BCC;
}
goto L_088D8B30;
}
L_088D8B30:
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[19] + static_cast<std::uint32_t>(72)));
{ const float fs = aot_fpr_12; const float ft = ctx.fpr[28]; 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_store8(ctx.gpr[19] + static_cast<std::uint32_t>(76), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (aot_gpr_16 | 0u);
ctx.fpr[15] = std::bit_cast<float>(ctx.fpu_float_to_word_ct<1u>(aot_fpr_13));
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(88)));
aot_gpr_5 = (std::bit_cast<std::uint32_t>(ctx.fpr[15]));
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(76)));
aot_gpr_31 = (0x088D8B58u);
aot_gpr_5 = (aot_gpr_5 & 255u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0109.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 178u, 0x088D8B58u, 0x089B8190u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0109_entry(rt, ctx, 21u, aot_mem);
#else
recomp_unit_0109_entry(rt, ctx, 21u, 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, 21u, 0x089B8190u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D8B58u) goto L_088D8B58;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D8B58:
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(72), static_cast<std::uint8_t>(aot_gpr_2));
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(72)));
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_4) <= 0;
aot_gpr_4 = (ctx.gpr[18] << 5u);
if (branch_taken) {
goto L_088D8BCC;
}
goto L_088D8B68;
}
L_088D8B68:
aot_gpr_5 = (0u | 228u);
aot_gpr_4 = (ctx.gpr[18] - aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_5);
aot_gpr_5 = (ctx.gpr[18] + aot_gpr_4);
aot_gpr_5 = (aot_gpr_5 << 2u);
ctx.gpr[6] = (0u | 23000u);
aot_gpr_4 = (aot_gpr_4 - aot_gpr_5);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), ctx.gpr[6]);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(23000));
aot_gpr_5 = (0u | 9u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_5);
aot_gpr_4 = (ctx.gpr[18] + static_cast<std::uint32_t>(40));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(52), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (0u | 20u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(ctx.fpr[26]));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(116), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(80), 0u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(92), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[29] + static_cast<std::uint32_t>(0)));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
aot_gpr_31 = (0x088D8BCCu);
aot_gpr_5 = (0u | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0108.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 180u, 0x088D8BCCu, 0x089B7B80u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0108_entry(rt, ctx, 703u, aot_mem);
#else
recomp_unit_0108_entry(rt, ctx, 703u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0108_entry, 108u, 703u, 0x089B7B80u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D8BCCu) goto L_088D8BCC;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D8BCC:
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(1));
ctx.gpr[18] = (ctx.gpr[18] & 255u);
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[18]) < 40 ? 1u : 0u);
{ const bool branch_taken = aot_gpr_4 != 0u;
if (branch_taken) {
goto L_088D8924;
}
goto L_088D8BE0;
}
L_088D8BE0:
{ std::uint32_t aot_run_words[16]{};
aot_mem.aot_direct_load32_block(ctx.gpr[29] + static_cast<std::uint32_t>(16), aot_run_words);
aot_fpr_20 = std::bit_cast<float>(aot_run_words[0]);
aot_fpr_22 = std::bit_cast<float>(aot_run_words[1]);
ctx.fpr[24] = std::bit_cast<float>(aot_run_words[2]);
ctx.fpr[26] = std::bit_cast<float>(aot_run_words[3]);
ctx.fpr[28] = std::bit_cast<float>(aot_run_words[4]);
ctx.fpr[30] = std::bit_cast<float>(aot_run_words[5]);
aot_gpr_16 = aot_run_words[6];
ctx.gpr[17] = aot_run_words[7];
ctx.gpr[18] = aot_run_words[8];
ctx.gpr[19] = aot_run_words[9];
ctx.gpr[20] = aot_run_words[10];
ctx.gpr[21] = aot_run_words[11];
ctx.gpr[22] = aot_run_words[12];
ctx.gpr[23] = aot_run_words[13];
ctx.gpr[30] = aot_run_words[14];
aot_gpr_31 = aot_run_words[15];
}
jump_target = aot_gpr_31;
ctx.gpr[29] = (ctx.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_088D8C28:
ctx.gpr[29] = (ctx.gpr[29] + static_cast<std::uint32_t>(-48));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(28), aot_gpr_16);
aot_gpr_16 = (aot_gpr_4 | 0u);
aot_gpr_4 = (aot_gpr_5 & 255u);
aot_gpr_5 = (aot_gpr_4 < static_cast<std::uint32_t>(88) ? 1u : 0u);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(24), std::bit_cast<std::uint32_t>(aot_fpr_20));
{ const std::uint32_t aot_run_words[4]{ctx.gpr[17], ctx.gpr[18], ctx.gpr[19], aot_gpr_31};
aot_mem.aot_direct_store32_block(ctx.gpr[29] + static_cast<std::uint32_t>(32), aot_run_words); }
{ const bool branch_taken = aot_gpr_5 == 0u;
ctx.gpr[17] = (0u | 0u);
if (branch_taken) {
goto L_088D9CC4;
}
goto L_088D8C58;
}
L_088D8C58:
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>(-17704)));
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_088D8C70:
aot_gpr_4 = (16928u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_5 = (0u | 165u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_5);
ctx.gpr[6] = (17608u << 16u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_fpr_20 = std::bit_cast<float>(ctx.gpr[6]);
aot_gpr_31 = (0x088D8C98u);
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088D8C98u) goto L_088D8C98;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D8C98:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_gpr_4 = (16256u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[18] = (0u | 70u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D8CC0;
}
L_088D8CC0:
aot_gpr_4 = (16928u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_5 = (0u | 118u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_5);
ctx.gpr[6] = (17608u << 16u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_fpr_20 = std::bit_cast<float>(ctx.gpr[6]);
aot_gpr_31 = (0x088D8CE8u);
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088D8CE8u) goto L_088D8CE8;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D8CE8:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_gpr_4 = (16256u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[18] = (0u | 70u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D8D10;
}
L_088D8D10:
aot_gpr_4 = (16928u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_5 = (0u | 126u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_5);
ctx.gpr[6] = (17608u << 16u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_fpr_20 = std::bit_cast<float>(ctx.gpr[6]);
aot_gpr_31 = (0x088D8D38u);
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088D8D38u) goto L_088D8D38;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D8D38:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_gpr_4 = (16256u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[18] = (0u | 70u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D8D60;
}
L_088D8D60:
aot_gpr_4 = (16928u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_5 = (0u | 127u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_5);
ctx.gpr[6] = (17608u << 16u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_fpr_20 = std::bit_cast<float>(ctx.gpr[6]);
aot_gpr_31 = (0x088D8D88u);
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088D8D88u) goto L_088D8D88;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D8D88:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_gpr_4 = (16256u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[18] = (0u | 70u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D8DB0;
}
L_088D8DB0:
aot_gpr_4 = (16928u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_5 = (0u | 150u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_5);
ctx.gpr[6] = (17608u << 16u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_fpr_20 = std::bit_cast<float>(ctx.gpr[6]);
aot_gpr_31 = (0x088D8DD8u);
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088D8DD8u) goto L_088D8DD8;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D8DD8:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_gpr_4 = (16256u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[18] = (0u | 70u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D8E00;
}
L_088D8E00:
aot_gpr_4 = (16928u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_5 = (0u | 151u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_5);
ctx.gpr[6] = (17608u << 16u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_fpr_20 = std::bit_cast<float>(ctx.gpr[6]);
aot_gpr_31 = (0x088D8E28u);
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088D8E28u) goto L_088D8E28;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D8E28:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_gpr_4 = (16256u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[18] = (0u | 70u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D8E50;
}
L_088D8E50:
aot_gpr_4 = (16928u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_5 = (0u | 152u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_5);
ctx.gpr[6] = (17608u << 16u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_fpr_20 = std::bit_cast<float>(ctx.gpr[6]);
aot_gpr_31 = (0x088D8E78u);
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088D8E78u) goto L_088D8E78;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D8E78:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_gpr_4 = (16256u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[18] = (0u | 70u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D8EA0;
}
L_088D8EA0:
aot_gpr_4 = (16928u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_5 = (0u | 153u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_5);
ctx.gpr[6] = (17608u << 16u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_fpr_20 = std::bit_cast<float>(ctx.gpr[6]);
aot_gpr_31 = (0x088D8EC8u);
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088D8EC8u) goto L_088D8EC8;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D8EC8:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_gpr_4 = (16256u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[18] = (0u | 70u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D8EF0;
}
L_088D8EF0:
aot_gpr_4 = (16928u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_5 = (0u | 154u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_5);
ctx.gpr[6] = (17608u << 16u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_fpr_20 = std::bit_cast<float>(ctx.gpr[6]);
aot_gpr_31 = (0x088D8F18u);
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088D8F18u) goto L_088D8F18;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D8F18:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_gpr_4 = (16256u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[18] = (0u | 70u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D8F40;
}
L_088D8F40:
aot_gpr_4 = (0u | 269u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
ctx.gpr[18] = (0u | 75u);
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
aot_gpr_31 = (0x088D8F58u);
aot_gpr_5 = (0u | 269u);
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088D8F58u) goto L_088D8F58;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D8F58:
ctx.gpr[19] = (aot_gpr_2 | 0u);
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088D8F68u);
aot_gpr_5 = (0u | 300u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_089B7A84, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_2, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0108_entry, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D8F68u) goto L_088D8F68;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D8F68:
ctx.gpr[19] = (ctx.gpr[19] + aot_gpr_2);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), ctx.gpr[19]);
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088D8F7Cu);
aot_gpr_5 = (0u | 300u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_089B7A84, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_2, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0108_entry, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D8F7Cu) goto L_088D8F7C;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D8F7C:
aot_gpr_4 = (ctx.gpr[19] + aot_gpr_2);
aot_fpr_12 = std::bit_cast<float>(0u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (0u | 5u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_4 = (16880u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_4 = (17505u << 16u);
aot_fpr_20 = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(80), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(92), static_cast<std::uint8_t>(aot_gpr_4));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(aot_gpr_4));
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D8FC4;
}
L_088D8FC4:
aot_gpr_4 = (0u | 2u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
ctx.gpr[19] = (0u | 39243u);
ctx.gpr[18] = (0u | 75u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), ctx.gpr[19]);
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088D8FE4u);
aot_gpr_5 = (0u | 300u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_089B7A84, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_2, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0108_entry, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D8FE4u) goto L_088D8FE4;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D8FE4:
aot_gpr_4 = (ctx.gpr[19] + aot_gpr_2);
aot_fpr_12 = std::bit_cast<float>(0u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (0u | 5u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_4 = (16880u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_4 = (17505u << 16u);
aot_fpr_20 = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(80), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(92), static_cast<std::uint8_t>(aot_gpr_4));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(aot_gpr_4));
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D902C;
}
L_088D902C:
aot_gpr_4 = (0u | 235u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
ctx.gpr[19] = (0u | 16000u);
ctx.gpr[18] = (0u | 127u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), ctx.gpr[19]);
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088D904Cu);
aot_gpr_5 = (0u | 300u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_089B7A84, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_2, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0108_entry, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D904Cu) goto L_088D904C;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D904C:
aot_gpr_4 = (ctx.gpr[19] + aot_gpr_2);
aot_fpr_12 = std::bit_cast<float>(0u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), 0u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_4 = (16968u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_4 = (17692u << 16u);
aot_gpr_4 = (aot_gpr_4 | 16384u);
aot_fpr_20 = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(80), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(92), static_cast<std::uint8_t>(aot_gpr_4));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(aot_gpr_4));
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D9094;
}
L_088D9094:
aot_gpr_4 = (0u | 208u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
ctx.gpr[18] = (0u | 127u);
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
aot_gpr_31 = (0x088D90ACu);
aot_gpr_5 = (0u | 208u);
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088D90ACu) goto L_088D90AC;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D90AC:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_fpr_12 = std::bit_cast<float>(0u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), 0u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_4 = (16968u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_4 = (17692u << 16u);
aot_gpr_4 = (aot_gpr_4 | 16384u);
aot_fpr_20 = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(80), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(92), static_cast<std::uint8_t>(aot_gpr_4));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(aot_gpr_4));
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D90F0;
}
L_088D90F0:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(20)));
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(7660)));
aot_gpr_4 = (aot_gpr_5 < aot_gpr_4 ? 1u : 0u);
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_088D9118;
}
goto L_088D9104;
}
L_088D9104:
aot_gpr_4 = (aot_gpr_16 + static_cast<std::uint32_t>(32));
aot_gpr_31 = (0x088D9110u);
aot_gpr_5 = (aot_gpr_16 + static_cast<std::uint32_t>(96));
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0163.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 214u, 0x088D9110u, 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 == 0x088D9110u) goto L_088D9110;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D9110:
{ const bool branch_taken = aot_gpr_2 != 0u;
if (branch_taken) {
goto L_088D91A0;
}
goto L_088D9118;
}
L_088D9118:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(7660)));
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(400));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(20), aot_gpr_4);
aot_gpr_4 = (aot_gpr_16 + static_cast<std::uint32_t>(96));
{ 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_16 + 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_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_4 = (0u | 29u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
ctx.gpr[18] = (0u | 75u);
ctx.gpr[19] = (0u | 16000u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), ctx.gpr[19]);
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088D9154u);
aot_gpr_5 = (0u | 300u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_089B7A84, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_2, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0108_entry, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D9154u) goto L_088D9154;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D9154:
aot_gpr_4 = (ctx.gpr[19] + aot_gpr_2);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), 0u);
aot_fpr_12 = std::bit_cast<float>(0u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_4 = (16968u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_4 = (17692u << 16u);
aot_gpr_4 = (aot_gpr_4 | 16384u);
aot_fpr_20 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(80), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(92), static_cast<std::uint8_t>(aot_gpr_4));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(aot_gpr_4));
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D91A0;
}
L_088D91A0:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D9D7C;
}
goto L_088D91A8;
}
L_088D91A8:
aot_gpr_4 = (0u | 11u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
ctx.gpr[19] = (0u | 22050u);
ctx.gpr[18] = (0u | 75u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), ctx.gpr[19]);
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088D91C8u);
aot_gpr_5 = (0u | 300u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_089B7A84, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_2, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0108_entry, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D91C8u) goto L_088D91C8;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D91C8:
aot_gpr_4 = (ctx.gpr[19] + aot_gpr_2);
aot_fpr_12 = std::bit_cast<float>(0u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), 0u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_4 = (16968u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_4 = (17692u << 16u);
aot_gpr_4 = (aot_gpr_4 | 16384u);
aot_fpr_20 = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(80), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(92), static_cast<std::uint8_t>(aot_gpr_4));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(aot_gpr_4));
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D9210;
}
L_088D9210:
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
aot_gpr_31 = (0x088D921Cu);
aot_gpr_5 = (0u | 35u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0001.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 221u, 0x088D921Cu, 0x0880A288u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0001_entry(rt, ctx, 481u, aot_mem);
#else
recomp_unit_0001_entry(rt, ctx, 481u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0001_entry, 1u, 481u, 0x0880A288u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D921Cu) goto L_088D921C;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D921C:
aot_gpr_4 = (0u | 1u);
{ const bool branch_taken = aot_gpr_2 != aot_gpr_4;
if (branch_taken) {
goto L_088D9280;
}
goto L_088D9228;
}
L_088D9228:
aot_gpr_4 = (17530u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_5 = (18804u << 16u);
aot_gpr_4 = (0u | 5964u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_gpr_4 = (0u | 35u);
aot_gpr_5 = (aot_gpr_5 | 9216u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(aot_gpr_4));
aot_fpr_20 = std::bit_cast<float>(aot_gpr_5);
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
aot_gpr_31 = (0x088D925Cu);
aot_gpr_5 = (0u | 35u);
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088D925Cu) goto L_088D925C;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D925C:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_fpr_12 = std::bit_cast<float>(0u);
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(aot_gpr_4));
ctx.gpr[18] = (0u | 100u);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D9280;
}
L_088D9280:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D9D7C;
}
goto L_088D9288;
}
L_088D9288:
aot_gpr_4 = (0u | 314u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
ctx.gpr[17] = (0u | 25472u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), ctx.gpr[17]);
aot_gpr_5 = (ctx.gpr[17] >> 5u);
aot_gpr_31 = (0x088D92A8u);
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_089B7A84, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_2, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0108_entry, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D92A8u) goto L_088D92A8;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D92A8:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(26336)));
aot_gpr_5 = (0u | 10u);
{ const std::uint32_t dividend = aot_gpr_4; const std::uint32_t divisor = aot_gpr_5; if (divisor == 0u) { ctx.lo = 0xFFFFFFFFu; ctx.hi = dividend; } else { ctx.lo = dividend / divisor; ctx.hi = dividend % divisor; } }
aot_fpr_12 = std::bit_cast<float>(0u);
aot_gpr_4 = (ctx.gpr[17] + aot_gpr_2);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_gpr_4 = (0u | 3u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_4 = (17136u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_4 = (18017u << 16u);
aot_fpr_20 = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(80), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(92), static_cast<std::uint8_t>(aot_gpr_4));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
ctx.gpr[17] = (0u | 1u);
aot_gpr_4 = (ctx.hi);
ctx.gpr[18] = (aot_gpr_4 + static_cast<std::uint32_t>(115));
{ const bool branch_taken = 0u == 0u;
ctx.gpr[18] = (ctx.gpr[18] & 255u);
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D9308;
}
L_088D9308:
aot_gpr_4 = (16928u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_4 = (0u | 28u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (0u | 20159u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_gpr_4 = (16256u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[18] = (0u | 70u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (17608u << 16u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
{ const bool branch_taken = 0u == 0u;
aot_fpr_20 = std::bit_cast<float>(aot_gpr_4);
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D9354;
}
L_088D9354:
aot_gpr_4 = (16928u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_4 = (0u | 6u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (0u | 12000u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_gpr_4 = (16256u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[18] = (0u | 127u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (17608u << 16u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
{ const bool branch_taken = 0u == 0u;
aot_fpr_20 = std::bit_cast<float>(aot_gpr_4);
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D93A0;
}
L_088D93A0:
aot_gpr_4 = (16928u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_4 = (0u | 7u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (0u | 12000u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_gpr_4 = (16256u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[18] = (0u | 127u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (17608u << 16u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
{ const bool branch_taken = 0u == 0u;
aot_fpr_20 = std::bit_cast<float>(aot_gpr_4);
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D93EC;
}
L_088D93EC:
aot_gpr_4 = (16928u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_4 = (0u | 8u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (0u | 12000u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_gpr_4 = (16256u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[18] = (0u | 127u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (17608u << 16u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
{ const bool branch_taken = 0u == 0u;
aot_fpr_20 = std::bit_cast<float>(aot_gpr_4);
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D9438;
}
L_088D9438:
aot_gpr_4 = (16928u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_4 = (0u | 110u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (0u | 20159u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_gpr_4 = (16256u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[18] = (0u | 70u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (17608u << 16u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
{ const bool branch_taken = 0u == 0u;
aot_fpr_20 = std::bit_cast<float>(aot_gpr_4);
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D9484;
}
L_088D9484:
aot_gpr_4 = (17056u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_4 = (0u | 4u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_gpr_4 = (0u | 14000u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_gpr_5 = (0u | 3u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(116), aot_gpr_5);
aot_gpr_5 = (16256u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_5);
ctx.gpr[18] = (0u | 90u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(80), aot_gpr_4);
aot_gpr_4 = (17864u << 16u);
{ const bool branch_taken = 0u == 0u;
aot_fpr_20 = std::bit_cast<float>(aot_gpr_4);
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D94DC;
}
L_088D94DC:
aot_gpr_4 = (16928u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_4 = (0u | 110u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (0u | 20159u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_gpr_4 = (16256u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[18] = (0u | 70u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (17608u << 16u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
{ const bool branch_taken = 0u == 0u;
aot_fpr_20 = std::bit_cast<float>(aot_gpr_4);
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D9528;
}
L_088D9528:
aot_gpr_4 = (16928u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_4 = (0u | 270u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (0u | 20159u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_gpr_4 = (16256u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[18] = (0u | 70u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (17608u << 16u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
{ const bool branch_taken = 0u == 0u;
aot_fpr_20 = std::bit_cast<float>(aot_gpr_4);
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D9574;
}
L_088D9574:
aot_gpr_4 = (17036u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_4 = (0u | 201u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (0u | 20159u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_gpr_4 = (16256u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[18] = (0u | 100u);
aot_gpr_4 = (17817u << 16u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_4 = (aot_gpr_4 | 8192u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_fpr_20 = std::bit_cast<float>(aot_gpr_4);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D95C4;
}
L_088D95C4:
aot_gpr_4 = (16928u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_4 = (0u | 202u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (0u | 20159u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_gpr_4 = (16256u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[18] = (0u | 50u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (17608u << 16u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
{ const bool branch_taken = 0u == 0u;
aot_fpr_20 = std::bit_cast<float>(aot_gpr_4);
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D9610;
}
L_088D9610:
aot_gpr_4 = (17008u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[6] = (17761u << 16u);
aot_gpr_4 = (0u | 348u);
aot_fpr_20 = std::bit_cast<float>(ctx.gpr[6]);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088D963Cu);
aot_gpr_5 = (0u | 1500u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_089B7A84, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_2, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0108_entry, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D963Cu) goto L_088D963C;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D963C:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(26328)));
aot_gpr_5 = (0u | 20u);
{ const std::uint32_t dividend = aot_gpr_4; const std::uint32_t divisor = aot_gpr_5; if (divisor == 0u) { ctx.lo = 0xFFFFFFFFu; ctx.hi = dividend; } else { ctx.lo = dividend / divisor; ctx.hi = dividend % divisor; } }
aot_fpr_12 = std::bit_cast<float>(0u);
aot_gpr_4 = (aot_gpr_2 + static_cast<std::uint32_t>(18600));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_gpr_4 = (0u | 3u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_4 = (ctx.hi);
ctx.gpr[18] = (aot_gpr_4 + static_cast<std::uint32_t>(80));
{ const bool branch_taken = 0u == 0u;
ctx.gpr[18] = (ctx.gpr[18] & 255u);
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D967C;
}
L_088D967C:
aot_gpr_4 = (17008u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[6] = (17761u << 16u);
aot_gpr_4 = (0u | 43u);
aot_fpr_20 = std::bit_cast<float>(ctx.gpr[6]);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088D96A8u);
aot_gpr_5 = (0u | 1500u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_089B7A84, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_2, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0108_entry, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D96A8u) goto L_088D96A8;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D96A8:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(26328)));
aot_gpr_5 = (0u | 20u);
{ const std::uint32_t dividend = aot_gpr_4; const std::uint32_t divisor = aot_gpr_5; if (divisor == 0u) { ctx.lo = 0xFFFFFFFFu; ctx.hi = dividend; } else { ctx.lo = dividend / divisor; ctx.hi = dividend % divisor; } }
aot_fpr_12 = std::bit_cast<float>(0u);
aot_gpr_4 = (aot_gpr_2 + static_cast<std::uint32_t>(18600));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_gpr_4 = (0u | 3u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_4 = (ctx.hi);
ctx.gpr[18] = (aot_gpr_4 + static_cast<std::uint32_t>(80));
{ const bool branch_taken = 0u == 0u;
ctx.gpr[18] = (ctx.gpr[18] & 255u);
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D96E8;
}
L_088D96E8:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(26332)));
aot_gpr_5 = (0u | 5u);
{ const std::uint32_t dividend = aot_gpr_4; const std::uint32_t divisor = aot_gpr_5; if (divisor == 0u) { ctx.lo = 0xFFFFFFFFu; ctx.hi = dividend; } else { ctx.lo = dividend / divisor; ctx.hi = dividend % divisor; } }
aot_gpr_5 = (17761u << 16u);
aot_gpr_4 = (17008u << 16u);
aot_fpr_20 = std::bit_cast<float>(aot_gpr_5);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
aot_gpr_5 = (ctx.hi);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(114));
aot_gpr_31 = (0x088D9720u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_5);
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088D9720u) goto L_088D9720;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D9720:
ctx.gpr[18] = (aot_gpr_2 | 0u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_gpr_5 = (ctx.gpr[18] >> 4u);
aot_gpr_31 = (0x088D9734u);
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_089B7A84, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_2, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0108_entry, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D9734u) goto L_088D9734;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D9734:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(26328)));
aot_gpr_5 = (0u | 30u);
{ const std::uint32_t dividend = aot_gpr_4; const std::uint32_t divisor = aot_gpr_5; if (divisor == 0u) { ctx.lo = 0xFFFFFFFFu; ctx.hi = dividend; } else { ctx.lo = dividend / divisor; ctx.hi = dividend % divisor; } }
aot_fpr_12 = std::bit_cast<float>(0u);
aot_gpr_4 = (ctx.gpr[18] + aot_gpr_2);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_gpr_4 = (0u | 3u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_4 = (ctx.hi);
ctx.gpr[18] = (aot_gpr_4 + static_cast<std::uint32_t>(70));
{ const bool branch_taken = 0u == 0u;
ctx.gpr[18] = (ctx.gpr[18] & 255u);
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D9774;
}
L_088D9774:
aot_gpr_4 = (17008u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_5 = (0u | 335u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_5);
ctx.gpr[6] = (17761u << 16u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_fpr_20 = std::bit_cast<float>(ctx.gpr[6]);
aot_gpr_31 = (0x088D979Cu);
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088D979Cu) goto L_088D979C;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D979C:
ctx.gpr[18] = (aot_gpr_2 | 0u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_gpr_5 = (ctx.gpr[18] >> 4u);
aot_gpr_31 = (0x088D97B0u);
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_089B7A84, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_2, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0108_entry, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D97B0u) goto L_088D97B0;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D97B0:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(26328)));
aot_gpr_5 = (0u | 30u);
{ const std::uint32_t dividend = aot_gpr_4; const std::uint32_t divisor = aot_gpr_5; if (divisor == 0u) { ctx.lo = 0xFFFFFFFFu; ctx.hi = dividend; } else { ctx.lo = dividend / divisor; ctx.hi = dividend % divisor; } }
aot_fpr_12 = std::bit_cast<float>(0u);
aot_gpr_4 = (ctx.gpr[18] + aot_gpr_2);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_gpr_4 = (0u | 3u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_4 = (ctx.hi);
ctx.gpr[18] = (aot_gpr_4 + static_cast<std::uint32_t>(60));
{ const bool branch_taken = 0u == 0u;
ctx.gpr[18] = (ctx.gpr[18] & 255u);
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D97F0;
}
L_088D97F0:
aot_gpr_4 = (17008u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_5 = (0u | 217u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_5);
ctx.gpr[6] = (17761u << 16u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_fpr_20 = std::bit_cast<float>(ctx.gpr[6]);
aot_gpr_31 = (0x088D9818u);
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088D9818u) goto L_088D9818;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D9818:
ctx.gpr[18] = (aot_gpr_2 | 0u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_gpr_5 = (ctx.gpr[18] >> 4u);
aot_gpr_31 = (0x088D982Cu);
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_089B7A84, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_2, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0108_entry, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D982Cu) goto L_088D982C;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D982C:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(26328)));
aot_gpr_5 = (0u | 30u);
{ const std::uint32_t dividend = aot_gpr_4; const std::uint32_t divisor = aot_gpr_5; if (divisor == 0u) { ctx.lo = 0xFFFFFFFFu; ctx.hi = dividend; } else { ctx.lo = dividend / divisor; ctx.hi = dividend % divisor; } }
aot_fpr_12 = std::bit_cast<float>(0u);
aot_gpr_4 = (ctx.gpr[18] + aot_gpr_2);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_gpr_4 = (0u | 5u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_4 = (ctx.hi);
ctx.gpr[18] = (aot_gpr_4 + static_cast<std::uint32_t>(60));
{ const bool branch_taken = 0u == 0u;
ctx.gpr[18] = (ctx.gpr[18] & 255u);
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D986C;
}
L_088D986C:
aot_gpr_31 = (0x088D9874u);
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 == 0x088D9874u) goto L_088D9874;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D9874:
aot_gpr_4 = (aot_gpr_2 | 0u);
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_088D98BC;
}
goto L_088D9880;
}
L_088D9880:
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(311)));
aot_gpr_5 = (aot_gpr_4 + static_cast<std::uint32_t>(-2));
aot_gpr_5 = (aot_gpr_5 < static_cast<std::uint32_t>(32) ? 1u : 0u);
{ const bool branch_taken = aot_gpr_5 == 0u;
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(-2));
if (branch_taken) {
goto L_088D98BC;
}
goto L_088D9894;
}
L_088D9894:
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>(-17352)));
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_088D98AC:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D98E4;
}
goto L_088D98B4;
}
L_088D98B4:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D9D7C;
}
goto L_088D98BC;
}
L_088D98BC:
aot_gpr_4 = (0u | 37u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088D98D0u);
aot_gpr_5 = (0u | 1500u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_089B7A84, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_2, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0108_entry, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D98D0u) goto L_088D98D0;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D98D0:
aot_gpr_4 = (aot_gpr_2 + static_cast<std::uint32_t>(30000));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_gpr_4 = (0u | 15u);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
if (branch_taken) {
goto L_088D9908;
}
goto L_088D98E4;
}
L_088D98E4:
aot_gpr_4 = (0u | 38u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088D98F8u);
aot_gpr_5 = (0u | 600u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_089B7A84, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_2, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0108_entry, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D98F8u) goto L_088D98F8;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D98F8:
aot_gpr_4 = (aot_gpr_2 + static_cast<std::uint32_t>(10600));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_gpr_4 = (0u | 18u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
goto L_088D9908;
L_088D9908:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(26328)));
aot_gpr_5 = (0u | 7u);
{ const std::uint32_t dividend = aot_gpr_4; const std::uint32_t divisor = aot_gpr_5; if (divisor == 0u) { ctx.lo = 0xFFFFFFFFu; ctx.hi = dividend; } else { ctx.lo = dividend / divisor; ctx.hi = dividend % divisor; } }
aot_fpr_12 = std::bit_cast<float>(0u);
aot_gpr_4 = (16672u << 16u);
aot_fpr_13 = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (17096u << 16u);
aot_fpr_20 = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (ctx.hi);
ctx.gpr[18] = (aot_gpr_4 + static_cast<std::uint32_t>(10));
{ const bool branch_taken = 0u == 0u;
ctx.gpr[18] = (ctx.gpr[18] & 255u);
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D9948;
}
L_088D9948:
aot_gpr_4 = (16908u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_5 = (aot_mem.aot_direct_load8(aot_gpr_28 + static_cast<std::uint32_t>(-23553)));
aot_gpr_4 = (0u | 5u);
{ const std::int32_t dividend = static_cast<std::int32_t>(aot_gpr_5); 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); } }
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_5 = (0u | 3u);
aot_gpr_4 = (17561u << 16u);
aot_gpr_4 = (aot_gpr_4 | 8192u);
aot_fpr_20 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
ctx.gpr[6] = (ctx.hi);
ctx.gpr[6] = (ctx.gpr[6] << 2u);
ctx.gpr[6] = (aot_gpr_16 + ctx.gpr[6]);
ctx.gpr[6] = (aot_mem.aot_direct_load32(ctx.gpr[6] + static_cast<std::uint32_t>(26320)));
{ const std::uint32_t dividend = ctx.gpr[6]; const std::uint32_t divisor = aot_gpr_5; if (divisor == 0u) { ctx.lo = 0xFFFFFFFFu; ctx.hi = dividend; } else { ctx.lo = dividend / divisor; ctx.hi = dividend % divisor; } }
aot_gpr_5 = (ctx.hi);
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(39));
aot_gpr_31 = (0x088D999Cu);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_5);
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088D999Cu) goto L_088D999C;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D999C:
ctx.gpr[18] = (aot_gpr_2 | 0u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_gpr_5 = (ctx.gpr[18] >> 5u);
aot_gpr_31 = (0x088D99B0u);
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_089B7A84, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_2, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0108_entry, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D99B0u) goto L_088D99B0;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D99B0:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(26328)));
aot_gpr_5 = (0u | 20u);
{ const std::uint32_t dividend = aot_gpr_4; const std::uint32_t divisor = aot_gpr_5; if (divisor == 0u) { ctx.lo = 0xFFFFFFFFu; ctx.hi = dividend; } else { ctx.lo = dividend / divisor; ctx.hi = dividend % divisor; } }
aot_fpr_12 = std::bit_cast<float>(0u);
aot_gpr_4 = (ctx.gpr[18] + aot_gpr_2);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_gpr_4 = (0u | 9u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (ctx.hi);
ctx.gpr[18] = (aot_gpr_4 + static_cast<std::uint32_t>(90));
{ const bool branch_taken = 0u == 0u;
ctx.gpr[18] = (ctx.gpr[18] & 255u);
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D99E8;
}
L_088D99E8:
aot_gpr_4 = (17056u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[6] = (17864u << 16u);
aot_gpr_4 = (0u | 265u);
aot_fpr_20 = std::bit_cast<float>(ctx.gpr[6]);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
aot_gpr_31 = (0x088D9A14u);
aot_gpr_5 = (0u | 265u);
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088D9A14u) goto L_088D9A14;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D9A14:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_gpr_4 = (16384u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[18] = (0u | 80u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D9A3C;
}
L_088D9A3C:
aot_gpr_4 = (17008u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[6] = (17761u << 16u);
aot_gpr_4 = (0u | 208u);
aot_fpr_20 = std::bit_cast<float>(ctx.gpr[6]);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
aot_gpr_31 = (0x088D9A68u);
aot_gpr_5 = (0u | 208u);
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088D9A68u) goto L_088D9A68;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D9A68:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_fpr_12 = std::bit_cast<float>(0u);
aot_gpr_4 = (0u | 3u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
ctx.gpr[18] = (0u | 70u);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D9A88;
}
L_088D9A88:
aot_gpr_4 = (17008u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[6] = (17761u << 16u);
aot_gpr_4 = (0u | 208u);
aot_fpr_20 = std::bit_cast<float>(ctx.gpr[6]);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
aot_gpr_31 = (0x088D9AB4u);
aot_gpr_5 = (0u | 208u);
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088D9AB4u) goto L_088D9AB4;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D9AB4:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_fpr_12 = std::bit_cast<float>(0u);
aot_gpr_4 = (0u | 3u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
ctx.gpr[18] = (0u | 60u);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D9AD4;
}
L_088D9AD4:
aot_gpr_4 = (17008u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[6] = (17761u << 16u);
aot_gpr_4 = (0u | 203u);
aot_fpr_20 = std::bit_cast<float>(ctx.gpr[6]);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
aot_gpr_31 = (0x088D9B00u);
aot_gpr_5 = (0u | 203u);
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088D9B00u) goto L_088D9B00;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D9B00:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_fpr_12 = std::bit_cast<float>(0u);
aot_gpr_4 = (0u | 3u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (0u | 1u);
ctx.gpr[18] = (0u | 70u);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(aot_gpr_4));
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D9B28;
}
L_088D9B28:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(26336)));
aot_gpr_5 = (16988u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_5);
aot_gpr_4 = (aot_gpr_4 & 3u);
aot_gpr_5 = (17725u << 16u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(204));
aot_gpr_5 = (aot_gpr_5 | 4096u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_fpr_20 = std::bit_cast<float>(aot_gpr_5);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088D9B60u);
aot_gpr_5 = (0u | 2000u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_089B7A84, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_2, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0108_entry, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D9B60u) goto L_088D9B60;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D9B60:
aot_gpr_4 = (aot_gpr_2 + static_cast<std::uint32_t>(19000));
aot_fpr_12 = std::bit_cast<float>(0u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_gpr_4 = (0u | 9u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088D9B84u);
aot_gpr_5 = (0u | 11u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_089B7A84, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_2, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0108_entry, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D9B84u) goto L_088D9B84;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D9B84:
ctx.gpr[18] = (aot_gpr_2 + static_cast<std::uint32_t>(25));
ctx.gpr[18] = (ctx.gpr[18] & 255u);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D9B94;
}
L_088D9B94:
aot_fpr_12 = std::bit_cast<float>(0u);
aot_mem.aot_direct_store8(ctx.gpr[29] + static_cast<std::uint32_t>(0), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(4), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(8), 0u);
aot_gpr_5 = (aot_gpr_16 + static_cast<std::uint32_t>(96));
aot_gpr_31 = (0x088D9BB0u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0049.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 276u, 0x088D9BB0u, 0x088CA7B0u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0049_entry(rt, ctx, 494u, aot_mem);
#else
recomp_unit_0049_entry(rt, ctx, 494u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0049_entry, 49u, 494u, 0x088CA7B0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D9BB0u) goto L_088D9BB0;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D9BB0:
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(4), std::bit_cast<std::uint32_t>(ctx.fpr[0]));
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_5 = (ctx.gpr[29] | 0u);
aot_gpr_31 = (0x088D9BC4u);
ctx.gpr[6] = (0u | 201u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0052.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 277u, 0x088D9BC4u, 0x088D789Cu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0052_entry(rt, ctx, 496u, aot_mem);
#else
recomp_unit_0052_entry(rt, ctx, 496u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0052_entry, 52u, 496u, 0x088D789Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D9BC4u) goto L_088D9BC4;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D9BC4:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D9D7C;
}
goto L_088D9BCC;
}
L_088D9BCC:
aot_fpr_12 = std::bit_cast<float>(0u);
aot_mem.aot_direct_store8(ctx.gpr[29] + static_cast<std::uint32_t>(12), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(16), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(20), 0u);
aot_gpr_5 = (aot_gpr_16 + static_cast<std::uint32_t>(96));
aot_gpr_31 = (0x088D9BE8u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0049.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 279u, 0x088D9BE8u, 0x088CA7B0u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0049_entry(rt, ctx, 494u, aot_mem);
#else
recomp_unit_0049_entry(rt, ctx, 494u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0049_entry, 49u, 494u, 0x088CA7B0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D9BE8u) goto L_088D9BE8;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D9BE8:
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(16), std::bit_cast<std::uint32_t>(ctx.fpr[0]));
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_5 = (ctx.gpr[29] + static_cast<std::uint32_t>(12));
aot_gpr_31 = (0x088D9BFCu);
ctx.gpr[6] = (0u | 202u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0052.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 280u, 0x088D9BFCu, 0x088D789Cu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0052_entry(rt, ctx, 496u, aot_mem);
#else
recomp_unit_0052_entry(rt, ctx, 496u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0052_entry, 52u, 496u, 0x088D789Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D9BFCu) goto L_088D9BFC;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D9BFC:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D9D7C;
}
goto L_088D9C04;
}
L_088D9C04:
aot_gpr_4 = (16928u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[18] = (0u | 10600u);
aot_gpr_4 = (0u | 127u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
ctx.gpr[6] = (17608u << 16u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), ctx.gpr[18]);
aot_fpr_20 = std::bit_cast<float>(ctx.gpr[6]);
aot_gpr_5 = (ctx.gpr[18] >> 5u);
aot_gpr_31 = (0x088D9C38u);
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_089B7A84, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_2, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0108_entry, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D9C38u) goto L_088D9C38;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D9C38:
aot_gpr_4 = (ctx.gpr[18] + aot_gpr_2);
aot_fpr_12 = std::bit_cast<float>(0u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_gpr_4 = (0u | 3u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (0u | 1u);
ctx.gpr[18] = (0u | 60u);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(aot_gpr_4));
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D9C64;
}
L_088D9C64:
aot_gpr_4 = (17056u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[18] = (0u | 22000u);
aot_gpr_4 = (0u | 120u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
ctx.gpr[6] = (17864u << 16u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), ctx.gpr[18]);
aot_fpr_20 = std::bit_cast<float>(ctx.gpr[6]);
aot_gpr_5 = (ctx.gpr[18] >> 5u);
aot_gpr_31 = (0x088D9C98u);
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_089B7A84, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_2, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0108_entry, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D9C98u) goto L_088D9C98;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D9C98:
aot_gpr_4 = (ctx.gpr[18] + aot_gpr_2);
aot_fpr_12 = std::bit_cast<float>(0u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_gpr_4 = (0u | 4u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (0u | 1u);
ctx.gpr[18] = (0u | 60u);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(aot_gpr_4));
if (branch_taken) {
goto L_088D9CCC;
}
goto L_088D9CC4;
}
L_088D9CC4:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088D9D7C;
}
goto L_088D9CCC;
}
L_088D9CCC:
aot_gpr_5 = (aot_gpr_16 + static_cast<std::uint32_t>(96));
aot_gpr_31 = (0x088D9CD8u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0049.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 287u, 0x088D9CD8u, 0x088CA7B0u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0049_entry(rt, ctx, 494u, aot_mem);
#else
recomp_unit_0049_entry(rt, ctx, 494u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0049_entry, 49u, 494u, 0x088CA7B0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D9CD8u) goto L_088D9CD8;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D9CD8:
aot_fpr_12 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(ctx.fpr[0]));
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_12 < aot_fpr_20)) ? 0x00800000u : 0u);
{ const bool branch_taken = !((ctx.fcr31 & 0x00800000u) != 0u);
if (branch_taken) {
goto L_088D9D7C;
}
goto L_088D9CEC;
}
L_088D9CEC:
aot_fpr_13 = std::sqrt(aot_fpr_12);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(76), std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(88)));
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088D9D04u);
aot_gpr_5 = (ctx.gpr[18] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0109.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 289u, 0x088D9D04u, 0x089B8190u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0109_entry(rt, ctx, 21u, aot_mem);
#else
recomp_unit_0109_entry(rt, ctx, 21u, 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, 21u, 0x089B8190u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D9D04u) goto L_088D9D04;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D9D04:
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(72), static_cast<std::uint8_t>(aot_gpr_2));
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(72)));
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_4) <= 0;
if (branch_taken) {
goto L_088D9D50;
}
goto L_088D9D14;
}
L_088D9D14:
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_28 + static_cast<std::uint32_t>(-23553)));
aot_gpr_5 = (0u | 1u);
ctx.gpr[6] = (aot_gpr_4 + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23553), static_cast<std::uint8_t>(ctx.gpr[6]));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(52), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(80), aot_gpr_5);
{ const bool branch_taken = ctx.gpr[17] == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(92), static_cast<std::uint8_t>(aot_gpr_5));
if (branch_taken) {
goto L_088D9D40;
}
goto L_088D9D34;
}
L_088D9D34:
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(aot_gpr_4));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(114), static_cast<std::uint8_t>(0u));
goto L_088D9D40;
L_088D9D40:
aot_gpr_4 = (2237u << 16u);
aot_gpr_5 = (0u | 1u);
aot_gpr_31 = (0x088D9D50u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(-28320));
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0108.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 293u, 0x088D9D50u, 0x089B7B80u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0108_entry(rt, ctx, 703u, aot_mem);
#else
recomp_unit_0108_entry(rt, ctx, 703u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0108_entry, 108u, 703u, 0x089B7B80u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D9D50u) goto L_088D9D50;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D9D50:
{ const bool branch_taken = ctx.gpr[17] == 0u;
if (branch_taken) {
goto L_088D9D7C;
}
goto L_088D9D58;
}
L_088D9D58:
aot_gpr_4 = (0u | 127u);
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(56)));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(114), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_4 = (aot_gpr_5 + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_gpr_4 = (2237u << 16u);
aot_gpr_5 = (0u | 1u);
aot_gpr_31 = (0x088D9D7Cu);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(-28320));
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0108.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 295u, 0x088D9D7Cu, 0x089B7B80u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0108_entry(rt, ctx, 703u, aot_mem);
#else
recomp_unit_0108_entry(rt, ctx, 703u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0108_entry, 108u, 703u, 0x089B7B80u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088D9D7Cu) goto L_088D9D7C;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088D9D7C:
{ std::uint32_t aot_run_words[6]{};
aot_mem.aot_direct_load32_block(ctx.gpr[29] + static_cast<std::uint32_t>(24), aot_run_words);
aot_fpr_20 = std::bit_cast<float>(aot_run_words[0]);
aot_gpr_16 = aot_run_words[1];
ctx.gpr[17] = aot_run_words[2];
ctx.gpr[18] = aot_run_words[3];
ctx.gpr[19] = aot_run_words[4];
aot_gpr_31 = aot_run_words[5];
}
jump_target = aot_gpr_31;
ctx.gpr[29] = (ctx.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_088D9D9C:
ctx.gpr[29] = (ctx.gpr[29] + static_cast<std::uint32_t>(-16));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(4), aot_gpr_16);
aot_gpr_16 = (aot_gpr_4 | 0u);
aot_gpr_4 = (aot_gpr_5 & 255u);
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_4) < 43 ? 1u : 0u);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(0), std::bit_cast<std::uint32_t>(aot_fpr_20));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(8), ctx.gpr[17]);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(12), aot_gpr_31);
{ const bool branch_taken = aot_gpr_5 == 0u;
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_4) < 52 ? 1u : 0u);
if (branch_taken) {
goto L_088D9E5C;
}
goto L_088D9DC4;
}
L_088D9DC4:
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_4) < 12 ? 1u : 0u);
{ const bool branch_taken = aot_gpr_5 == 0u;
aot_gpr_5 = (0u | 41u);
if (branch_taken) {
goto L_088D9DF0;
}
goto L_088D9DD0;
}
L_088D9DD0:
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_4) < 0;
if (branch_taken) {
goto L_088D9EC8;
}
goto L_088D9DD8;
}
L_088D9DD8:
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>(-17224)));
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_088D9DF0:
{ const bool branch_taken = aot_gpr_4 != aot_gpr_5;
if (branch_taken) {
goto L_088D9EC8;
}
goto L_088D9DF8;
}
L_088D9DF8:
aot_gpr_4 = (16928u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_4 = (0u | 80u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
ctx.gpr[6] = (17608u << 16u);
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
aot_fpr_20 = std::bit_cast<float>(ctx.gpr[6]);
aot_gpr_31 = (0x088D9E24u);
aot_gpr_5 = (0u | 80u);
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088D9E24u) goto L_088D9E24;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D9E24:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_gpr_5 = (0u | 2u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(116), aot_gpr_5);
aot_gpr_5 = (16256u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_5);
ctx.gpr[17] = (0u | 90u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(80), aot_gpr_4);
{ const bool branch_taken = 0u == 0u;
aot_gpr_4 = (aot_gpr_16 + static_cast<std::uint32_t>(96));
if (branch_taken) {
goto L_088DA100;
}
goto L_088D9E5C;
}
L_088D9E5C:
{ const bool branch_taken = aot_gpr_5 == 0u;
aot_gpr_5 = (0u | 67u);
if (branch_taken) {
goto L_088D9ED0;
}
goto L_088D9E64;
}
L_088D9E64:
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_4) < 44 ? 1u : 0u);
{ const bool branch_taken = aot_gpr_5 != 0u;
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_4) < 51 ? 1u : 0u);
if (branch_taken) {
goto L_088D9F44;
}
goto L_088D9E70;
}
L_088D9E70:
{ const bool branch_taken = aot_gpr_4 != 0u;
aot_gpr_4 = (17056u << 16u);
if (branch_taken) {
goto L_088D9EC8;
}
goto L_088D9E78;
}
L_088D9E78:
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_4 = (0u | 25u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (0u | 20812u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_gpr_4 = (0u | 4u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_gpr_4 = (0u | 9u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(116), aot_gpr_4);
aot_gpr_4 = (16384u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_5 = (17864u << 16u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_fpr_20 = std::bit_cast<float>(aot_gpr_5);
ctx.gpr[17] = (0u | 30u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
{ const bool branch_taken = 0u == 0u;
aot_gpr_4 = (aot_gpr_16 + static_cast<std::uint32_t>(96));
if (branch_taken) {
goto L_088DA100;
}
goto L_088D9EC8;
}
L_088D9EC8:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088DA168;
}
goto L_088D9ED0;
}
L_088D9ED0:
{ const bool branch_taken = aot_gpr_4 != aot_gpr_5;
if (branch_taken) {
goto L_088D9EC8;
}
goto L_088D9ED8;
}
L_088D9ED8:
aot_gpr_4 = (17608u << 16u);
aot_fpr_20 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_4 = (16928u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_4 = (0u | 90u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (0u | 28159u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_gpr_4 = (16256u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
ctx.gpr[17] = (0u | 35u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(116), 0u);
aot_gpr_4 = (2236u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(32304));
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); }
aot_gpr_4 = (aot_gpr_16 + static_cast<std::uint32_t>(96));
{ 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); }
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088DA100;
}
goto L_088D9F44;
}
L_088D9F44:
aot_gpr_4 = (16928u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_4 = (0u | 166u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
ctx.gpr[6] = (17608u << 16u);
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
aot_fpr_20 = std::bit_cast<float>(ctx.gpr[6]);
aot_gpr_31 = (0x088D9F70u);
aot_gpr_5 = (0u | 166u);
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088D9F70u) goto L_088D9F70;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D9F70:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_gpr_5 = (0u | 2u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(116), aot_gpr_5);
aot_gpr_5 = (16256u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_5);
ctx.gpr[17] = (0u | 90u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(80), aot_gpr_4);
{ const bool branch_taken = 0u == 0u;
aot_gpr_4 = (aot_gpr_16 + static_cast<std::uint32_t>(96));
if (branch_taken) {
goto L_088DA100;
}
goto L_088D9FA8;
}
L_088D9FA8:
aot_gpr_4 = (16576u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_5 = (0u | 5974u);
aot_gpr_4 = (0u | 5974u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_gpr_4 = (0u | 41u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_31 = (0x088D9FD0u);
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088D9FD0u) goto L_088D9FD0;
AOT_REGCACHE_SYNC_OUT(); return;
L_088D9FD0:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_gpr_4 = (0u | 6u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_gpr_4 = (0u | 3u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(116), aot_gpr_4);
aot_gpr_4 = (16448u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
if (branch_taken) {
goto L_088DA168;
}
goto L_088D9FF8;
}
L_088D9FF8:
aot_gpr_4 = (17056u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[6] = (17864u << 16u);
aot_gpr_4 = (0u | 4u);
aot_fpr_20 = std::bit_cast<float>(ctx.gpr[6]);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
aot_gpr_31 = (0x088DA024u);
aot_gpr_5 = (0u | 4u);
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088DA024u) goto L_088DA024;
AOT_REGCACHE_SYNC_OUT(); return;
L_088DA024:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_gpr_4 = (16384u << 16u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(116), 0u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
ctx.gpr[17] = (0u | 90u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
{ const bool branch_taken = 0u == 0u;
aot_gpr_4 = (aot_gpr_16 + static_cast<std::uint32_t>(96));
if (branch_taken) {
goto L_088DA100;
}
goto L_088DA050;
}
L_088DA050:
aot_gpr_4 = (17056u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[6] = (17864u << 16u);
aot_gpr_4 = (0u | 200u);
aot_fpr_20 = std::bit_cast<float>(ctx.gpr[6]);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
aot_gpr_31 = (0x088DA07Cu);
aot_gpr_5 = (0u | 200u);
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088DA07Cu) goto L_088DA07C;
AOT_REGCACHE_SYNC_OUT(); return;
L_088DA07C:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_gpr_4 = (0u | 3u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(116), aot_gpr_4);
aot_gpr_4 = (16384u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[17] = (0u | 127u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
{ const bool branch_taken = 0u == 0u;
aot_gpr_4 = (aot_gpr_16 + static_cast<std::uint32_t>(96));
if (branch_taken) {
goto L_088DA100;
}
goto L_088DA0A8;
}
L_088DA0A8:
aot_gpr_4 = (16928u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[6] = (17608u << 16u);
aot_gpr_4 = (0u | 326u);
aot_fpr_20 = std::bit_cast<float>(ctx.gpr[6]);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
aot_gpr_31 = (0x088DA0D4u);
aot_gpr_5 = (0u | 326u);
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088DA0D4u) goto L_088DA0D4;
AOT_REGCACHE_SYNC_OUT(); return;
L_088DA0D4:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_gpr_4 = (0u | 4u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_gpr_4 = (0u | 3u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(116), aot_gpr_4);
aot_gpr_4 = (16384u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[17] = (0u | 60u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (aot_gpr_16 + static_cast<std::uint32_t>(96));
goto L_088DA100;
L_088DA100:
aot_gpr_5 = (aot_gpr_4 | 0u);
aot_gpr_31 = (0x088DA10Cu);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0049.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 321u, 0x088DA10Cu, 0x088CA7B0u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0049_entry(rt, ctx, 494u, aot_mem);
#else
recomp_unit_0049_entry(rt, ctx, 494u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0049_entry, 49u, 494u, 0x088CA7B0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DA10Cu) goto L_088DA10C;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DA10C:
aot_fpr_12 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(ctx.fpr[0]));
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_12 < aot_fpr_20)) ? 0x00800000u : 0u);
{ const bool branch_taken = !((ctx.fcr31 & 0x00800000u) != 0u);
if (branch_taken) {
goto L_088DA168;
}
goto L_088DA120;
}
L_088DA120:
aot_fpr_13 = std::sqrt(aot_fpr_12);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(76), std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(88)));
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088DA138u);
aot_gpr_5 = (ctx.gpr[17] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0109.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 323u, 0x088DA138u, 0x089B8190u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0109_entry(rt, ctx, 21u, aot_mem);
#else
recomp_unit_0109_entry(rt, ctx, 21u, 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, 21u, 0x089B8190u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DA138u) goto L_088DA138;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DA138:
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(72), static_cast<std::uint8_t>(aot_gpr_2));
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(72)));
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_4) <= 0;
if (branch_taken) {
goto L_088DA168;
}
goto L_088DA148;
}
L_088DA148:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(52), 0u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(80), 0u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(92), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (2237u << 16u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
aot_gpr_5 = (0u | 1u);
aot_gpr_31 = (0x088DA168u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(-28320));
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0108.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 325u, 0x088DA168u, 0x089B7B80u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0108_entry(rt, ctx, 703u, aot_mem);
#else
recomp_unit_0108_entry(rt, ctx, 703u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0108_entry, 108u, 703u, 0x089B7B80u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DA168u) goto L_088DA168;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DA168:
{ std::uint32_t aot_run_words[4]{};
aot_mem.aot_direct_load32_block(ctx.gpr[29] + static_cast<std::uint32_t>(0), aot_run_words);
aot_fpr_20 = std::bit_cast<float>(aot_run_words[0]);
aot_gpr_16 = aot_run_words[1];
ctx.gpr[17] = aot_run_words[2];
aot_gpr_31 = aot_run_words[3];
}
jump_target = aot_gpr_31;
ctx.gpr[29] = (ctx.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_088DA180:
ctx.gpr[29] = (ctx.gpr[29] + static_cast<std::uint32_t>(-64));
ctx.gpr[6] = (aot_gpr_5 << 6u);
aot_gpr_5 = (aot_gpr_5 << 3u);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(44), ctx.gpr[17]);
ctx.gpr[17] = (ctx.gpr[6] - aot_gpr_5);
ctx.gpr[6] = (16672u << 16u);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(24), std::bit_cast<std::uint32_t>(aot_fpr_20));
ctx.gpr[17] = (aot_gpr_4 + ctx.gpr[17]);
aot_fpr_20 = std::bit_cast<float>(ctx.gpr[6]);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(48), ctx.gpr[18]);
aot_gpr_5 = (aot_mem.aot_direct_load8(ctx.gpr[17] + static_cast<std::uint32_t>(6308)));
ctx.gpr[18] = (2236u << 16u);
ctx.gpr[6] = (16256u << 16u);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(32), std::bit_cast<std::uint32_t>(ctx.fpr[24]));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(36), std::bit_cast<std::uint32_t>(ctx.fpr[26]));
ctx.fpr[24] = std::bit_cast<float>(0u);
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(32304));
ctx.fpr[26] = std::bit_cast<float>(ctx.gpr[6]);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(28), std::bit_cast<std::uint32_t>(aot_fpr_22));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(40), aot_gpr_16);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(52), ctx.gpr[19]);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(56), aot_gpr_31);
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_5) <= 0;
aot_gpr_16 = (aot_gpr_4 | 0u);
if (branch_taken) {
goto L_088DA318;
}
goto L_088DA1E0;
}
L_088DA1E0:
aot_gpr_4 = (aot_mem.aot_direct_load16(ctx.gpr[17] + static_cast<std::uint32_t>(6266)));
aot_gpr_5 = (0u | 184u);
{ const bool branch_taken = aot_gpr_4 != aot_gpr_5;
if (branch_taken) {
goto L_088DA318;
}
goto L_088DA1F0;
}
L_088DA1F0:
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(6276)));
aot_gpr_4 = (16800u << 16u);
ctx.gpr[19] = (2237u << 16u);
aot_fpr_22 = std::bit_cast<float>(aot_gpr_4);
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_12 < aot_fpr_20)) ? 0x00800000u : 0u);
{ const bool branch_taken = !((ctx.fcr31 & 0x00800000u) != 0u);
ctx.gpr[19] = (ctx.gpr[19] + static_cast<std::uint32_t>(-28320));
if (branch_taken) {
goto L_088DA254;
}
goto L_088DA210;
}
L_088DA210:
aot_gpr_4 = (0u | 176u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088DA228u);
aot_gpr_5 = (0u | 700u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_089B7A84, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_2, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0108_entry, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DA228u) goto L_088DA228;
AOT_REGCACHE_SYNC_OUT(); return;
L_088DA228:
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(6276)));
{ const float fs = aot_fpr_12; const float ft = aot_fpr_22; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) aot_fpr_12 = std::bit_cast<float>(0x7FC00000u); else aot_fpr_12 = fs * ft; }
aot_fpr_12 = aot_fpr_12 / aot_fpr_20;
aot_gpr_4 = (aot_gpr_2 + static_cast<std::uint32_t>(3500));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
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 & 255u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(65));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(72), static_cast<std::uint8_t>(aot_gpr_4));
if (branch_taken) {
goto L_088DA2A0;
}
goto L_088DA254;
}
L_088DA254:
aot_gpr_4 = (0u | 175u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088DA26Cu);
aot_gpr_5 = (0u | 700u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_089B7A84, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_2, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0108_entry, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DA26Cu) goto L_088DA26C;
AOT_REGCACHE_SYNC_OUT(); return;
L_088DA26C:
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(6276)));
aot_gpr_4 = (16880u << 16u);
aot_fpr_12 = aot_fpr_12 - aot_fpr_20;
aot_fpr_13 = std::bit_cast<float>(aot_gpr_4);
{ const float fs = aot_fpr_12; const float ft = aot_fpr_13; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) aot_fpr_12 = std::bit_cast<float>(0x7FC00000u); else aot_fpr_12 = fs * ft; }
aot_fpr_12 = aot_fpr_12 / aot_fpr_20;
aot_gpr_4 = (aot_gpr_2 + static_cast<std::uint32_t>(3500));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
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 & 255u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(80));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(72), static_cast<std::uint8_t>(aot_gpr_4));
goto L_088DA2A0;
L_088DA2A0:
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(2024)));
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_12 < aot_fpr_22)) ? 0x00800000u : 0u);
{ const bool branch_taken = !((ctx.fcr31 & 0x00800000u) != 0u);
if (branch_taken) {
goto L_088DA2C0;
}
goto L_088DA2B4;
}
L_088DA2B4:
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(72)));
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_4) >> 1u));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(72), static_cast<std::uint8_t>(aot_gpr_4));
goto L_088DA2C0;
L_088DA2C0:
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_28 + static_cast<std::uint32_t>(-23552)));
aot_gpr_5 = (0u | 4u);
if (aot_gpr_4 != aot_gpr_5) {
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_28 + static_cast<std::uint32_t>(-23552)));
goto L_088DA2D8;
}
goto L_088DA2D0;
L_088DA2D0:
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23552), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_28 + static_cast<std::uint32_t>(-23552)));
goto L_088DA2D8;
L_088DA2D8:
aot_gpr_5 = (aot_gpr_4 + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23552), static_cast<std::uint8_t>(aot_gpr_5));
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(26328)));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(52), aot_gpr_4);
aot_gpr_4 = (aot_gpr_5 & 15u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), 0u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(55));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(114), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(aot_gpr_4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(80), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(92), static_cast<std::uint8_t>(aot_gpr_4));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (ctx.gpr[19] | 0u);
aot_gpr_31 = (0x088DA318u);
aot_gpr_5 = (0u | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0108.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 338u, 0x088DA318u, 0x089B7B80u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0108_entry(rt, ctx, 703u, aot_mem);
#else
recomp_unit_0108_entry(rt, ctx, 703u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0108_entry, 108u, 703u, 0x089B7B80u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DA318u) goto L_088DA318;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DA318:
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(7896)));
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_12 <= ctx.fpr[24])) ? 0x00800000u : 0u);
{ const bool branch_taken = ((ctx.fcr31 & 0x00800000u) != 0u);
if (branch_taken) {
goto L_088DA3C4;
}
goto L_088DA32C;
}
L_088DA32C:
aot_gpr_31 = (0x088DA334u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0170.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 340u, 0x088DA334u, 0x08AAE9C4u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0170_entry(rt, ctx, 538u, aot_mem);
#else
recomp_unit_0170_entry(rt, ctx, 538u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0170_entry, 170u, 538u, 0x08AAE9C4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DA334u) goto L_088DA334;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DA334:
{ const bool branch_taken = aot_gpr_2 == 0u;
if (branch_taken) {
goto L_088DA34C;
}
goto L_088DA33C;
}
L_088DA33C:
aot_gpr_31 = (0x088DA344u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0170.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 342u, 0x088DA344u, 0x08AAE9E8u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0170_entry(rt, ctx, 542u, aot_mem);
#else
recomp_unit_0170_entry(rt, ctx, 542u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0170_entry, 170u, 542u, 0x08AAE9E8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DA344u) goto L_088DA344;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DA344:
{ const bool branch_taken = aot_gpr_2 != 0u;
if (branch_taken) {
goto L_088DA3C4;
}
goto L_088DA34C;
}
L_088DA34C:
aot_gpr_4 = (0u | 290u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
aot_gpr_31 = (0x088DA360u);
aot_gpr_5 = (0u | 290u);
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088DA360u) goto L_088DA360;
AOT_REGCACHE_SYNC_OUT(); return;
L_088DA360:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(7896)));
aot_gpr_4 = (16840u << 16u);
aot_fpr_13 = std::bit_cast<float>(aot_gpr_4);
{ const float fs = aot_fpr_12; const float ft = aot_fpr_13; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) aot_fpr_12 = std::bit_cast<float>(0x7FC00000u); else aot_fpr_12 = fs * ft; }
aot_gpr_4 = (0u | 4u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(52), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (0u | 1u);
aot_fpr_12 = std::bit_cast<float>(ctx.fpu_float_to_word_ct<1u>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
ctx.gpr[7] = (0u | 63u);
aot_gpr_5 = (2237u << 16u);
ctx.gpr[6] = (std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(72), static_cast<std::uint8_t>(ctx.gpr[6]));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(114), static_cast<std::uint8_t>(ctx.gpr[7]));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(aot_gpr_4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(80), 0u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(92), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (0u | 30u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(116), aot_gpr_4);
aot_gpr_4 = (aot_gpr_5 + static_cast<std::uint32_t>(-28320));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
aot_gpr_31 = (0x088DA3C4u);
aot_gpr_5 = (0u | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0108.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 345u, 0x088DA3C4u, 0x089B7B80u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0108_entry(rt, ctx, 703u, aot_mem);
#else
recomp_unit_0108_entry(rt, ctx, 703u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0108_entry, 108u, 703u, 0x089B7B80u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DA3C4u) goto L_088DA3C4;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DA3C4:
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(16), std::bit_cast<std::uint32_t>(ctx.fpr[24]));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(20), std::bit_cast<std::uint32_t>(ctx.fpr[24]));
aot_gpr_4 = (ctx.gpr[18] + 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[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); }
aot_gpr_5 = (ctx.gpr[29] + static_cast<std::uint32_t>(16));
ctx.gpr[6] = (ctx.gpr[29] + static_cast<std::uint32_t>(20));
aot_gpr_31 = (0x088DA3E8u);
aot_gpr_4 = (ctx.gpr[29] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0118.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 346u, 0x088DA3E8u, 0x089DD460u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0118_entry(rt, ctx, 197u, aot_mem);
#else
recomp_unit_0118_entry(rt, ctx, 197u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0118_entry, 118u, 197u, 0x089DD460u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DA3E8u) goto L_088DA3E8;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DA3E8:
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[29] + static_cast<std::uint32_t>(16)));
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_12 < ctx.fpr[24])) ? 0x00800000u : 0u);
{ const bool branch_taken = !((ctx.fcr31 & 0x00800000u) != 0u);
if (branch_taken) {
goto L_088DA408;
}
goto L_088DA3FC;
}
L_088DA3FC:
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[29] + static_cast<std::uint32_t>(16)));
aot_fpr_12 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(aot_fpr_12) ^ 0x80000000u);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(16), std::bit_cast<std::uint32_t>(aot_fpr_12));
goto L_088DA408;
L_088DA408:
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[29] + static_cast<std::uint32_t>(20)));
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_12 < ctx.fpr[24])) ? 0x00800000u : 0u);
{ const bool branch_taken = !((ctx.fcr31 & 0x00800000u) != 0u);
if (branch_taken) {
goto L_088DA428;
}
goto L_088DA41C;
}
L_088DA41C:
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[29] + static_cast<std::uint32_t>(20)));
aot_fpr_12 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(aot_fpr_12) ^ 0x80000000u);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(20), std::bit_cast<std::uint32_t>(aot_fpr_12));
goto L_088DA428;
L_088DA428:
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[29] + static_cast<std::uint32_t>(16)));
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[29] + static_cast<std::uint32_t>(20)));
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_088DA44C;
}
goto L_088DA440;
}
L_088DA440:
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[29] + static_cast<std::uint32_t>(16)));
{ const bool branch_taken = 0u == 0u;
{ const float fs = aot_fpr_12; const float ft = aot_fpr_20; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) aot_fpr_20 = std::bit_cast<float>(0x7FC00000u); else aot_fpr_20 = fs * ft; }
if (branch_taken) {
goto L_088DA454;
}
goto L_088DA44C;
}
L_088DA44C:
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[29] + static_cast<std::uint32_t>(20)));
{ const float fs = aot_fpr_12; const float ft = aot_fpr_20; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) aot_fpr_20 = std::bit_cast<float>(0x7FC00000u); else aot_fpr_20 = fs * ft; }
goto L_088DA454;
L_088DA454:
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_20 <= ctx.fpr[26])) ? 0x00800000u : 0u);
{ const bool branch_taken = ((ctx.fcr31 & 0x00800000u) != 0u);
if (branch_taken) {
goto L_088DA468;
}
goto L_088DA464;
}
L_088DA464:
aot_fpr_20 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(ctx.fpr[26]));
goto L_088DA468;
L_088DA468:
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(8348)));
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_12 < aot_fpr_20)) ? 0x00800000u : 0u);
{ const bool branch_taken = !((ctx.fcr31 & 0x00800000u) != 0u);
if (branch_taken) {
goto L_088DA484;
}
goto L_088DA47C;
}
L_088DA47C:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088DA488;
}
goto L_088DA484;
}
L_088DA484:
aot_fpr_20 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(8348)));
goto L_088DA488;
L_088DA488:
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_20 <= ctx.fpr[24])) ? 0x00800000u : 0u);
{ const bool branch_taken = ((ctx.fcr31 & 0x00800000u) != 0u);
if (branch_taken) {
goto L_088DA574;
}
goto L_088DA498;
}
L_088DA498:
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-30400)));
aot_gpr_4 = (17046u << 16u);
aot_fpr_22 = std::bit_cast<float>(aot_gpr_4);
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_12 < aot_fpr_22)) ? 0x00800000u : 0u);
{ const bool branch_taken = !((ctx.fcr31 & 0x00800000u) != 0u);
if (branch_taken) {
goto L_088DA574;
}
goto L_088DA4B4;
}
L_088DA4B4:
aot_gpr_4 = (0u | 261u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
aot_gpr_31 = (0x088DA4C8u);
aot_gpr_5 = (0u | 261u);
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088DA4C8u) goto L_088DA4C8;
AOT_REGCACHE_SYNC_OUT(); return;
L_088DA4C8:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(26324)));
aot_gpr_5 = (0u | 10u);
{ const std::uint32_t dividend = aot_gpr_4; const std::uint32_t divisor = aot_gpr_5; if (divisor == 0u) { ctx.lo = 0xFFFFFFFFu; ctx.hi = dividend; } else { ctx.lo = dividend / divisor; ctx.hi = dividend % divisor; } }
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-30400)));
aot_gpr_4 = (2237u << 16u);
aot_fpr_12 = aot_fpr_22 - aot_fpr_12;
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(-28320));
aot_gpr_5 = (ctx.hi);
aot_fpr_13 = std::bit_cast<float>(aot_gpr_5);
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_5) >= 0;
aot_fpr_13 = static_cast<float>(static_cast<std::int32_t>(std::bit_cast<std::uint32_t>(aot_fpr_13)));
if (branch_taken) {
goto L_088DA504;
}
goto L_088DA4F8;
}
L_088DA4F8:
aot_gpr_5 = (20352u << 16u);
ctx.fpr[14] = std::bit_cast<float>(aot_gpr_5);
aot_fpr_13 = aot_fpr_13 + ctx.fpr[14];
goto L_088DA504;
L_088DA504:
aot_gpr_5 = (16948u << 16u);
ctx.fpr[14] = std::bit_cast<float>(aot_gpr_5);
aot_fpr_13 = aot_fpr_13 + ctx.fpr[14];
aot_gpr_5 = (0u | 5u);
{ const float fs = aot_fpr_12; const float ft = aot_fpr_13; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) aot_fpr_12 = std::bit_cast<float>(0x7FC00000u); else aot_fpr_12 = fs * ft; }
aot_fpr_12 = aot_fpr_12 / aot_fpr_22;
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(52), aot_gpr_5);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_5 = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_5);
ctx.gpr[6] = (0u | 63u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(114), static_cast<std::uint8_t>(ctx.gpr[6]));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(aot_gpr_5));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(80), 0u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(92), static_cast<std::uint8_t>(0u));
aot_gpr_5 = (0u | 7u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(116), aot_gpr_5);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
aot_gpr_5 = (0u | 0u);
{ const float fs = aot_fpr_20; const float ft = aot_fpr_12; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) aot_fpr_12 = std::bit_cast<float>(0x7FC00000u); else aot_fpr_12 = fs * ft; }
aot_fpr_12 = std::bit_cast<float>(ctx.fpu_float_to_word_ct<1u>(aot_fpr_12));
ctx.gpr[6] = (std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_gpr_31 = (0x088DA564u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(72), static_cast<std::uint8_t>(ctx.gpr[6]));
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0108.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 364u, 0x088DA564u, 0x089B7B80u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0108_entry(rt, ctx, 703u, aot_mem);
#else
recomp_unit_0108_entry(rt, ctx, 703u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0108_entry, 108u, 703u, 0x089B7B80u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DA564u) goto L_088DA564;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DA564:
aot_gpr_4 = (18804u << 16u);
aot_gpr_4 = (aot_gpr_4 | 9214u);
aot_fpr_13 = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_28 + static_cast<std::uint32_t>(-30400), std::bit_cast<std::uint32_t>(aot_fpr_13));
goto L_088DA574;
L_088DA574:
{ std::uint32_t aot_run_words[9]{};
aot_mem.aot_direct_load32_block(ctx.gpr[29] + static_cast<std::uint32_t>(24), aot_run_words);
aot_fpr_20 = std::bit_cast<float>(aot_run_words[0]);
aot_fpr_22 = std::bit_cast<float>(aot_run_words[1]);
ctx.fpr[24] = std::bit_cast<float>(aot_run_words[2]);
ctx.fpr[26] = std::bit_cast<float>(aot_run_words[3]);
aot_gpr_16 = aot_run_words[4];
ctx.gpr[17] = aot_run_words[5];
ctx.gpr[18] = aot_run_words[6];
ctx.gpr[19] = aot_run_words[7];
aot_gpr_31 = aot_run_words[8];
}
jump_target = aot_gpr_31;
ctx.gpr[29] = (ctx.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_088DA5A0:
ctx.gpr[29] = (ctx.gpr[29] + static_cast<std::uint32_t>(-80));
aot_gpr_5 = (0u | 0u);
ctx.gpr[6] = (aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-17328)));
aot_mem.aot_direct_store8(ctx.gpr[29] + static_cast<std::uint32_t>(1), static_cast<std::uint8_t>(aot_gpr_5));
aot_gpr_5 = (aot_gpr_5 < ctx.gpr[6] ? 1u : 0u);
{ const std::uint32_t aot_run_words[15]{std::bit_cast<std::uint32_t>(aot_fpr_20), std::bit_cast<std::uint32_t>(aot_fpr_22), std::bit_cast<std::uint32_t>(ctx.fpr[24]), std::bit_cast<std::uint32_t>(ctx.fpr[26]), std::bit_cast<std::uint32_t>(ctx.fpr[28]), aot_gpr_16, ctx.gpr[17], ctx.gpr[18], ctx.gpr[19], ctx.gpr[20], ctx.gpr[21], ctx.gpr[22], ctx.gpr[23], ctx.gpr[30], aot_gpr_31};
aot_mem.aot_direct_store32_block(ctx.gpr[29] + static_cast<std::uint32_t>(16), aot_run_words); }
{ const bool branch_taken = aot_gpr_5 == 0u;
aot_gpr_16 = (aot_gpr_4 | 0u);
if (branch_taken) {
goto L_088DAA34;
}
goto L_088DA5F8;
}
L_088DA5F8:
aot_gpr_4 = (2246u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(17840));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(12), aot_gpr_4);
aot_gpr_4 = (aot_gpr_16 + static_cast<std::uint32_t>(96));
ctx.fpr[28] = std::bit_cast<float>(0u);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(4), aot_gpr_4);
aot_gpr_4 = (17864u << 16u);
aot_fpr_22 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_5 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
aot_gpr_4 = (17056u << 16u);
ctx.fpr[24] = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[22] = (2237u << 16u);
aot_gpr_4 = (16384u << 16u);
ctx.gpr[30] = (0u | 11u);
ctx.fpr[26] = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[21] = (0u | 120u);
ctx.gpr[19] = (0u | 1u);
ctx.gpr[23] = (0u | 32u);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(8), aot_gpr_5);
ctx.gpr[22] = (ctx.gpr[22] + static_cast<std::uint32_t>(-28320));
goto L_088DA648;
L_088DA648:
ctx.gpr[17] = (aot_mem.aot_direct_load8(ctx.gpr[29] + static_cast<std::uint32_t>(1)));
ctx.gpr[20] = (aot_mem.aot_direct_load32(ctx.gpr[29] + static_cast<std::uint32_t>(12)));
aot_gpr_4 = (ctx.gpr[17] + ctx.gpr[17]);
aot_gpr_4 = (ctx.gpr[17] + aot_gpr_4);
aot_gpr_5 = (ctx.gpr[17] << 7u);
aot_gpr_4 = (aot_gpr_4 << 4u);
aot_gpr_4 = (aot_gpr_5 + aot_gpr_4);
ctx.gpr[20] = (aot_gpr_4 + ctx.gpr[20]);
aot_gpr_5 = (aot_mem.aot_direct_load8(ctx.gpr[20] + static_cast<std::uint32_t>(61)));
{ const bool branch_taken = aot_gpr_5 == 0u;
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[29] + static_cast<std::uint32_t>(4)));
if (branch_taken) {
goto L_088DAA18;
}
goto L_088DA674;
}
L_088DA674:
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[20] + static_cast<std::uint32_t>(0)));
{ const bool branch_taken = aot_gpr_5 != 0u;
if (branch_taken) {
goto L_088DA6AC;
}
goto L_088DA680;
}
L_088DA680:
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[20] + static_cast<std::uint32_t>(4)));
{ const bool branch_taken = aot_gpr_5 != 0u;
if (branch_taken) {
goto L_088DA694;
}
goto L_088DA68C;
}
L_088DA68C:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088DAA18;
}
goto L_088DA694;
}
L_088DA694:
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[20] + static_cast<std::uint32_t>(4)));
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(48));
{ 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); }
{ 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); }
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088DA6BC;
}
goto L_088DA6AC;
}
L_088DA6AC:
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[20] + static_cast<std::uint32_t>(0)));
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(48));
{ 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); }
{ 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); }
goto L_088DA6BC;
L_088DA6BC:
aot_gpr_5 = (aot_gpr_4 | 0u);
aot_mem.aot_direct_store8(ctx.gpr[29] + static_cast<std::uint32_t>(0), static_cast<std::uint8_t>(0u));
aot_gpr_31 = (0x088DA6CCu);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0049.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 375u, 0x088DA6CCu, 0x088CA7B0u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0049_entry(rt, ctx, 494u, aot_mem);
#else
recomp_unit_0049_entry(rt, ctx, 494u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0049_entry, 49u, 494u, 0x088CA7B0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DA6CCu) goto L_088DA6CC;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DA6CC:
aot_fpr_20 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(ctx.fpr[0]));
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_20 < aot_fpr_22)) ? 0x00800000u : 0u);
if (!((ctx.fcr31 & 0x00800000u) != 0u)) {
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(48)));
goto L_088DA87C;
}
goto L_088DA6E0;
L_088DA6E0:
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[20] + static_cast<std::uint32_t>(62)));
aot_gpr_5 = (0u | 3u);
{ const bool branch_taken = aot_gpr_4 == aot_gpr_5;
if (branch_taken) {
goto L_088DA710;
}
goto L_088DA6F0;
}
L_088DA6F0:
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[20] + static_cast<std::uint32_t>(62)));
aot_gpr_5 = (0u | 2u);
{ const bool branch_taken = aot_gpr_4 == aot_gpr_5;
if (branch_taken) {
goto L_088DA710;
}
goto L_088DA700;
}
L_088DA700:
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[20] + static_cast<std::uint32_t>(62)));
aot_gpr_5 = (0u | 6u);
if (aot_gpr_4 != aot_gpr_5) {
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(48)));
goto L_088DA87C;
}
goto L_088DA710;
L_088DA710:
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_fpr_12 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(aot_fpr_20));
aot_gpr_31 = (0x088DA720u);
aot_gpr_5 = (ctx.gpr[29] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0048.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 380u, 0x088DA720u, 0x088C6080u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0048_entry(rt, ctx, 397u, aot_mem);
#else
recomp_unit_0048_entry(rt, ctx, 397u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0048_entry, 48u, 397u, 0x088C6080u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DA720u) goto L_088DA720;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DA720:
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(76)));
aot_fpr_12 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(ctx.fpr[24]));
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088DA734u);
aot_gpr_5 = (0u | 127u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0109.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 381u, 0x088DA734u, 0x089B8190u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0109_entry(rt, ctx, 21u, aot_mem);
#else
recomp_unit_0109_entry(rt, ctx, 21u, 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, 21u, 0x089B8190u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DA734u) goto L_088DA734;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DA734:
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(72), static_cast<std::uint8_t>(aot_gpr_2));
aot_gpr_5 = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(72)));
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_5) <= 0;
aot_gpr_4 = (0u | 3u);
if (branch_taken) {
goto L_088DA878;
}
goto L_088DA744;
}
L_088DA744:
aot_gpr_5 = (aot_mem.aot_direct_load8(ctx.gpr[20] + static_cast<std::uint32_t>(61)));
{ const bool branch_taken = aot_gpr_5 != ctx.gpr[30];
if (branch_taken) {
goto L_088DA834;
}
goto L_088DA750;
}
L_088DA750:
aot_gpr_5 = (aot_mem.aot_direct_load8(ctx.gpr[20] + static_cast<std::uint32_t>(62)));
ctx.gpr[6] = (0u | 6u);
{ const bool branch_taken = aot_gpr_5 != ctx.gpr[6];
if (branch_taken) {
goto L_088DA810;
}
goto L_088DA760;
}
L_088DA760:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(26344)));
aot_gpr_4 = (aot_gpr_4 & 1u);
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_088DA808;
}
goto L_088DA770;
}
L_088DA770:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(26324)));
aot_gpr_4 = (aot_gpr_4 & 1u);
if (aot_gpr_4 == 0u) {
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(26328)));
goto L_088DA79C;
}
goto L_088DA780;
L_088DA780:
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(26328)));
aot_gpr_4 = (0u | 5u);
{ const std::uint32_t dividend = aot_gpr_5; const std::uint32_t divisor = aot_gpr_4; if (divisor == 0u) { ctx.lo = 0xFFFFFFFFu; ctx.hi = dividend; } else { ctx.lo = dividend / divisor; ctx.hi = dividend % divisor; } }
aot_gpr_4 = (ctx.hi);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(114));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
if (branch_taken) {
goto L_088DA7B0;
}
goto L_088DA79C;
}
L_088DA79C:
aot_gpr_4 = (0u | 6u);
{ const std::uint32_t dividend = aot_gpr_5; const std::uint32_t divisor = aot_gpr_4; if (divisor == 0u) { ctx.lo = 0xFFFFFFFFu; ctx.hi = dividend; } else { ctx.lo = dividend / divisor; ctx.hi = dividend % divisor; } }
aot_gpr_4 = (ctx.hi);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(119));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
goto L_088DA7B0;
L_088DA7B0:
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[29] + static_cast<std::uint32_t>(8)));
aot_gpr_31 = (0x088DA7BCu);
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(56)));
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088DA7BCu) goto L_088DA7BC;
AOT_REGCACHE_SYNC_OUT(); return;
L_088DA7BC:
ctx.gpr[17] = (aot_gpr_2 >> 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), ctx.gpr[17]);
aot_gpr_5 = (ctx.gpr[17] >> 4u);
aot_gpr_31 = (0x088DA7D0u);
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_089B7A84, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_2, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0108_entry, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DA7D0u) goto L_088DA7D0;
AOT_REGCACHE_SYNC_OUT(); return;
L_088DA7D0:
aot_gpr_4 = (ctx.gpr[17] + aot_gpr_2);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(80), ctx.gpr[19]);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(92), static_cast<std::uint8_t>(ctx.gpr[19]));
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_28 + static_cast<std::uint32_t>(-23551)));
aot_gpr_5 = (aot_gpr_4 + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23551), static_cast<std::uint8_t>(aot_gpr_5));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(52), aot_gpr_4);
aot_gpr_5 = (aot_mem.aot_direct_load8(aot_gpr_28 + static_cast<std::uint32_t>(-23551)));
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_5) < 32 ? 1u : 0u);
{ const bool branch_taken = aot_gpr_5 == 0u;
aot_gpr_4 = (0u | 3u);
if (branch_taken) {
goto L_088DA854;
}
goto L_088DA800;
}
L_088DA800:
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23551), static_cast<std::uint8_t>(ctx.gpr[23]));
if (branch_taken) {
goto L_088DA854;
}
goto L_088DA808;
}
L_088DA808:
{ const bool branch_taken = 0u == 0u;
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(48)));
if (branch_taken) {
goto L_088DA87C;
}
goto L_088DA810;
}
L_088DA810:
aot_gpr_5 = (0u | 190u);
ctx.gpr[6] = (0u | 6543u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_5);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), ctx.gpr[6]);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(52), ctx.gpr[17]);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(80), 0u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(116), aot_gpr_4);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(92), static_cast<std::uint8_t>(0u));
if (branch_taken) {
goto L_088DA854;
}
goto L_088DA834;
}
L_088DA834:
aot_gpr_5 = (0u | 200u);
ctx.gpr[6] = (0u | 13961u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_5);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), ctx.gpr[6]);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(52), ctx.gpr[17]);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(80), 0u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(116), aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(92), static_cast<std::uint8_t>(0u));
goto L_088DA854;
L_088DA854:
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(ctx.fpr[26]));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(ctx.fpr[24]));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (ctx.gpr[22] | 0u);
aot_gpr_31 = (0x088DA878u);
aot_gpr_5 = (0u | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0108.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 396u, 0x088DA878u, 0x089B7B80u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0108_entry(rt, ctx, 703u, aot_mem);
#else
recomp_unit_0108_entry(rt, ctx, 703u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0108_entry, 108u, 703u, 0x089B7B80u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DA878u) goto L_088DA878;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DA878:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(48)));
goto L_088DA87C;
L_088DA87C:
ctx.gpr[18] = (0u | 0u);
aot_gpr_5 = (aot_gpr_4 << 6u);
aot_gpr_4 = (aot_gpr_4 << 3u);
aot_gpr_4 = (aot_gpr_5 - aot_gpr_4);
aot_gpr_4 = (aot_gpr_16 + aot_gpr_4);
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(6308)));
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[18]) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_088DAA18;
}
goto L_088DA8A0;
}
L_088DA8A0:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(48)));
goto L_088DA8A4;
L_088DA8A4:
ctx.gpr[17] = (ctx.gpr[18] + ctx.gpr[18]);
aot_gpr_5 = (aot_gpr_4 << 6u);
aot_gpr_4 = (aot_gpr_4 << 3u);
aot_gpr_4 = (aot_gpr_5 - aot_gpr_4);
aot_gpr_4 = (aot_gpr_16 + aot_gpr_4);
aot_gpr_4 = (aot_gpr_4 + ctx.gpr[17]);
aot_gpr_4 = (aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(6266)));
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_4) < 74 ? 1u : 0u);
{ const bool branch_taken = aot_gpr_5 != 0u;
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_4) < 76 ? 1u : 0u);
if (branch_taken) {
goto L_088DA9D0;
}
goto L_088DA8CC;
}
L_088DA8CC:
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_088DA9D0;
}
goto L_088DA8D4;
}
L_088DA8D4:
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_20 < aot_fpr_22)) ? 0x00800000u : 0u);
{ const bool branch_taken = ((ctx.fcr31 & 0x00800000u) != 0u);
if (branch_taken) {
goto L_088DA8EC;
}
goto L_088DA8E4;
}
L_088DA8E4:
{ const bool branch_taken = 0u == 0u;
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(48)));
if (branch_taken) {
goto L_088DA9F0;
}
goto L_088DA8EC;
}
L_088DA8EC:
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_fpr_12 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(aot_fpr_20));
aot_gpr_31 = (0x088DA8FCu);
aot_gpr_5 = (ctx.gpr[29] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0048.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 404u, 0x088DA8FCu, 0x088C6080u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0048_entry(rt, ctx, 397u, aot_mem);
#else
recomp_unit_0048_entry(rt, ctx, 397u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0048_entry, 48u, 397u, 0x088C6080u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DA8FCu) goto L_088DA8FC;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DA8FC:
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(76)));
aot_fpr_12 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(ctx.fpr[24]));
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088DA910u);
aot_gpr_5 = (0u | 60u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0109.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 405u, 0x088DA910u, 0x089B8190u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0109_entry(rt, ctx, 21u, aot_mem);
#else
recomp_unit_0109_entry(rt, ctx, 21u, 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, 21u, 0x089B8190u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DA910u) goto L_088DA910;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DA910:
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(72), static_cast<std::uint8_t>(aot_gpr_2));
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(72)));
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_4) <= 0;
if (branch_taken) {
goto L_088DA9C8;
}
goto L_088DA920;
}
L_088DA920:
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[20] + static_cast<std::uint32_t>(61)));
if (aot_gpr_4 != ctx.gpr[30]) {
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(48)));
goto L_088DA93C;
}
goto L_088DA92C;
L_088DA92C:
aot_gpr_4 = (0u | 6735u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), ctx.gpr[21]);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
if (branch_taken) {
goto L_088DA980;
}
goto L_088DA93C;
}
L_088DA93C:
aot_gpr_5 = (aot_gpr_4 << 6u);
aot_gpr_4 = (aot_gpr_4 << 3u);
aot_gpr_4 = (aot_gpr_5 - aot_gpr_4);
aot_gpr_4 = (aot_gpr_16 + aot_gpr_4);
aot_gpr_4 = (aot_gpr_4 + ctx.gpr[17]);
aot_gpr_4 = (aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(6266)));
aot_gpr_5 = (0u | 75u);
{ const bool branch_taken = aot_gpr_4 != aot_gpr_5;
if (branch_taken) {
goto L_088DA970;
}
goto L_088DA960;
}
L_088DA960:
aot_gpr_4 = (0u | 22000u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), ctx.gpr[21]);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
if (branch_taken) {
goto L_088DA980;
}
goto L_088DA970;
}
L_088DA970:
aot_gpr_4 = (0u | 126u);
aot_gpr_5 = (0u | 18000u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_5);
goto L_088DA980;
L_088DA980:
aot_gpr_4 = (0u | 4u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(ctx.fpr[28]));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(ctx.fpr[24]));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(92), static_cast<std::uint8_t>(ctx.gpr[19]));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(80), ctx.gpr[19]);
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_28 + static_cast<std::uint32_t>(-23551)));
aot_gpr_5 = (aot_gpr_4 + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23551), static_cast<std::uint8_t>(aot_gpr_5));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(52), aot_gpr_4);
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_28 + static_cast<std::uint32_t>(-23551)));
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_4) < 32 ? 1u : 0u);
{ const bool branch_taken = aot_gpr_4 != 0u;
if (branch_taken) {
goto L_088DA9D8;
}
goto L_088DA9C0;
}
L_088DA9C0:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088DA9DC;
}
goto L_088DA9C8;
}
L_088DA9C8:
{ const bool branch_taken = 0u == 0u;
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(48)));
if (branch_taken) {
goto L_088DA9F0;
}
goto L_088DA9D0;
}
L_088DA9D0:
{ const bool branch_taken = 0u == 0u;
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(48)));
if (branch_taken) {
goto L_088DA9F0;
}
goto L_088DA9D8;
}
L_088DA9D8:
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23551), static_cast<std::uint8_t>(ctx.gpr[23]));
goto L_088DA9DC;
L_088DA9DC:
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(ctx.gpr[19]));
aot_gpr_4 = (ctx.gpr[22] | 0u);
aot_gpr_31 = (0x088DA9ECu);
aot_gpr_5 = (0u | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0108.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 417u, 0x088DA9ECu, 0x089B7B80u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0108_entry(rt, ctx, 703u, aot_mem);
#else
recomp_unit_0108_entry(rt, ctx, 703u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0108_entry, 108u, 703u, 0x089B7B80u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DA9ECu) goto L_088DA9EC;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DA9EC:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(48)));
goto L_088DA9F0;
L_088DA9F0:
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(1));
aot_gpr_5 = (aot_gpr_4 << 6u);
aot_gpr_4 = (aot_gpr_4 << 3u);
aot_gpr_4 = (aot_gpr_5 - aot_gpr_4);
aot_gpr_4 = (aot_gpr_16 + aot_gpr_4);
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(6308)));
ctx.gpr[18] = (ctx.gpr[18] & 255u);
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[18]) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
if (aot_gpr_4 != 0u) {
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(48)));
goto L_088DA8A4;
}
goto L_088DAA18;
L_088DAA18:
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[29] + static_cast<std::uint32_t>(1)));
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-17328)));
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(1));
aot_gpr_4 = (aot_gpr_4 & 255u);
aot_gpr_5 = (aot_gpr_4 < aot_gpr_5 ? 1u : 0u);
{ const bool branch_taken = aot_gpr_5 != 0u;
aot_mem.aot_direct_store8(ctx.gpr[29] + static_cast<std::uint32_t>(1), static_cast<std::uint8_t>(aot_gpr_4));
if (branch_taken) {
goto L_088DA648;
}
goto L_088DAA34;
}
L_088DAA34:
{ std::uint32_t aot_run_words[15]{};
aot_mem.aot_direct_load32_block(ctx.gpr[29] + static_cast<std::uint32_t>(16), aot_run_words);
aot_fpr_20 = std::bit_cast<float>(aot_run_words[0]);
aot_fpr_22 = std::bit_cast<float>(aot_run_words[1]);
ctx.fpr[24] = std::bit_cast<float>(aot_run_words[2]);
ctx.fpr[26] = std::bit_cast<float>(aot_run_words[3]);
ctx.fpr[28] = std::bit_cast<float>(aot_run_words[4]);
aot_gpr_16 = aot_run_words[5];
ctx.gpr[17] = aot_run_words[6];
ctx.gpr[18] = aot_run_words[7];
ctx.gpr[19] = aot_run_words[8];
ctx.gpr[20] = aot_run_words[9];
ctx.gpr[21] = aot_run_words[10];
ctx.gpr[22] = aot_run_words[11];
ctx.gpr[23] = aot_run_words[12];
ctx.gpr[30] = aot_run_words[13];
aot_gpr_31 = aot_run_words[14];
}
jump_target = aot_gpr_31;
ctx.gpr[29] = (ctx.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_088DAA78:
ctx.gpr[29] = (ctx.gpr[29] + static_cast<std::uint32_t>(-64));
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(48)));
ctx.gpr[6] = (aot_gpr_5 << 6u);
aot_gpr_5 = (aot_gpr_5 << 3u);
ctx.gpr[7] = (ctx.gpr[6] - aot_gpr_5);
ctx.gpr[7] = (aot_gpr_4 + ctx.gpr[7]);
ctx.gpr[8] = (aot_mem.aot_direct_load8(ctx.gpr[7] + static_cast<std::uint32_t>(6308)));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(16), aot_gpr_16);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(32), ctx.gpr[20]);
ctx.gpr[20] = (0u | 0u);
aot_gpr_16 = (aot_gpr_4 | 0u);
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[20]) < static_cast<std::int32_t>(ctx.gpr[8]) ? 1u : 0u);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(8), std::bit_cast<std::uint32_t>(aot_fpr_20));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(12), std::bit_cast<std::uint32_t>(aot_fpr_22));
{ const std::uint32_t aot_run_words[3]{ctx.gpr[17], ctx.gpr[18], ctx.gpr[19]};
aot_mem.aot_direct_store32_block(ctx.gpr[29] + static_cast<std::uint32_t>(20), aot_run_words); }
{ const std::uint32_t aot_run_words[5]{ctx.gpr[21], ctx.gpr[22], ctx.gpr[23], ctx.gpr[30], aot_gpr_31};
aot_mem.aot_direct_store32_block(ctx.gpr[29] + static_cast<std::uint32_t>(36), aot_run_words); }
{ const bool branch_taken = aot_gpr_4 == 0u;
aot_gpr_4 = (2237u << 16u);
if (branch_taken) {
goto L_088DB0FC;
}
goto L_088DAAD8;
}
L_088DAAD8:
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(-1008));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(0), aot_gpr_4);
aot_gpr_4 = (16256u << 16u);
aot_fpr_20 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[22] = (2237u << 16u);
aot_gpr_4 = (17096u << 16u);
ctx.gpr[30] = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
aot_fpr_22 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[23] = (0u | 1u);
ctx.gpr[22] = (ctx.gpr[22] + static_cast<std::uint32_t>(-28320));
goto L_088DAB00;
L_088DAB00:
ctx.gpr[21] = (ctx.gpr[20] + ctx.gpr[20]);
aot_gpr_4 = (ctx.gpr[7] + ctx.gpr[21]);
aot_gpr_4 = (aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(6266)));
ctx.gpr[9] = (0u | 0u);
ctx.gpr[11] = (0u | 0u);
ctx.gpr[17] = (0u | 0u);
ctx.gpr[18] = (0u | 0u);
ctx.gpr[19] = (0u | 0u);
ctx.gpr[10] = (0u | 0u);
aot_gpr_2 = (0u | 249u);
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_4) < 59 ? 1u : 0u);
ctx.gpr[3] = (0u | 344u);
{ const bool branch_taken = aot_gpr_5 != 0u;
ctx.gpr[12] = (0u | 263u);
if (branch_taken) {
goto L_088DAD5C;
}
goto L_088DAB38;
}
L_088DAB38:
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_4) < 207 ? 1u : 0u);
{ const bool branch_taken = aot_gpr_5 == 0u;
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(-59));
if (branch_taken) {
goto L_088DAD5C;
}
goto L_088DAB44;
}
L_088DAB44:
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>(-17176)));
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_088DAB5C:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(26324)));
aot_gpr_4 = (aot_gpr_4 & 1u);
{ const bool branch_taken = aot_gpr_4 == 0u;
ctx.gpr[7] = (aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-23540)));
if (branch_taken) {
goto L_088DAB7C;
}
goto L_088DAB6C;
}
L_088DAB6C:
aot_gpr_4 = (ctx.gpr[7] + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
{ const bool branch_taken = 0u == 0u;
ctx.gpr[7] = (aot_gpr_4 < static_cast<std::uint32_t>(290) ? 1u : 0u);
if (branch_taken) {
goto L_088DAB88;
}
goto L_088DAB7C;
}
L_088DAB7C:
aot_gpr_4 = (ctx.gpr[7] + static_cast<std::uint32_t>(2));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
ctx.gpr[7] = (aot_gpr_4 < static_cast<std::uint32_t>(290) ? 1u : 0u);
goto L_088DAB88;
L_088DAB88:
{ const bool branch_taken = ctx.gpr[7] != 0u;
if (branch_taken) {
goto L_088DAB98;
}
goto L_088DAB90;
}
L_088DAB90:
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(-3));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
goto L_088DAB98;
L_088DAB98:
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_28 + static_cast<std::uint32_t>(-23540), aot_gpr_4);
if (branch_taken) {
goto L_088DAD64;
}
goto L_088DABA0;
}
L_088DABA0:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(26320)));
aot_gpr_4 = (aot_gpr_4 & 1u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(34));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
if (branch_taken) {
goto L_088DAD64;
}
goto L_088DABB4;
}
L_088DABB4:
aot_gpr_4 = (0u | 286u);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
if (branch_taken) {
goto L_088DAD64;
}
goto L_088DABC0;
}
L_088DABC0:
aot_gpr_4 = (0u | 222u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
ctx.gpr[17] = (0u | 1u);
{ const bool branch_taken = 0u == 0u;
ctx.gpr[18] = (0u | 0u);
if (branch_taken) {
goto L_088DAD64;
}
goto L_088DABD4;
}
L_088DABD4:
aot_gpr_4 = (0u | 211u);
ctx.gpr[17] = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
{ const bool branch_taken = 0u == 0u;
ctx.gpr[18] = (ctx.gpr[17] | 0u);
if (branch_taken) {
goto L_088DAD64;
}
goto L_088DABE8;
}
L_088DABE8:
ctx.gpr[17] = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), ctx.gpr[12]);
ctx.gpr[18] = (ctx.gpr[17] | 0u);
{ const bool branch_taken = 0u == 0u;
ctx.gpr[11] = (ctx.gpr[17] | 0u);
if (branch_taken) {
goto L_088DAD64;
}
goto L_088DABFC;
}
L_088DABFC:
aot_gpr_4 = (0u | 331u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[29] + static_cast<std::uint32_t>(0)));
aot_gpr_5 = (0u | 1u);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_4 + static_cast<std::uint32_t>(1512), static_cast<std::uint8_t>(aot_gpr_5));
if (branch_taken) {
goto L_088DAD64;
}
goto L_088DAC14;
}
L_088DAC14:
ctx.gpr[9] = (0u | 1u);
ctx.gpr[17] = (ctx.gpr[9] | 0u);
ctx.gpr[18] = (ctx.gpr[9] | 0u);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), ctx.gpr[3]);
if (branch_taken) {
goto L_088DAD64;
}
goto L_088DAC28;
}
L_088DAC28:
ctx.gpr[9] = (0u | 1u);
ctx.gpr[17] = (ctx.gpr[9] | 0u);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_2);
if (branch_taken) {
goto L_088DAD64;
}
goto L_088DAC38;
}
L_088DAC38:
ctx.gpr[9] = (0u | 1u);
ctx.gpr[17] = (ctx.gpr[9] | 0u);
ctx.gpr[18] = (ctx.gpr[9] | 0u);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), ctx.gpr[12]);
if (branch_taken) {
goto L_088DAD64;
}
goto L_088DAC4C;
}
L_088DAC4C:
ctx.gpr[9] = (0u | 1u);
ctx.gpr[17] = (ctx.gpr[9] | 0u);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_2);
if (branch_taken) {
goto L_088DAD64;
}
goto L_088DAC5C;
}
L_088DAC5C:
ctx.gpr[9] = (0u | 1u);
ctx.gpr[17] = (ctx.gpr[9] | 0u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), ctx.gpr[3]);
ctx.gpr[18] = (ctx.gpr[9] | 0u);
{ const bool branch_taken = 0u == 0u;
ctx.gpr[10] = (ctx.gpr[9] | 0u);
if (branch_taken) {
goto L_088DAD64;
}
goto L_088DAC74;
}
L_088DAC74:
ctx.gpr[17] = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), ctx.gpr[3]);
ctx.gpr[18] = (ctx.gpr[17] | 0u);
{ const bool branch_taken = 0u == 0u;
ctx.gpr[10] = (ctx.gpr[17] | 0u);
if (branch_taken) {
goto L_088DAD64;
}
goto L_088DAC88;
}
L_088DAC88:
ctx.gpr[9] = (0u | 1u);
ctx.gpr[17] = (ctx.gpr[9] | 0u);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_2);
if (branch_taken) {
goto L_088DAD64;
}
goto L_088DAC98;
}
L_088DAC98:
aot_gpr_4 = (0u | 16u);
ctx.gpr[17] = (0u | 0u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
ctx.gpr[18] = (0u | 0u);
{ const bool branch_taken = 0u == 0u;
ctx.gpr[10] = (0u | 0u);
if (branch_taken) {
goto L_088DAD64;
}
goto L_088DACB0;
}
L_088DACB0:
aot_gpr_4 = (0u | 281u);
ctx.gpr[17] = (0u | 0u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
ctx.gpr[18] = (0u | 0u);
{ const bool branch_taken = 0u == 0u;
ctx.gpr[10] = (0u | 0u);
if (branch_taken) {
goto L_088DAD64;
}
goto L_088DACC8;
}
L_088DACC8:
aot_gpr_4 = (0u | 5883u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
ctx.gpr[17] = (0u | 0u);
{ const bool branch_taken = 0u == 0u;
ctx.gpr[19] = (0u | 1u);
if (branch_taken) {
goto L_088DAD64;
}
goto L_088DACDC;
}
L_088DACDC:
aot_gpr_4 = (0u | 5879u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
ctx.gpr[17] = (0u | 0u);
{ const bool branch_taken = 0u == 0u;
ctx.gpr[19] = (0u | 1u);
if (branch_taken) {
goto L_088DAD64;
}
goto L_088DACF0;
}
L_088DACF0:
aot_gpr_4 = (0u | 5876u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
ctx.gpr[17] = (0u | 0u);
{ const bool branch_taken = 0u == 0u;
ctx.gpr[19] = (0u | 1u);
if (branch_taken) {
goto L_088DAD64;
}
goto L_088DAD04;
}
L_088DAD04:
aot_gpr_4 = (0u | 5877u);
ctx.gpr[17] = (0u | 1u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
{ const bool branch_taken = 0u == 0u;
ctx.gpr[19] = (ctx.gpr[17] | 0u);
if (branch_taken) {
goto L_088DAD64;
}
goto L_088DAD18;
}
L_088DAD18:
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(26320)));
aot_gpr_4 = (0u | 3u);
{ const std::uint32_t dividend = aot_gpr_5; const std::uint32_t divisor = aot_gpr_4; if (divisor == 0u) { ctx.lo = 0xFFFFFFFFu; ctx.hi = dividend; } else { ctx.lo = dividend / divisor; ctx.hi = dividend % divisor; } }
ctx.gpr[19] = (0u | 1u);
aot_gpr_4 = (ctx.hi);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(5880));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
if (branch_taken) {
goto L_088DAD64;
}
goto L_088DAD38;
}
L_088DAD38:
aot_gpr_4 = (0u | 172u);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
if (branch_taken) {
goto L_088DAD64;
}
goto L_088DAD44;
}
L_088DAD44:
aot_gpr_4 = (0u | 173u);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
if (branch_taken) {
goto L_088DAD64;
}
goto L_088DAD50;
}
L_088DAD50:
aot_gpr_4 = (0u | 9u);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
if (branch_taken) {
goto L_088DAD64;
}
goto L_088DAD5C;
}
L_088DAD5C:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088DB0E8;
}
goto L_088DAD64;
}
L_088DAD64:
{ const bool branch_taken = ctx.gpr[9] == 0u;
if (branch_taken) {
goto L_088DADA8;
}
goto L_088DAD6C;
}
L_088DAD6C:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(26344)));
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-23548)));
aot_gpr_5 = (aot_gpr_5 < aot_gpr_4 ? 1u : 0u);
{ const bool branch_taken = aot_gpr_5 == 0u;
if (branch_taken) {
goto L_088DAD8C;
}
goto L_088DAD80;
}
L_088DAD80:
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(5));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_28 + static_cast<std::uint32_t>(-23548), aot_gpr_4);
if (branch_taken) {
goto L_088DADEC;
}
goto L_088DAD8C;
}
L_088DAD8C:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(48)));
aot_gpr_5 = (aot_gpr_4 << 6u);
aot_gpr_4 = (aot_gpr_4 << 3u);
ctx.gpr[7] = (aot_gpr_5 - aot_gpr_4);
ctx.gpr[7] = (aot_gpr_16 + ctx.gpr[7]);
{ const bool branch_taken = 0u == 0u;
ctx.gpr[8] = (aot_mem.aot_direct_load8(ctx.gpr[7] + static_cast<std::uint32_t>(6308)));
if (branch_taken) {
goto L_088DB0E8;
}
goto L_088DADA8;
}
L_088DADA8:
if (ctx.gpr[11] == 0u) {
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(48)));
goto L_088DADF0;
}
goto L_088DADB0;
L_088DADB0:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(26344)));
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-23544)));
aot_gpr_5 = (aot_gpr_5 < aot_gpr_4 ? 1u : 0u);
{ const bool branch_taken = aot_gpr_5 == 0u;
if (branch_taken) {
goto L_088DADD0;
}
goto L_088DADC4;
}
L_088DADC4:
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(5));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_28 + static_cast<std::uint32_t>(-23544), aot_gpr_4);
if (branch_taken) {
goto L_088DADEC;
}
goto L_088DADD0;
}
L_088DADD0:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(48)));
aot_gpr_5 = (aot_gpr_4 << 6u);
aot_gpr_4 = (aot_gpr_4 << 3u);
ctx.gpr[7] = (aot_gpr_5 - aot_gpr_4);
ctx.gpr[7] = (aot_gpr_16 + ctx.gpr[7]);
{ const bool branch_taken = 0u == 0u;
ctx.gpr[8] = (aot_mem.aot_direct_load8(ctx.gpr[7] + static_cast<std::uint32_t>(6308)));
if (branch_taken) {
goto L_088DB0E8;
}
goto L_088DADEC;
}
L_088DADEC:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(48)));
goto L_088DADF0;
L_088DADF0:
aot_gpr_5 = (aot_gpr_4 << 6u);
aot_gpr_4 = (aot_gpr_4 << 3u);
aot_gpr_4 = (aot_gpr_5 - aot_gpr_4);
aot_gpr_4 = (aot_gpr_16 + aot_gpr_4);
aot_gpr_4 = (aot_gpr_4 + ctx.gpr[21]);
aot_gpr_4 = (aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(6266)));
aot_gpr_5 = (0u | 177u);
{ const bool branch_taken = aot_gpr_4 != aot_gpr_5;
ctx.gpr[7] = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(56)));
if (branch_taken) {
goto L_088DAE24;
}
goto L_088DAE14;
}
L_088DAE14:
aot_gpr_4 = (0u | 28509u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
{ const bool branch_taken = 0u == 0u;
aot_gpr_4 = (ctx.gpr[7] < static_cast<std::uint32_t>(287) ? 1u : 0u);
if (branch_taken) {
goto L_088DAEF8;
}
goto L_088DAE24;
}
L_088DAE24:
aot_gpr_5 = (0u | 178u);
{ const bool branch_taken = aot_gpr_4 != aot_gpr_5;
if (branch_taken) {
goto L_088DAE40;
}
goto L_088DAE30;
}
L_088DAE30:
aot_gpr_4 = (0u | 32000u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
{ const bool branch_taken = 0u == 0u;
aot_gpr_4 = (ctx.gpr[7] < static_cast<std::uint32_t>(287) ? 1u : 0u);
if (branch_taken) {
goto L_088DAEF8;
}
goto L_088DAE40;
}
L_088DAE40:
aot_gpr_5 = (0u | 185u);
{ const bool branch_taken = aot_gpr_4 == aot_gpr_5;
aot_gpr_5 = (0u | 186u);
if (branch_taken) {
goto L_088DAE54;
}
goto L_088DAE4C;
}
L_088DAE4C:
{ const bool branch_taken = aot_gpr_4 != aot_gpr_5;
if (branch_taken) {
goto L_088DAE90;
}
goto L_088DAE54;
}
L_088DAE54:
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(4), ctx.gpr[22]);
aot_gpr_4 = (ctx.gpr[30] | 0u);
aot_gpr_31 = (0x088DAE64u);
aot_gpr_5 = (ctx.gpr[7] | 0u);
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088DAE64u) goto L_088DAE64;
AOT_REGCACHE_SYNC_OUT(); return;
L_088DAE64:
ctx.gpr[22] = (aot_gpr_2 | 0u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_gpr_5 = (ctx.gpr[22] >> 5u);
aot_gpr_31 = (0x088DAE78u);
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_089B7A84, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_2, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0108_entry, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DAE78u) goto L_088DAE78;
AOT_REGCACHE_SYNC_OUT(); return;
L_088DAE78:
aot_gpr_4 = (ctx.gpr[22] + aot_gpr_2);
ctx.gpr[7] = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(56)));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_gpr_4 = (ctx.gpr[7] < static_cast<std::uint32_t>(287) ? 1u : 0u);
{ const bool branch_taken = 0u == 0u;
ctx.gpr[22] = (aot_mem.aot_direct_load32(ctx.gpr[29] + static_cast<std::uint32_t>(4)));
if (branch_taken) {
goto L_088DAEF8;
}
goto L_088DAE90;
}
L_088DAE90:
{ const bool branch_taken = ctx.gpr[10] == 0u;
if (branch_taken) {
goto L_088DAEA8;
}
goto L_088DAE98;
}
L_088DAE98:
aot_gpr_4 = (0u | 5382u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
{ const bool branch_taken = 0u == 0u;
aot_gpr_4 = (ctx.gpr[7] < static_cast<std::uint32_t>(287) ? 1u : 0u);
if (branch_taken) {
goto L_088DAEF8;
}
goto L_088DAEA8;
}
L_088DAEA8:
aot_gpr_4 = (ctx.gpr[30] | 0u);
aot_gpr_31 = (0x088DAEB4u);
aot_gpr_5 = (ctx.gpr[7] | 0u);
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088DAEB4u) goto L_088DAEB4;
AOT_REGCACHE_SYNC_OUT(); return;
L_088DAEB4:
ctx.gpr[7] = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(56)));
aot_gpr_4 = (ctx.gpr[7] < static_cast<std::uint32_t>(287) ? 1u : 0u);
{ const bool branch_taken = aot_gpr_4 != 0u;
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
if (branch_taken) {
goto L_088DAEF8;
}
goto L_088DAEC4;
}
L_088DAEC4:
aot_gpr_5 = (ctx.gpr[7] < static_cast<std::uint32_t>(290) ? 1u : 0u);
{ const bool branch_taken = aot_gpr_5 == 0u;
if (branch_taken) {
goto L_088DAEF8;
}
goto L_088DAED0;
}
L_088DAED0:
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(4), ctx.gpr[22]);
ctx.gpr[22] = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(68)));
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088DAEE4u);
aot_gpr_5 = (0u | 1500u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_089B7A84, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, aot_gpr_2, aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], aot_gpr_28, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0108_entry, 108u, 690u, 0x089B7A84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DAEE4u) goto L_088DAEE4;
AOT_REGCACHE_SYNC_OUT(); return;
L_088DAEE4:
aot_gpr_4 = (ctx.gpr[22] + aot_gpr_2);
ctx.gpr[7] = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(56)));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_gpr_4 = (ctx.gpr[7] < static_cast<std::uint32_t>(287) ? 1u : 0u);
ctx.gpr[22] = (aot_mem.aot_direct_load32(ctx.gpr[29] + static_cast<std::uint32_t>(4)));
goto L_088DAEF8;
L_088DAEF8:
{ const bool branch_taken = aot_gpr_4 != 0u;
aot_gpr_4 = (ctx.gpr[7] < static_cast<std::uint32_t>(290) ? 1u : 0u);
if (branch_taken) {
goto L_088DAF14;
}
goto L_088DAF00;
}
L_088DAF00:
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_088DAF14;
}
goto L_088DAF08;
}
L_088DAF08:
aot_gpr_4 = (0u | 103u);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(72), static_cast<std::uint8_t>(aot_gpr_4));
if (branch_taken) {
goto L_088DAF1C;
}
goto L_088DAF14;
}
L_088DAF14:
aot_gpr_4 = (0u | 127u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(72), static_cast<std::uint8_t>(aot_gpr_4));
goto L_088DAF1C;
L_088DAF1C:
aot_gpr_4 = (0u | 219u);
{ const bool branch_taken = ctx.gpr[7] != aot_gpr_4;
if (branch_taken) {
goto L_088DAF5C;
}
goto L_088DAF28;
}
L_088DAF28:
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(8348)));
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_12 <= aot_fpr_20)) ? 0x00800000u : 0u);
{ const bool branch_taken = ((ctx.fcr31 & 0x00800000u) != 0u);
if (branch_taken) {
goto L_088DAF5C;
}
goto L_088DAF3C;
}
L_088DAF3C:
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(72)));
aot_fpr_12 = aot_fpr_12 - aot_fpr_20;
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)));
{ const float fs = aot_fpr_13; const float ft = aot_fpr_12; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) aot_fpr_12 = std::bit_cast<float>(0x7FC00000u); else aot_fpr_12 = fs * ft; }
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_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(72), static_cast<std::uint8_t>(aot_gpr_4));
goto L_088DAF5C;
L_088DAF5C:
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_28 + static_cast<std::uint32_t>(-23550)));
aot_gpr_5 = (aot_gpr_4 + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23550), static_cast<std::uint8_t>(aot_gpr_5));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(52), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(80), ctx.gpr[23]);
{ const bool branch_taken = ctx.gpr[19] == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(92), static_cast<std::uint8_t>(ctx.gpr[23]));
if (branch_taken) {
goto L_088DAF84;
}
goto L_088DAF78;
}
L_088DAF78:
aot_gpr_4 = (0u | 3u);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(aot_gpr_4));
if (branch_taken) {
goto L_088DAF88;
}
goto L_088DAF84;
}
L_088DAF84:
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
goto L_088DAF88;
L_088DAF88:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), 0u);
{ const bool branch_taken = ctx.gpr[17] == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(ctx.gpr[23]));
if (branch_taken) {
goto L_088DAFA0;
}
goto L_088DAF94;
}
L_088DAF94:
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(114), static_cast<std::uint8_t>(0u));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(76), std::bit_cast<std::uint32_t>(aot_fpr_20));
if (branch_taken) {
goto L_088DB03C;
}
goto L_088DAFA0;
}
L_088DAFA0:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(48)));
aot_gpr_5 = (aot_gpr_4 << 6u);
aot_gpr_4 = (aot_gpr_4 << 3u);
ctx.gpr[7] = (aot_gpr_5 - aot_gpr_4);
ctx.gpr[7] = (aot_gpr_16 + ctx.gpr[7]);
aot_gpr_4 = (ctx.gpr[7] + ctx.gpr[21]);
aot_gpr_4 = (aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(6266)));
aot_gpr_5 = (0u | 185u);
{ const bool branch_taken = aot_gpr_4 != aot_gpr_5;
if (branch_taken) {
goto L_088DAFF8;
}
goto L_088DAFC8;
}
L_088DAFC8:
aot_gpr_4 = (ctx.gpr[20] << 2u);
aot_gpr_4 = (ctx.gpr[7] + aot_gpr_4);
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(6276)));
aot_gpr_4 = (0u | 20u);
aot_fpr_12 = std::bit_cast<float>(ctx.fpu_float_to_word_ct<1u>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(114), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_4 = (0u | 10u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(76), std::bit_cast<std::uint32_t>(aot_fpr_22));
aot_gpr_4 = (std::bit_cast<std::uint32_t>(aot_fpr_12));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(72), static_cast<std::uint8_t>(aot_gpr_4));
if (branch_taken) {
goto L_088DB03C;
}
goto L_088DAFF8;
}
L_088DAFF8:
aot_gpr_5 = (0u | 186u);
{ const bool branch_taken = aot_gpr_4 != aot_gpr_5;
aot_gpr_4 = (ctx.gpr[20] << 2u);
if (branch_taken) {
goto L_088DB030;
}
goto L_088DB004;
}
L_088DB004:
aot_gpr_4 = (ctx.gpr[7] + aot_gpr_4);
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(6276)));
aot_gpr_4 = (0u | 107u);
aot_fpr_12 = std::bit_cast<float>(ctx.fpu_float_to_word_ct<1u>(aot_fpr_12));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(114), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_4 = (0u | 10u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(76), std::bit_cast<std::uint32_t>(aot_fpr_22));
aot_gpr_4 = (std::bit_cast<std::uint32_t>(aot_fpr_12));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(72), static_cast<std::uint8_t>(aot_gpr_4));
if (branch_taken) {
goto L_088DB03C;
}
goto L_088DB030;
}
L_088DB030:
aot_gpr_4 = (0u | 63u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(114), static_cast<std::uint8_t>(aot_gpr_4));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(76), std::bit_cast<std::uint32_t>(aot_fpr_20));
goto L_088DB03C;
L_088DB03C:
ctx.gpr[19] = (ctx.gpr[17] | 0u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (ctx.gpr[22] | 0u);
aot_gpr_31 = (0x088DB050u);
aot_gpr_5 = (0u | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0108.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 499u, 0x088DB050u, 0x089B7B80u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0108_entry(rt, ctx, 703u, aot_mem);
#else
recomp_unit_0108_entry(rt, ctx, 703u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0108_entry, 108u, 703u, 0x089B7B80u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB050u) goto L_088DB050;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB050:
{ const bool branch_taken = ctx.gpr[19] == 0u;
ctx.gpr[17] = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(56)));
if (branch_taken) {
goto L_088DB08C;
}
goto L_088DB058;
}
L_088DB058:
aot_gpr_4 = (ctx.gpr[17] + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_28 + static_cast<std::uint32_t>(-23550)));
aot_gpr_5 = (0u | 127u);
ctx.gpr[6] = (aot_gpr_4 + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23550), static_cast<std::uint8_t>(ctx.gpr[6]));
ctx.gpr[6] = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(114)));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(52), aot_gpr_4);
aot_gpr_4 = (aot_gpr_5 - ctx.gpr[6]);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(114), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_4 = (ctx.gpr[22] | 0u);
aot_gpr_31 = (0x088DB08Cu);
aot_gpr_5 = (0u | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0108.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 501u, 0x088DB08Cu, 0x089B7B80u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0108_entry(rt, ctx, 703u, aot_mem);
#else
recomp_unit_0108_entry(rt, ctx, 703u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0108_entry, 108u, 703u, 0x089B7B80u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB08Cu) goto L_088DB08C;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB08C:
{ const bool branch_taken = ctx.gpr[18] == 0u;
aot_gpr_4 = (ctx.gpr[17] + static_cast<std::uint32_t>(-1));
if (branch_taken) {
goto L_088DB0D0;
}
goto L_088DB094;
}
L_088DB094:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_28 + static_cast<std::uint32_t>(-23550)));
aot_gpr_5 = (0u | 63u);
ctx.gpr[6] = (aot_gpr_4 + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store8(aot_gpr_28 + static_cast<std::uint32_t>(-23550), static_cast<std::uint8_t>(ctx.gpr[6]));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(52), aot_gpr_4);
ctx.gpr[6] = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(56)));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(114), static_cast<std::uint8_t>(aot_gpr_5));
aot_gpr_4 = (ctx.gpr[30] | 0u);
aot_gpr_31 = (0x088DB0C0u);
aot_gpr_5 = (ctx.gpr[6] | 0u);
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088DB0C0u) goto L_088DB0C0;
AOT_REGCACHE_SYNC_OUT(); return;
L_088DB0C0:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_gpr_4 = (ctx.gpr[22] | 0u);
aot_gpr_31 = (0x088DB0D0u);
aot_gpr_5 = (0u | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0108.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 504u, 0x088DB0D0u, 0x089B7B80u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0108_entry(rt, ctx, 703u, aot_mem);
#else
recomp_unit_0108_entry(rt, ctx, 703u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0108_entry, 108u, 703u, 0x089B7B80u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB0D0u) goto L_088DB0D0;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB0D0:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(48)));
aot_gpr_5 = (aot_gpr_4 << 6u);
aot_gpr_4 = (aot_gpr_4 << 3u);
ctx.gpr[7] = (aot_gpr_5 - aot_gpr_4);
ctx.gpr[7] = (aot_gpr_16 + ctx.gpr[7]);
ctx.gpr[8] = (aot_mem.aot_direct_load8(ctx.gpr[7] + static_cast<std::uint32_t>(6308)));
goto L_088DB0E8;
L_088DB0E8:
ctx.gpr[20] = (ctx.gpr[20] + static_cast<std::uint32_t>(1));
ctx.gpr[20] = (ctx.gpr[20] & 255u);
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[20]) < static_cast<std::int32_t>(ctx.gpr[8]) ? 1u : 0u);
{ const bool branch_taken = aot_gpr_4 != 0u;
if (branch_taken) {
goto L_088DAB00;
}
goto L_088DB0FC;
}
L_088DB0FC:
{ std::uint32_t aot_run_words[12]{};
aot_mem.aot_direct_load32_block(ctx.gpr[29] + static_cast<std::uint32_t>(8), aot_run_words);
aot_fpr_20 = std::bit_cast<float>(aot_run_words[0]);
aot_fpr_22 = std::bit_cast<float>(aot_run_words[1]);
aot_gpr_16 = aot_run_words[2];
ctx.gpr[17] = aot_run_words[3];
ctx.gpr[18] = aot_run_words[4];
ctx.gpr[19] = aot_run_words[5];
ctx.gpr[20] = aot_run_words[6];
ctx.gpr[21] = aot_run_words[7];
ctx.gpr[22] = aot_run_words[8];
ctx.gpr[23] = aot_run_words[9];
ctx.gpr[30] = aot_run_words[10];
aot_gpr_31 = aot_run_words[11];
}
jump_target = aot_gpr_31;
ctx.gpr[29] = (ctx.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_088DB134:
ctx.gpr[29] = (ctx.gpr[29] + static_cast<std::uint32_t>(-64));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(24), aot_gpr_16);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(44), ctx.gpr[21]);
ctx.gpr[21] = (aot_gpr_4 + static_cast<std::uint32_t>(96));
aot_gpr_16 = (aot_gpr_4 | 0u);
aot_gpr_4 = (16512u << 16u);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(4), std::bit_cast<std::uint32_t>(aot_fpr_22));
aot_fpr_22 = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(20), std::bit_cast<std::uint32_t>(ctx.fpr[30]));
aot_gpr_4 = (17505u << 16u);
ctx.fpr[30] = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(16), std::bit_cast<std::uint32_t>(ctx.fpr[28]));
aot_gpr_4 = (16880u << 16u);
ctx.fpr[28] = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(12), std::bit_cast<std::uint32_t>(ctx.fpr[26]));
aot_gpr_4 = (17608u << 16u);
ctx.fpr[26] = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(40), ctx.gpr[20]);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(56), ctx.gpr[30]);
ctx.gpr[20] = (2240u << 16u);
ctx.gpr[30] = (2237u << 16u);
aot_gpr_4 = (16928u << 16u);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(8), std::bit_cast<std::uint32_t>(ctx.fpr[24]));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(32), ctx.gpr[18]);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(36), ctx.gpr[19]);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(48), ctx.gpr[22]);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(52), ctx.gpr[23]);
ctx.fpr[24] = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[18] = (0u | 0u);
ctx.gpr[23] = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
ctx.gpr[19] = (0u | 3u);
ctx.gpr[22] = (0u | 7u);
ctx.gpr[20] = (ctx.gpr[20] + static_cast<std::uint32_t>(-25136));
ctx.gpr[30] = (ctx.gpr[30] + static_cast<std::uint32_t>(-28320));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(0), std::bit_cast<std::uint32_t>(aot_fpr_20));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(28), ctx.gpr[17]);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(60), aot_gpr_31);
goto L_088DB1C8;
L_088DB1C8:
aot_gpr_31 = (0x088DB1D0u);
aot_gpr_4 = (ctx.gpr[18] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0031.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 509u, 0x088DB1D0u, 0x08880328u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0031_entry(rt, ctx, 31u, aot_mem);
#else
recomp_unit_0031_entry(rt, ctx, 31u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0031_entry, 31u, 31u, 0x08880328u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB1D0u) goto L_088DB1D0;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB1D0:
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_2 + static_cast<std::uint32_t>(12)));
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_088DB368;
}
goto L_088DB1DC;
}
L_088DB1DC:
aot_gpr_31 = (0x088DB1E4u);
aot_gpr_4 = (ctx.gpr[18] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0031.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 511u, 0x088DB1E4u, 0x08880328u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0031_entry(rt, ctx, 31u, aot_mem);
#else
recomp_unit_0031_entry(rt, ctx, 31u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0031_entry, 31u, 31u, 0x08880328u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB1E4u) goto L_088DB1E4;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB1E4:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_2 + static_cast<std::uint32_t>(0)));
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_4) < 17 ? 1u : 0u);
{ const bool branch_taken = aot_gpr_5 == 0u;
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_4) < 18 ? 1u : 0u);
if (branch_taken) {
goto L_088DB208;
}
goto L_088DB1F4;
}
L_088DB1F4:
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_4) < 16 ? 1u : 0u);
{ const bool branch_taken = aot_gpr_4 == 0u;
aot_gpr_4 = (0u | 261u);
if (branch_taken) {
goto L_088DB2B4;
}
goto L_088DB200;
}
L_088DB200:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088DB368;
}
goto L_088DB208;
}
L_088DB208:
{ const bool branch_taken = aot_gpr_5 != 0u;
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_4) < 19 ? 1u : 0u);
if (branch_taken) {
goto L_088DB264;
}
goto L_088DB210;
}
L_088DB210:
{ const bool branch_taken = aot_gpr_4 == 0u;
aot_gpr_4 = (17076u << 16u);
if (branch_taken) {
goto L_088DB200;
}
goto L_088DB218;
}
L_088DB218:
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
ctx.gpr[17] = (0u | 127u);
aot_gpr_4 = (0u | 297u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_gpr_4 = (17917u << 16u);
aot_gpr_4 = (aot_gpr_4 | 8192u);
aot_fpr_20 = std::bit_cast<float>(aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (ctx.gpr[23] | 0u);
aot_gpr_31 = (0x088DB248u);
aot_gpr_5 = (0u | 297u);
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088DB248u) goto L_088DB248;
AOT_REGCACHE_SYNC_OUT(); return;
L_088DB248:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_2);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), ctx.gpr[19]);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_22));
aot_gpr_4 = (ctx.gpr[18] << 2u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(116), ctx.gpr[19]);
{ const bool branch_taken = 0u == 0u;
aot_gpr_4 = (aot_gpr_4 + ctx.gpr[20]);
if (branch_taken) {
goto L_088DB2F0;
}
goto L_088DB264;
}
L_088DB264:
aot_gpr_4 = (0u | 268u);
aot_fpr_20 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(ctx.fpr[30]));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(ctx.fpr[28]));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
ctx.gpr[17] = (0u | 50u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (ctx.gpr[23] | 0u);
aot_gpr_31 = (0x088DB288u);
aot_gpr_5 = (0u | 268u);
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088DB288u) goto L_088DB288;
AOT_REGCACHE_SYNC_OUT(); return;
L_088DB288:
aot_gpr_4 = (0u | 25u);
aot_gpr_5 = (aot_gpr_2 << 5u);
{ const std::uint32_t dividend = aot_gpr_5; const std::uint32_t divisor = aot_gpr_4; if (divisor == 0u) { ctx.lo = 0xFFFFFFFFu; ctx.hi = dividend; } else { ctx.lo = dividend / divisor; ctx.hi = dividend % divisor; } }
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), ctx.gpr[22]);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_22));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(116), ctx.gpr[19]);
aot_gpr_4 = (ctx.gpr[18] << 2u);
aot_gpr_4 = (aot_gpr_4 + ctx.gpr[20]);
aot_gpr_5 = (ctx.lo);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_5);
if (branch_taken) {
goto L_088DB2F0;
}
goto L_088DB2B4;
}
L_088DB2B4:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(88), std::bit_cast<std::uint32_t>(ctx.fpr[24]));
aot_gpr_5 = (ctx.gpr[18] << 3u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(56), aot_gpr_4);
aot_fpr_20 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(ctx.fpr[26]));
aot_gpr_4 = (ctx.gpr[18] + aot_gpr_5);
aot_gpr_4 = (ctx.gpr[18] + aot_gpr_4);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(60), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(13879));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(68), aot_gpr_4);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(64), ctx.gpr[22]);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(84), std::bit_cast<std::uint32_t>(aot_fpr_22));
aot_gpr_4 = (ctx.gpr[18] << 2u);
ctx.gpr[17] = (0u | 80u);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(116), ctx.gpr[19]);
aot_gpr_4 = (aot_gpr_4 + ctx.gpr[20]);
goto L_088DB2F0;
L_088DB2F0:
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
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); }
{ float vfpu_value[4]{}; ctx.read_vfpu_vector_ct<0u, 4u>(vfpu_value);
const std::uint32_t vfpu_address = ctx.gpr[21] + 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_gpr_16 | 0u);
aot_gpr_31 = (0x088DB30Cu);
aot_gpr_5 = (ctx.gpr[21] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0049.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 522u, 0x088DB30Cu, 0x088CA7B0u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0049_entry(rt, ctx, 494u, aot_mem);
#else
recomp_unit_0049_entry(rt, ctx, 494u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0049_entry, 49u, 494u, 0x088CA7B0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB30Cu) goto L_088DB30C;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB30C:
aot_fpr_12 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(ctx.fpr[0]));
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_12 < aot_fpr_20)) ? 0x00800000u : 0u);
{ const bool branch_taken = !((ctx.fcr31 & 0x00800000u) != 0u);
if (branch_taken) {
goto L_088DB368;
}
goto L_088DB320;
}
L_088DB320:
aot_fpr_13 = std::sqrt(aot_fpr_12);
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(76), std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(88)));
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088DB338u);
aot_gpr_5 = (ctx.gpr[17] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0109.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 524u, 0x088DB338u, 0x089B8190u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0109_entry(rt, ctx, 21u, aot_mem);
#else
recomp_unit_0109_entry(rt, ctx, 21u, 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, 21u, 0x089B8190u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB338u) goto L_088DB338;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB338:
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(72), static_cast<std::uint8_t>(aot_gpr_2));
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(72)));
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_4) <= 0;
if (branch_taken) {
goto L_088DB368;
}
goto L_088DB348;
}
L_088DB348:
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(52), ctx.gpr[18]);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(61), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(80), 0u);
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(92), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store8(aot_gpr_16 + static_cast<std::uint32_t>(113), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (ctx.gpr[30] | 0u);
aot_gpr_31 = (0x088DB368u);
aot_gpr_5 = (0u | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0108.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 526u, 0x088DB368u, 0x089B7B80u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0108_entry(rt, ctx, 703u, aot_mem);
#else
recomp_unit_0108_entry(rt, ctx, 703u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0108_entry, 108u, 703u, 0x089B7B80u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB368u) goto L_088DB368;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB368:
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(1));
ctx.gpr[18] = (ctx.gpr[18] & 255u);
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[18]) < 32 ? 1u : 0u);
{ const bool branch_taken = aot_gpr_4 != 0u;
if (branch_taken) {
goto L_088DB1C8;
}
goto L_088DB37C;
}
L_088DB37C:
{ std::uint32_t aot_run_words[16]{};
aot_mem.aot_direct_load32_block(ctx.gpr[29] + static_cast<std::uint32_t>(0), aot_run_words);
aot_fpr_20 = std::bit_cast<float>(aot_run_words[0]);
aot_fpr_22 = std::bit_cast<float>(aot_run_words[1]);
ctx.fpr[24] = std::bit_cast<float>(aot_run_words[2]);
ctx.fpr[26] = std::bit_cast<float>(aot_run_words[3]);
ctx.fpr[28] = std::bit_cast<float>(aot_run_words[4]);
ctx.fpr[30] = std::bit_cast<float>(aot_run_words[5]);
aot_gpr_16 = aot_run_words[6];
ctx.gpr[17] = aot_run_words[7];
ctx.gpr[18] = aot_run_words[8];
ctx.gpr[19] = aot_run_words[9];
ctx.gpr[20] = aot_run_words[10];
ctx.gpr[21] = aot_run_words[11];
ctx.gpr[22] = aot_run_words[12];
ctx.gpr[23] = aot_run_words[13];
ctx.gpr[30] = aot_run_words[14];
aot_gpr_31 = aot_run_words[15];
}
jump_target = aot_gpr_31;
ctx.gpr[29] = (ctx.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_088DB3C4:
ctx.gpr[29] = (ctx.gpr[29] + static_cast<std::uint32_t>(-80));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(36), aot_gpr_16);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(52), ctx.gpr[20]);
aot_gpr_16 = (aot_gpr_4 | 0u);
ctx.gpr[20] = (aot_gpr_5 & 255u);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(48), ctx.gpr[19]);
ctx.gpr[19] = (aot_gpr_16 + ctx.gpr[20]);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(40), ctx.gpr[17]);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(60), ctx.gpr[22]);
ctx.gpr[22] = (aot_mem.aot_direct_load8(ctx.gpr[19] + static_cast<std::uint32_t>(26314)));
ctx.gpr[17] = (aot_gpr_28 + ctx.gpr[20]);
aot_gpr_5 = (aot_mem.aot_direct_load8(ctx.gpr[17] + static_cast<std::uint32_t>(8648)));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(56), ctx.gpr[21]);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(64), ctx.gpr[23]);
ctx.gpr[21] = (ctx.gpr[20] << 2u);
ctx.gpr[23] = (0u | 0u);
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[19] + static_cast<std::uint32_t>(26268)));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(32), std::bit_cast<std::uint32_t>(aot_fpr_20));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(44), ctx.gpr[18]);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(68), aot_gpr_31);
{ const bool branch_taken = aot_gpr_5 == 0u;
ctx.gpr[21] = (aot_gpr_16 + ctx.gpr[21]);
if (branch_taken) {
goto L_088DB438;
}
goto L_088DB41C;
}
L_088DB41C:
aot_gpr_5 = (0u | 2u);
{ const bool branch_taken = aot_gpr_4 == aot_gpr_5;
if (branch_taken) {
goto L_088DB438;
}
goto L_088DB428;
}
L_088DB428:
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088DB434u);
aot_gpr_5 = (ctx.gpr[20] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0049.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 531u, 0x088DB434u, 0x088CA5E4u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0049_entry(rt, ctx, 474u, aot_mem);
#else
recomp_unit_0049_entry(rt, ctx, 474u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0049_entry, 49u, 474u, 0x088CA5E4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB434u) goto L_088DB434;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB434:
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[19] + static_cast<std::uint32_t>(26268)));
goto L_088DB438;
L_088DB438:
ctx.gpr[6] = (aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-16352)));
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[21] + static_cast<std::uint32_t>(26248)));
ctx.gpr[6] = (ctx.gpr[6] + static_cast<std::uint32_t>(6028));
{ const bool branch_taken = aot_gpr_5 != ctx.gpr[6];
ctx.gpr[6] = (0u | 2u);
if (branch_taken) {
goto L_088DB454;
}
goto L_088DB44C;
}
L_088DB44C:
{ const bool branch_taken = aot_gpr_4 != ctx.gpr[6];
if (branch_taken) {
goto L_088DBAD8;
}
goto L_088DB454;
}
L_088DB454:
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_4) > 0;
ctx.gpr[6] = (static_cast<std::int32_t>(aot_gpr_4) < 2 ? 1u : 0u);
if (branch_taken) {
goto L_088DB484;
}
goto L_088DB45C;
}
L_088DB45C:
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_4) < 0;
if (branch_taken) {
goto L_088DB4BC;
}
goto L_088DB464;
}
L_088DB464:
ctx.gpr[6] = (aot_gpr_5 | 0u);
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
aot_gpr_31 = (0x088DB474u);
aot_gpr_5 = (ctx.gpr[20] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0001.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 537u, 0x088DB474u, 0x0880A350u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0001_entry(rt, ctx, 497u, aot_mem);
#else
recomp_unit_0001_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_0001_entry, 1u, 497u, 0x0880A350u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB474u) goto L_088DB474;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB474:
{ const bool branch_taken = aot_gpr_2 != 0u;
if (branch_taken) {
goto L_088DB4C4;
}
goto L_088DB47C;
}
L_088DB47C:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088DB4D0;
}
goto L_088DB484;
}
L_088DB484:
{ const bool branch_taken = ctx.gpr[6] != 0u;
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_4) < 3 ? 1u : 0u);
if (branch_taken) {
goto L_088DB4D8;
}
goto L_088DB48C;
}
L_088DB48C:
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_088DB4BC;
}
goto L_088DB494;
}
L_088DB494:
ctx.gpr[6] = (aot_gpr_5 | 0u);
ctx.gpr[18] = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
aot_gpr_4 = (ctx.gpr[18] | 0u);
aot_gpr_31 = (0x088DB4A8u);
aot_gpr_5 = (ctx.gpr[20] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0001.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 542u, 0x088DB4A8u, 0x0880A390u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0001_entry(rt, ctx, 502u, aot_mem);
#else
recomp_unit_0001_entry(rt, ctx, 502u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0001_entry, 1u, 502u, 0x0880A390u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB4A8u) goto L_088DB4A8;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB4A8:
aot_gpr_4 = (0u | 1u);
{ const bool branch_taken = aot_gpr_2 == aot_gpr_4;
if (branch_taken) {
goto L_088DB4E0;
}
goto L_088DB4B4;
}
L_088DB4B4:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088DB504;
}
goto L_088DB4BC;
}
L_088DB4BC:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088DBAD8;
}
goto L_088DB4C4;
}
L_088DB4C4:
aot_gpr_4 = (0u | 2u);
aot_mem.aot_direct_store8(ctx.gpr[19] + static_cast<std::uint32_t>(26268), static_cast<std::uint8_t>(aot_gpr_4));
aot_mem.aot_direct_store8(ctx.gpr[17] + static_cast<std::uint32_t>(-23531), static_cast<std::uint8_t>(0u));
goto L_088DB4D0;
L_088DB4D0:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088DBAD8;
}
goto L_088DB4D8;
}
L_088DB4D8:
{ const bool branch_taken = 0u == 0u;
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[19] + static_cast<std::uint32_t>(26304)));
if (branch_taken) {
goto L_088DB560;
}
goto L_088DB4E0;
}
L_088DB4E0:
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store8(ctx.gpr[19] + static_cast<std::uint32_t>(26268), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[17] + static_cast<std::uint32_t>(8648)));
{ const bool branch_taken = aot_gpr_4 != 0u;
if (branch_taken) {
goto L_088DB4FC;
}
goto L_088DB4F4;
}
L_088DB4F4:
{ const bool branch_taken = 0u == 0u;
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[19] + static_cast<std::uint32_t>(26304)));
if (branch_taken) {
goto L_088DB560;
}
goto L_088DB4FC;
}
L_088DB4FC:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088DBAD8;
}
goto L_088DB504;
}
L_088DB504:
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[17] + static_cast<std::uint32_t>(-23531)));
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store8(ctx.gpr[17] + static_cast<std::uint32_t>(-23531), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[17] + static_cast<std::uint32_t>(-23531)));
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_4) < 480 ? 1u : 0u);
{ const bool branch_taken = aot_gpr_4 != 0u;
if (branch_taken) {
goto L_088DB548;
}
goto L_088DB520;
}
L_088DB520:
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store8(ctx.gpr[17] + static_cast<std::uint32_t>(-23834), static_cast<std::uint8_t>(aot_gpr_4));
aot_mem.aot_direct_store8(ctx.gpr[17] + static_cast<std::uint32_t>(-23531), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store8(ctx.gpr[17] + static_cast<std::uint32_t>(-23526), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store8(ctx.gpr[19] + static_cast<std::uint32_t>(26268), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[17] + static_cast<std::uint32_t>(8648)));
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_088DB558;
}
goto L_088DB540;
}
L_088DB540:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088DBAD8;
}
goto L_088DB548;
}
L_088DB548:
ctx.gpr[6] = (aot_mem.aot_direct_load32(ctx.gpr[21] + static_cast<std::uint32_t>(26248)));
aot_gpr_4 = (ctx.gpr[18] | 0u);
aot_gpr_31 = (0x088DB558u);
aot_gpr_5 = (ctx.gpr[20] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0001.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 555u, 0x088DB558u, 0x0880A350u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0001_entry(rt, ctx, 497u, aot_mem);
#else
recomp_unit_0001_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_0001_entry, 1u, 497u, 0x0880A350u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB558u) goto L_088DB558;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB558:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088DBAD8;
}
goto L_088DB560;
}
L_088DB560:
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_088DBAD8;
}
goto L_088DB568;
}
L_088DB568:
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(1)));
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_088DB57C;
}
goto L_088DB574;
}
L_088DB574:
{ const bool branch_taken = 0u == 0u;
ctx.gpr[18] = (0u | 19u);
if (branch_taken) {
goto L_088DB580;
}
goto L_088DB57C;
}
L_088DB57C:
ctx.gpr[18] = (0u | 22u);
goto L_088DB580;
L_088DB580:
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[17] + static_cast<std::uint32_t>(-23834)));
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_088DB638;
}
goto L_088DB58C;
}
L_088DB58C:
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(12)));
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_088DB5D0;
}
goto L_088DB598;
}
L_088DB598:
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088DB5A4u);
aot_gpr_5 = (ctx.gpr[20] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0049.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 563u, 0x088DB5A4u, 0x088CA378u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0049_entry(rt, ctx, 435u, aot_mem);
#else
recomp_unit_0049_entry(rt, ctx, 435u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0049_entry, 49u, 435u, 0x088CA378u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB5A4u) goto L_088DB5A4;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB5A4:
aot_gpr_16 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088DB5B4u);
aot_gpr_5 = (0u | 21u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0001.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 564u, 0x088DB5B4u, 0x0880A680u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0001_entry(rt, ctx, 550u, aot_mem);
#else
recomp_unit_0001_entry(rt, ctx, 550u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0001_entry, 1u, 550u, 0x0880A680u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB5B4u) goto L_088DB5B4;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB5B4:
aot_gpr_5 = (ctx.gpr[18] + ctx.gpr[22]);
aot_gpr_31 = (0x088DB5C0u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0001.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 565u, 0x088DB5C0u, 0x0880A680u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0001_entry(rt, ctx, 550u, aot_mem);
#else
recomp_unit_0001_entry(rt, ctx, 550u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0001_entry, 1u, 550u, 0x0880A680u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB5C0u) goto L_088DB5C0;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB5C0:
aot_mem.aot_direct_store8(ctx.gpr[17] + static_cast<std::uint32_t>(-23536), static_cast<std::uint8_t>(0u));
aot_mem.aot_direct_store8(ctx.gpr[17] + static_cast<std::uint32_t>(-23531), static_cast<std::uint8_t>(0u));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(ctx.gpr[17] + static_cast<std::uint32_t>(-23526), static_cast<std::uint8_t>(0u));
if (branch_taken) {
goto L_088DBAD8;
}
goto L_088DB5D0;
}
L_088DB5D0:
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(26341)));
{ const bool branch_taken = aot_gpr_4 != 0u;
if (branch_taken) {
goto L_088DBAD8;
}
goto L_088DB5DC;
}
L_088DB5DC:
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[17] + static_cast<std::uint32_t>(-23526)));
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(1));
aot_mem.aot_direct_store8(ctx.gpr[17] + static_cast<std::uint32_t>(-23526), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[17] + static_cast<std::uint32_t>(-23526)));
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_4) < 90 ? 1u : 0u);
{ const bool branch_taken = aot_gpr_4 != 0u;
if (branch_taken) {
goto L_088DB62C;
}
goto L_088DB5F8;
}
L_088DB5F8:
aot_gpr_4 = (0u | 2u);
aot_mem.aot_direct_store8(ctx.gpr[19] + static_cast<std::uint32_t>(26273), static_cast<std::uint8_t>(aot_gpr_4));
aot_mem.aot_direct_store8(ctx.gpr[19] + static_cast<std::uint32_t>(26304), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088DB610u);
aot_gpr_5 = (ctx.gpr[20] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0049.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 569u, 0x088DB610u, 0x088CA6A8u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0049_entry(rt, ctx, 476u, aot_mem);
#else
recomp_unit_0049_entry(rt, ctx, 476u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0049_entry, 49u, 476u, 0x088CA6A8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB610u) goto L_088DB610;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB610:
{ const bool branch_taken = aot_gpr_2 == 0u;
if (branch_taken) {
goto L_088DBAD8;
}
goto L_088DB618;
}
L_088DB618:
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088DB624u);
aot_gpr_5 = (ctx.gpr[20] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0049.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 571u, 0x088DB624u, 0x088CA578u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0049_entry(rt, ctx, 467u, aot_mem);
#else
recomp_unit_0049_entry(rt, ctx, 467u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0049_entry, 49u, 467u, 0x088CA578u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB624u) goto L_088DB624;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB624:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088DBAD8;
}
goto L_088DB62C;
}
L_088DB62C:
aot_gpr_4 = (0u | 1u);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(ctx.gpr[19] + static_cast<std::uint32_t>(26273), static_cast<std::uint8_t>(aot_gpr_4));
if (branch_taken) {
goto L_088DBAD8;
}
goto L_088DB638;
}
L_088DB638:
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[19] + static_cast<std::uint32_t>(26273)));
{ const bool branch_taken = aot_gpr_4 != 0u;
if (branch_taken) {
goto L_088DB7C0;
}
goto L_088DB644;
}
L_088DB644:
aot_gpr_4 = (ctx.gpr[18] | 0u);
ctx.gpr[18] = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
ctx.gpr[22] = (aot_gpr_4 + ctx.gpr[22]);
ctx.gpr[6] = (aot_mem.aot_direct_load32(ctx.gpr[21] + static_cast<std::uint32_t>(26248)));
aot_gpr_4 = (ctx.gpr[18] | 0u);
aot_gpr_5 = (ctx.gpr[22] | 0u);
ctx.gpr[7] = (0u | 67u);
ctx.gpr[8] = (0u | 1u);
aot_gpr_31 = (0x088DB66Cu);
ctx.gpr[9] = (0u | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0001.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 575u, 0x088DB66Cu, 0x0880A214u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0001_entry(rt, ctx, 474u, aot_mem);
#else
recomp_unit_0001_entry(rt, ctx, 474u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0001_entry, 1u, 474u, 0x0880A214u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB66Cu) goto L_088DB66C;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB66C:
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(26341)));
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_088DB690;
}
goto L_088DB678;
}
L_088DB678:
aot_gpr_4 = (ctx.gpr[18] | 0u);
aot_gpr_5 = (ctx.gpr[22] | 0u);
aot_gpr_31 = (0x088DB688u);
ctx.gpr[6] = (0u | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0001.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 577u, 0x088DB688u, 0x0880A5B4u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0001_entry(rt, ctx, 539u, aot_mem);
#else
recomp_unit_0001_entry(rt, ctx, 539u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0001_entry, 1u, 539u, 0x0880A5B4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB688u) goto L_088DB688;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB688:
{ const bool branch_taken = 0u == 0u;
ctx.gpr[21] = (aot_mem.aot_direct_load8(ctx.gpr[19] + static_cast<std::uint32_t>(26240)));
if (branch_taken) {
goto L_088DB6B0;
}
goto L_088DB690;
}
L_088DB690:
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[21] + static_cast<std::uint32_t>(26248)));
aot_gpr_31 = (0x088DB69Cu);
aot_gpr_4 = (ctx.gpr[18] | 0u);
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, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088DB69Cu) goto L_088DB69C;
AOT_REGCACHE_SYNC_OUT(); return;
L_088DB69C:
aot_gpr_4 = (ctx.gpr[18] | 0u);
aot_gpr_5 = (ctx.gpr[22] | 0u);
aot_gpr_31 = (0x088DB6ACu);
ctx.gpr[6] = (aot_gpr_2 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0001.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 580u, 0x088DB6ACu, 0x0880A5B4u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0001_entry(rt, ctx, 539u, aot_mem);
#else
recomp_unit_0001_entry(rt, ctx, 539u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0001_entry, 1u, 539u, 0x0880A5B4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB6ACu) goto L_088DB6AC;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB6AC:
ctx.gpr[21] = (aot_mem.aot_direct_load8(ctx.gpr[19] + static_cast<std::uint32_t>(26240)));
goto L_088DB6B0;
L_088DB6B0:
{ const bool branch_taken = ctx.gpr[21] == 0u;
if (branch_taken) {
goto L_088DB6F4;
}
goto L_088DB6B8;
}
L_088DB6B8:
aot_gpr_4 = (ctx.gpr[18] | 0u);
aot_gpr_5 = (ctx.gpr[22] | 0u);
ctx.gpr[6] = (0u | 127u);
aot_gpr_31 = (0x088DB6CCu);
ctx.gpr[7] = (0u | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0001.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 583u, 0x088DB6CCu, 0x0880A438u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0001_entry(rt, ctx, 516u, aot_mem);
#else
recomp_unit_0001_entry(rt, ctx, 516u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0001_entry, 1u, 516u, 0x0880A438u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB6CCu) goto L_088DB6CC;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB6CC:
aot_gpr_4 = (ctx.gpr[18] | 0u);
aot_gpr_5 = (ctx.gpr[22] | 0u);
aot_gpr_31 = (0x088DB6DCu);
ctx.gpr[6] = (0u | 63u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0001.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 584u, 0x088DB6DCu, 0x0880A584u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0001_entry(rt, ctx, 536u, aot_mem);
#else
recomp_unit_0001_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_0001_entry, 1u, 536u, 0x0880A584u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB6DCu) goto L_088DB6DC;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB6DC:
aot_gpr_4 = (ctx.gpr[18] | 0u);
aot_gpr_5 = (ctx.gpr[22] | 0u);
aot_gpr_31 = (0x088DB6ECu);
ctx.gpr[6] = (0u | 63u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0001.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 585u, 0x088DB6ECu, 0x0880A584u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0001_entry(rt, ctx, 536u, aot_mem);
#else
recomp_unit_0001_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_0001_entry, 1u, 536u, 0x0880A584u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB6ECu) goto L_088DB6EC;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB6EC:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088DB7A0;
}
goto L_088DB6F4;
}
L_088DB6F4:
aot_gpr_4 = (ctx.gpr[20] << 4u);
ctx.gpr[20] = (aot_gpr_16 + aot_gpr_4);
ctx.gpr[20] = (ctx.gpr[20] + static_cast<std::uint32_t>(26160));
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088DB70Cu);
aot_gpr_5 = (ctx.gpr[20] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0049.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 587u, 0x088DB70Cu, 0x088CA7B0u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0049_entry(rt, ctx, 494u, aot_mem);
#else
recomp_unit_0049_entry(rt, ctx, 494u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0049_entry, 49u, 494u, 0x088CA7B0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB70Cu) goto L_088DB70C;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB70C:
aot_gpr_4 = (17864u << 16u);
aot_fpr_12 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(ctx.fpr[0]));
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_088DB774;
}
goto L_088DB728;
}
L_088DB728:
ctx.gpr[21] = (ctx.gpr[20] | 0u);
aot_gpr_4 = (17056u << 16u);
aot_fpr_13 = std::sqrt(aot_fpr_12);
aot_fpr_20 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_fpr_12 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(aot_fpr_20));
aot_gpr_31 = (0x088DB748u);
aot_gpr_5 = (0u | 127u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0109.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 589u, 0x088DB748u, 0x089B8190u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0109_entry(rt, ctx, 21u, aot_mem);
#else
recomp_unit_0109_entry(rt, ctx, 21u, 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, 21u, 0x089B8190u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB748u) goto L_088DB748;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB748:
ctx.gpr[20] = (aot_gpr_2 | 0u);
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_5 = (ctx.gpr[21] | 0u);
aot_gpr_31 = (0x088DB75Cu);
ctx.gpr[6] = (ctx.gpr[29] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0109.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 590u, 0x088DB75Cu, 0x089B8234u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0109_entry(rt, ctx, 30u, aot_mem);
#else
recomp_unit_0109_entry(rt, ctx, 30u, 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, 30u, 0x089B8234u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB75Cu) goto L_088DB75C;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB75C:
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_fpr_12 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(aot_fpr_20));
aot_gpr_31 = (0x088DB76Cu);
aot_gpr_5 = (ctx.gpr[29] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0109.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 591u, 0x088DB76Cu, 0x089B80C8u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0109_entry(rt, ctx, 13u, aot_mem);
#else
recomp_unit_0109_entry(rt, ctx, 13u, 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, 13u, 0x089B80C8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB76Cu) goto L_088DB76C;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB76C:
{ const bool branch_taken = 0u == 0u;
aot_gpr_16 = (aot_gpr_2 | 0u);
if (branch_taken) {
goto L_088DB77C;
}
goto L_088DB774;
}
L_088DB774:
ctx.gpr[20] = (0u | 0u);
aot_gpr_16 = (0u | 63u);
goto L_088DB77C;
L_088DB77C:
aot_gpr_4 = (ctx.gpr[18] | 0u);
aot_gpr_5 = (ctx.gpr[22] | 0u);
ctx.gpr[6] = (ctx.gpr[20] | 0u);
aot_gpr_31 = (0x088DB790u);
ctx.gpr[7] = (0u | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0001.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 594u, 0x088DB790u, 0x0880A438u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0001_entry(rt, ctx, 516u, aot_mem);
#else
recomp_unit_0001_entry(rt, ctx, 516u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0001_entry, 1u, 516u, 0x0880A438u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB790u) goto L_088DB790;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB790:
aot_gpr_4 = (ctx.gpr[18] | 0u);
aot_gpr_5 = (ctx.gpr[22] | 0u);
aot_gpr_31 = (0x088DB7A0u);
ctx.gpr[6] = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0001.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 595u, 0x088DB7A0u, 0x0880A584u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0001_entry(rt, ctx, 536u, aot_mem);
#else
recomp_unit_0001_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_0001_entry, 1u, 536u, 0x0880A584u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB7A0u) goto L_088DB7A0;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB7A0:
aot_gpr_4 = (ctx.gpr[18] | 0u);
aot_gpr_31 = (0x088DB7ACu);
aot_gpr_5 = (ctx.gpr[22] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0001.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 596u, 0x088DB7ACu, 0x0880A624u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0001_entry(rt, ctx, 546u, aot_mem);
#else
recomp_unit_0001_entry(rt, ctx, 546u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0001_entry, 1u, 546u, 0x0880A624u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB7ACu) goto L_088DB7AC;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB7AC:
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store8(ctx.gpr[19] + static_cast<std::uint32_t>(26273), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_4 = (0u | 30u);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(ctx.gpr[17] + static_cast<std::uint32_t>(-23536), static_cast<std::uint8_t>(aot_gpr_4));
if (branch_taken) {
goto L_088DBAD8;
}
goto L_088DB7C0;
}
L_088DB7C0:
aot_gpr_5 = (0u | 1u);
{ const bool branch_taken = aot_gpr_4 != aot_gpr_5;
if (branch_taken) {
goto L_088DBAD8;
}
goto L_088DB7CC;
}
L_088DB7CC:
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(12)));
{ const bool branch_taken = aot_gpr_4 != 0u;
if (branch_taken) {
goto L_088DB7F4;
}
goto L_088DB7D8;
}
L_088DB7D8:
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[21] + static_cast<std::uint32_t>(26248)));
aot_gpr_31 = (0x088DB7E4u);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0049.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 600u, 0x088DB7E4u, 0x088CA7A8u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0049_entry(rt, ctx, 493u, aot_mem);
#else
recomp_unit_0049_entry(rt, ctx, 493u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0049_entry, 49u, 493u, 0x088CA7A8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB7E4u) goto L_088DB7E4;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB7E4:
{ const bool branch_taken = aot_gpr_2 != 0u;
if (branch_taken) {
goto L_088DB824;
}
goto L_088DB7EC;
}
L_088DB7EC:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088DB8B0;
}
goto L_088DB7F4;
}
L_088DB7F4:
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088DB800u);
aot_gpr_5 = (ctx.gpr[20] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0049.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 603u, 0x088DB800u, 0x088CA378u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0049_entry(rt, ctx, 435u, aot_mem);
#else
recomp_unit_0049_entry(rt, ctx, 435u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0049_entry, 49u, 435u, 0x088CA378u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB800u) goto L_088DB800;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB800:
aot_gpr_16 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088DB810u);
aot_gpr_5 = (0u | 21u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0001.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 604u, 0x088DB810u, 0x0880A680u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0001_entry(rt, ctx, 550u, aot_mem);
#else
recomp_unit_0001_entry(rt, ctx, 550u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0001_entry, 1u, 550u, 0x0880A680u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB810u) goto L_088DB810;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB810:
aot_gpr_5 = (ctx.gpr[18] + ctx.gpr[22]);
aot_gpr_31 = (0x088DB81Cu);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0001.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 605u, 0x088DB81Cu, 0x0880A680u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0001_entry(rt, ctx, 550u, aot_mem);
#else
recomp_unit_0001_entry(rt, ctx, 550u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0001_entry, 1u, 550u, 0x0880A680u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB81Cu) goto L_088DB81C;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB81C:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088DBAD8;
}
goto L_088DB824;
}
L_088DB824:
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(26341)));
{ const bool branch_taken = aot_gpr_4 != 0u;
if (branch_taken) {
goto L_088DBAD8;
}
goto L_088DB830;
}
L_088DB830:
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[17] + static_cast<std::uint32_t>(-23536)));
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_4) <= 0;
if (branch_taken) {
goto L_088DB848;
}
goto L_088DB83C;
}
L_088DB83C:
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(-1));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(ctx.gpr[17] + static_cast<std::uint32_t>(-23536), static_cast<std::uint8_t>(aot_gpr_4));
if (branch_taken) {
goto L_088DBAD8;
}
goto L_088DB848;
}
L_088DB848:
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[17] + static_cast<std::uint32_t>(-23834)));
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_088DB874;
}
goto L_088DB854;
}
L_088DB854:
aot_gpr_4 = (ctx.gpr[20] << 2u);
aot_gpr_4 = (aot_gpr_16 + aot_gpr_4);
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(26284)));
ctx.gpr[6] = (aot_gpr_5 + static_cast<std::uint32_t>(-1));
{ const bool branch_taken = aot_gpr_5 != 0u;
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(26284), ctx.gpr[6]);
if (branch_taken) {
goto L_088DB88C;
}
goto L_088DB86C;
}
L_088DB86C:
{ const bool branch_taken = 0u == 0u;
ctx.gpr[23] = (0u | 1u);
if (branch_taken) {
goto L_088DB88C;
}
goto L_088DB874;
}
L_088DB874:
aot_gpr_31 = (0x088DB87Cu);
aot_gpr_4 = (aot_gpr_16 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0096.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 613u, 0x088DB87Cu, 0x08985EF0u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0096_entry(rt, ctx, 527u, aot_mem);
#else
recomp_unit_0096_entry(rt, ctx, 527u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0096_entry, 96u, 527u, 0x08985EF0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB87Cu) goto L_088DB87C;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB87C:
aot_gpr_4 = (0u | 2u);
{ const bool branch_taken = aot_gpr_2 != aot_gpr_4;
if (branch_taken) {
goto L_088DB88C;
}
goto L_088DB888;
}
L_088DB888:
ctx.gpr[23] = (0u | 1u);
goto L_088DB88C;
L_088DB88C:
{ const bool branch_taken = ctx.gpr[23] == 0u;
if (branch_taken) {
goto L_088DBAD8;
}
goto L_088DB894;
}
L_088DB894:
aot_gpr_4 = (0u | 2u);
aot_mem.aot_direct_store8(ctx.gpr[19] + static_cast<std::uint32_t>(26273), static_cast<std::uint8_t>(aot_gpr_4));
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
aot_gpr_31 = (0x088DB8A8u);
aot_gpr_5 = (0u | 21u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0001.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 617u, 0x088DB8A8u, 0x0880A680u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0001_entry(rt, ctx, 550u, aot_mem);
#else
recomp_unit_0001_entry(rt, ctx, 550u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0001_entry, 1u, 550u, 0x0880A680u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB8A8u) goto L_088DB8A8;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB8A8:
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(ctx.gpr[21] + static_cast<std::uint32_t>(26284), 0u);
if (branch_taken) {
goto L_088DBAD8;
}
goto L_088DB8B0;
}
L_088DB8B0:
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[19] + static_cast<std::uint32_t>(26278)));
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_088DBA8C;
}
goto L_088DB8BC;
}
L_088DB8BC:
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[17] + static_cast<std::uint32_t>(-23834)));
ctx.gpr[17] = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
{ const bool branch_taken = aot_gpr_4 == 0u;
ctx.gpr[18] = (ctx.gpr[18] + ctx.gpr[22]);
if (branch_taken) {
goto L_088DB8F4;
}
goto L_088DB8CC;
}
L_088DB8CC:
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(26341)));
{ const bool branch_taken = aot_gpr_4 != 0u;
aot_gpr_4 = (ctx.gpr[20] << 2u);
if (branch_taken) {
goto L_088DB90C;
}
goto L_088DB8D8;
}
L_088DB8D8:
aot_gpr_4 = (aot_gpr_16 + aot_gpr_4);
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(26284)));
ctx.gpr[6] = (aot_gpr_5 + static_cast<std::uint32_t>(-1));
{ const bool branch_taken = aot_gpr_5 != 0u;
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(26284), ctx.gpr[6]);
if (branch_taken) {
goto L_088DB90C;
}
goto L_088DB8EC;
}
L_088DB8EC:
{ const bool branch_taken = 0u == 0u;
ctx.gpr[23] = (0u | 1u);
if (branch_taken) {
goto L_088DB90C;
}
goto L_088DB8F4;
}
L_088DB8F4:
aot_gpr_4 = (ctx.gpr[17] | 0u);
aot_gpr_31 = (0x088DB900u);
aot_gpr_5 = (ctx.gpr[18] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0001.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 624u, 0x088DB900u, 0x0880A5E0u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0001_entry(rt, ctx, 542u, aot_mem);
#else
recomp_unit_0001_entry(rt, ctx, 542u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0001_entry, 1u, 542u, 0x0880A5E0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB900u) goto L_088DB900;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB900:
{ const bool branch_taken = aot_gpr_2 != 0u;
if (branch_taken) {
goto L_088DB90C;
}
goto L_088DB908;
}
L_088DB908:
ctx.gpr[23] = (0u | 1u);
goto L_088DB90C;
L_088DB90C:
{ const bool branch_taken = ctx.gpr[23] == 0u;
if (branch_taken) {
goto L_088DB958;
}
goto L_088DB914;
}
L_088DB914:
aot_gpr_4 = (0u | 2u);
aot_mem.aot_direct_store8(ctx.gpr[19] + static_cast<std::uint32_t>(26273), static_cast<std::uint8_t>(aot_gpr_4));
aot_mem.aot_direct_store8(ctx.gpr[19] + static_cast<std::uint32_t>(26304), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (ctx.gpr[17] | 0u);
aot_gpr_31 = (0x088DB92Cu);
aot_gpr_5 = (ctx.gpr[18] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0001.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 628u, 0x088DB92Cu, 0x0880A680u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0001_entry(rt, ctx, 550u, aot_mem);
#else
recomp_unit_0001_entry(rt, ctx, 550u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0001_entry, 1u, 550u, 0x0880A680u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB92Cu) goto L_088DB92C;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB92C:
aot_mem.aot_direct_store32(ctx.gpr[21] + static_cast<std::uint32_t>(26284), 0u);
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088DB93Cu);
aot_gpr_5 = (ctx.gpr[20] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0049.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 629u, 0x088DB93Cu, 0x088CA6A8u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0049_entry(rt, ctx, 476u, aot_mem);
#else
recomp_unit_0049_entry(rt, ctx, 476u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0049_entry, 49u, 476u, 0x088CA6A8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB93Cu) goto L_088DB93C;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB93C:
{ const bool branch_taken = aot_gpr_2 == 0u;
if (branch_taken) {
goto L_088DBAD8;
}
goto L_088DB944;
}
L_088DB944:
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088DB950u);
aot_gpr_5 = (ctx.gpr[20] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0049.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 631u, 0x088DB950u, 0x088CA578u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0049_entry(rt, ctx, 467u, aot_mem);
#else
recomp_unit_0049_entry(rt, ctx, 467u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0049_entry, 49u, 467u, 0x088CA578u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB950u) goto L_088DB950;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB950:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088DBAD8;
}
goto L_088DB958;
}
L_088DB958:
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(26341)));
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_088DB97C;
}
goto L_088DB964;
}
L_088DB964:
aot_gpr_4 = (ctx.gpr[17] | 0u);
aot_gpr_5 = (ctx.gpr[18] | 0u);
aot_gpr_31 = (0x088DB974u);
ctx.gpr[6] = (0u | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0001.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 634u, 0x088DB974u, 0x0880A5B4u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0001_entry(rt, ctx, 539u, aot_mem);
#else
recomp_unit_0001_entry(rt, ctx, 539u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0001_entry, 1u, 539u, 0x0880A5B4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB974u) goto L_088DB974;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB974:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088DBAD8;
}
goto L_088DB97C;
}
L_088DB97C:
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[21] + static_cast<std::uint32_t>(26248)));
aot_gpr_31 = (0x088DB988u);
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_0880A400, 1u, 514u, 0x0880A400u>(ctx, &aot_mem, ctx.pc, aot_gpr_2, aot_gpr_4, aot_gpr_5, aot_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 == 0x088DB988u) goto L_088DB988;
AOT_REGCACHE_SYNC_OUT(); return;
L_088DB988:
aot_gpr_4 = (ctx.gpr[17] | 0u);
aot_gpr_5 = (ctx.gpr[18] | 0u);
aot_gpr_31 = (0x088DB998u);
ctx.gpr[6] = (aot_gpr_2 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0001.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 637u, 0x088DB998u, 0x0880A5B4u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0001_entry(rt, ctx, 539u, aot_mem);
#else
recomp_unit_0001_entry(rt, ctx, 539u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0001_entry, 1u, 539u, 0x0880A5B4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB998u) goto L_088DB998;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB998:
aot_gpr_4 = (2236u << 16u);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(32304));
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(2651)));
aot_gpr_4 = (0u < aot_gpr_4 ? 1u : 0u);
aot_gpr_4 = (aot_gpr_4 & 255u);
{ const bool branch_taken = aot_gpr_4 == 0u;
if (branch_taken) {
goto L_088DB9C8;
}
goto L_088DB9B4;
}
L_088DB9B4:
aot_gpr_4 = (ctx.gpr[17] | 0u);
aot_gpr_5 = (ctx.gpr[18] | 0u);
ctx.gpr[6] = (0u | 127u);
aot_gpr_31 = (0x088DB9C8u);
ctx.gpr[7] = (0u | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0001.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 639u, 0x088DB9C8u, 0x0880A438u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0001_entry(rt, ctx, 516u, aot_mem);
#else
recomp_unit_0001_entry(rt, ctx, 516u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0001_entry, 1u, 516u, 0x0880A438u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB9C8u) goto L_088DB9C8;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB9C8:
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[19] + static_cast<std::uint32_t>(26240)));
{ const bool branch_taken = aot_gpr_4 != 0u;
if (branch_taken) {
goto L_088DBAD8;
}
goto L_088DB9D4;
}
L_088DB9D4:
aot_gpr_4 = (ctx.gpr[20] << 4u);
ctx.gpr[20] = (aot_gpr_16 + aot_gpr_4);
ctx.gpr[20] = (ctx.gpr[20] + static_cast<std::uint32_t>(26160));
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088DB9ECu);
aot_gpr_5 = (ctx.gpr[20] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0049.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 641u, 0x088DB9ECu, 0x088CA7B0u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0049_entry(rt, ctx, 494u, aot_mem);
#else
recomp_unit_0049_entry(rt, ctx, 494u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0049_entry, 49u, 494u, 0x088CA7B0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DB9ECu) goto L_088DB9EC;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DB9EC:
aot_gpr_4 = (17864u << 16u);
aot_fpr_12 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(ctx.fpr[0]));
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_088DBA58;
}
goto L_088DBA08;
}
L_088DBA08:
ctx.gpr[19] = (aot_gpr_16 | 0u);
aot_gpr_4 = (17056u << 16u);
aot_fpr_13 = std::sqrt(aot_fpr_12);
aot_fpr_20 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_4 = (ctx.gpr[19] | 0u);
aot_fpr_12 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(aot_fpr_20));
aot_gpr_31 = (0x088DBA28u);
aot_gpr_5 = (0u | 127u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0109.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 643u, 0x088DBA28u, 0x089B8190u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0109_entry(rt, ctx, 21u, aot_mem);
#else
recomp_unit_0109_entry(rt, ctx, 21u, 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, 21u, 0x089B8190u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DBA28u) goto L_088DBA28;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DBA28:
ctx.gpr[21] = (ctx.gpr[29] + static_cast<std::uint32_t>(16));
aot_gpr_16 = (aot_gpr_2 | 0u);
aot_gpr_4 = (ctx.gpr[19] | 0u);
aot_gpr_5 = (ctx.gpr[20] | 0u);
aot_gpr_31 = (0x088DBA40u);
ctx.gpr[6] = (ctx.gpr[21] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0109.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 644u, 0x088DBA40u, 0x089B8234u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0109_entry(rt, ctx, 30u, aot_mem);
#else
recomp_unit_0109_entry(rt, ctx, 30u, 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, 30u, 0x089B8234u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DBA40u) goto L_088DBA40;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DBA40:
aot_gpr_4 = (ctx.gpr[19] | 0u);
aot_fpr_12 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(aot_fpr_20));
aot_gpr_31 = (0x088DBA50u);
aot_gpr_5 = (ctx.gpr[21] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0109.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 645u, 0x088DBA50u, 0x089B80C8u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0109_entry(rt, ctx, 13u, aot_mem);
#else
recomp_unit_0109_entry(rt, ctx, 13u, 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, 13u, 0x089B80C8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DBA50u) goto L_088DBA50;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DBA50:
{ const bool branch_taken = 0u == 0u;
ctx.gpr[19] = (aot_gpr_2 | 0u);
if (branch_taken) {
goto L_088DBA60;
}
goto L_088DBA58;
}
L_088DBA58:
aot_gpr_16 = (0u | 0u);
ctx.gpr[19] = (0u | 63u);
goto L_088DBA60;
L_088DBA60:
aot_gpr_4 = (ctx.gpr[17] | 0u);
aot_gpr_5 = (ctx.gpr[18] | 0u);
ctx.gpr[6] = (aot_gpr_16 | 0u);
aot_gpr_31 = (0x088DBA74u);
ctx.gpr[7] = (0u | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0001.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 648u, 0x088DBA74u, 0x0880A438u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0001_entry(rt, ctx, 516u, aot_mem);
#else
recomp_unit_0001_entry(rt, ctx, 516u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0001_entry, 1u, 516u, 0x0880A438u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DBA74u) goto L_088DBA74;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DBA74:
aot_gpr_4 = (ctx.gpr[17] | 0u);
aot_gpr_5 = (ctx.gpr[18] | 0u);
aot_gpr_31 = (0x088DBA84u);
ctx.gpr[6] = (ctx.gpr[19] | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0001.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 649u, 0x088DBA84u, 0x0880A584u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0001_entry(rt, ctx, 536u, aot_mem);
#else
recomp_unit_0001_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_0001_entry, 1u, 536u, 0x0880A584u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DBA84u) goto L_088DBA84;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DBA84:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088DBAD8;
}
goto L_088DBA8C;
}
L_088DBA8C:
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(26341)));
{ const bool branch_taken = aot_gpr_4 != 0u;
if (branch_taken) {
goto L_088DBAD8;
}
goto L_088DBA98;
}
L_088DBA98:
aot_gpr_4 = (ctx.gpr[20] + aot_gpr_28);
aot_gpr_5 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(-23536)));
ctx.gpr[6] = (aot_gpr_5 + static_cast<std::uint32_t>(-1));
{ const bool branch_taken = aot_gpr_5 != 0u;
aot_mem.aot_direct_store8(aot_gpr_4 + static_cast<std::uint32_t>(-23536), static_cast<std::uint8_t>(ctx.gpr[6]));
if (branch_taken) {
goto L_088DBAB8;
}
goto L_088DBAAC;
}
L_088DBAAC:
aot_gpr_4 = (0u | 1u);
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(ctx.gpr[19] + static_cast<std::uint32_t>(26278), static_cast<std::uint8_t>(aot_gpr_4));
if (branch_taken) {
goto L_088DBAD8;
}
goto L_088DBAB8;
}
L_088DBAB8:
aot_gpr_4 = (aot_gpr_28 + static_cast<std::uint32_t>(7696));
aot_gpr_31 = (0x088DBAC4u);
aot_gpr_5 = (ctx.gpr[18] + ctx.gpr[22]);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0001.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 654u, 0x088DBAC4u, 0x0880A5E0u)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0001_entry(rt, ctx, 542u, aot_mem);
#else
recomp_unit_0001_entry(rt, ctx, 542u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0001_entry, 1u, 542u, 0x0880A5E0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DBAC4u) goto L_088DBAC4;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DBAC4:
{ const bool branch_taken = aot_gpr_2 == 0u;
if (branch_taken) {
goto L_088DBAD8;
}
goto L_088DBACC;
}
L_088DBACC:
aot_mem.aot_direct_store8(ctx.gpr[17] + static_cast<std::uint32_t>(-23536), static_cast<std::uint8_t>(0u));
aot_gpr_4 = (0u | 1u);
aot_mem.aot_direct_store8(ctx.gpr[19] + static_cast<std::uint32_t>(26278), static_cast<std::uint8_t>(aot_gpr_4));
goto L_088DBAD8;
L_088DBAD8:
{ std::uint32_t aot_run_words[10]{};
aot_mem.aot_direct_load32_block(ctx.gpr[29] + static_cast<std::uint32_t>(32), aot_run_words);
aot_fpr_20 = std::bit_cast<float>(aot_run_words[0]);
aot_gpr_16 = aot_run_words[1];
ctx.gpr[17] = aot_run_words[2];
ctx.gpr[18] = aot_run_words[3];
ctx.gpr[19] = aot_run_words[4];
ctx.gpr[20] = aot_run_words[5];
ctx.gpr[21] = aot_run_words[6];
ctx.gpr[22] = aot_run_words[7];
ctx.gpr[23] = aot_run_words[8];
aot_gpr_31 = aot_run_words[9];
}
jump_target = aot_gpr_31;
ctx.gpr[29] = (ctx.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_088DBB08:
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-23860)));
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-23864)));
ctx.fpr[14] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-23848)));
aot_fpr_12 = aot_fpr_12 - aot_fpr_13;
ctx.fpr[15] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-23852)));
aot_gpr_4 = (50306u << 16u);
ctx.fpr[14] = ctx.fpr[14] - ctx.fpr[15];
aot_gpr_4 = (aot_gpr_4 | 20857u);
aot_gpr_5 = (17073u << 16u);
aot_mem.aot_direct_store32(aot_gpr_28 + static_cast<std::uint32_t>(-23856), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
aot_gpr_5 = (aot_gpr_5 | 38535u);
aot_mem.aot_direct_store32(aot_gpr_28 + static_cast<std::uint32_t>(-23844), std::bit_cast<std::uint32_t>(ctx.fpr[14]));
aot_gpr_4 = (2233u << 16u);
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(-16592), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_fpr_12 = std::bit_cast<float>(aot_gpr_5);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(-16592));
aot_gpr_5 = (16693u << 16u);
aot_gpr_5 = (aot_gpr_5 | 12059u);
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(4), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_fpr_12 = std::bit_cast<float>(aot_gpr_5);
aot_gpr_5 = (50299u << 16u);
aot_gpr_5 = (aot_gpr_5 | 7799u);
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(8), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_fpr_13 = std::bit_cast<float>(aot_gpr_5);
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(16));
aot_gpr_5 = (17205u << 16u);
aot_gpr_5 = (aot_gpr_5 | 45679u);
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_fpr_13 = std::bit_cast<float>(aot_gpr_5);
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(4), std::bit_cast<std::uint32_t>(aot_fpr_13));
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(8), std::bit_cast<std::uint32_t>(aot_fpr_12));
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-23816)));
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-23820)));
ctx.fpr[14] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-23800)));
ctx.fpr[15] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-23804)));
aot_fpr_12 = aot_fpr_12 - aot_fpr_13;
ctx.fpr[14] = ctx.fpr[14] - ctx.fpr[15];
aot_mem.aot_direct_store32(aot_gpr_28 + static_cast<std::uint32_t>(-23812), std::bit_cast<std::uint32_t>(aot_fpr_12));
jump_target = aot_gpr_31;
aot_mem.aot_direct_store32(aot_gpr_28 + static_cast<std::uint32_t>(-23796), std::bit_cast<std::uint32_t>(ctx.fpr[14]));
// 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_088DBBAC:
ctx.gpr[6] = (aot_mem.aot_direct_load8(aot_gpr_5 + static_cast<std::uint32_t>(0)));
ctx.gpr[7] = (ctx.gpr[6] + ctx.gpr[6]);
ctx.gpr[7] = (ctx.gpr[6] + ctx.gpr[7]);
ctx.gpr[7] = (ctx.gpr[7] << 2u);
ctx.gpr[7] = (aot_gpr_4 + ctx.gpr[7]);
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[7] + static_cast<std::uint32_t>(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_088DBBF8;
}
goto L_088DBBD4;
}
L_088DBBD4:
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(94)));
ctx.gpr[6] = (ctx.gpr[6] + static_cast<std::uint32_t>(1));
aot_gpr_4 = (aot_gpr_4 << 24u);
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_4) >> 24u));
ctx.gpr[7] = (static_cast<std::int32_t>(aot_gpr_4) < static_cast<std::int32_t>(ctx.gpr[6]) ? 1u : 0u);
if (ctx.gpr[7] != 0u) {
ctx.gpr[6] = (aot_gpr_4 | 0u);
goto L_088DBBF0;
}
goto L_088DBBF0;
L_088DBBF0:
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store8(aot_gpr_5 + static_cast<std::uint32_t>(0), static_cast<std::uint8_t>(ctx.gpr[6]));
if (branch_taken) {
goto L_088DBC20;
}
goto L_088DBBF8;
}
L_088DBBF8:
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[7] + static_cast<std::uint32_t>(8)));
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_088DBC20;
}
goto L_088DBC0C;
}
L_088DBC0C:
ctx.gpr[6] = (ctx.gpr[6] + static_cast<std::uint32_t>(-1));
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[6]) < 0 ? 1u : 0u);
if (aot_gpr_4 != 0u) {
ctx.gpr[6] = (0u | 0u);
goto L_088DBC1C;
}
goto L_088DBC1C;
L_088DBC1C:
aot_mem.aot_direct_store8(aot_gpr_5 + static_cast<std::uint32_t>(0), static_cast<std::uint8_t>(ctx.gpr[6]));
goto L_088DBC20;
L_088DBC20:
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_088DBC28:
ctx.gpr[29] = (ctx.gpr[29] + static_cast<std::uint32_t>(-112));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(68), std::bit_cast<std::uint32_t>(ctx.fpr[26]));
ctx.fpr[26] = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[8] + static_cast<std::uint32_t>(0)));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(96), ctx.gpr[22]);
ctx.gpr[22] = (aot_mem.aot_direct_load32(ctx.gpr[29] + static_cast<std::uint32_t>(112)));
aot_mem.aot_direct_store32(aot_gpr_28 + static_cast<std::uint32_t>(6052), std::bit_cast<std::uint32_t>(ctx.fpr[26]));
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(88)));
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(72), aot_gpr_16);
aot_gpr_16 = (aot_gpr_4 | 0u);
{ const std::uint32_t aot_run_words[3]{ctx.gpr[17], ctx.gpr[18], ctx.gpr[19]};
aot_mem.aot_direct_store32_block(ctx.gpr[29] + static_cast<std::uint32_t>(76), aot_run_words); }
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(92), ctx.gpr[21]);
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((ctx.fpr[26] < aot_fpr_12)) ? 0x00800000u : 0u);
ctx.gpr[21] = (ctx.gpr[11] & 255u);
ctx.gpr[22] = (ctx.gpr[22] & 255u);
ctx.gpr[17] = (aot_gpr_5 | 0u);
ctx.gpr[18] = (ctx.gpr[6] | 0u);
aot_gpr_4 = (ctx.gpr[7] | 0u);
ctx.gpr[19] = (ctx.gpr[9] | 0u);
{ const std::uint32_t aot_run_words[3]{std::bit_cast<std::uint32_t>(aot_fpr_20), std::bit_cast<std::uint32_t>(aot_fpr_22), std::bit_cast<std::uint32_t>(ctx.fpr[24])};
aot_mem.aot_direct_store32_block(ctx.gpr[29] + static_cast<std::uint32_t>(56), aot_run_words); }
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(88), ctx.gpr[20]);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(100), ctx.gpr[23]);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(104), aot_gpr_31);
{ const bool branch_taken = ((ctx.fcr31 & 0x00800000u) != 0u);
ctx.gpr[20] = (ctx.gpr[10] | 0u);
if (branch_taken) {
goto L_088DBCE4;
}
goto L_088DBC98;
}
L_088DBC98:
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(80)));
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((ctx.fpr[26] <= aot_fpr_12)) ? 0x00800000u : 0u);
{ const bool branch_taken = !((ctx.fcr31 & 0x00800000u) != 0u);
if (branch_taken) {
goto L_088DBCDC;
}
goto L_088DBCAC;
}
L_088DBCAC:
aot_gpr_5 = (aot_mem.aot_direct_load8(ctx.gpr[18] + static_cast<std::uint32_t>(0)));
ctx.gpr[6] = (aot_gpr_5 + aot_gpr_5);
ctx.gpr[6] = (aot_gpr_5 + ctx.gpr[6]);
ctx.gpr[6] = (ctx.gpr[6] << 2u);
ctx.gpr[6] = (aot_gpr_16 + ctx.gpr[6]);
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[6] + static_cast<std::uint32_t>(4)));
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((ctx.fpr[26] <= aot_fpr_12)) ? 0x00800000u : 0u);
{ const bool branch_taken = !((ctx.fcr31 & 0x00800000u) != 0u);
if (branch_taken) {
goto L_088DBCEC;
}
goto L_088DBCD4;
}
L_088DBCD4:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
goto L_088DBD44;
}
goto L_088DBCDC;
}
L_088DBCDC:
{ const bool branch_taken = 0u == 0u;
ctx.fpr[0] = std::bit_cast<float>(0u);
if (branch_taken) {
(void)([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0054_entry, 54u, 19u, 0x088DC15Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()); AOT_REGCACHE_SYNC_OUT(); return;
}
goto L_088DBCE4;
}
L_088DBCE4:
{ const bool branch_taken = 0u == 0u;
ctx.fpr[0] = std::bit_cast<float>(0u);
if (branch_taken) {
(void)([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0054_entry, 54u, 19u, 0x088DC15Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()); AOT_REGCACHE_SYNC_OUT(); return;
}
goto L_088DBCEC;
}
L_088DBCEC:
{ const bool branch_taken = aot_gpr_5 != 0u;
if (branch_taken) {
goto L_088DBD0C;
}
goto L_088DBCF4;
}
L_088DBCF4:
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(0)));
aot_fpr_13 = std::bit_cast<float>(0u);
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_088DBDB8;
}
goto L_088DBD0C;
}
L_088DBD0C:
ctx.gpr[7] = (aot_gpr_4 | 0u);
aot_gpr_4 = (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_4));
ctx.gpr[8] = (aot_gpr_28 + static_cast<std::uint32_t>(6052));
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_5 = (ctx.gpr[17] | 0u);
ctx.gpr[6] = (ctx.gpr[18] | 0u);
ctx.gpr[9] = (0u | 0u);
ctx.gpr[10] = (0u | 0u);
ctx.gpr[11] = (0u | 0u);
aot_gpr_31 = (0x088DBD3Cu);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(0), 0u);
goto L_088DBC28;
L_088DBD3C:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
(void)([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0054_entry, 54u, 19u, 0x088DC15Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()); AOT_REGCACHE_SYNC_OUT(); return;
}
goto L_088DBD44;
}
L_088DBD44:
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[6] + static_cast<std::uint32_t>(8)));
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((ctx.fpr[26] < aot_fpr_12)) ? 0x00800000u : 0u);
{ const bool branch_taken = !((ctx.fcr31 & 0x00800000u) != 0u);
if (branch_taken) {
goto L_088DBDB8;
}
goto L_088DBD58;
}
L_088DBD58:
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_5) <= 0;
ctx.gpr[6] = (0u | 1u);
if (branch_taken) {
goto L_088DBDB8;
}
goto L_088DBD60;
}
L_088DBD60:
{ const bool branch_taken = aot_gpr_5 != ctx.gpr[6];
if (branch_taken) {
goto L_088DBD80;
}
goto L_088DBD68;
}
L_088DBD68:
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(0)));
aot_fpr_13 = std::bit_cast<float>(0u);
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_088DBDB8;
}
goto L_088DBD80;
}
L_088DBD80:
ctx.gpr[7] = (aot_gpr_4 | 0u);
aot_gpr_4 = (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_4));
ctx.gpr[8] = (aot_gpr_28 + static_cast<std::uint32_t>(6052));
aot_gpr_4 = (aot_gpr_16 | 0u);
aot_gpr_5 = (ctx.gpr[17] | 0u);
ctx.gpr[6] = (ctx.gpr[18] | 0u);
ctx.gpr[9] = (0u | 0u);
ctx.gpr[10] = (0u | 0u);
ctx.gpr[11] = (0u | 0u);
aot_gpr_31 = (0x088DBDB0u);
aot_mem.aot_direct_store32(ctx.gpr[29] + static_cast<std::uint32_t>(0), 0u);
goto L_088DBC28;
L_088DBDB0:
{ const bool branch_taken = 0u == 0u;
if (branch_taken) {
(void)([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0054_entry, 54u, 19u, 0x088DC15Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()); AOT_REGCACHE_SYNC_OUT(); return;
}
goto L_088DBDB8;
}
L_088DBDB8:
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(94)));
aot_fpr_20 = std::bit_cast<float>(0u);
ctx.gpr[6] = (16256u << 16u);
aot_gpr_4 = (aot_gpr_4 << 24u);
aot_fpr_22 = std::bit_cast<float>(ctx.gpr[6]);
ctx.gpr[23] = (0u | 1u);
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_4) >> 24u));
{ const bool branch_taken = aot_gpr_4 != ctx.gpr[23];
ctx.fpr[24] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(7676)));
if (branch_taken) {
goto L_088DBDE8;
}
goto L_088DBDDC;
}
L_088DBDDC:
aot_fpr_13 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(aot_fpr_22));
{ const bool branch_taken = 0u == 0u;
ctx.fpr[14] = std::bit_cast<float>(std::bit_cast<std::uint32_t>(aot_fpr_13));
if (branch_taken) {
goto L_088DBEA8;
}
goto L_088DBDE8;
}
L_088DBDE8:
ctx.gpr[6] = (static_cast<std::int32_t>(aot_gpr_5) < 1 ? 1u : 0u);
{ const bool branch_taken = ctx.gpr[6] == 0u;
if (branch_taken) {
goto L_088DBE04;
}
goto L_088DBDF4;
}
L_088DBDF4:
aot_gpr_4 = (16528u << 16u);
aot_fpr_13 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(aot_fpr_22));
{ const bool branch_taken = 0u == 0u;
ctx.fpr[14] = std::bit_cast<float>(aot_gpr_4);
if (branch_taken) {
goto L_088DBEA8;
}
goto L_088DBE04;
}
L_088DBE04:
aot_fpr_12 = std::bit_cast<float>(aot_gpr_5);
aot_fpr_13 = std::bit_cast<float>(aot_gpr_4);
aot_fpr_12 = static_cast<float>(static_cast<std::int32_t>(std::bit_cast<std::uint32_t>(aot_fpr_12)));
aot_fpr_13 = static_cast<float>(static_cast<std::int32_t>(std::bit_cast<std::uint32_t>(aot_fpr_13)));
aot_fpr_12 = aot_fpr_12 - aot_fpr_22;
aot_fpr_13 = aot_fpr_13 - aot_fpr_22;
aot_fpr_12 = aot_fpr_12 / aot_fpr_13;
aot_gpr_31 = (0x088DBE28u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_08B61B60, 215u, 341u, 0x08B61B60u>(ctx, &aot_mem, ctx.pc, aot_gpr_2, ctx.gpr[3], aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[29], aot_gpr_31, aot_fpr_12); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0215_entry, 215u, 341u, 0x08B61B60u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DBE28u) goto L_088DBE28;
AOT_REGCACHE_SYNC_OUT(); return;
L_088DBE28:
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-23460)));
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-23464)));
ctx.gpr[7] = (ctx.gpr[3] | 0u);
aot_gpr_31 = (0x088DBE3Cu);
ctx.gpr[6] = (aot_gpr_2 | 0u);
// PSPRECOMP_V814_LINKED_CALL: non-recursive generated call 0053->0215.
#if defined(PSPRECOMP_AOT_PRODUCTION_FASTPATHS)
AOT_REGCACHE_SYNC_OUT();
if (rt.prepare_aot_linked_call(ctx, &recomp_unit_0053_entry, 687u, 0x088DBE3Cu, 0x08B61F5Cu)) {
#if defined(__clang__)
[[clang::musttail]] return recomp_unit_0215_entry(rt, ctx, 395u, aot_mem);
#else
recomp_unit_0215_entry(rt, ctx, 395u, aot_mem); return;
#endif
}
return;
#else
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0215_entry, 215u, 395u, 0x08B61F5Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DBE3Cu) goto L_088DBE3C;
AOT_REGCACHE_SYNC_OUT(); return;
#endif
L_088DBE3C:
aot_gpr_5 = (ctx.gpr[3] | 0u);
aot_gpr_31 = (0x088DBE48u);
aot_gpr_4 = (aot_gpr_2 | 0u);
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_08B627F0, 215u, 515u, 0x08B627F0u>(ctx, &aot_mem, ctx.pc, aot_gpr_2, ctx.gpr[3], aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[8], ctx.gpr[9], ctx.gpr[10], ctx.gpr[29], aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0215_entry, 215u, 515u, 0x08B627F0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x088DBE48u) goto L_088DBE48;
AOT_REGCACHE_SYNC_OUT(); return;
L_088DBE48:
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(95)));
aot_gpr_5 = (aot_gpr_4 & 1u);
{ const bool branch_taken = aot_gpr_5 == 0u;
ctx.fpr[14] = std::bit_cast<float>(std::bit_cast<std::uint32_t>(ctx.fpr[0]));
if (branch_taken) {
goto L_088DBE70;
}
goto L_088DBE58;
}
L_088DBE58:
aot_gpr_4 = (16544u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
{ const float fs = ctx.fpr[14]; const float ft = aot_fpr_12; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) aot_fpr_12 = std::bit_cast<float>(0x7FC00000u); else aot_fpr_12 = fs * ft; }
{ const float fs = aot_fpr_12; const float ft = ctx.fpr[14]; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) ctx.fpr[14] = std::bit_cast<float>(0x7FC00000u); else ctx.fpr[14] = fs * ft; }
{ const bool branch_taken = 0u == 0u;
ctx.fpr[14] = ctx.fpr[14] + aot_fpr_22;
if (branch_taken) {
goto L_088DBEA4;
}
goto L_088DBE70;
}
L_088DBE70:
aot_gpr_4 = (aot_gpr_4 & 2u);
{ const bool branch_taken = aot_gpr_4 == 0u;
aot_gpr_4 = (16448u << 16u);
if (branch_taken) {
goto L_088DBE94;
}
goto L_088DBE7C;
}
L_088DBE7C:
aot_gpr_4 = (16512u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
{ const float fs = ctx.fpr[14]; const float ft = aot_fpr_12; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) aot_fpr_12 = std::bit_cast<float>(0x7FC00000u); else aot_fpr_12 = fs * ft; }
{ const float fs = aot_fpr_12; const float ft = ctx.fpr[14]; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) ctx.fpr[14] = std::bit_cast<float>(0x7FC00000u); else ctx.fpr[14] = fs * ft; }
{ const bool branch_taken = 0u == 0u;
ctx.fpr[14] = ctx.fpr[14] + aot_fpr_22;
if (branch_taken) {
goto L_088DBEA4;
}
goto L_088DBE94;
}
L_088DBE94:
aot_fpr_12 = std::bit_cast<float>(aot_gpr_4);
{ const float fs = ctx.fpr[14]; const float ft = aot_fpr_12; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) aot_fpr_12 = std::bit_cast<float>(0x7FC00000u); else aot_fpr_12 = fs * ft; }
{ const float fs = aot_fpr_12; const float ft = ctx.fpr[14]; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) ctx.fpr[14] = std::bit_cast<float>(0x7FC00000u); else ctx.fpr[14] = fs * ft; }
ctx.fpr[14] = ctx.fpr[14] + aot_fpr_22;
goto L_088DBEA4;
L_088DBEA4:
aot_fpr_13 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(aot_fpr_22));
goto L_088DBEA8;
L_088DBEA8:
aot_mem.aot_direct_store32(aot_gpr_28 + static_cast<std::uint32_t>(6056), std::bit_cast<std::uint32_t>(aot_fpr_22));
{ const bool branch_taken = ctx.gpr[22] != ctx.gpr[23];
ctx.fpr[15] = std::bit_cast<float>(std::bit_cast<std::uint32_t>(aot_fpr_22));
if (branch_taken) {
goto L_088DBECC;
}
goto L_088DBEB4;
}
L_088DBEB4:
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-23504)));
{ const float fs = ctx.fpr[15]; const float ft = aot_fpr_12; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) ctx.fpr[15] = std::bit_cast<float>(0x7FC00000u); else ctx.fpr[15] = fs * ft; }
aot_mem.aot_direct_store32(aot_gpr_28 + static_cast<std::uint32_t>(6056), std::bit_cast<std::uint32_t>(ctx.fpr[15]));
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(0)));
{ const bool branch_taken = 0u == 0u;
ctx.fpr[16] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(72)));
if (branch_taken) {
goto L_088DBEE4;
}
goto L_088DBECC;
}
L_088DBECC:
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(0)));
aot_gpr_4 = (0u | 2u);
{ const bool branch_taken = ctx.gpr[22] != aot_gpr_4;
ctx.fpr[16] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(72)));
if (branch_taken) {
goto L_088DBEE4;
}
goto L_088DBEDC;
}
L_088DBEDC:
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-23500)));
{ const float fs = aot_fpr_13; const float ft = aot_fpr_22; 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; }
goto L_088DBEE4;
L_088DBEE4:
{ const float fs = ctx.fpr[16]; 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_gpr_4 = (16416u << 16u);
ctx.fpr[17] = std::bit_cast<float>(aot_gpr_4);
{ const float fs = aot_fpr_13; const float ft = ctx.fpr[14]; 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; }
{ const float fs = aot_fpr_13; const float ft = ctx.fpr[15]; 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_13 / ctx.fpr[17];
{ const float fs = aot_fpr_12; const float ft = aot_fpr_13; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) aot_fpr_12 = std::bit_cast<float>(0x7FC00000u); else aot_fpr_12 = fs * ft; }
{ const float fs = aot_fpr_12; const float ft = ctx.fpr[24]; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) aot_fpr_12 = std::bit_cast<float>(0x7FC00000u); else aot_fpr_12 = fs * ft; }
{ const bool branch_taken = ctx.gpr[19] == 0u;
aot_mem.aot_direct_store32(aot_gpr_28 + static_cast<std::uint32_t>(-23476), std::bit_cast<std::uint32_t>(aot_fpr_12));
if (branch_taken) {
(void)([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0054_entry, 54u, 10u, 0x088DC094u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()); AOT_REGCACHE_SYNC_OUT(); return;
}
goto L_088DBF0C;
}
L_088DBF0C:
if (ctx.gpr[20] == 0u) {
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[18] + static_cast<std::uint32_t>(0)));
(void)([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0054_entry, 54u, 11u, 0x088DC098u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()); AOT_REGCACHE_SYNC_OUT(); return;
}
goto L_088DBF14;
L_088DBF14:
aot_gpr_4 = (15820u << 16u);
aot_fpr_12 = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[19] + static_cast<std::uint32_t>(0)));
aot_gpr_4 = (aot_gpr_4 | 52429u);
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(76)));
{ const bool branch_taken = ctx.gpr[21] != 0u;
ctx.fpr[14] = std::bit_cast<float>(aot_gpr_4);
if (branch_taken) {
goto L_088DBF64;
}
goto L_088DBF2C;
}
L_088DBF2C:
ctx.fpr[15] = std::bit_cast<float>(aot_mem.aot_direct_load32(ctx.gpr[17] + static_cast<std::uint32_t>(0)));
ctx.fpr[15] = std::bit_cast<float>(std::bit_cast<std::uint32_t>(ctx.fpr[15]) & 0x7FFFFFFFu);
ctx.fpr[16] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-23512)));
{ const float fs = ctx.fpr[16]; const float ft = ctx.fpr[15]; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) ctx.fpr[15] = std::bit_cast<float>(0x7FC00000u); else ctx.fpr[15] = fs * ft; }
{ const float fs = ctx.fpr[15]; const float ft = ctx.fpr[24]; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) ctx.fpr[15] = std::bit_cast<float>(0x7FC00000u); else ctx.fpr[15] = fs * ft; }
ctx.fpr[24] = ctx.fpr[15] / aot_fpr_13;
ctx.fpr[24] = aot_fpr_12 + ctx.fpr[24];
ctx.fcr31 = (ctx.fcr31 & ~0x00800000u) | (((aot_fpr_22 < ctx.fpr[24])) ? 0x00800000u : 0u);
if (((ctx.fcr31 & 0x00800000u) != 0u)) {
ctx.fpr[24] = std::bit_cast<float>(std::bit_cast<std::uint32_t>(aot_fpr_22));
goto L_088DBF58;
}
goto L_088DBF58;
L_088DBF58:
aot_mem.aot_direct_store32(ctx.gpr[19] + static_cast<std::uint32_t>(0), std::bit_cast<std::uint32_t>(ctx.fpr[24]));
{ const bool branch_taken = 0u == 0u;
aot_mem.aot_direct_store32(ctx.gpr[20] + static_cast<std::uint32_t>(0), std::bit_cast<std::uint32_t>(ctx.fpr[14]));
if (branch_taken) {
(void)([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0054_entry, 54u, 10u, 0x088DC094u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()); AOT_REGCACHE_SYNC_OUT(); return;
}
goto L_088DBF64;
}
L_088DBF64:
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[18] + static_cast<std::uint32_t>(0)));
ctx.fpr[16] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-23476)));
aot_gpr_5 = (aot_gpr_4 + aot_gpr_4);
aot_gpr_5 = (aot_gpr_4 + aot_gpr_5);
aot_gpr_5 = (aot_gpr_5 << 2u);
{ const bool branch_taken = aot_gpr_4 != 0u;
aot_gpr_5 = (aot_gpr_16 + aot_gpr_5);
if (branch_taken) {
goto L_088DBFC0;
}
goto L_088DBF80;
}
L_088DBF80:
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(94)));
ctx.fpr[15] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(80)));
aot_gpr_4 = (aot_gpr_4 << 24u);
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_4) >> 24u));
ctx.fpr[17] = std::bit_cast<float>(aot_gpr_4);
ctx.fpr[17] = static_cast<float>(static_cast<std::int32_t>(std::bit_cast<std::uint32_t>(ctx.fpr[17])));
ctx.fpr[15] = ctx.fpr[15] / ctx.fpr[17];
ctx.fpr[18] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-23516)));
ctx.fpr[19] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(8)));
ctx.fpr[18] = aot_fpr_22 - ctx.fpr[18];
{ const float fs = ctx.fpr[15]; const float ft = ctx.fpr[18]; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) ctx.fpr[15] = std::bit_cast<float>(0x7FC00000u); else ctx.fpr[15] = fs * ft; }
ctx.fpr[26] = ctx.fpr[15] - ctx.fpr[26];
ctx.fpr[15] = ctx.fpr[15] - ctx.fpr[19];
ctx.fpr[26] = ctx.fpr[26] / ctx.fpr[15];
{ const bool branch_taken = 0u == 0u;
aot_fpr_12 = ctx.fpr[26] - aot_fpr_12;
if (branch_taken) {
(void)([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0054_entry, 54u, 2u, 0x088DC018u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()); AOT_REGCACHE_SYNC_OUT(); return;
}
goto L_088DBFC0;
}
L_088DBFC0:
{ const bool branch_taken = aot_gpr_4 != ctx.gpr[23];
ctx.fpr[15] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(4)));
if (branch_taken) {
(void)([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0054_entry, 54u, 1u, 0x088DC004u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()); AOT_REGCACHE_SYNC_OUT(); return;
}
goto L_088DBFC8;
}
L_088DBFC8:
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(94)));
ctx.fpr[17] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(80)));
aot_gpr_4 = (aot_gpr_4 << 24u);
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_4) >> 24u));
ctx.fpr[18] = std::bit_cast<float>(aot_gpr_4);
ctx.fpr[18] = static_cast<float>(static_cast<std::int32_t>(std::bit_cast<std::uint32_t>(ctx.fpr[18])));
ctx.fpr[17] = ctx.fpr[17] / ctx.fpr[18];
ctx.fpr[19] = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_28 + static_cast<std::uint32_t>(-23516)));
ctx.fpr[19] = aot_fpr_22 - ctx.fpr[19];
{ const float fs = ctx.fpr[17]; const float ft = ctx.fpr[19]; if ((std::isinf(fs) && ft == 0.0f) || (std::isinf(ft) && fs == 0.0f)) ctx.fpr[17] = std::bit_cast<float>(0x7FC00000u); else ctx.fpr[17] = fs * ft; }
ctx.fpr[26] = ctx.fpr[26] + ctx.fpr[17];
ctx.fpr[15] = ctx.fpr[15] + ctx.fpr[17];
ctx.fpr[26] = ctx.fpr[26] / ctx.fpr[15];
{ const bool branch_taken = 0u == 0u;
aot_fpr_12 = ctx.fpr[26] - aot_fpr_12;
if (branch_taken) {
(void)([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0054_entry, 54u, 2u, 0x088DC018u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()); AOT_REGCACHE_SYNC_OUT(); return;
}
(void)([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0054_entry, 54u, 1u, 0x088DC004u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()); AOT_REGCACHE_SYNC_OUT(); return;
}
}
#undef AOT_REGCACHE_SYNC_IN
#undef AOT_REGCACHE_SYNC_OUT
void recomp_unit_0053(Runtime &rt, AllegrexContext &ctx) {
auto aot_mem = rt.memory().aot_fast_view();
recomp_unit_0053_entry(rt, ctx, 0u, aot_mem);
}
void register_generated_unit_53(Runtime &runtime) {
runtime.register_generated_unit(53u, 0x088D8000u, 16384u, &recomp_unit_0053, &recomp_unit_0053_entry);
// PSPRECOMP_V812_COMPACT_REGISTRATION: same entry set, looped once in Runtime instead of source-expanded calls.
runtime.register_generated_entry_mask(0x088D8004u, &recomp_unit_0053, "recomp_unit_0053",
kEntryMasks_recomp_unit_0053, 64u);
}
} // namespace psprecomp