mirror of
https://github.com/jessicanataliagta/PSPRecomp
synced 2026-09-26 16:49:34 -04:00
430e45bdb0
more updates
9742 lines
399 KiB
C++
9742 lines
399 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_0180[64] = {
|
|
0x9253486900008091ull, 0x14494A8084040554ull, 0xC0B4464064904910ull, 0x080100329148A452ull,
|
|
0xA0A9122911001080ull, 0x002A848800054528ull, 0x4D2A4548A20888A0ull, 0x48A4228102044152ull,
|
|
0x4911032280082192ull, 0x0000040292295491ull, 0x1AA5049488A64608ull, 0x944222124512094Aull,
|
|
0x4248248884002000ull, 0x8905449222110080ull, 0xD28AA5AC8041101Aull, 0x4440825112255244ull,
|
|
0x8040888421084440ull, 0x2D15115084024544ull, 0x0424888890095252ull, 0x4A92916226201222ull,
|
|
0x9485002124444480ull, 0x49448A894944A228ull, 0x88814A2000203689ull, 0x6954A4A454AA48A4ull,
|
|
0x06949222A4552A91ull, 0x0491115450150010ull, 0xC211250050004033ull, 0x0000040044924924ull,
|
|
0x8422810812400900ull, 0x0221510200444210ull, 0x2101952222AA0310ull, 0x804A929162262010ull,
|
|
0x8294A4A809222084ull, 0x48412A88A02A4924ull, 0x5041254D2A548525ull, 0x84D044A925349525ull,
|
|
0x090000AA248928AAull, 0x9462911141484641ull, 0x00200C911900A500ull, 0x5416142284508002ull,
|
|
0x3102281125222221ull, 0x4A84848482200040ull, 0x8200D6948AD2A005ull, 0x4440802410248004ull,
|
|
0x08A9041840884050ull, 0x4084D51010444080ull, 0x2400165248921018ull, 0x9109000880CA8222ull,
|
|
0x401A9492220A5522ull, 0x2220A91454884800ull, 0x021414420401A949ull, 0x801A949549102400ull,
|
|
0x81142AC149440000ull, 0x6850A4810A141542ull, 0x52A4D0A14901AAA9ull, 0xA54A848585124681ull,
|
|
0x0040040024895424ull, 0x021431250052A220ull, 0x2928144122215004ull, 0x5248404A88042912ull,
|
|
0x2289A289808542A9ull, 0x1244924510844209ull, 0x42144010018922A1ull, 0x4A10AAA525085555ull,
|
|
};
|
|
static constexpr std::uint16_t kEntryBases_recomp_unit_0180[64] = {
|
|
1u, 18u, 35u, 54u, 70u, 85u, 99u, 119u, 135u, 151u, 165u, 186u, 205u, 216u, 231u, 253u,
|
|
271u, 283u, 302u, 319u, 339u, 354u, 375u, 391u, 416u, 439u, 454u, 469u, 480u, 492u, 504u, 522u,
|
|
540u, 558u, 577u, 600u, 624u, 641u, 661u, 674u, 690u, 707u, 720u, 741u, 752u, 766u, 780u, 796u,
|
|
811u, 831u, 847u, 863u, 880u, 895u, 914u, 938u, 960u, 972u, 988u, 1004u, 1021u, 1042u, 1059u, 1074u,
|
|
};
|
|
void recomp_unit_0180_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,31,16,29,17 fprs=12,13,22,20 gpr_occ=4187 fpr_occ=38 gpr_total=6102 fpr_total=42
|
|
std::uint32_t aot_gpr_4 = ctx.gpr[4];
|
|
std::uint32_t aot_gpr_5 = ctx.gpr[5];
|
|
std::uint32_t aot_gpr_31 = ctx.gpr[31];
|
|
std::uint32_t aot_gpr_16 = ctx.gpr[16];
|
|
std::uint32_t aot_gpr_29 = ctx.gpr[29];
|
|
std::uint32_t aot_gpr_17 = ctx.gpr[17];
|
|
float aot_fpr_12 = ctx.fpr[12];
|
|
float aot_fpr_13 = ctx.fpr[13];
|
|
float aot_fpr_22 = ctx.fpr[22];
|
|
float aot_fpr_20 = ctx.fpr[20];
|
|
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[31] = aot_gpr_31; ctx.gpr[16] = aot_gpr_16; ctx.gpr[29] = aot_gpr_29; ctx.gpr[17] = aot_gpr_17; ctx.fpr[12] = aot_fpr_12; ctx.fpr[13] = aot_fpr_13; ctx.fpr[22] = aot_fpr_22; ctx.fpr[20] = aot_fpr_20; } } 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_31 = ctx.gpr[31]; aot_gpr_16 = ctx.gpr[16]; aot_gpr_29 = ctx.gpr[29]; aot_gpr_17 = ctx.gpr[17]; aot_fpr_12 = ctx.fpr[12]; aot_fpr_13 = ctx.fpr[13]; aot_fpr_22 = ctx.fpr[22]; aot_fpr_20 = ctx.fpr[20]; } } 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 - 0x08AD4004u;
|
|
entry_id = 0u;
|
|
if (entry_delta < 16380u && (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_0180[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_0180[entry_group] +
|
|
std::popcount(entry_mask & (entry_bit - 1ull)));
|
|
}
|
|
}
|
|
}
|
|
switch (entry_id) {
|
|
case 1u: goto L_08AD4004;
|
|
case 2u: goto L_08AD4014;
|
|
case 3u: goto L_08AD4020;
|
|
case 4u: goto L_08AD4040;
|
|
case 5u: goto L_08AD4084;
|
|
case 6u: goto L_08AD4090;
|
|
case 7u: goto L_08AD4098;
|
|
case 8u: goto L_08AD409C;
|
|
case 9u: goto L_08AD40B0;
|
|
case 10u: goto L_08AD40BC;
|
|
case 11u: goto L_08AD40C4;
|
|
case 12u: goto L_08AD40C8;
|
|
case 13u: goto L_08AD40D4;
|
|
case 14u: goto L_08AD40DC;
|
|
case 15u: goto L_08AD40E8;
|
|
case 16u: goto L_08AD40F4;
|
|
case 17u: goto L_08AD4100;
|
|
case 18u: goto L_08AD410C;
|
|
case 19u: goto L_08AD4114;
|
|
case 20u: goto L_08AD411C;
|
|
case 21u: goto L_08AD4124;
|
|
case 22u: goto L_08AD412C;
|
|
case 23u: goto L_08AD414C;
|
|
case 24u: goto L_08AD416C;
|
|
case 25u: goto L_08AD4180;
|
|
case 26u: goto L_08AD41A0;
|
|
case 27u: goto L_08AD41A8;
|
|
case 28u: goto L_08AD41B0;
|
|
case 29u: goto L_08AD41BC;
|
|
case 30u: goto L_08AD41C4;
|
|
case 31u: goto L_08AD41D0;
|
|
case 32u: goto L_08AD41DC;
|
|
case 33u: goto L_08AD41EC;
|
|
case 34u: goto L_08AD41F4;
|
|
case 35u: goto L_08AD4214;
|
|
case 36u: goto L_08AD4224;
|
|
case 37u: goto L_08AD4230;
|
|
case 38u: goto L_08AD423C;
|
|
case 39u: goto L_08AD4254;
|
|
case 40u: goto L_08AD4260;
|
|
case 41u: goto L_08AD426C;
|
|
case 42u: goto L_08AD4278;
|
|
case 43u: goto L_08AD427C;
|
|
case 44u: goto L_08AD429C;
|
|
case 45u: goto L_08AD42A8;
|
|
case 46u: goto L_08AD42AC;
|
|
case 47u: goto L_08AD42BC;
|
|
case 48u: goto L_08AD42CC;
|
|
case 49u: goto L_08AD42D4;
|
|
case 50u: goto L_08AD42D8;
|
|
case 51u: goto L_08AD42E0;
|
|
case 52u: goto L_08AD42FC;
|
|
case 53u: goto L_08AD4300;
|
|
case 54u: goto L_08AD4308;
|
|
case 55u: goto L_08AD4314;
|
|
case 56u: goto L_08AD431C;
|
|
case 57u: goto L_08AD432C;
|
|
case 58u: goto L_08AD4338;
|
|
case 59u: goto L_08AD4340;
|
|
case 60u: goto L_08AD4350;
|
|
case 61u: goto L_08AD435C;
|
|
case 62u: goto L_08AD4364;
|
|
case 63u: goto L_08AD4374;
|
|
case 64u: goto L_08AD4380;
|
|
case 65u: goto L_08AD4388;
|
|
case 66u: goto L_08AD4394;
|
|
case 67u: goto L_08AD4398;
|
|
case 68u: goto L_08AD43C4;
|
|
case 69u: goto L_08AD43F0;
|
|
case 70u: goto L_08AD4420;
|
|
case 71u: goto L_08AD4434;
|
|
case 72u: goto L_08AD4464;
|
|
case 73u: goto L_08AD4474;
|
|
case 74u: goto L_08AD4484;
|
|
case 75u: goto L_08AD4490;
|
|
case 76u: goto L_08AD4498;
|
|
case 77u: goto L_08AD44A8;
|
|
case 78u: goto L_08AD44B4;
|
|
case 79u: goto L_08AD44C4;
|
|
case 80u: goto L_08AD44D0;
|
|
case 81u: goto L_08AD44D8;
|
|
case 82u: goto L_08AD44E0;
|
|
case 83u: goto L_08AD44F8;
|
|
case 84u: goto L_08AD4500;
|
|
case 85u: goto L_08AD4510;
|
|
case 86u: goto L_08AD4518;
|
|
case 87u: goto L_08AD4524;
|
|
case 88u: goto L_08AD452C;
|
|
case 89u: goto L_08AD453C;
|
|
case 90u: goto L_08AD4544;
|
|
case 91u: goto L_08AD454C;
|
|
case 92u: goto L_08AD4590;
|
|
case 93u: goto L_08AD45A0;
|
|
case 94u: goto L_08AD45AC;
|
|
case 95u: goto L_08AD45C0;
|
|
case 96u: goto L_08AD45C8;
|
|
case 97u: goto L_08AD45D0;
|
|
case 98u: goto L_08AD45D8;
|
|
case 99u: goto L_08AD4618;
|
|
case 100u: goto L_08AD4620;
|
|
case 101u: goto L_08AD4630;
|
|
case 102u: goto L_08AD4640;
|
|
case 103u: goto L_08AD4650;
|
|
case 104u: goto L_08AD4668;
|
|
case 105u: goto L_08AD4678;
|
|
case 106u: goto L_08AD4680;
|
|
case 107u: goto L_08AD4690;
|
|
case 108u: goto L_08AD469C;
|
|
case 109u: goto L_08AD46A4;
|
|
case 110u: goto L_08AD46AC;
|
|
case 111u: goto L_08AD46BC;
|
|
case 112u: goto L_08AD46C8;
|
|
case 113u: goto L_08AD46D0;
|
|
case 114u: goto L_08AD46D8;
|
|
case 115u: goto L_08AD46E4;
|
|
case 116u: goto L_08AD46EC;
|
|
case 117u: goto L_08AD46F0;
|
|
case 118u: goto L_08AD46FC;
|
|
case 119u: goto L_08AD4708;
|
|
case 120u: goto L_08AD4714;
|
|
case 121u: goto L_08AD471C;
|
|
case 122u: goto L_08AD4724;
|
|
case 123u: goto L_08AD473C;
|
|
case 124u: goto L_08AD474C;
|
|
case 125u: goto L_08AD4768;
|
|
case 126u: goto L_08AD4784;
|
|
case 127u: goto L_08AD47A0;
|
|
case 128u: goto L_08AD47A8;
|
|
case 129u: goto L_08AD47B8;
|
|
case 130u: goto L_08AD47CC;
|
|
case 131u: goto L_08AD47D8;
|
|
case 132u: goto L_08AD47E0;
|
|
case 133u: goto L_08AD47F0;
|
|
case 134u: goto L_08AD47FC;
|
|
case 135u: goto L_08AD4808;
|
|
case 136u: goto L_08AD4814;
|
|
case 137u: goto L_08AD4820;
|
|
case 138u: goto L_08AD4824;
|
|
case 139u: goto L_08AD4838;
|
|
case 140u: goto L_08AD4850;
|
|
case 141u: goto L_08AD4880;
|
|
case 142u: goto L_08AD4888;
|
|
case 143u: goto L_08AD4898;
|
|
case 144u: goto L_08AD48A4;
|
|
case 145u: goto L_08AD48A8;
|
|
case 146u: goto L_08AD48C4;
|
|
case 147u: goto L_08AD48D4;
|
|
case 148u: goto L_08AD48E4;
|
|
case 149u: goto L_08AD48F0;
|
|
case 150u: goto L_08AD48FC;
|
|
case 151u: goto L_08AD4904;
|
|
case 152u: goto L_08AD4914;
|
|
case 153u: goto L_08AD4920;
|
|
case 154u: goto L_08AD492C;
|
|
case 155u: goto L_08AD4934;
|
|
case 156u: goto L_08AD493C;
|
|
case 157u: goto L_08AD4944;
|
|
case 158u: goto L_08AD4950;
|
|
case 159u: goto L_08AD4958;
|
|
case 160u: goto L_08AD4968;
|
|
case 161u: goto L_08AD4974;
|
|
case 162u: goto L_08AD4980;
|
|
case 163u: goto L_08AD4988;
|
|
case 164u: goto L_08AD49AC;
|
|
case 165u: goto L_08AD4A10;
|
|
case 166u: goto L_08AD4A28;
|
|
case 167u: goto L_08AD4A2C;
|
|
case 168u: goto L_08AD4A3C;
|
|
case 169u: goto L_08AD4A48;
|
|
case 170u: goto L_08AD4A4C;
|
|
case 171u: goto L_08AD4A58;
|
|
case 172u: goto L_08AD4A60;
|
|
case 173u: goto L_08AD4A70;
|
|
case 174u: goto L_08AD4A80;
|
|
case 175u: goto L_08AD4A8C;
|
|
case 176u: goto L_08AD4A94;
|
|
case 177u: goto L_08AD4AA0;
|
|
case 178u: goto L_08AD4AAC;
|
|
case 179u: goto L_08AD4AC4;
|
|
case 180u: goto L_08AD4ACC;
|
|
case 181u: goto L_08AD4AD8;
|
|
case 182u: goto L_08AD4AE0;
|
|
case 183u: goto L_08AD4AE8;
|
|
case 184u: goto L_08AD4AF0;
|
|
case 185u: goto L_08AD4AF4;
|
|
case 186u: goto L_08AD4B08;
|
|
case 187u: goto L_08AD4B10;
|
|
case 188u: goto L_08AD4B1C;
|
|
case 189u: goto L_08AD4B24;
|
|
case 190u: goto L_08AD4B30;
|
|
case 191u: goto L_08AD4B48;
|
|
case 192u: goto L_08AD4B54;
|
|
case 193u: goto L_08AD4B64;
|
|
case 194u: goto L_08AD4B6C;
|
|
case 195u: goto L_08AD4B7C;
|
|
case 196u: goto L_08AD4B88;
|
|
case 197u: goto L_08AD4B94;
|
|
case 198u: goto L_08AD4BA8;
|
|
case 199u: goto L_08AD4BB8;
|
|
case 200u: goto L_08AD4BC8;
|
|
case 201u: goto L_08AD4BDC;
|
|
case 202u: goto L_08AD4BEC;
|
|
case 203u: goto L_08AD4BF4;
|
|
case 204u: goto L_08AD4C00;
|
|
case 205u: goto L_08AD4C38;
|
|
case 206u: goto L_08AD4C6C;
|
|
case 207u: goto L_08AD4C80;
|
|
case 208u: goto L_08AD4C90;
|
|
case 209u: goto L_08AD4CA0;
|
|
case 210u: goto L_08AD4CAC;
|
|
case 211u: goto L_08AD4CB8;
|
|
case 212u: goto L_08AD4CD0;
|
|
case 213u: goto L_08AD4CDC;
|
|
case 214u: goto L_08AD4CE8;
|
|
case 215u: goto L_08AD4CFC;
|
|
case 216u: goto L_08AD4D20;
|
|
case 217u: goto L_08AD4D44;
|
|
case 218u: goto L_08AD4D54;
|
|
case 219u: goto L_08AD4D68;
|
|
case 220u: goto L_08AD4D78;
|
|
case 221u: goto L_08AD4D88;
|
|
case 222u: goto L_08AD4D94;
|
|
case 223u: goto L_08AD4DA0;
|
|
case 224u: goto L_08AD4DAC;
|
|
case 225u: goto L_08AD4DBC;
|
|
case 226u: goto L_08AD4DC4;
|
|
case 227u: goto L_08AD4DCC;
|
|
case 228u: goto L_08AD4DE4;
|
|
case 229u: goto L_08AD4DF0;
|
|
case 230u: goto L_08AD4E00;
|
|
case 231u: goto L_08AD4E08;
|
|
case 232u: goto L_08AD4E10;
|
|
case 233u: goto L_08AD4E14;
|
|
case 234u: goto L_08AD4E34;
|
|
case 235u: goto L_08AD4E44;
|
|
case 236u: goto L_08AD4E5C;
|
|
case 237u: goto L_08AD4E80;
|
|
case 238u: goto L_08AD4E8C;
|
|
case 239u: goto L_08AD4E90;
|
|
case 240u: goto L_08AD4E98;
|
|
case 241u: goto L_08AD4EA0;
|
|
case 242u: goto L_08AD4EA4;
|
|
case 243u: goto L_08AD4EAC;
|
|
case 244u: goto L_08AD4EB8;
|
|
case 245u: goto L_08AD4EC0;
|
|
case 246u: goto L_08AD4EC8;
|
|
case 247u: goto L_08AD4ED0;
|
|
case 248u: goto L_08AD4EE0;
|
|
case 249u: goto L_08AD4EE8;
|
|
case 250u: goto L_08AD4EF4;
|
|
case 251u: goto L_08AD4EFC;
|
|
case 252u: goto L_08AD4F00;
|
|
case 253u: goto L_08AD4F0C;
|
|
case 254u: goto L_08AD4F1C;
|
|
case 255u: goto L_08AD4F28;
|
|
case 256u: goto L_08AD4F34;
|
|
case 257u: goto L_08AD4F3C;
|
|
case 258u: goto L_08AD4F44;
|
|
case 259u: goto L_08AD4F4C;
|
|
case 260u: goto L_08AD4F58;
|
|
case 261u: goto L_08AD4F68;
|
|
case 262u: goto L_08AD4F74;
|
|
case 263u: goto L_08AD4F84;
|
|
case 264u: goto L_08AD4F94;
|
|
case 265u: goto L_08AD4F9C;
|
|
case 266u: goto L_08AD4FA8;
|
|
case 267u: goto L_08AD4FC0;
|
|
case 268u: goto L_08AD4FDC;
|
|
case 269u: goto L_08AD4FEC;
|
|
case 270u: goto L_08AD4FFC;
|
|
case 271u: goto L_08AD501C;
|
|
case 272u: goto L_08AD502C;
|
|
case 273u: goto L_08AD503C;
|
|
case 274u: goto L_08AD5050;
|
|
case 275u: goto L_08AD5064;
|
|
case 276u: goto L_08AD5078;
|
|
case 277u: goto L_08AD508C;
|
|
case 278u: goto L_08AD50A0;
|
|
case 279u: goto L_08AD50B0;
|
|
case 280u: goto L_08AD50C0;
|
|
case 281u: goto L_08AD50DC;
|
|
case 282u: goto L_08AD5100;
|
|
case 283u: goto L_08AD510C;
|
|
case 284u: goto L_08AD511C;
|
|
case 285u: goto L_08AD5124;
|
|
case 286u: goto L_08AD512C;
|
|
case 287u: goto L_08AD513C;
|
|
case 288u: goto L_08AD5148;
|
|
case 289u: goto L_08AD516C;
|
|
case 290u: goto L_08AD5180;
|
|
case 291u: goto L_08AD5194;
|
|
case 292u: goto L_08AD519C;
|
|
case 293u: goto L_08AD51A4;
|
|
case 294u: goto L_08AD51B4;
|
|
case 295u: goto L_08AD51C4;
|
|
case 296u: goto L_08AD51CC;
|
|
case 297u: goto L_08AD51D4;
|
|
case 298u: goto L_08AD51E4;
|
|
case 299u: goto L_08AD51EC;
|
|
case 300u: goto L_08AD51F0;
|
|
case 301u: goto L_08AD51F8;
|
|
case 302u: goto L_08AD5208;
|
|
case 303u: goto L_08AD5214;
|
|
case 304u: goto L_08AD521C;
|
|
case 305u: goto L_08AD5228;
|
|
case 306u: goto L_08AD5234;
|
|
case 307u: goto L_08AD523C;
|
|
case 308u: goto L_08AD5244;
|
|
case 309u: goto L_08AD5250;
|
|
case 310u: goto L_08AD5274;
|
|
case 311u: goto L_08AD5280;
|
|
case 312u: goto L_08AD5290;
|
|
case 313u: goto L_08AD52A0;
|
|
case 314u: goto L_08AD52B0;
|
|
case 315u: goto L_08AD52C0;
|
|
case 316u: goto L_08AD52CC;
|
|
case 317u: goto L_08AD52D8;
|
|
case 318u: goto L_08AD52EC;
|
|
case 319u: goto L_08AD5308;
|
|
case 320u: goto L_08AD5318;
|
|
case 321u: goto L_08AD5328;
|
|
case 322u: goto L_08AD5334;
|
|
case 323u: goto L_08AD5358;
|
|
case 324u: goto L_08AD5368;
|
|
case 325u: goto L_08AD536C;
|
|
case 326u: goto L_08AD5378;
|
|
case 327u: goto L_08AD5388;
|
|
case 328u: goto L_08AD5398;
|
|
case 329u: goto L_08AD539C;
|
|
case 330u: goto L_08AD53A4;
|
|
case 331u: goto L_08AD53B4;
|
|
case 332u: goto L_08AD53C0;
|
|
case 333u: goto L_08AD53C8;
|
|
case 334u: goto L_08AD53D4;
|
|
case 335u: goto L_08AD53E0;
|
|
case 336u: goto L_08AD53E8;
|
|
case 337u: goto L_08AD53F0;
|
|
case 338u: goto L_08AD53FC;
|
|
case 339u: goto L_08AD5420;
|
|
case 340u: goto L_08AD542C;
|
|
case 341u: goto L_08AD543C;
|
|
case 342u: goto L_08AD544C;
|
|
case 343u: goto L_08AD545C;
|
|
case 344u: goto L_08AD546C;
|
|
case 345u: goto L_08AD5478;
|
|
case 346u: goto L_08AD5484;
|
|
case 347u: goto L_08AD5498;
|
|
case 348u: goto L_08AD54C4;
|
|
case 349u: goto L_08AD54CC;
|
|
case 350u: goto L_08AD54E0;
|
|
case 351u: goto L_08AD54EC;
|
|
case 352u: goto L_08AD54F4;
|
|
case 353u: goto L_08AD5500;
|
|
case 354u: goto L_08AD5510;
|
|
case 355u: goto L_08AD5518;
|
|
case 356u: goto L_08AD5528;
|
|
case 357u: goto L_08AD5538;
|
|
case 358u: goto L_08AD5540;
|
|
case 359u: goto L_08AD554C;
|
|
case 360u: goto L_08AD555C;
|
|
case 361u: goto L_08AD5564;
|
|
case 362u: goto L_08AD5570;
|
|
case 363u: goto L_08AD557C;
|
|
case 364u: goto L_08AD5584;
|
|
case 365u: goto L_08AD5590;
|
|
case 366u: goto L_08AD55A0;
|
|
case 367u: goto L_08AD55A8;
|
|
case 368u: goto L_08AD55B0;
|
|
case 369u: goto L_08AD55C0;
|
|
case 370u: goto L_08AD55CC;
|
|
case 371u: goto L_08AD55DC;
|
|
case 372u: goto L_08AD55E4;
|
|
case 373u: goto L_08AD55F0;
|
|
case 374u: goto L_08AD55FC;
|
|
case 375u: goto L_08AD5604;
|
|
case 376u: goto L_08AD5610;
|
|
case 377u: goto L_08AD5620;
|
|
case 378u: goto L_08AD5628;
|
|
case 379u: goto L_08AD562C;
|
|
case 380u: goto L_08AD5634;
|
|
case 381u: goto L_08AD5638;
|
|
case 382u: goto L_08AD5658;
|
|
case 383u: goto L_08AD5698;
|
|
case 384u: goto L_08AD56A8;
|
|
case 385u: goto L_08AD56B0;
|
|
case 386u: goto L_08AD56BC;
|
|
case 387u: goto L_08AD56C4;
|
|
case 388u: goto L_08AD56E0;
|
|
case 389u: goto L_08AD56F0;
|
|
case 390u: goto L_08AD5700;
|
|
case 391u: goto L_08AD570C;
|
|
case 392u: goto L_08AD5718;
|
|
case 393u: goto L_08AD5720;
|
|
case 394u: goto L_08AD5730;
|
|
case 395u: goto L_08AD573C;
|
|
case 396u: goto L_08AD5748;
|
|
case 397u: goto L_08AD5750;
|
|
case 398u: goto L_08AD5758;
|
|
case 399u: goto L_08AD5760;
|
|
case 400u: goto L_08AD576C;
|
|
case 401u: goto L_08AD5774;
|
|
case 402u: goto L_08AD577C;
|
|
case 403u: goto L_08AD578C;
|
|
case 404u: goto L_08AD5798;
|
|
case 405u: goto L_08AD57A0;
|
|
case 406u: goto L_08AD57AC;
|
|
case 407u: goto L_08AD57B8;
|
|
case 408u: goto L_08AD57C0;
|
|
case 409u: goto L_08AD57CC;
|
|
case 410u: goto L_08AD57D4;
|
|
case 411u: goto L_08AD57DC;
|
|
case 412u: goto L_08AD57E4;
|
|
case 413u: goto L_08AD57F0;
|
|
case 414u: goto L_08AD57F8;
|
|
case 415u: goto L_08AD57FC;
|
|
case 416u: goto L_08AD5804;
|
|
case 417u: goto L_08AD5814;
|
|
case 418u: goto L_08AD5820;
|
|
case 419u: goto L_08AD5828;
|
|
case 420u: goto L_08AD5830;
|
|
case 421u: goto L_08AD5838;
|
|
case 422u: goto L_08AD5844;
|
|
case 423u: goto L_08AD584C;
|
|
case 424u: goto L_08AD5854;
|
|
case 425u: goto L_08AD585C;
|
|
case 426u: goto L_08AD586C;
|
|
case 427u: goto L_08AD5878;
|
|
case 428u: goto L_08AD5880;
|
|
case 429u: goto L_08AD5888;
|
|
case 430u: goto L_08AD5898;
|
|
case 431u: goto L_08AD58A8;
|
|
case 432u: goto L_08AD58B4;
|
|
case 433u: goto L_08AD58C0;
|
|
case 434u: goto L_08AD58CC;
|
|
case 435u: goto L_08AD58D4;
|
|
case 436u: goto L_08AD58E0;
|
|
case 437u: goto L_08AD58E8;
|
|
case 438u: goto L_08AD58EC;
|
|
case 439u: goto L_08AD5914;
|
|
case 440u: goto L_08AD5944;
|
|
case 441u: goto L_08AD594C;
|
|
case 442u: goto L_08AD5954;
|
|
case 443u: goto L_08AD5974;
|
|
case 444u: goto L_08AD597C;
|
|
case 445u: goto L_08AD598C;
|
|
case 446u: goto L_08AD5994;
|
|
case 447u: goto L_08AD599C;
|
|
case 448u: goto L_08AD59A4;
|
|
case 449u: goto L_08AD59B4;
|
|
case 450u: goto L_08AD59C4;
|
|
case 451u: goto L_08AD59D4;
|
|
case 452u: goto L_08AD59E0;
|
|
case 453u: goto L_08AD59EC;
|
|
case 454u: goto L_08AD5A04;
|
|
case 455u: goto L_08AD5A08;
|
|
case 456u: goto L_08AD5A14;
|
|
case 457u: goto L_08AD5A18;
|
|
case 458u: goto L_08AD5A3C;
|
|
case 459u: goto L_08AD5A74;
|
|
case 460u: goto L_08AD5A7C;
|
|
case 461u: goto L_08AD5AA4;
|
|
case 462u: goto L_08AD5AAC;
|
|
case 463u: goto L_08AD5AB8;
|
|
case 464u: goto L_08AD5AC4;
|
|
case 465u: goto L_08AD5AD4;
|
|
case 466u: goto L_08AD5AE8;
|
|
case 467u: goto L_08AD5AFC;
|
|
case 468u: goto L_08AD5B00;
|
|
case 469u: goto L_08AD5B0C;
|
|
case 470u: goto L_08AD5B18;
|
|
case 471u: goto L_08AD5B24;
|
|
case 472u: goto L_08AD5B30;
|
|
case 473u: goto L_08AD5B3C;
|
|
case 474u: goto L_08AD5B48;
|
|
case 475u: goto L_08AD5B54;
|
|
case 476u: goto L_08AD5B60;
|
|
case 477u: goto L_08AD5B6C;
|
|
case 478u: goto L_08AD5B7C;
|
|
case 479u: goto L_08AD5BAC;
|
|
case 480u: goto L_08AD5C24;
|
|
case 481u: goto L_08AD5C30;
|
|
case 482u: goto L_08AD5C5C;
|
|
case 483u: goto L_08AD5C68;
|
|
case 484u: goto L_08AD5C74;
|
|
case 485u: goto L_08AD5C90;
|
|
case 486u: goto L_08AD5CA4;
|
|
case 487u: goto L_08AD5CC0;
|
|
case 488u: goto L_08AD5CC8;
|
|
case 489u: goto L_08AD5CD8;
|
|
case 490u: goto L_08AD5CEC;
|
|
case 491u: goto L_08AD5D00;
|
|
case 492u: goto L_08AD5D14;
|
|
case 493u: goto L_08AD5D28;
|
|
case 494u: goto L_08AD5D3C;
|
|
case 495u: goto L_08AD5D4C;
|
|
case 496u: goto L_08AD5D5C;
|
|
case 497u: goto L_08AD5D88;
|
|
case 498u: goto L_08AD5DA4;
|
|
case 499u: goto L_08AD5DB4;
|
|
case 500u: goto L_08AD5DBC;
|
|
case 501u: goto L_08AD5DC4;
|
|
case 502u: goto L_08AD5DD8;
|
|
case 503u: goto L_08AD5DE8;
|
|
case 504u: goto L_08AD5E14;
|
|
case 505u: goto L_08AD5E24;
|
|
case 506u: goto L_08AD5E28;
|
|
case 507u: goto L_08AD5E48;
|
|
case 508u: goto L_08AD5E50;
|
|
case 509u: goto L_08AD5E58;
|
|
case 510u: goto L_08AD5E60;
|
|
case 511u: goto L_08AD5E68;
|
|
case 512u: goto L_08AD5E78;
|
|
case 513u: goto L_08AD5E88;
|
|
case 514u: goto L_08AD5E98;
|
|
case 515u: goto L_08AD5EA4;
|
|
case 516u: goto L_08AD5EAC;
|
|
case 517u: goto L_08AD5EB4;
|
|
case 518u: goto L_08AD5EC0;
|
|
case 519u: goto L_08AD5EC4;
|
|
case 520u: goto L_08AD5EE4;
|
|
case 521u: goto L_08AD5EF8;
|
|
case 522u: goto L_08AD5F14;
|
|
case 523u: goto L_08AD5F38;
|
|
case 524u: goto L_08AD5F48;
|
|
case 525u: goto L_08AD5F4C;
|
|
case 526u: goto L_08AD5F58;
|
|
case 527u: goto L_08AD5F68;
|
|
case 528u: goto L_08AD5F78;
|
|
case 529u: goto L_08AD5F7C;
|
|
case 530u: goto L_08AD5F84;
|
|
case 531u: goto L_08AD5F94;
|
|
case 532u: goto L_08AD5FA0;
|
|
case 533u: goto L_08AD5FA8;
|
|
case 534u: goto L_08AD5FB4;
|
|
case 535u: goto L_08AD5FC0;
|
|
case 536u: goto L_08AD5FC8;
|
|
case 537u: goto L_08AD5FD0;
|
|
case 538u: goto L_08AD5FDC;
|
|
case 539u: goto L_08AD6000;
|
|
case 540u: goto L_08AD600C;
|
|
case 541u: goto L_08AD6020;
|
|
case 542u: goto L_08AD6038;
|
|
case 543u: goto L_08AD6048;
|
|
case 544u: goto L_08AD6058;
|
|
case 545u: goto L_08AD6064;
|
|
case 546u: goto L_08AD6070;
|
|
case 547u: goto L_08AD6090;
|
|
case 548u: goto L_08AD6098;
|
|
case 549u: goto L_08AD60A0;
|
|
case 550u: goto L_08AD60AC;
|
|
case 551u: goto L_08AD60B8;
|
|
case 552u: goto L_08AD60C0;
|
|
case 553u: goto L_08AD60CC;
|
|
case 554u: goto L_08AD60D4;
|
|
case 555u: goto L_08AD60E0;
|
|
case 556u: goto L_08AD60E8;
|
|
case 557u: goto L_08AD6100;
|
|
case 558u: goto L_08AD610C;
|
|
case 559u: goto L_08AD6118;
|
|
case 560u: goto L_08AD6124;
|
|
case 561u: goto L_08AD6130;
|
|
case 562u: goto L_08AD613C;
|
|
case 563u: goto L_08AD6148;
|
|
case 564u: goto L_08AD6150;
|
|
case 565u: goto L_08AD6158;
|
|
case 566u: goto L_08AD6178;
|
|
case 567u: goto L_08AD6180;
|
|
case 568u: goto L_08AD6190;
|
|
case 569u: goto L_08AD61A0;
|
|
case 570u: goto L_08AD61A8;
|
|
case 571u: goto L_08AD61B0;
|
|
case 572u: goto L_08AD61B8;
|
|
case 573u: goto L_08AD61C4;
|
|
case 574u: goto L_08AD61DC;
|
|
case 575u: goto L_08AD61F0;
|
|
case 576u: goto L_08AD61FC;
|
|
case 577u: goto L_08AD6204;
|
|
case 578u: goto L_08AD620C;
|
|
case 579u: goto L_08AD6218;
|
|
case 580u: goto L_08AD6224;
|
|
case 581u: goto L_08AD622C;
|
|
case 582u: goto L_08AD6240;
|
|
case 583u: goto L_08AD624C;
|
|
case 584u: goto L_08AD6254;
|
|
case 585u: goto L_08AD625C;
|
|
case 586u: goto L_08AD6268;
|
|
case 587u: goto L_08AD6270;
|
|
case 588u: goto L_08AD6278;
|
|
case 589u: goto L_08AD6284;
|
|
case 590u: goto L_08AD628C;
|
|
case 591u: goto L_08AD6290;
|
|
case 592u: goto L_08AD629C;
|
|
case 593u: goto L_08AD62A4;
|
|
case 594u: goto L_08AD62AC;
|
|
case 595u: goto L_08AD62B8;
|
|
case 596u: goto L_08AD62C4;
|
|
case 597u: goto L_08AD62DC;
|
|
case 598u: goto L_08AD62F4;
|
|
case 599u: goto L_08AD62FC;
|
|
case 600u: goto L_08AD6304;
|
|
case 601u: goto L_08AD630C;
|
|
case 602u: goto L_08AD6318;
|
|
case 603u: goto L_08AD6324;
|
|
case 604u: goto L_08AD632C;
|
|
case 605u: goto L_08AD6334;
|
|
case 606u: goto L_08AD6340;
|
|
case 607u: goto L_08AD634C;
|
|
case 608u: goto L_08AD6354;
|
|
case 609u: goto L_08AD6358;
|
|
case 610u: goto L_08AD6364;
|
|
case 611u: goto L_08AD636C;
|
|
case 612u: goto L_08AD6378;
|
|
case 613u: goto L_08AD6384;
|
|
case 614u: goto L_08AD6390;
|
|
case 615u: goto L_08AD6398;
|
|
case 616u: goto L_08AD63A0;
|
|
case 617u: goto L_08AD63AC;
|
|
case 618u: goto L_08AD63BC;
|
|
case 619u: goto L_08AD63D4;
|
|
case 620u: goto L_08AD63DC;
|
|
case 621u: goto L_08AD63E0;
|
|
case 622u: goto L_08AD63EC;
|
|
case 623u: goto L_08AD6400;
|
|
case 624u: goto L_08AD6408;
|
|
case 625u: goto L_08AD6410;
|
|
case 626u: goto L_08AD6418;
|
|
case 627u: goto L_08AD6420;
|
|
case 628u: goto L_08AD6430;
|
|
case 629u: goto L_08AD6438;
|
|
case 630u: goto L_08AD6444;
|
|
case 631u: goto L_08AD6450;
|
|
case 632u: goto L_08AD6460;
|
|
case 633u: goto L_08AD646C;
|
|
case 634u: goto L_08AD6478;
|
|
case 635u: goto L_08AD6488;
|
|
case 636u: goto L_08AD6490;
|
|
case 637u: goto L_08AD6498;
|
|
case 638u: goto L_08AD64A0;
|
|
case 639u: goto L_08AD64E4;
|
|
case 640u: goto L_08AD64F0;
|
|
case 641u: goto L_08AD6504;
|
|
case 642u: goto L_08AD651C;
|
|
case 643u: goto L_08AD6528;
|
|
case 644u: goto L_08AD652C;
|
|
case 645u: goto L_08AD653C;
|
|
case 646u: goto L_08AD6550;
|
|
case 647u: goto L_08AD655C;
|
|
case 648u: goto L_08AD6564;
|
|
case 649u: goto L_08AD657C;
|
|
case 650u: goto L_08AD6584;
|
|
case 651u: goto L_08AD6594;
|
|
case 652u: goto L_08AD65A4;
|
|
case 653u: goto L_08AD65B4;
|
|
case 654u: goto L_08AD65C0;
|
|
case 655u: goto L_08AD65C8;
|
|
case 656u: goto L_08AD65D8;
|
|
case 657u: goto L_08AD65DC;
|
|
case 658u: goto L_08AD65EC;
|
|
case 659u: goto L_08AD65F4;
|
|
case 660u: goto L_08AD6600;
|
|
case 661u: goto L_08AD6624;
|
|
case 662u: goto L_08AD662C;
|
|
case 663u: goto L_08AD6638;
|
|
case 664u: goto L_08AD6640;
|
|
case 665u: goto L_08AD6664;
|
|
case 666u: goto L_08AD6670;
|
|
case 667u: goto L_08AD6674;
|
|
case 668u: goto L_08AD6684;
|
|
case 669u: goto L_08AD6694;
|
|
case 670u: goto L_08AD66A0;
|
|
case 671u: goto L_08AD66AC;
|
|
case 672u: goto L_08AD66B0;
|
|
case 673u: goto L_08AD66D8;
|
|
case 674u: goto L_08AD6708;
|
|
case 675u: goto L_08AD6740;
|
|
case 676u: goto L_08AD6754;
|
|
case 677u: goto L_08AD675C;
|
|
case 678u: goto L_08AD676C;
|
|
case 679u: goto L_08AD6780;
|
|
case 680u: goto L_08AD6788;
|
|
case 681u: goto L_08AD6798;
|
|
case 682u: goto L_08AD67AC;
|
|
case 683u: goto L_08AD67B4;
|
|
case 684u: goto L_08AD67C8;
|
|
case 685u: goto L_08AD67CC;
|
|
case 686u: goto L_08AD67D4;
|
|
case 687u: goto L_08AD67EC;
|
|
case 688u: goto L_08AD67F4;
|
|
case 689u: goto L_08AD67FC;
|
|
case 690u: goto L_08AD6804;
|
|
case 691u: goto L_08AD6818;
|
|
case 692u: goto L_08AD6828;
|
|
case 693u: goto L_08AD6838;
|
|
case 694u: goto L_08AD6848;
|
|
case 695u: goto L_08AD6858;
|
|
case 696u: goto L_08AD6864;
|
|
case 697u: goto L_08AD686C;
|
|
case 698u: goto L_08AD6878;
|
|
case 699u: goto L_08AD6884;
|
|
case 700u: goto L_08AD6894;
|
|
case 701u: goto L_08AD68B0;
|
|
case 702u: goto L_08AD68B8;
|
|
case 703u: goto L_08AD68C8;
|
|
case 704u: goto L_08AD68E4;
|
|
case 705u: goto L_08AD68F4;
|
|
case 706u: goto L_08AD68F8;
|
|
case 707u: goto L_08AD691C;
|
|
case 708u: goto L_08AD6958;
|
|
case 709u: goto L_08AD6968;
|
|
case 710u: goto L_08AD6980;
|
|
case 711u: goto L_08AD698C;
|
|
case 712u: goto L_08AD69A0;
|
|
case 713u: goto L_08AD69AC;
|
|
case 714u: goto L_08AD69C0;
|
|
case 715u: goto L_08AD69CC;
|
|
case 716u: goto L_08AD69E0;
|
|
case 717u: goto L_08AD69E8;
|
|
case 718u: goto L_08AD69F0;
|
|
case 719u: goto L_08AD69FC;
|
|
case 720u: goto L_08AD6A04;
|
|
case 721u: goto L_08AD6A0C;
|
|
case 722u: goto L_08AD6A38;
|
|
case 723u: goto L_08AD6A40;
|
|
case 724u: goto L_08AD6A48;
|
|
case 725u: goto L_08AD6A54;
|
|
case 726u: goto L_08AD6A5C;
|
|
case 727u: goto L_08AD6A60;
|
|
case 728u: goto L_08AD6A68;
|
|
case 729u: goto L_08AD6A70;
|
|
case 730u: goto L_08AD6A80;
|
|
case 731u: goto L_08AD6A8C;
|
|
case 732u: goto L_08AD6A94;
|
|
case 733u: goto L_08AD6AA0;
|
|
case 734u: goto L_08AD6AA8;
|
|
case 735u: goto L_08AD6AAC;
|
|
case 736u: goto L_08AD6AB4;
|
|
case 737u: goto L_08AD6ABC;
|
|
case 738u: goto L_08AD6AC0;
|
|
case 739u: goto L_08AD6AE8;
|
|
case 740u: goto L_08AD6B00;
|
|
case 741u: goto L_08AD6B0C;
|
|
case 742u: goto L_08AD6B40;
|
|
case 743u: goto L_08AD6B4C;
|
|
case 744u: goto L_08AD6B58;
|
|
case 745u: goto L_08AD6B74;
|
|
case 746u: goto L_08AD6B8C;
|
|
case 747u: goto L_08AD6B98;
|
|
case 748u: goto L_08AD6BC0;
|
|
case 749u: goto L_08AD6BDC;
|
|
case 750u: goto L_08AD6BEC;
|
|
case 751u: goto L_08AD6BFC;
|
|
case 752u: goto L_08AD6C14;
|
|
case 753u: goto L_08AD6C1C;
|
|
case 754u: goto L_08AD6C3C;
|
|
case 755u: goto L_08AD6C50;
|
|
case 756u: goto L_08AD6C60;
|
|
case 757u: goto L_08AD6C7C;
|
|
case 758u: goto L_08AD6C90;
|
|
case 759u: goto L_08AD6C94;
|
|
case 760u: goto L_08AD6CAC;
|
|
case 761u: goto L_08AD6CC4;
|
|
case 762u: goto L_08AD6CD0;
|
|
case 763u: goto L_08AD6CD8;
|
|
case 764u: goto L_08AD6CE0;
|
|
case 765u: goto L_08AD6CF0;
|
|
case 766u: goto L_08AD6D20;
|
|
case 767u: goto L_08AD6D3C;
|
|
case 768u: goto L_08AD6D4C;
|
|
case 769u: goto L_08AD6D5C;
|
|
case 770u: goto L_08AD6D74;
|
|
case 771u: goto L_08AD6D94;
|
|
case 772u: goto L_08AD6DA4;
|
|
case 773u: goto L_08AD6DAC;
|
|
case 774u: goto L_08AD6DB4;
|
|
case 775u: goto L_08AD6DBC;
|
|
case 776u: goto L_08AD6DC0;
|
|
case 777u: goto L_08AD6DCC;
|
|
case 778u: goto L_08AD6DE0;
|
|
case 779u: goto L_08AD6DFC;
|
|
case 780u: goto L_08AD6E10;
|
|
case 781u: goto L_08AD6E14;
|
|
case 782u: goto L_08AD6E34;
|
|
case 783u: goto L_08AD6E48;
|
|
case 784u: goto L_08AD6E54;
|
|
case 785u: goto L_08AD6E60;
|
|
case 786u: goto L_08AD6E70;
|
|
case 787u: goto L_08AD6E7C;
|
|
case 788u: goto L_08AD6E88;
|
|
case 789u: goto L_08AD6E94;
|
|
case 790u: goto L_08AD6E9C;
|
|
case 791u: goto L_08AD6EA8;
|
|
case 792u: goto L_08AD6EAC;
|
|
case 793u: goto L_08AD6EB4;
|
|
case 794u: goto L_08AD6EEC;
|
|
case 795u: goto L_08AD6EF8;
|
|
case 796u: goto L_08AD6F08;
|
|
case 797u: goto L_08AD6F18;
|
|
case 798u: goto L_08AD6F28;
|
|
case 799u: goto L_08AD6F40;
|
|
case 800u: goto L_08AD6F48;
|
|
case 801u: goto L_08AD6F50;
|
|
case 802u: goto L_08AD6F5C;
|
|
case 803u: goto L_08AD6F60;
|
|
case 804u: goto L_08AD6F80;
|
|
case 805u: goto L_08AD6F90;
|
|
case 806u: goto L_08AD6FC4;
|
|
case 807u: goto L_08AD6FD0;
|
|
case 808u: goto L_08AD6FE4;
|
|
case 809u: goto L_08AD6FF4;
|
|
case 810u: goto L_08AD7000;
|
|
case 811u: goto L_08AD7008;
|
|
case 812u: goto L_08AD7018;
|
|
case 813u: goto L_08AD7024;
|
|
case 814u: goto L_08AD702C;
|
|
case 815u: goto L_08AD7034;
|
|
case 816u: goto L_08AD703C;
|
|
case 817u: goto L_08AD7048;
|
|
case 818u: goto L_08AD7050;
|
|
case 819u: goto L_08AD7068;
|
|
case 820u: goto L_08AD7078;
|
|
case 821u: goto L_08AD7088;
|
|
case 822u: goto L_08AD7094;
|
|
case 823u: goto L_08AD70A0;
|
|
case 824u: goto L_08AD70AC;
|
|
case 825u: goto L_08AD70B4;
|
|
case 826u: goto L_08AD70C0;
|
|
case 827u: goto L_08AD70C8;
|
|
case 828u: goto L_08AD70D0;
|
|
case 829u: goto L_08AD70D4;
|
|
case 830u: goto L_08AD70FC;
|
|
case 831u: goto L_08AD7130;
|
|
case 832u: goto L_08AD713C;
|
|
case 833u: goto L_08AD7150;
|
|
case 834u: goto L_08AD7160;
|
|
case 835u: goto L_08AD716C;
|
|
case 836u: goto L_08AD7174;
|
|
case 837u: goto L_08AD717C;
|
|
case 838u: goto L_08AD718C;
|
|
case 839u: goto L_08AD7194;
|
|
case 840u: goto L_08AD71A4;
|
|
case 841u: goto L_08AD71B0;
|
|
case 842u: goto L_08AD71B8;
|
|
case 843u: goto L_08AD71C0;
|
|
case 844u: goto L_08AD71D8;
|
|
case 845u: goto L_08AD71E8;
|
|
case 846u: goto L_08AD71F8;
|
|
case 847u: goto L_08AD7204;
|
|
case 848u: goto L_08AD7210;
|
|
case 849u: goto L_08AD721C;
|
|
case 850u: goto L_08AD7224;
|
|
case 851u: goto L_08AD7230;
|
|
case 852u: goto L_08AD7238;
|
|
case 853u: goto L_08AD7240;
|
|
case 854u: goto L_08AD7244;
|
|
case 855u: goto L_08AD726C;
|
|
case 856u: goto L_08AD7288;
|
|
case 857u: goto L_08AD729C;
|
|
case 858u: goto L_08AD72AC;
|
|
case 859u: goto L_08AD72B4;
|
|
case 860u: goto L_08AD72CC;
|
|
case 861u: goto L_08AD72D4;
|
|
case 862u: goto L_08AD72E8;
|
|
case 863u: goto L_08AD732C;
|
|
case 864u: goto L_08AD7338;
|
|
case 865u: goto L_08AD7354;
|
|
case 866u: goto L_08AD7364;
|
|
case 867u: goto L_08AD7370;
|
|
case 868u: goto L_08AD737C;
|
|
case 869u: goto L_08AD7384;
|
|
case 870u: goto L_08AD738C;
|
|
case 871u: goto L_08AD7394;
|
|
case 872u: goto L_08AD73A0;
|
|
case 873u: goto L_08AD73AC;
|
|
case 874u: goto L_08AD73B4;
|
|
case 875u: goto L_08AD73C0;
|
|
case 876u: goto L_08AD73C8;
|
|
case 877u: goto L_08AD73D0;
|
|
case 878u: goto L_08AD73D4;
|
|
case 879u: goto L_08AD7400;
|
|
case 880u: goto L_08AD744C;
|
|
case 881u: goto L_08AD745C;
|
|
case 882u: goto L_08AD7464;
|
|
case 883u: goto L_08AD7470;
|
|
case 884u: goto L_08AD747C;
|
|
case 885u: goto L_08AD7484;
|
|
case 886u: goto L_08AD749C;
|
|
case 887u: goto L_08AD74A0;
|
|
case 888u: goto L_08AD74A8;
|
|
case 889u: goto L_08AD74B0;
|
|
case 890u: goto L_08AD74B8;
|
|
case 891u: goto L_08AD74CC;
|
|
case 892u: goto L_08AD74D4;
|
|
case 893u: goto L_08AD74E4;
|
|
case 894u: goto L_08AD7500;
|
|
case 895u: goto L_08AD7508;
|
|
case 896u: goto L_08AD751C;
|
|
case 897u: goto L_08AD7524;
|
|
case 898u: goto L_08AD752C;
|
|
case 899u: goto L_08AD7534;
|
|
case 900u: goto L_08AD754C;
|
|
case 901u: goto L_08AD7554;
|
|
case 902u: goto L_08AD7568;
|
|
case 903u: goto L_08AD7570;
|
|
case 904u: goto L_08AD7584;
|
|
case 905u: goto L_08AD75A0;
|
|
case 906u: goto L_08AD75AC;
|
|
case 907u: goto L_08AD75B8;
|
|
case 908u: goto L_08AD75C0;
|
|
case 909u: goto L_08AD75D4;
|
|
case 910u: goto L_08AD75DC;
|
|
case 911u: goto L_08AD75F0;
|
|
case 912u: goto L_08AD75F8;
|
|
case 913u: goto L_08AD75FC;
|
|
case 914u: goto L_08AD7604;
|
|
case 915u: goto L_08AD7610;
|
|
case 916u: goto L_08AD7618;
|
|
case 917u: goto L_08AD7620;
|
|
case 918u: goto L_08AD7628;
|
|
case 919u: goto L_08AD7630;
|
|
case 920u: goto L_08AD7638;
|
|
case 921u: goto L_08AD7640;
|
|
case 922u: goto L_08AD7644;
|
|
case 923u: goto L_08AD7664;
|
|
case 924u: goto L_08AD7670;
|
|
case 925u: goto L_08AD767C;
|
|
case 926u: goto L_08AD7684;
|
|
case 927u: goto L_08AD7698;
|
|
case 928u: goto L_08AD76A0;
|
|
case 929u: goto L_08AD76B4;
|
|
case 930u: goto L_08AD76BC;
|
|
case 931u: goto L_08AD76C0;
|
|
case 932u: goto L_08AD76CC;
|
|
case 933u: goto L_08AD76D8;
|
|
case 934u: goto L_08AD76E0;
|
|
case 935u: goto L_08AD76E8;
|
|
case 936u: goto L_08AD76F4;
|
|
case 937u: goto L_08AD76FC;
|
|
case 938u: goto L_08AD7704;
|
|
case 939u: goto L_08AD7720;
|
|
case 940u: goto L_08AD7728;
|
|
case 941u: goto L_08AD772C;
|
|
case 942u: goto L_08AD773C;
|
|
case 943u: goto L_08AD7748;
|
|
case 944u: goto L_08AD7754;
|
|
case 945u: goto L_08AD7764;
|
|
case 946u: goto L_08AD776C;
|
|
case 947u: goto L_08AD7780;
|
|
case 948u: goto L_08AD7784;
|
|
case 949u: goto L_08AD778C;
|
|
case 950u: goto L_08AD77A0;
|
|
case 951u: goto L_08AD77AC;
|
|
case 952u: goto L_08AD77C0;
|
|
case 953u: goto L_08AD77C8;
|
|
case 954u: goto L_08AD77D0;
|
|
case 955u: goto L_08AD77DC;
|
|
case 956u: goto L_08AD77E4;
|
|
case 957u: goto L_08AD77EC;
|
|
case 958u: goto L_08AD77F8;
|
|
case 959u: goto L_08AD7800;
|
|
case 960u: goto L_08AD780C;
|
|
case 961u: goto L_08AD7818;
|
|
case 962u: goto L_08AD782C;
|
|
case 963u: goto L_08AD7834;
|
|
case 964u: goto L_08AD783C;
|
|
case 965u: goto L_08AD7844;
|
|
case 966u: goto L_08AD7850;
|
|
case 967u: goto L_08AD7860;
|
|
case 968u: goto L_08AD786C;
|
|
case 969u: goto L_08AD7878;
|
|
case 970u: goto L_08AD78AC;
|
|
case 971u: goto L_08AD78DC;
|
|
case 972u: goto L_08AD7918;
|
|
case 973u: goto L_08AD7928;
|
|
case 974u: goto L_08AD7938;
|
|
case 975u: goto L_08AD7940;
|
|
case 976u: goto L_08AD7948;
|
|
case 977u: goto L_08AD7954;
|
|
case 978u: goto L_08AD795C;
|
|
case 979u: goto L_08AD7984;
|
|
case 980u: goto L_08AD798C;
|
|
case 981u: goto L_08AD7998;
|
|
case 982u: goto L_08AD79A4;
|
|
case 983u: goto L_08AD79B4;
|
|
case 984u: goto L_08AD79B8;
|
|
case 985u: goto L_08AD79CC;
|
|
case 986u: goto L_08AD79D4;
|
|
case 987u: goto L_08AD79E8;
|
|
case 988u: goto L_08AD7A0C;
|
|
case 989u: goto L_08AD7A34;
|
|
case 990u: goto L_08AD7A3C;
|
|
case 991u: goto L_08AD7A44;
|
|
case 992u: goto L_08AD7A58;
|
|
case 993u: goto L_08AD7A68;
|
|
case 994u: goto L_08AD7A78;
|
|
case 995u: goto L_08AD7A84;
|
|
case 996u: goto L_08AD7A9C;
|
|
case 997u: goto L_08AD7AAC;
|
|
case 998u: goto L_08AD7AB4;
|
|
case 999u: goto L_08AD7AD0;
|
|
case 1000u: goto L_08AD7AD8;
|
|
case 1001u: goto L_08AD7AE4;
|
|
case 1002u: goto L_08AD7AF0;
|
|
case 1003u: goto L_08AD7AF8;
|
|
case 1004u: goto L_08AD7B08;
|
|
case 1005u: goto L_08AD7B14;
|
|
case 1006u: goto L_08AD7B24;
|
|
case 1007u: goto L_08AD7B30;
|
|
case 1008u: goto L_08AD7B38;
|
|
case 1009u: goto L_08AD7B4C;
|
|
case 1010u: goto L_08AD7B70;
|
|
case 1011u: goto L_08AD7B80;
|
|
case 1012u: goto L_08AD7B88;
|
|
case 1013u: goto L_08AD7B90;
|
|
case 1014u: goto L_08AD7B9C;
|
|
case 1015u: goto L_08AD7BBC;
|
|
case 1016u: goto L_08AD7BD0;
|
|
case 1017u: goto L_08AD7BDC;
|
|
case 1018u: goto L_08AD7BE8;
|
|
case 1019u: goto L_08AD7BF4;
|
|
case 1020u: goto L_08AD7BFC;
|
|
case 1021u: goto L_08AD7C04;
|
|
case 1022u: goto L_08AD7C10;
|
|
case 1023u: goto L_08AD7C18;
|
|
case 1024u: goto L_08AD7C20;
|
|
case 1025u: goto L_08AD7C28;
|
|
case 1026u: goto L_08AD7C3C;
|
|
case 1027u: goto L_08AD7C44;
|
|
case 1028u: goto L_08AD7C4C;
|
|
case 1029u: goto L_08AD7C60;
|
|
case 1030u: goto L_08AD7C80;
|
|
case 1031u: goto L_08AD7C84;
|
|
case 1032u: goto L_08AD7C90;
|
|
case 1033u: goto L_08AD7CA0;
|
|
case 1034u: goto L_08AD7CA8;
|
|
case 1035u: goto L_08AD7CB8;
|
|
case 1036u: goto L_08AD7CC0;
|
|
case 1037u: goto L_08AD7CC4;
|
|
case 1038u: goto L_08AD7CD0;
|
|
case 1039u: goto L_08AD7CE0;
|
|
case 1040u: goto L_08AD7CE8;
|
|
case 1041u: goto L_08AD7CF8;
|
|
case 1042u: goto L_08AD7D04;
|
|
case 1043u: goto L_08AD7D10;
|
|
case 1044u: goto L_08AD7D28;
|
|
case 1045u: goto L_08AD7D3C;
|
|
case 1046u: goto L_08AD7D4C;
|
|
case 1047u: goto L_08AD7D60;
|
|
case 1048u: goto L_08AD7D74;
|
|
case 1049u: goto L_08AD7D84;
|
|
case 1050u: goto L_08AD7D8C;
|
|
case 1051u: goto L_08AD7D9C;
|
|
case 1052u: goto L_08AD7DA8;
|
|
case 1053u: goto L_08AD7DB4;
|
|
case 1054u: goto L_08AD7DC0;
|
|
case 1055u: goto L_08AD7DCC;
|
|
case 1056u: goto L_08AD7DDC;
|
|
case 1057u: goto L_08AD7DE8;
|
|
case 1058u: goto L_08AD7DF4;
|
|
case 1059u: goto L_08AD7E04;
|
|
case 1060u: goto L_08AD7E18;
|
|
case 1061u: goto L_08AD7E20;
|
|
case 1062u: goto L_08AD7E28;
|
|
case 1063u: goto L_08AD7E38;
|
|
case 1064u: goto L_08AD7E44;
|
|
case 1065u: goto L_08AD7E50;
|
|
case 1066u: goto L_08AD7E60;
|
|
case 1067u: goto L_08AD7E64;
|
|
case 1068u: goto L_08AD7E94;
|
|
case 1069u: goto L_08AD7EBC;
|
|
case 1070u: goto L_08AD7ECC;
|
|
case 1071u: goto L_08AD7ED4;
|
|
case 1072u: goto L_08AD7EE8;
|
|
case 1073u: goto L_08AD7EFC;
|
|
case 1074u: goto L_08AD7F04;
|
|
case 1075u: goto L_08AD7F0C;
|
|
case 1076u: goto L_08AD7F14;
|
|
case 1077u: goto L_08AD7F1C;
|
|
case 1078u: goto L_08AD7F24;
|
|
case 1079u: goto L_08AD7F2C;
|
|
case 1080u: goto L_08AD7F34;
|
|
case 1081u: goto L_08AD7F3C;
|
|
case 1082u: goto L_08AD7F50;
|
|
case 1083u: goto L_08AD7F64;
|
|
case 1084u: goto L_08AD7F6C;
|
|
case 1085u: goto L_08AD7F78;
|
|
case 1086u: goto L_08AD7F84;
|
|
case 1087u: goto L_08AD7F8C;
|
|
case 1088u: goto L_08AD7F98;
|
|
case 1089u: goto L_08AD7FA0;
|
|
case 1090u: goto L_08AD7FA8;
|
|
case 1091u: goto L_08AD7FB0;
|
|
case 1092u: goto L_08AD7FB8;
|
|
case 1093u: goto L_08AD7FC0;
|
|
case 1094u: goto L_08AD7FD4;
|
|
case 1095u: goto L_08AD7FE8;
|
|
case 1096u: goto L_08AD7FF0;
|
|
case 1097u: goto L_08AD7FFC;
|
|
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_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_08AD4004:
|
|
aot_mem.aot_direct_store8(ctx.gpr[2] + static_cast<std::uint32_t>(8), static_cast<std::uint8_t>(0u));
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[20] + static_cast<std::uint32_t>(16)));
|
|
aot_gpr_31 = (0x08AD4014u);
|
|
aot_mem.aot_direct_store32(ctx.gpr[20] + static_cast<std::uint32_t>(8), ctx.gpr[18]);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0077_entry, 77u, 278u, 0x08939138u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4014u) goto L_08AD4014;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4014:
|
|
ctx.gpr[20] = (aot_mem.aot_direct_load32(ctx.gpr[20] + static_cast<std::uint32_t>(0)));
|
|
{ const bool branch_taken = ctx.gpr[20] != ctx.gpr[19];
|
|
if (branch_taken) {
|
|
(void)([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 758u, 0x08AD3FC0u>(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_08AD4020;
|
|
}
|
|
L_08AD4020:
|
|
{ std::uint32_t aot_run_words[6]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_gpr_17 = aot_run_words[1];
|
|
ctx.gpr[18] = aot_run_words[2];
|
|
ctx.gpr[19] = aot_run_words[3];
|
|
ctx.gpr[20] = aot_run_words[4];
|
|
aot_gpr_31 = aot_run_words[5];
|
|
}
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(32));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD4040:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-48));
|
|
ctx.gpr[8] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(8)));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
|
|
aot_gpr_16 = (aot_gpr_4 | 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_17);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), ctx.gpr[18]);
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_5) < static_cast<std::int32_t>(ctx.gpr[8]) ? 1u : 0u);
|
|
aot_gpr_17 = (aot_gpr_5 | 0u);
|
|
ctx.gpr[18] = (ctx.gpr[6] | 0u);
|
|
{ const std::uint32_t aot_run_words[6]{ctx.gpr[19], ctx.gpr[20], ctx.gpr[21], ctx.gpr[22], ctx.gpr[23], aot_gpr_31};
|
|
aot_mem.aot_direct_store32_block(aot_gpr_29 + static_cast<std::uint32_t>(12), aot_run_words); }
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
ctx.gpr[19] = (ctx.gpr[7] | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD40DC;
|
|
}
|
|
goto L_08AD4084;
|
|
}
|
|
L_08AD4084:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5864)));
|
|
if (aot_gpr_4 != 0u) {
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5864)));
|
|
goto L_08AD409C;
|
|
}
|
|
goto L_08AD4090;
|
|
L_08AD4090:
|
|
aot_gpr_31 = (0x08AD4098u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_direct<&recomp_unit_0216_entry, 216u, 413u, 0x08B65B0Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4098u) goto L_08AD4098;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4098:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5864)));
|
|
goto L_08AD409C;
|
|
L_08AD409C:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(24)));
|
|
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_08AD40DC;
|
|
}
|
|
goto L_08AD40B0;
|
|
}
|
|
L_08AD40B0:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5864)));
|
|
if (aot_gpr_4 != 0u) {
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5864)));
|
|
goto L_08AD40C8;
|
|
}
|
|
goto L_08AD40BC;
|
|
L_08AD40BC:
|
|
aot_gpr_31 = (0x08AD40C4u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_direct<&recomp_unit_0216_entry, 216u, 413u, 0x08B65B0Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD40C4u) goto L_08AD40C4;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD40C4:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5864)));
|
|
goto L_08AD40C8;
|
|
L_08AD40C8:
|
|
aot_gpr_5 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD40D4u);
|
|
ctx.gpr[6] = (0u | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0084_entry, 84u, 174u, 0x08954B84u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD40D4u) goto L_08AD40D4;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD40D4:
|
|
{ const bool branch_taken = ctx.gpr[2] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD411C;
|
|
}
|
|
goto L_08AD40DC;
|
|
}
|
|
L_08AD40DC:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD40E8u);
|
|
aot_gpr_5 = (aot_gpr_17 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD40E8u) goto L_08AD40E8;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD40E8:
|
|
ctx.gpr[20] = (ctx.gpr[2] | 0u);
|
|
{ const bool branch_taken = ctx.gpr[20] == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4114;
|
|
}
|
|
goto L_08AD40F4;
|
|
}
|
|
L_08AD40F4:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[20] + static_cast<std::uint32_t>(16)));
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4114;
|
|
}
|
|
goto L_08AD4100;
|
|
}
|
|
L_08AD4100:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[20] + static_cast<std::uint32_t>(0)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
aot_gpr_4 = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD4124;
|
|
}
|
|
goto L_08AD410C;
|
|
}
|
|
L_08AD410C:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_gpr_4 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD4124;
|
|
}
|
|
goto L_08AD4114;
|
|
}
|
|
L_08AD4114:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD43C4;
|
|
}
|
|
goto L_08AD411C;
|
|
}
|
|
L_08AD411C:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD43C4;
|
|
}
|
|
goto L_08AD4124;
|
|
}
|
|
L_08AD4124:
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD416C;
|
|
}
|
|
goto L_08AD412C;
|
|
}
|
|
L_08AD412C:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[20] + static_cast<std::uint32_t>(4)));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[20] + static_cast<std::uint32_t>(0)));
|
|
ctx.gpr[6] = (ctx.gpr[18] & 131u);
|
|
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(4), aot_gpr_4);
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[20] + static_cast<std::uint32_t>(0)));
|
|
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
|
|
{ const bool branch_taken = ctx.gpr[6] != 0u;
|
|
aot_mem.aot_direct_store32(ctx.gpr[20] + static_cast<std::uint32_t>(0), 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD416C;
|
|
}
|
|
goto L_08AD414C;
|
|
}
|
|
L_08AD414C:
|
|
aot_gpr_4 = (aot_gpr_16 + static_cast<std::uint32_t>(156));
|
|
aot_gpr_4 = (aot_gpr_4 - 0u);
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
|
|
aot_mem.aot_direct_store32(ctx.gpr[20] + static_cast<std::uint32_t>(0), aot_gpr_4);
|
|
aot_mem.aot_direct_store32(ctx.gpr[20] + static_cast<std::uint32_t>(4), aot_gpr_5);
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
|
|
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), ctx.gpr[20]);
|
|
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(4), ctx.gpr[20]);
|
|
goto L_08AD416C;
|
|
L_08AD416C:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[20] + static_cast<std::uint32_t>(9)));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load8(ctx.gpr[20] + static_cast<std::uint32_t>(8)));
|
|
aot_gpr_4 = (aot_gpr_4 | ctx.gpr[18]);
|
|
{ const bool branch_taken = aot_gpr_5 != 0u;
|
|
aot_mem.aot_direct_store8(ctx.gpr[20] + static_cast<std::uint32_t>(9), static_cast<std::uint8_t>(aot_gpr_4));
|
|
if (branch_taken) {
|
|
goto L_08AD41B0;
|
|
}
|
|
goto L_08AD4180;
|
|
}
|
|
L_08AD4180:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[20] + static_cast<std::uint32_t>(9)));
|
|
aot_gpr_5 = (0u + static_cast<std::uint32_t>(-41));
|
|
aot_gpr_4 = (aot_gpr_4 & aot_gpr_5);
|
|
aot_mem.aot_direct_store8(ctx.gpr[20] + static_cast<std::uint32_t>(9), static_cast<std::uint8_t>(aot_gpr_4));
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[20] + static_cast<std::uint32_t>(9)));
|
|
aot_gpr_4 = (aot_gpr_4 | ctx.gpr[18]);
|
|
aot_gpr_31 = (0x08AD41A0u);
|
|
aot_mem.aot_direct_store8(ctx.gpr[20] + static_cast<std::uint32_t>(9), static_cast<std::uint8_t>(aot_gpr_4));
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0128_entry, 128u, 744u, 0x08A071F0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD41A0u) goto L_08AD41A0;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD41A0:
|
|
{ const bool branch_taken = ctx.gpr[2] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD41C4;
|
|
}
|
|
goto L_08AD41A8;
|
|
}
|
|
L_08AD41A8:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4214;
|
|
}
|
|
goto L_08AD41B0;
|
|
}
|
|
L_08AD41B0:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD41BCu);
|
|
aot_gpr_5 = (aot_gpr_17 | 0u);
|
|
goto L_08AD4C38;
|
|
L_08AD41BC:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD43C4;
|
|
}
|
|
goto L_08AD41C4;
|
|
}
|
|
L_08AD41C4:
|
|
ctx.gpr[18] = (0u | 0u);
|
|
aot_gpr_31 = (0x08AD41D0u);
|
|
aot_gpr_4 = (0u | 20u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0174_entry, 174u, 466u, 0x08ABE278u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD41D0u) goto L_08AD41D0;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD41D0:
|
|
ctx.gpr[19] = (ctx.gpr[2] | 0u);
|
|
{ const bool branch_taken = ctx.gpr[19] == 0u;
|
|
aot_gpr_4 = (aot_gpr_16 + static_cast<std::uint32_t>(164));
|
|
if (branch_taken) {
|
|
goto L_08AD41F4;
|
|
}
|
|
goto L_08AD41DC;
|
|
}
|
|
L_08AD41DC:
|
|
aot_gpr_4 = (ctx.gpr[19] | 0u);
|
|
aot_gpr_5 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD41ECu);
|
|
ctx.gpr[6] = (0u | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 700u, 0x08AD3C44u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD41ECu) goto L_08AD41EC;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD41EC:
|
|
ctx.gpr[18] = (ctx.gpr[19] | 0u);
|
|
aot_gpr_4 = (aot_gpr_16 + static_cast<std::uint32_t>(164));
|
|
goto L_08AD41F4;
|
|
L_08AD41F4:
|
|
aot_gpr_4 = (aot_gpr_4 - 0u);
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
|
|
aot_mem.aot_direct_store32(ctx.gpr[18] + static_cast<std::uint32_t>(0), aot_gpr_4);
|
|
aot_mem.aot_direct_store32(ctx.gpr[18] + static_cast<std::uint32_t>(4), aot_gpr_5);
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
|
|
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), ctx.gpr[18]);
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(4), ctx.gpr[18]);
|
|
if (branch_taken) {
|
|
goto L_08AD43C4;
|
|
}
|
|
goto L_08AD4214;
|
|
}
|
|
L_08AD4214:
|
|
aot_gpr_4 = (0u | 3u);
|
|
aot_mem.aot_direct_store8(ctx.gpr[20] + static_cast<std::uint32_t>(8), static_cast<std::uint8_t>(aot_gpr_4));
|
|
aot_gpr_31 = (0x08AD4224u);
|
|
aot_gpr_4 = (aot_gpr_16 + static_cast<std::uint32_t>(164));
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_direct<&recomp_unit_0219_entry, 219u, 136u, 0x08B70B9Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4224u) goto L_08AD4224;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4224:
|
|
aot_gpr_4 = (ctx.gpr[2] < static_cast<std::uint32_t>(17) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD423C;
|
|
}
|
|
goto L_08AD4230;
|
|
}
|
|
L_08AD4230:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD423Cu);
|
|
aot_gpr_5 = (0u | 131u);
|
|
goto L_08AD5498;
|
|
L_08AD423C:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[20] + static_cast<std::uint32_t>(16)));
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
ctx.gpr[21] = (aot_gpr_5 << 11u);
|
|
ctx.gpr[21] = (0u + ctx.gpr[21]);
|
|
aot_gpr_31 = (0x08AD4254u);
|
|
aot_gpr_5 = (ctx.gpr[21] | 0u);
|
|
goto L_08AD6070;
|
|
L_08AD4254:
|
|
ctx.gpr[22] = (0u | 0u);
|
|
aot_gpr_31 = (0x08AD4260u);
|
|
aot_gpr_4 = (0u | 20u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0174_entry, 174u, 466u, 0x08ABE278u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4260u) goto L_08AD4260;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4260:
|
|
ctx.gpr[23] = (ctx.gpr[2] | 0u);
|
|
{ const bool branch_taken = ctx.gpr[23] == 0u;
|
|
aot_gpr_4 = (ctx.gpr[23] | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD427C;
|
|
}
|
|
goto L_08AD426C;
|
|
}
|
|
L_08AD426C:
|
|
aot_gpr_5 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD4278u);
|
|
ctx.gpr[6] = (ctx.gpr[21] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 700u, 0x08AD3C44u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4278u) goto L_08AD4278;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4278:
|
|
ctx.gpr[22] = (ctx.gpr[23] | 0u);
|
|
goto L_08AD427C;
|
|
L_08AD427C:
|
|
ctx.gpr[23] = (ctx.gpr[18] | 0u);
|
|
ctx.gpr[18] = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(148)));
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[20] + static_cast<std::uint32_t>(12)));
|
|
ctx.gpr[6] = (0u | 0u);
|
|
aot_gpr_5 = (aot_gpr_4 << 11u);
|
|
aot_gpr_5 = (0u + aot_gpr_5);
|
|
aot_gpr_31 = (0x08AD429Cu);
|
|
aot_gpr_4 = (ctx.gpr[18] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0077_entry, 77u, 258u, 0x08938F7Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD429Cu) goto L_08AD429C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD429C:
|
|
aot_gpr_5 = (ctx.gpr[23] & 32u);
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
aot_gpr_4 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD42AC;
|
|
}
|
|
goto L_08AD42A8;
|
|
}
|
|
L_08AD42A8:
|
|
aot_gpr_4 = (0u | 1u);
|
|
goto L_08AD42AC;
|
|
L_08AD42AC:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(12)));
|
|
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_17) < static_cast<std::int32_t>(aot_gpr_5) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_5 != 0u;
|
|
ctx.gpr[20] = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD42D8;
|
|
}
|
|
goto L_08AD42BC;
|
|
}
|
|
L_08AD42BC:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(16)));
|
|
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_17) < static_cast<std::int32_t>(aot_gpr_5) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD42D8;
|
|
}
|
|
goto L_08AD42CC;
|
|
}
|
|
L_08AD42CC:
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD42D8;
|
|
}
|
|
goto L_08AD42D4;
|
|
}
|
|
L_08AD42D4:
|
|
aot_gpr_4 = (0u | 500u);
|
|
goto L_08AD42D8;
|
|
L_08AD42D8:
|
|
{ const bool branch_taken = ctx.gpr[20] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4300;
|
|
}
|
|
goto L_08AD42E0;
|
|
}
|
|
L_08AD42E0:
|
|
ctx.gpr[7] = (aot_gpr_4 | 0u);
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[22] + static_cast<std::uint32_t>(12)));
|
|
ctx.gpr[9] = (0u | 1u);
|
|
aot_gpr_4 = (ctx.gpr[18] | 0u);
|
|
ctx.gpr[6] = (ctx.gpr[21] | 0u);
|
|
aot_gpr_31 = (0x08AD42FCu);
|
|
ctx.gpr[8] = (0u | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0077_entry, 77u, 274u, 0x089390ACu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD42FCu) goto L_08AD42FC;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD42FC:
|
|
ctx.gpr[20] = (ctx.gpr[2] | 0u);
|
|
goto L_08AD4300;
|
|
L_08AD4300:
|
|
{ const bool branch_taken = ctx.gpr[19] == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD431C;
|
|
}
|
|
goto L_08AD4308;
|
|
}
|
|
L_08AD4308:
|
|
aot_gpr_4 = (ctx.gpr[20] | 0u);
|
|
aot_gpr_31 = (0x08AD4314u);
|
|
aot_gpr_5 = (ctx.gpr[19] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0077_entry, 77u, 314u, 0x08939328u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4314u) goto L_08AD4314;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4314:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_gpr_4 = (aot_gpr_16 + static_cast<std::uint32_t>(164));
|
|
if (branch_taken) {
|
|
goto L_08AD4398;
|
|
}
|
|
goto L_08AD431C;
|
|
}
|
|
L_08AD431C:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(8)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_17) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4340;
|
|
}
|
|
goto L_08AD432C;
|
|
}
|
|
L_08AD432C:
|
|
aot_gpr_5 = (ctx.gpr[28] + static_cast<std::uint32_t>(-624));
|
|
aot_gpr_31 = (0x08AD4338u);
|
|
aot_gpr_4 = (ctx.gpr[20] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0077_entry, 77u, 314u, 0x08939328u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4338u) goto L_08AD4338;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4338:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_gpr_4 = (aot_gpr_16 + static_cast<std::uint32_t>(164));
|
|
if (branch_taken) {
|
|
goto L_08AD4398;
|
|
}
|
|
goto L_08AD4340;
|
|
}
|
|
L_08AD4340:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(12)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_17) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4364;
|
|
}
|
|
goto L_08AD4350;
|
|
}
|
|
L_08AD4350:
|
|
aot_gpr_5 = (ctx.gpr[28] + static_cast<std::uint32_t>(-616));
|
|
aot_gpr_31 = (0x08AD435Cu);
|
|
aot_gpr_4 = (ctx.gpr[20] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0077_entry, 77u, 314u, 0x08939328u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD435Cu) goto L_08AD435C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD435C:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_gpr_4 = (aot_gpr_16 + static_cast<std::uint32_t>(164));
|
|
if (branch_taken) {
|
|
goto L_08AD4398;
|
|
}
|
|
goto L_08AD4364;
|
|
}
|
|
L_08AD4364:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(16)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_17) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4388;
|
|
}
|
|
goto L_08AD4374;
|
|
}
|
|
L_08AD4374:
|
|
aot_gpr_5 = (ctx.gpr[28] + static_cast<std::uint32_t>(-608));
|
|
aot_gpr_31 = (0x08AD4380u);
|
|
aot_gpr_4 = (ctx.gpr[20] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0077_entry, 77u, 314u, 0x08939328u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4380u) goto L_08AD4380;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4380:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_gpr_4 = (aot_gpr_16 + static_cast<std::uint32_t>(164));
|
|
if (branch_taken) {
|
|
goto L_08AD4398;
|
|
}
|
|
goto L_08AD4388;
|
|
}
|
|
L_08AD4388:
|
|
aot_gpr_5 = (ctx.gpr[28] + static_cast<std::uint32_t>(-596));
|
|
aot_gpr_31 = (0x08AD4394u);
|
|
aot_gpr_4 = (ctx.gpr[20] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0077_entry, 77u, 314u, 0x08939328u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4394u) goto L_08AD4394;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4394:
|
|
aot_gpr_4 = (aot_gpr_16 + static_cast<std::uint32_t>(164));
|
|
goto L_08AD4398;
|
|
L_08AD4398:
|
|
aot_mem.aot_direct_store32(ctx.gpr[22] + static_cast<std::uint32_t>(16), ctx.gpr[20]);
|
|
aot_gpr_5 = (aot_gpr_4 - 0u);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(4)));
|
|
aot_mem.aot_direct_store32(ctx.gpr[22] + static_cast<std::uint32_t>(0), aot_gpr_5);
|
|
aot_mem.aot_direct_store32(ctx.gpr[22] + static_cast<std::uint32_t>(4), aot_gpr_4);
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(4)));
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_mem.aot_direct_store32(ctx.gpr[6] + static_cast<std::uint32_t>(0), ctx.gpr[22]);
|
|
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(4), ctx.gpr[22]);
|
|
aot_gpr_31 = (0x08AD43C4u);
|
|
aot_gpr_5 = (aot_gpr_17 | 0u);
|
|
goto L_08AD4C38;
|
|
L_08AD43C4:
|
|
{ std::uint32_t aot_run_words[9]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_gpr_17 = aot_run_words[1];
|
|
ctx.gpr[18] = aot_run_words[2];
|
|
ctx.gpr[19] = aot_run_words[3];
|
|
ctx.gpr[20] = aot_run_words[4];
|
|
ctx.gpr[21] = aot_run_words[5];
|
|
ctx.gpr[22] = aot_run_words[6];
|
|
ctx.gpr[23] = aot_run_words[7];
|
|
aot_gpr_31 = aot_run_words[8];
|
|
}
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(48));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD43F0:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-48));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(24), aot_gpr_16);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(28), aot_gpr_17);
|
|
aot_gpr_17 = (aot_gpr_4 | 0u);
|
|
aot_gpr_16 = (aot_gpr_5 | 0u);
|
|
{ const std::uint32_t aot_run_words[3]{ctx.gpr[18], ctx.gpr[19], aot_gpr_31};
|
|
aot_mem.aot_direct_store32_block(aot_gpr_29 + static_cast<std::uint32_t>(32), aot_run_words); }
|
|
aot_gpr_4 = (0u | 0u);
|
|
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_4) < 20 ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD44A8;
|
|
}
|
|
goto L_08AD4420;
|
|
}
|
|
L_08AD4420:
|
|
aot_gpr_5 = (aot_gpr_4 << 2u);
|
|
aot_gpr_5 = (aot_gpr_17 + aot_gpr_5);
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(32)));
|
|
{ const bool branch_taken = aot_gpr_5 != aot_gpr_16;
|
|
if (branch_taken) {
|
|
goto L_08AD4498;
|
|
}
|
|
goto L_08AD4434;
|
|
}
|
|
L_08AD4434:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(24)));
|
|
aot_mem.aot_direct_store32(aot_gpr_17 + static_cast<std::uint32_t>(112), aot_gpr_4);
|
|
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(-1));
|
|
aot_mem.aot_direct_store32(aot_gpr_17 + static_cast<std::uint32_t>(24), aot_gpr_5);
|
|
aot_gpr_4 = (aot_gpr_4 << 2u);
|
|
aot_gpr_5 = (0u + static_cast<std::uint32_t>(-1));
|
|
aot_gpr_4 = (aot_gpr_17 + aot_gpr_4);
|
|
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(32), aot_gpr_5);
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7656)));
|
|
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_16) < static_cast<std::int32_t>(aot_gpr_5) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
aot_gpr_4 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD4474;
|
|
}
|
|
goto L_08AD4464;
|
|
}
|
|
L_08AD4464:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(24)));
|
|
aot_gpr_5 = (aot_gpr_16 << 2u);
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD4474;
|
|
L_08AD4474:
|
|
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int8_t>(aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(629))))));
|
|
ctx.gpr[6] = (0u + static_cast<std::uint32_t>(-1));
|
|
{ const bool branch_taken = aot_gpr_5 == ctx.gpr[6];
|
|
if (branch_taken) {
|
|
goto L_08AD4490;
|
|
}
|
|
goto L_08AD4484;
|
|
}
|
|
L_08AD4484:
|
|
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int8_t>(aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(629))))));
|
|
aot_gpr_31 = (0x08AD4490u);
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0207_entry, 207u, 456u, 0x08B41EB4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4490u) goto L_08AD4490;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4490:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD44A8;
|
|
}
|
|
goto L_08AD4498;
|
|
}
|
|
L_08AD4498:
|
|
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(1));
|
|
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_4) < 20 ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_5 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4420;
|
|
}
|
|
goto L_08AD44A8;
|
|
}
|
|
L_08AD44A8:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD44B4u);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD44B4u) goto L_08AD44B4;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD44B4:
|
|
ctx.gpr[18] = (ctx.gpr[2] | 0u);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[18] + static_cast<std::uint32_t>(8)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4500;
|
|
}
|
|
goto L_08AD44C4;
|
|
}
|
|
L_08AD44C4:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(0)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
aot_gpr_4 = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD44D8;
|
|
}
|
|
goto L_08AD44D0;
|
|
}
|
|
L_08AD44D0:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_gpr_4 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD44D8;
|
|
}
|
|
goto L_08AD44D8;
|
|
}
|
|
L_08AD44D8:
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD44F8;
|
|
}
|
|
goto L_08AD44E0;
|
|
}
|
|
L_08AD44E0:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(4)));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(0)));
|
|
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(4), aot_gpr_4);
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(0)));
|
|
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
|
|
aot_mem.aot_direct_store32(ctx.gpr[18] + static_cast<std::uint32_t>(0), 0u);
|
|
goto L_08AD44F8;
|
|
L_08AD44F8:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4768;
|
|
}
|
|
goto L_08AD4500;
|
|
}
|
|
L_08AD4500:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(16)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_16) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD452C;
|
|
}
|
|
goto L_08AD4510;
|
|
}
|
|
L_08AD4510:
|
|
aot_gpr_31 = (0x08AD4518u);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
goto L_08AD613C;
|
|
L_08AD4518:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD4524u);
|
|
aot_gpr_5 = (ctx.gpr[2] | 0u);
|
|
goto L_08AD6EB4;
|
|
L_08AD4524:
|
|
{ const bool branch_taken = ctx.gpr[2] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4544;
|
|
}
|
|
goto L_08AD452C;
|
|
}
|
|
L_08AD452C:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[18] + static_cast<std::uint32_t>(8)));
|
|
aot_gpr_5 = (0u | 1u);
|
|
if (aot_gpr_4 != aot_gpr_5) {
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(164)));
|
|
goto L_08AD454C;
|
|
}
|
|
goto L_08AD453C;
|
|
L_08AD453C:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4620;
|
|
}
|
|
goto L_08AD4544;
|
|
}
|
|
L_08AD4544:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4768;
|
|
}
|
|
goto L_08AD454C;
|
|
}
|
|
L_08AD454C:
|
|
aot_gpr_5 = (aot_gpr_17 + static_cast<std::uint32_t>(164));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), aot_gpr_4);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(8)));
|
|
aot_gpr_5 = (aot_gpr_5 - 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(16), aot_gpr_5);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_4);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(16)));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_4);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
|
|
aot_gpr_4 = (aot_gpr_5 ^ aot_gpr_4);
|
|
aot_gpr_4 = (aot_gpr_4 < static_cast<std::uint32_t>(1) ? 1u : 0u);
|
|
aot_gpr_4 = (aot_gpr_4 & 255u);
|
|
aot_gpr_4 = (aot_gpr_4 < static_cast<std::uint32_t>(1) ? 1u : 0u);
|
|
aot_gpr_4 = (aot_gpr_4 & 255u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4618;
|
|
}
|
|
goto L_08AD4590;
|
|
}
|
|
L_08AD4590:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(8)));
|
|
if (aot_gpr_5 != aot_gpr_16) {
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
|
|
goto L_08AD45D8;
|
|
}
|
|
goto L_08AD45A0;
|
|
L_08AD45A0:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(16)));
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD45C8;
|
|
}
|
|
goto L_08AD45AC;
|
|
}
|
|
L_08AD45AC:
|
|
aot_gpr_5 = (0u + static_cast<std::uint32_t>(-1));
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(16)));
|
|
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(8), aot_gpr_5);
|
|
aot_gpr_31 = (0x08AD45C0u);
|
|
aot_gpr_4 = (ctx.gpr[6] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0077_entry, 77u, 278u, 0x08939138u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD45C0u) goto L_08AD45C0;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD45C0:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD45D0;
|
|
}
|
|
goto L_08AD45C8;
|
|
}
|
|
L_08AD45C8:
|
|
aot_gpr_31 = (0x08AD45D0u);
|
|
aot_gpr_5 = (0u | 3u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 709u, 0x08AD3CC4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD45D0u) goto L_08AD45D0;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD45D0:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4618;
|
|
}
|
|
goto L_08AD45D8;
|
|
}
|
|
L_08AD45D8:
|
|
aot_gpr_5 = (aot_gpr_17 + static_cast<std::uint32_t>(164));
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
aot_gpr_5 = (aot_gpr_5 - 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(16), aot_gpr_5);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_4);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(16)));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_4);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
|
|
aot_gpr_4 = (aot_gpr_5 ^ aot_gpr_4);
|
|
aot_gpr_4 = (aot_gpr_4 < static_cast<std::uint32_t>(1) ? 1u : 0u);
|
|
aot_gpr_4 = (aot_gpr_4 & 255u);
|
|
aot_gpr_4 = (aot_gpr_4 < static_cast<std::uint32_t>(1) ? 1u : 0u);
|
|
aot_gpr_4 = (aot_gpr_4 & 255u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4590;
|
|
}
|
|
goto L_08AD4618;
|
|
}
|
|
L_08AD4618:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_mem.aot_direct_store8(ctx.gpr[18] + static_cast<std::uint32_t>(8), static_cast<std::uint8_t>(0u));
|
|
if (branch_taken) {
|
|
goto L_08AD4768;
|
|
}
|
|
goto L_08AD4620;
|
|
}
|
|
L_08AD4620:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(8)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_16) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4680;
|
|
}
|
|
goto L_08AD4630;
|
|
}
|
|
L_08AD4630:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7656)));
|
|
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_16) < static_cast<std::int32_t>(aot_gpr_5) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
aot_gpr_4 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD4650;
|
|
}
|
|
goto L_08AD4640;
|
|
}
|
|
L_08AD4640:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(24)));
|
|
aot_gpr_5 = (aot_gpr_16 << 2u);
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD4650;
|
|
L_08AD4650:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(36)));
|
|
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(24));
|
|
ctx.gpr[6] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_5 + static_cast<std::uint32_t>(0))))));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(4)));
|
|
jump_target = aot_gpr_5;
|
|
aot_gpr_31 = (0x08AD4668u);
|
|
aot_gpr_4 = (aot_gpr_4 + ctx.gpr[6]);
|
|
ctx.pc = jump_target;
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_call(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4668u) goto L_08AD4668;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4668:
|
|
aot_gpr_4 = (2232u << 16u);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD4678u);
|
|
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(16260));
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 699u, 0x08AD3C1Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4678u) goto L_08AD4678;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4678:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4708;
|
|
}
|
|
goto L_08AD4680;
|
|
}
|
|
L_08AD4680:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(12)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_16) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD46AC;
|
|
}
|
|
goto L_08AD4690;
|
|
}
|
|
L_08AD4690:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD469Cu);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
goto L_08AD6130;
|
|
L_08AD469C:
|
|
aot_gpr_31 = (0x08AD46A4u);
|
|
aot_gpr_4 = (ctx.gpr[2] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0170_entry, 170u, 621u, 0x08AAEEA8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD46A4u) goto L_08AD46A4;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD46A4:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4708;
|
|
}
|
|
goto L_08AD46AC;
|
|
}
|
|
L_08AD46AC:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(16)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_16) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD46D8;
|
|
}
|
|
goto L_08AD46BC;
|
|
}
|
|
L_08AD46BC:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD46C8u);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
goto L_08AD6124;
|
|
L_08AD46C8:
|
|
aot_gpr_31 = (0x08AD46D0u);
|
|
aot_gpr_4 = (ctx.gpr[2] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0001_entry, 1u, 218u, 0x088093ACu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD46D0u) goto L_08AD46D0;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD46D0:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4708;
|
|
}
|
|
goto L_08AD46D8;
|
|
}
|
|
L_08AD46D8:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5836)));
|
|
if (aot_gpr_4 != 0u) {
|
|
ctx.gpr[19] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5836)));
|
|
goto L_08AD46F0;
|
|
}
|
|
goto L_08AD46E4;
|
|
L_08AD46E4:
|
|
aot_gpr_31 = (0x08AD46ECu);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_direct<&recomp_unit_0216_entry, 216u, 313u, 0x08B65564u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD46ECu) goto L_08AD46EC;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD46EC:
|
|
ctx.gpr[19] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5836)));
|
|
goto L_08AD46F0;
|
|
L_08AD46F0:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD46FCu);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
goto L_08AD613C;
|
|
L_08AD46FC:
|
|
aot_gpr_4 = (ctx.gpr[19] | 0u);
|
|
aot_gpr_31 = (0x08AD4708u);
|
|
aot_gpr_5 = (ctx.gpr[2] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0078_entry, 78u, 556u, 0x0893E35Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4708u) goto L_08AD4708;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4708:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(0)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
aot_gpr_4 = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD471C;
|
|
}
|
|
goto L_08AD4714;
|
|
}
|
|
L_08AD4714:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_gpr_4 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD471C;
|
|
}
|
|
goto L_08AD471C;
|
|
}
|
|
L_08AD471C:
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD473C;
|
|
}
|
|
goto L_08AD4724;
|
|
}
|
|
L_08AD4724:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(4)));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(0)));
|
|
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(4), aot_gpr_4);
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(0)));
|
|
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(0), aot_gpr_5);
|
|
aot_mem.aot_direct_store32(ctx.gpr[18] + static_cast<std::uint32_t>(0), 0u);
|
|
goto L_08AD473C;
|
|
L_08AD473C:
|
|
aot_mem.aot_direct_store8(ctx.gpr[18] + static_cast<std::uint32_t>(8), static_cast<std::uint8_t>(0u));
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD474Cu);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD474Cu) goto L_08AD474C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD474C:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[2] + static_cast<std::uint32_t>(16)));
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_5 = (aot_gpr_5 << 11u);
|
|
ctx.gpr[6] = (0u + aot_gpr_5);
|
|
ctx.gpr[6] = (0u - ctx.gpr[6]);
|
|
aot_gpr_31 = (0x08AD4768u);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
goto L_08AD6F80;
|
|
L_08AD4768:
|
|
{ std::uint32_t aot_run_words[5]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(24), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_gpr_17 = aot_run_words[1];
|
|
ctx.gpr[18] = aot_run_words[2];
|
|
ctx.gpr[19] = aot_run_words[3];
|
|
aot_gpr_31 = aot_run_words[4];
|
|
}
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(48));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD4784:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
|
|
aot_gpr_16 = (aot_gpr_4 | 0u);
|
|
{ const std::uint32_t aot_run_words[3]{aot_gpr_17, ctx.gpr[18], aot_gpr_31};
|
|
aot_mem.aot_direct_store32_block(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_run_words); }
|
|
aot_gpr_17 = (0u | 0u);
|
|
goto L_08AD47A0;
|
|
L_08AD47A0:
|
|
aot_gpr_31 = (0x08AD47A8u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 639u, 0x08AD38A0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD47A8u) goto L_08AD47A8;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD47A8:
|
|
aot_gpr_17 = (aot_gpr_17 + static_cast<std::uint32_t>(1));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_17) < 20 ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD47A0;
|
|
}
|
|
goto L_08AD47B8;
|
|
}
|
|
L_08AD47B8:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(8)));
|
|
ctx.gpr[18] = (0u | 400u);
|
|
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;
|
|
aot_gpr_17 = (0u | 1600u);
|
|
if (branch_taken) {
|
|
goto L_08AD4838;
|
|
}
|
|
goto L_08AD47CC;
|
|
}
|
|
L_08AD47CC:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD47D8u);
|
|
aot_gpr_5 = (ctx.gpr[18] | 0u);
|
|
goto L_08AD4E34;
|
|
L_08AD47D8:
|
|
{ const bool branch_taken = ctx.gpr[2] == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4824;
|
|
}
|
|
goto L_08AD47E0;
|
|
}
|
|
L_08AD47E0:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7656)));
|
|
aot_gpr_5 = (static_cast<std::int32_t>(ctx.gpr[18]) < static_cast<std::int32_t>(aot_gpr_5) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
aot_gpr_4 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD47FC;
|
|
}
|
|
goto L_08AD47F0;
|
|
}
|
|
L_08AD47F0:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(24)));
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_17);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD47FC;
|
|
L_08AD47FC:
|
|
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(28))))));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4824;
|
|
}
|
|
goto L_08AD4808;
|
|
}
|
|
L_08AD4808:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD4814u);
|
|
aot_gpr_5 = (ctx.gpr[18] | 0u);
|
|
goto L_08AD43F0;
|
|
L_08AD4814:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD4820u);
|
|
aot_gpr_5 = (ctx.gpr[18] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4820u) goto L_08AD4820;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4820:
|
|
aot_mem.aot_direct_store8(ctx.gpr[2] + static_cast<std::uint32_t>(9), static_cast<std::uint8_t>(0u));
|
|
goto L_08AD4824;
|
|
L_08AD4824:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(8)));
|
|
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(1));
|
|
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;
|
|
aot_gpr_17 = (aot_gpr_17 + static_cast<std::uint32_t>(4));
|
|
if (branch_taken) {
|
|
goto L_08AD47CC;
|
|
}
|
|
goto L_08AD4838;
|
|
}
|
|
L_08AD4838:
|
|
{ std::uint32_t aot_run_words[4]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_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;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD4850:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-32));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_17);
|
|
aot_gpr_17 = (aot_gpr_4 + static_cast<std::uint32_t>(156));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
|
|
aot_gpr_17 = (aot_gpr_17 - 0u);
|
|
aot_gpr_16 = (aot_gpr_4 | 0u);
|
|
{ const std::uint32_t aot_run_words[5]{ctx.gpr[18], ctx.gpr[19], ctx.gpr[20], ctx.gpr[21], aot_gpr_31};
|
|
aot_mem.aot_direct_store32_block(aot_gpr_29 + static_cast<std::uint32_t>(8), aot_run_words); }
|
|
ctx.gpr[18] = (0u | 0u);
|
|
goto L_08AD4880;
|
|
L_08AD4880:
|
|
aot_gpr_31 = (0x08AD4888u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 639u, 0x08AD38A0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4888u) goto L_08AD4888;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4888:
|
|
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(1));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[18]) < 20 ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4880;
|
|
}
|
|
goto L_08AD4898;
|
|
}
|
|
L_08AD4898:
|
|
ctx.gpr[20] = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(156)));
|
|
{ const bool branch_taken = ctx.gpr[20] == aot_gpr_17;
|
|
ctx.gpr[19] = (0u | 20u);
|
|
if (branch_taken) {
|
|
goto L_08AD4988;
|
|
}
|
|
goto L_08AD48A4;
|
|
}
|
|
L_08AD48A4:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(152)));
|
|
goto L_08AD48A8;
|
|
L_08AD48A8:
|
|
aot_gpr_4 = (ctx.gpr[20] - aot_gpr_4);
|
|
{ const std::int32_t dividend = static_cast<std::int32_t>(aot_gpr_4); const std::int32_t divisor = static_cast<std::int32_t>(ctx.gpr[19]); if (divisor == 0) { ctx.lo = dividend >= 0 ? 0xFFFFFFFFu : 1u; ctx.hi = static_cast<std::uint32_t>(dividend); } else if (dividend == static_cast<std::int32_t>(0x80000000u) && divisor == -1) { ctx.lo = 0x80000000u; ctx.hi = 0u; } else { ctx.lo = static_cast<std::uint32_t>(dividend / divisor); ctx.hi = static_cast<std::uint32_t>(dividend % divisor); } }
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(8)));
|
|
ctx.gpr[18] = (ctx.lo);
|
|
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;
|
|
ctx.gpr[20] = (aot_mem.aot_direct_load32(ctx.gpr[20] + static_cast<std::uint32_t>(0)));
|
|
if (branch_taken) {
|
|
goto L_08AD4904;
|
|
}
|
|
goto L_08AD48C4;
|
|
}
|
|
L_08AD48C4:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7656)));
|
|
aot_gpr_5 = (static_cast<std::int32_t>(ctx.gpr[18]) < static_cast<std::int32_t>(aot_gpr_5) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
aot_gpr_4 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD48E4;
|
|
}
|
|
goto L_08AD48D4;
|
|
}
|
|
L_08AD48D4:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(24)));
|
|
aot_gpr_5 = (ctx.gpr[18] << 2u);
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD48E4;
|
|
L_08AD48E4:
|
|
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(28))))));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4980;
|
|
}
|
|
goto L_08AD48F0;
|
|
}
|
|
L_08AD48F0:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD48FCu);
|
|
aot_gpr_5 = (ctx.gpr[18] | 0u);
|
|
goto L_08AD43F0;
|
|
L_08AD48FC:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[20] = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(156)));
|
|
if (branch_taken) {
|
|
goto L_08AD4980;
|
|
}
|
|
goto L_08AD4904;
|
|
}
|
|
L_08AD4904:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(12)));
|
|
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_08AD4958;
|
|
}
|
|
goto L_08AD4914;
|
|
}
|
|
L_08AD4914:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD4920u);
|
|
aot_gpr_5 = (ctx.gpr[18] | 0u);
|
|
goto L_08AD6130;
|
|
L_08AD4920:
|
|
ctx.gpr[21] = (ctx.gpr[2] | 0u);
|
|
aot_gpr_31 = (0x08AD492Cu);
|
|
aot_gpr_4 = (ctx.gpr[21] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0170_entry, 170u, 687u, 0x08AAF2ACu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD492Cu) goto L_08AD492C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD492C:
|
|
{ const bool branch_taken = ctx.gpr[2] != 0u;
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD4950;
|
|
}
|
|
goto L_08AD4934;
|
|
}
|
|
L_08AD4934:
|
|
aot_gpr_31 = (0x08AD493Cu);
|
|
aot_gpr_5 = (ctx.gpr[21] | 0u);
|
|
goto L_08AD6E34;
|
|
L_08AD493C:
|
|
{ const bool branch_taken = ctx.gpr[2] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4950;
|
|
}
|
|
goto L_08AD4944;
|
|
}
|
|
L_08AD4944:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD4950u);
|
|
aot_gpr_5 = (ctx.gpr[18] | 0u);
|
|
goto L_08AD43F0;
|
|
L_08AD4950:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4980;
|
|
}
|
|
goto L_08AD4958;
|
|
}
|
|
L_08AD4958:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(16)));
|
|
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_08AD4980;
|
|
}
|
|
goto L_08AD4968;
|
|
}
|
|
L_08AD4968:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD4974u);
|
|
aot_gpr_5 = (ctx.gpr[18] | 0u);
|
|
goto L_08AD6124;
|
|
L_08AD4974:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD4980u);
|
|
aot_gpr_5 = (ctx.gpr[18] | 0u);
|
|
goto L_08AD43F0;
|
|
L_08AD4980:
|
|
if (ctx.gpr[20] != aot_gpr_17) {
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(152)));
|
|
goto L_08AD48A8;
|
|
}
|
|
goto L_08AD4988;
|
|
L_08AD4988:
|
|
{ std::uint32_t aot_run_words[7]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_gpr_17 = aot_run_words[1];
|
|
ctx.gpr[18] = aot_run_words[2];
|
|
ctx.gpr[19] = aot_run_words[3];
|
|
ctx.gpr[20] = aot_run_words[4];
|
|
ctx.gpr[21] = aot_run_words[5];
|
|
aot_gpr_31 = aot_run_words[6];
|
|
}
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(32));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD49AC:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-576));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(568), ctx.gpr[30]);
|
|
ctx.gpr[6] = (ctx.gpr[6] & 255u);
|
|
ctx.gpr[30] = (aot_gpr_5 & 255u);
|
|
aot_gpr_5 = (0u | 1u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(528), ctx.gpr[6]);
|
|
aot_mem.aot_direct_store8(aot_gpr_4 + static_cast<std::uint32_t>(185), static_cast<std::uint8_t>(aot_gpr_5));
|
|
aot_gpr_5 = (0u | 0u);
|
|
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(532), static_cast<std::uint8_t>(aot_gpr_5));
|
|
aot_gpr_5 = (2236u << 16u);
|
|
ctx.gpr[6] = (aot_gpr_4 + static_cast<std::uint32_t>(164));
|
|
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(31984));
|
|
ctx.gpr[6] = (ctx.gpr[6] - 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(524), aot_gpr_5);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(560), ctx.gpr[22]);
|
|
ctx.gpr[22] = (aot_gpr_4 | 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(520), ctx.gpr[6]);
|
|
{ const std::uint32_t aot_run_words[6]{aot_gpr_16, aot_gpr_17, ctx.gpr[18], ctx.gpr[19], ctx.gpr[20], ctx.gpr[21]};
|
|
aot_mem.aot_direct_store32_block(aot_gpr_29 + static_cast<std::uint32_t>(536), aot_run_words); }
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(564), ctx.gpr[23]);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(572), aot_gpr_31);
|
|
goto L_08AD4A10;
|
|
L_08AD4A10:
|
|
aot_gpr_4 = (0u | 1u);
|
|
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(516), static_cast<std::uint8_t>(aot_gpr_4));
|
|
aot_gpr_16 = (aot_mem.aot_direct_load32(ctx.gpr[22] + static_cast<std::uint32_t>(164)));
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(520)));
|
|
{ const bool branch_taken = aot_gpr_16 == aot_gpr_4;
|
|
ctx.gpr[21] = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD4BB8;
|
|
}
|
|
goto L_08AD4A28;
|
|
}
|
|
L_08AD4A28:
|
|
ctx.gpr[19] = (aot_gpr_29 | 0u);
|
|
goto L_08AD4A2C;
|
|
L_08AD4A2C:
|
|
ctx.gpr[23] = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
|
|
ctx.gpr[18] = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(8)));
|
|
{ const bool branch_taken = static_cast<std::int32_t>(ctx.gpr[18]) < 0;
|
|
aot_gpr_17 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD4A4C;
|
|
}
|
|
goto L_08AD4A3C;
|
|
}
|
|
L_08AD4A3C:
|
|
aot_gpr_4 = (ctx.gpr[22] | 0u);
|
|
aot_gpr_31 = (0x08AD4A48u);
|
|
aot_gpr_5 = (ctx.gpr[18] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4A48u) goto L_08AD4A48;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4A48:
|
|
aot_gpr_17 = (ctx.gpr[2] | 0u);
|
|
goto L_08AD4A4C;
|
|
L_08AD4A4C:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(528)));
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
ctx.gpr[20] = (aot_gpr_17 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD4A70;
|
|
}
|
|
goto L_08AD4A58;
|
|
}
|
|
L_08AD4A58:
|
|
{ const bool branch_taken = aot_gpr_17 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4BA8;
|
|
}
|
|
goto L_08AD4A60;
|
|
}
|
|
L_08AD4A60:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[20] + static_cast<std::uint32_t>(9)));
|
|
aot_gpr_4 = (aot_gpr_4 & 32u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4BA8;
|
|
}
|
|
goto L_08AD4A70;
|
|
}
|
|
L_08AD4A70:
|
|
aot_gpr_4 = (0u | 0u);
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(12)));
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(516), static_cast<std::uint8_t>(aot_gpr_4));
|
|
if (branch_taken) {
|
|
goto L_08AD4A94;
|
|
}
|
|
goto L_08AD4A80;
|
|
}
|
|
L_08AD4A80:
|
|
aot_gpr_4 = (ctx.gpr[22] | 0u);
|
|
aot_gpr_31 = (0x08AD4A8Cu);
|
|
aot_gpr_5 = (ctx.gpr[18] | 0u);
|
|
goto L_08AD4D20;
|
|
L_08AD4A8C:
|
|
{ const bool branch_taken = ctx.gpr[2] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4AC4;
|
|
}
|
|
goto L_08AD4A94;
|
|
}
|
|
L_08AD4A94:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(12)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4AAC;
|
|
}
|
|
goto L_08AD4AA0;
|
|
}
|
|
L_08AD4AA0:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD4AACu);
|
|
aot_gpr_5 = (0u | 3u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 709u, 0x08AD3CC4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4AACu) goto L_08AD4AAC;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4AAC:
|
|
aot_mem.aot_direct_store32(ctx.gpr[19] + static_cast<std::uint32_t>(0), ctx.gpr[18]);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[20] + static_cast<std::uint32_t>(9)));
|
|
ctx.gpr[21] = (ctx.gpr[21] + static_cast<std::uint32_t>(1));
|
|
aot_mem.aot_direct_store32(ctx.gpr[19] + static_cast<std::uint32_t>(256), aot_gpr_4);
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[19] = (ctx.gpr[19] + static_cast<std::uint32_t>(4));
|
|
if (branch_taken) {
|
|
goto L_08AD4BA8;
|
|
}
|
|
goto L_08AD4AC4;
|
|
}
|
|
L_08AD4AC4:
|
|
{ const bool branch_taken = ctx.gpr[30] != 0u;
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(512), 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD4AE0;
|
|
}
|
|
goto L_08AD4ACC;
|
|
}
|
|
L_08AD4ACC:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(16)));
|
|
aot_gpr_31 = (0x08AD4AD8u);
|
|
aot_gpr_5 = (aot_gpr_29 + static_cast<std::uint32_t>(512));
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0077_entry, 77u, 282u, 0x08939174u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4AD8u) goto L_08AD4AD8;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4AD8:
|
|
{ const bool branch_taken = ctx.gpr[2] == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4BA8;
|
|
}
|
|
goto L_08AD4AE0;
|
|
}
|
|
L_08AD4AE0:
|
|
{ const bool branch_taken = ctx.gpr[30] == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4AF4;
|
|
}
|
|
goto L_08AD4AE8;
|
|
}
|
|
L_08AD4AE8:
|
|
aot_gpr_31 = (0x08AD4AF0u);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(16)));
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0077_entry, 77u, 286u, 0x089391C0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4AF0u) goto L_08AD4AF0;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4AF0:
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(512), ctx.gpr[2]);
|
|
goto L_08AD4AF4;
|
|
L_08AD4AF4:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(524)));
|
|
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(16), 0u);
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(12)));
|
|
aot_gpr_31 = (0x08AD4B08u);
|
|
ctx.gpr[6] = (0u | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0174_entry, 174u, 563u, 0x08ABE988u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4B08u) goto L_08AD4B08;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4B08:
|
|
{ const bool branch_taken = aot_gpr_17 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4B24;
|
|
}
|
|
goto L_08AD4B10;
|
|
}
|
|
L_08AD4B10:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD4B1Cu);
|
|
aot_gpr_5 = (0u | 3u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 709u, 0x08AD3CC4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4B1Cu) goto L_08AD4B1C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4B1C:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4BA8;
|
|
}
|
|
goto L_08AD4B24;
|
|
}
|
|
L_08AD4B24:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(512)));
|
|
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_4) <= 0;
|
|
aot_gpr_5 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD4B48;
|
|
}
|
|
goto L_08AD4B30;
|
|
}
|
|
L_08AD4B30:
|
|
aot_gpr_5 = (aot_gpr_4 + static_cast<std::uint32_t>(2047));
|
|
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_5) >> 11u));
|
|
aot_gpr_5 = (aot_gpr_5 >> 21u);
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
|
|
aot_gpr_5 = (aot_gpr_4 + static_cast<std::uint32_t>(2047));
|
|
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(aot_gpr_5) >> 11u));
|
|
goto L_08AD4B48;
|
|
L_08AD4B48:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[20] + static_cast<std::uint32_t>(16)));
|
|
{ const bool branch_taken = aot_gpr_5 != aot_gpr_4;
|
|
if (branch_taken) {
|
|
goto L_08AD4B88;
|
|
}
|
|
goto L_08AD4B54;
|
|
}
|
|
L_08AD4B54:
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(12)));
|
|
aot_gpr_4 = (ctx.gpr[22] | 0u);
|
|
aot_gpr_31 = (0x08AD4B64u);
|
|
aot_gpr_5 = (ctx.gpr[18] | 0u);
|
|
goto L_08AD66D8;
|
|
L_08AD4B64:
|
|
{ const bool branch_taken = ctx.gpr[2] == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4B88;
|
|
}
|
|
goto L_08AD4B6C;
|
|
}
|
|
L_08AD4B6C:
|
|
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(12), 0u);
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD4B7Cu);
|
|
aot_gpr_5 = (0u | 3u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 709u, 0x08AD3CC4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4B7Cu) goto L_08AD4B7C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4B7C:
|
|
aot_gpr_4 = (0u | 1u);
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_mem.aot_direct_store8(aot_gpr_29 + static_cast<std::uint32_t>(532), static_cast<std::uint8_t>(aot_gpr_4));
|
|
if (branch_taken) {
|
|
goto L_08AD4BA8;
|
|
}
|
|
goto L_08AD4B88;
|
|
}
|
|
L_08AD4B88:
|
|
aot_gpr_4 = (ctx.gpr[22] | 0u);
|
|
aot_gpr_31 = (0x08AD4B94u);
|
|
aot_gpr_5 = (ctx.gpr[18] | 0u);
|
|
goto L_08AD43F0;
|
|
L_08AD4B94:
|
|
aot_mem.aot_direct_store32(ctx.gpr[19] + static_cast<std::uint32_t>(0), ctx.gpr[18]);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[20] + static_cast<std::uint32_t>(9)));
|
|
ctx.gpr[21] = (ctx.gpr[21] + static_cast<std::uint32_t>(1));
|
|
aot_mem.aot_direct_store32(ctx.gpr[19] + static_cast<std::uint32_t>(256), aot_gpr_4);
|
|
ctx.gpr[19] = (ctx.gpr[19] + static_cast<std::uint32_t>(4));
|
|
goto L_08AD4BA8;
|
|
L_08AD4BA8:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(520)));
|
|
aot_gpr_16 = (ctx.gpr[23] | 0u);
|
|
{ const bool branch_taken = aot_gpr_16 != aot_gpr_4;
|
|
if (branch_taken) {
|
|
goto L_08AD4A2C;
|
|
}
|
|
goto L_08AD4BB8;
|
|
}
|
|
L_08AD4BB8:
|
|
aot_gpr_17 = (0u | 0u);
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_17) < static_cast<std::int32_t>(ctx.gpr[21]) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
aot_gpr_16 = (aot_gpr_29 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD4BEC;
|
|
}
|
|
goto L_08AD4BC8;
|
|
}
|
|
L_08AD4BC8:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(256)));
|
|
aot_gpr_4 = (ctx.gpr[22] | 0u);
|
|
aot_gpr_31 = (0x08AD4BDCu);
|
|
ctx.gpr[7] = (0u | 0u);
|
|
goto L_08AD4040;
|
|
L_08AD4BDC:
|
|
aot_gpr_17 = (aot_gpr_17 + static_cast<std::uint32_t>(1));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_17) < static_cast<std::int32_t>(ctx.gpr[21]) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
aot_gpr_16 = (aot_gpr_16 + static_cast<std::uint32_t>(4));
|
|
if (branch_taken) {
|
|
goto L_08AD4BC8;
|
|
}
|
|
goto L_08AD4BEC;
|
|
}
|
|
L_08AD4BEC:
|
|
{ const bool branch_taken = ctx.gpr[30] == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4C00;
|
|
}
|
|
goto L_08AD4BF4;
|
|
}
|
|
L_08AD4BF4:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_29 + static_cast<std::uint32_t>(516)));
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4A10;
|
|
}
|
|
goto L_08AD4C00;
|
|
}
|
|
L_08AD4C00:
|
|
aot_mem.aot_direct_store8(ctx.gpr[22] + static_cast<std::uint32_t>(185), static_cast<std::uint8_t>(0u));
|
|
ctx.gpr[2] = (aot_mem.aot_direct_load8(aot_gpr_29 + static_cast<std::uint32_t>(532)));
|
|
{ std::uint32_t aot_run_words[10]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(536), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_gpr_17 = aot_run_words[1];
|
|
ctx.gpr[18] = aot_run_words[2];
|
|
ctx.gpr[19] = aot_run_words[3];
|
|
ctx.gpr[20] = aot_run_words[4];
|
|
ctx.gpr[21] = aot_run_words[5];
|
|
ctx.gpr[22] = aot_run_words[6];
|
|
ctx.gpr[23] = aot_run_words[7];
|
|
ctx.gpr[30] = aot_run_words[8];
|
|
aot_gpr_31 = aot_run_words[9];
|
|
}
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(576));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD4C38:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-32));
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(8)));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_17);
|
|
aot_gpr_17 = (aot_gpr_4 | 0u);
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_5) < static_cast<std::int32_t>(ctx.gpr[6]) ? 1u : 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
|
|
{ const std::uint32_t aot_run_words[5]{ctx.gpr[18], ctx.gpr[19], ctx.gpr[20], ctx.gpr[21], aot_gpr_31};
|
|
aot_mem.aot_direct_store32_block(aot_gpr_29 + static_cast<std::uint32_t>(8), aot_run_words); }
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
aot_gpr_16 = (aot_gpr_5 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD4CFC;
|
|
}
|
|
goto L_08AD4C6C;
|
|
}
|
|
L_08AD4C6C:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7656)));
|
|
ctx.gpr[20] = (0u | 0u);
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_16) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
ctx.gpr[18] = (0u + static_cast<std::uint32_t>(-1));
|
|
if (branch_taken) {
|
|
goto L_08AD4C90;
|
|
}
|
|
goto L_08AD4C80;
|
|
}
|
|
L_08AD4C80:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(24)));
|
|
aot_gpr_5 = (aot_gpr_16 << 2u);
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
|
|
ctx.gpr[20] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD4C90;
|
|
L_08AD4C90:
|
|
ctx.gpr[19] = (ctx.gpr[20] | 0u);
|
|
ctx.gpr[21] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(ctx.gpr[19] + static_cast<std::uint32_t>(30))))));
|
|
{ const bool branch_taken = ctx.gpr[21] == ctx.gpr[18];
|
|
if (branch_taken) {
|
|
goto L_08AD4CB8;
|
|
}
|
|
goto L_08AD4CA0;
|
|
}
|
|
L_08AD4CA0:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD4CACu);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4CACu) goto L_08AD4CAC;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4CAC:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load8(ctx.gpr[2] + static_cast<std::uint32_t>(9)));
|
|
aot_gpr_31 = (0x08AD4CB8u);
|
|
aot_gpr_4 = (ctx.gpr[21] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 559u, 0x08AD3374u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4CB8u) goto L_08AD4CB8;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4CB8:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[19] + static_cast<std::uint32_t>(36)));
|
|
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(72));
|
|
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(0))))));
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
|
|
jump_target = ctx.gpr[6];
|
|
aot_gpr_31 = (0x08AD4CD0u);
|
|
aot_gpr_4 = (ctx.gpr[20] + aot_gpr_5);
|
|
ctx.pc = jump_target;
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_call(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4CD0u) goto L_08AD4CD0;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4CD0:
|
|
ctx.gpr[20] = (ctx.gpr[2] | 0u);
|
|
{ const bool branch_taken = ctx.gpr[20] == ctx.gpr[18];
|
|
if (branch_taken) {
|
|
goto L_08AD4CFC;
|
|
}
|
|
goto L_08AD4CDC;
|
|
}
|
|
L_08AD4CDC:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD4CE8u);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4CE8u) goto L_08AD4CE8;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4CE8:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load8(ctx.gpr[2] + static_cast<std::uint32_t>(9)));
|
|
aot_gpr_4 = (ctx.gpr[20] | 0u);
|
|
aot_gpr_5 = (aot_gpr_5 & 32u);
|
|
aot_gpr_31 = (0x08AD4CFCu);
|
|
aot_gpr_5 = (aot_gpr_5 | 4u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 556u, 0x08AD3328u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4CFCu) goto L_08AD4CFC;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4CFC:
|
|
{ std::uint32_t aot_run_words[7]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_gpr_17 = aot_run_words[1];
|
|
ctx.gpr[18] = aot_run_words[2];
|
|
ctx.gpr[19] = aot_run_words[3];
|
|
ctx.gpr[20] = aot_run_words[4];
|
|
ctx.gpr[21] = aot_run_words[5];
|
|
aot_gpr_31 = aot_run_words[6];
|
|
}
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(32));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD4D20:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-32));
|
|
{ const std::uint32_t aot_run_words[6]{aot_gpr_16, aot_gpr_17, ctx.gpr[18], ctx.gpr[19], ctx.gpr[20], aot_gpr_31};
|
|
aot_mem.aot_direct_store32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words); }
|
|
{ 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_08AD4E10;
|
|
}
|
|
goto L_08AD4D44;
|
|
}
|
|
L_08AD4D44:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(8)));
|
|
ctx.gpr[6] = (static_cast<std::int32_t>(aot_gpr_5) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
{ const bool branch_taken = ctx.gpr[6] == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4E10;
|
|
}
|
|
goto L_08AD4D54;
|
|
}
|
|
L_08AD4D54:
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7656)));
|
|
ctx.gpr[19] = (0u | 0u);
|
|
ctx.gpr[6] = (static_cast<std::int32_t>(aot_gpr_5) < static_cast<std::int32_t>(ctx.gpr[6]) ? 1u : 0u);
|
|
{ const bool branch_taken = ctx.gpr[6] == 0u;
|
|
aot_gpr_17 = (0u + static_cast<std::uint32_t>(-1));
|
|
if (branch_taken) {
|
|
goto L_08AD4D78;
|
|
}
|
|
goto L_08AD4D68;
|
|
}
|
|
L_08AD4D68:
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(24)));
|
|
aot_gpr_5 = (aot_gpr_5 << 2u);
|
|
aot_gpr_5 = (ctx.gpr[6] + aot_gpr_5);
|
|
ctx.gpr[19] = (aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD4D78;
|
|
L_08AD4D78:
|
|
ctx.gpr[18] = (ctx.gpr[19] | 0u);
|
|
ctx.gpr[20] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(ctx.gpr[18] + static_cast<std::uint32_t>(30))))));
|
|
{ const bool branch_taken = ctx.gpr[20] == aot_gpr_17;
|
|
if (branch_taken) {
|
|
goto L_08AD4DCC;
|
|
}
|
|
goto L_08AD4D88;
|
|
}
|
|
L_08AD4D88:
|
|
aot_gpr_5 = (aot_gpr_4 + ctx.gpr[20]);
|
|
aot_gpr_31 = (0x08AD4D94u);
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4D94u) goto L_08AD4D94;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4D94:
|
|
aot_gpr_4 = (ctx.gpr[2] | 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4DCC;
|
|
}
|
|
goto L_08AD4DA0;
|
|
}
|
|
L_08AD4DA0:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(16)));
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4DCC;
|
|
}
|
|
goto L_08AD4DAC;
|
|
}
|
|
L_08AD4DAC:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(8)));
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD4DBCu);
|
|
aot_gpr_5 = (aot_gpr_5 + ctx.gpr[20]);
|
|
goto L_08AD4E34;
|
|
L_08AD4DBC:
|
|
{ const bool branch_taken = ctx.gpr[2] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4DCC;
|
|
}
|
|
goto L_08AD4DC4;
|
|
}
|
|
L_08AD4DC4:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[2] = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD4E14;
|
|
}
|
|
goto L_08AD4DCC;
|
|
}
|
|
L_08AD4DCC:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(36)));
|
|
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(72));
|
|
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(0))))));
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
|
|
jump_target = ctx.gpr[6];
|
|
aot_gpr_31 = (0x08AD4DE4u);
|
|
aot_gpr_4 = (ctx.gpr[19] + aot_gpr_5);
|
|
ctx.pc = jump_target;
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_call(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4DE4u) goto L_08AD4DE4;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4DE4:
|
|
ctx.gpr[19] = (ctx.gpr[2] | 0u);
|
|
{ const bool branch_taken = ctx.gpr[19] == aot_gpr_17;
|
|
if (branch_taken) {
|
|
goto L_08AD4E10;
|
|
}
|
|
goto L_08AD4DF0;
|
|
}
|
|
L_08AD4DF0:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(16)));
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD4E00u);
|
|
aot_gpr_5 = (aot_gpr_5 + ctx.gpr[19]);
|
|
goto L_08AD4E34;
|
|
L_08AD4E00:
|
|
{ const bool branch_taken = ctx.gpr[2] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4E10;
|
|
}
|
|
goto L_08AD4E08;
|
|
}
|
|
L_08AD4E08:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[2] = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD4E14;
|
|
}
|
|
goto L_08AD4E10;
|
|
}
|
|
L_08AD4E10:
|
|
ctx.gpr[2] = (0u | 1u);
|
|
goto L_08AD4E14;
|
|
L_08AD4E14:
|
|
{ std::uint32_t aot_run_words[6]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_gpr_17 = aot_run_words[1];
|
|
ctx.gpr[18] = aot_run_words[2];
|
|
ctx.gpr[19] = aot_run_words[3];
|
|
ctx.gpr[20] = aot_run_words[4];
|
|
aot_gpr_31 = aot_run_words[5];
|
|
}
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(32));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD4E34:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_31);
|
|
aot_gpr_31 = (0x08AD4E44u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4E44u) goto L_08AD4E44;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4E44:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[2] + static_cast<std::uint32_t>(8)));
|
|
ctx.gpr[2] = (aot_gpr_4 ^ 1u);
|
|
ctx.gpr[2] = (ctx.gpr[2] < static_cast<std::uint32_t>(1) ? 1u : 0u);
|
|
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD4E5C:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_17);
|
|
aot_gpr_17 = (aot_gpr_4 | 0u);
|
|
aot_gpr_16 = (aot_gpr_5 | 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), ctx.gpr[18]);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(12), aot_gpr_31);
|
|
aot_gpr_31 = (0x08AD4E80u);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-5336)));
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0162_entry, 162u, 382u, 0x08A8DF08u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4E80u) goto L_08AD4E80;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4E80:
|
|
aot_gpr_5 = (ctx.gpr[2] | 0u);
|
|
{ const bool branch_taken = aot_gpr_5 != 0u;
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5864)));
|
|
if (branch_taken) {
|
|
goto L_08AD4E90;
|
|
}
|
|
goto L_08AD4E8C;
|
|
}
|
|
L_08AD4E8C:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7652)));
|
|
goto L_08AD4E90;
|
|
L_08AD4E90:
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
aot_mem.aot_direct_store32(ctx.gpr[28] + static_cast<std::uint32_t>(7652), aot_gpr_5);
|
|
if (branch_taken) {
|
|
goto L_08AD4EA4;
|
|
}
|
|
goto L_08AD4E98;
|
|
}
|
|
L_08AD4E98:
|
|
aot_gpr_31 = (0x08AD4EA0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_direct<&recomp_unit_0216_entry, 216u, 413u, 0x08B65B0Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4EA0u) goto L_08AD4EA0;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4EA0:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5864)));
|
|
goto L_08AD4EA4;
|
|
L_08AD4EA4:
|
|
aot_gpr_31 = (0x08AD4EACu);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0083_entry, 83u, 887u, 0x08953F94u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4EACu) goto L_08AD4EAC;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4EAC:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5856)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4EC0;
|
|
}
|
|
goto L_08AD4EB8;
|
|
}
|
|
L_08AD4EB8:
|
|
aot_gpr_31 = (0x08AD4EC0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_direct<&recomp_unit_0216_entry, 216u, 399u, 0x08B65A54u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4EC0u) goto L_08AD4EC0;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4EC0:
|
|
aot_gpr_31 = (0x08AD4EC8u);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5856)));
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0000_entry, 0u, 162u, 0x08805340u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4EC8u) goto L_08AD4EC8;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4EC8:
|
|
aot_gpr_31 = (0x08AD4ED0u);
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 756u, 0x08AD3F88u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4ED0u) goto L_08AD4ED0;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4ED0:
|
|
aot_gpr_4 = (0u | 0u);
|
|
aot_mem.aot_direct_store8(ctx.gpr[28] + static_cast<std::uint32_t>(7640), static_cast<std::uint8_t>(aot_gpr_4));
|
|
aot_gpr_31 = (0x08AD4EE0u);
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
goto L_08AD4FFC;
|
|
L_08AD4EE0:
|
|
aot_gpr_31 = (0x08AD4EE8u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0158_entry, 158u, 11u, 0x08A7C6A8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4EE8u) goto L_08AD4EE8;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4EE8:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-1044)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4F1C;
|
|
}
|
|
goto L_08AD4EF4;
|
|
}
|
|
L_08AD4EF4:
|
|
aot_gpr_31 = (0x08AD4EFCu);
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0090_entry, 90u, 532u, 0x0896E338u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4EFCu) goto L_08AD4EFC;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4EFC:
|
|
ctx.gpr[18] = (0u | 0u);
|
|
goto L_08AD4F00;
|
|
L_08AD4F00:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD4F0Cu);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
goto L_08AD5D88;
|
|
L_08AD4F0C:
|
|
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(1));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[18]) < 5 ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4F00;
|
|
}
|
|
goto L_08AD4F1C;
|
|
}
|
|
L_08AD4F1C:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD4F28u);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
goto L_08AD78DC;
|
|
L_08AD4F28:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5884)));
|
|
if (aot_gpr_4 != 0u) {
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(19)));
|
|
goto L_08AD4F44;
|
|
}
|
|
goto L_08AD4F34;
|
|
L_08AD4F34:
|
|
aot_gpr_31 = (0x08AD4F3Cu);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_direct<&recomp_unit_0216_entry, 216u, 683u, 0x08B66DBCu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4F3Cu) goto L_08AD4F3C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4F3C:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5884)));
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(19)));
|
|
goto L_08AD4F44;
|
|
L_08AD4F44:
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4F58;
|
|
}
|
|
goto L_08AD4F4C;
|
|
}
|
|
L_08AD4F4C:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD4F58u);
|
|
aot_gpr_5 = (0u | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0001_entry, 1u, 257u, 0x08809600u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4F58u) goto L_08AD4F58;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4F58:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_5 = (0u | 1u);
|
|
aot_gpr_31 = (0x08AD4F68u);
|
|
ctx.gpr[6] = (0u | 0u);
|
|
goto L_08AD49AC;
|
|
L_08AD4F68:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[28] + static_cast<std::uint32_t>(-7080)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD4FA8;
|
|
}
|
|
goto L_08AD4F74;
|
|
}
|
|
L_08AD4F74:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7688)));
|
|
aot_gpr_16 = (2237u << 16u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
aot_gpr_16 = (aot_gpr_16 + static_cast<std::uint32_t>(-28416));
|
|
if (branch_taken) {
|
|
goto L_08AD4F9C;
|
|
}
|
|
goto L_08AD4F84;
|
|
}
|
|
L_08AD4F84:
|
|
aot_gpr_4 = (0u | 1u);
|
|
aot_mem.aot_direct_store32(ctx.gpr[28] + static_cast<std::uint32_t>(7688), aot_gpr_4);
|
|
aot_gpr_31 = (0x08AD4F94u);
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0010_entry, 10u, 286u, 0x0882D794u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4F94u) goto L_08AD4F94;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4F94:
|
|
aot_gpr_31 = (0x08AD4F9Cu);
|
|
aot_gpr_4 = (ctx.gpr[28] + static_cast<std::uint32_t>(-660));
|
|
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_08B60680, 215u, 68u, 0x08B60680u>(ctx, &aot_mem, ctx.pc, ctx.gpr[1], ctx.gpr[2], aot_gpr_4, aot_gpr_5, aot_gpr_16, aot_gpr_17, ctx.gpr[18], aot_gpr_29, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0215_entry, 215u, 68u, 0x08B60680u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4F9Cu) goto L_08AD4F9C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4F9C:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD4FA8u);
|
|
aot_gpr_5 = (0u | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0010_entry, 10u, 610u, 0x0882E9ACu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4FA8u) goto L_08AD4FA8;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4FA8:
|
|
{ std::uint32_t aot_run_words[4]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_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;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD4FC0:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
|
|
aot_gpr_16 = (aot_gpr_4 | 0u);
|
|
aot_gpr_4 = (aot_gpr_5 | 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_31);
|
|
aot_gpr_31 = (0x08AD4FDCu);
|
|
aot_gpr_5 = (0u | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0001_entry, 1u, 257u, 0x08809600u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD4FDCu) goto L_08AD4FDC;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD4FDC:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_5 = (0u | 1u);
|
|
aot_gpr_31 = (0x08AD4FECu);
|
|
ctx.gpr[6] = (0u | 0u);
|
|
goto L_08AD49AC;
|
|
L_08AD4FEC:
|
|
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
|
|
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD4FFC:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-32));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
|
|
aot_gpr_16 = (aot_gpr_4 | 0u);
|
|
{ const std::uint32_t aot_run_words[4]{aot_gpr_17, ctx.gpr[18], ctx.gpr[19], aot_gpr_31};
|
|
aot_mem.aot_direct_store32_block(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_run_words); }
|
|
ctx.gpr[19] = (0u | 0u);
|
|
goto L_08AD501C;
|
|
L_08AD501C:
|
|
aot_gpr_17 = (ctx.gpr[19] << 6u);
|
|
aot_gpr_4 = (ctx.gpr[19] << 3u);
|
|
ctx.gpr[18] = (0u | 0u);
|
|
aot_gpr_17 = (aot_gpr_17 - aot_gpr_4);
|
|
goto L_08AD502C;
|
|
L_08AD502C:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-25496)));
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD503Cu);
|
|
aot_gpr_5 = (aot_gpr_5 + aot_gpr_17);
|
|
goto L_08AD726C;
|
|
L_08AD503C:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-25496)));
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_5 = (aot_gpr_5 + aot_gpr_17);
|
|
aot_gpr_31 = (0x08AD5050u);
|
|
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(4));
|
|
goto L_08AD726C;
|
|
L_08AD5050:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-25496)));
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_5 = (aot_gpr_5 + aot_gpr_17);
|
|
aot_gpr_31 = (0x08AD5064u);
|
|
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(12));
|
|
goto L_08AD726C;
|
|
L_08AD5064:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-25496)));
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_5 = (aot_gpr_5 + aot_gpr_17);
|
|
aot_gpr_31 = (0x08AD5078u);
|
|
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(16));
|
|
goto L_08AD726C;
|
|
L_08AD5078:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-25496)));
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_5 = (aot_gpr_5 + aot_gpr_17);
|
|
aot_gpr_31 = (0x08AD508Cu);
|
|
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(48));
|
|
goto L_08AD726C;
|
|
L_08AD508C:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-25496)));
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_5 = (aot_gpr_5 + aot_gpr_17);
|
|
aot_gpr_31 = (0x08AD50A0u);
|
|
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(52));
|
|
goto L_08AD726C;
|
|
L_08AD50A0:
|
|
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(1));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[18]) < 50 ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
aot_gpr_17 = (aot_gpr_17 + static_cast<std::uint32_t>(2800));
|
|
if (branch_taken) {
|
|
goto L_08AD502C;
|
|
}
|
|
goto L_08AD50B0;
|
|
}
|
|
L_08AD50B0:
|
|
ctx.gpr[19] = (ctx.gpr[19] + static_cast<std::uint32_t>(1));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[19]) < 50 ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD501C;
|
|
}
|
|
goto L_08AD50C0;
|
|
}
|
|
L_08AD50C0:
|
|
{ std::uint32_t aot_run_words[5]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_gpr_17 = aot_run_words[1];
|
|
ctx.gpr[18] = aot_run_words[2];
|
|
ctx.gpr[19] = aot_run_words[3];
|
|
aot_gpr_31 = aot_run_words[4];
|
|
}
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(32));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD50DC:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(20)));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
|
|
aot_gpr_16 = (aot_gpr_4 | 0u);
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_5) < static_cast<std::int32_t>(ctx.gpr[6]) ? 1u : 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_17);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), aot_gpr_31);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
aot_gpr_17 = (aot_gpr_5 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD5124;
|
|
}
|
|
goto L_08AD5100;
|
|
}
|
|
L_08AD5100:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD510Cu);
|
|
aot_gpr_5 = (aot_gpr_17 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD510Cu) goto L_08AD510C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD510C:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[2] + static_cast<std::uint32_t>(9)));
|
|
aot_gpr_4 = (aot_gpr_4 & 2u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD512C;
|
|
}
|
|
goto L_08AD511C;
|
|
}
|
|
L_08AD511C:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD513C;
|
|
}
|
|
goto L_08AD5124;
|
|
}
|
|
L_08AD5124:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD52D8;
|
|
}
|
|
goto L_08AD512C;
|
|
}
|
|
L_08AD512C:
|
|
aot_gpr_4 = (2232u << 16u);
|
|
aot_gpr_5 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD513Cu);
|
|
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(16288));
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 699u, 0x08AD3C1Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD513Cu) goto L_08AD513C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD513C:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD5148u);
|
|
aot_gpr_5 = (aot_gpr_17 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD5148u) goto L_08AD5148;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD5148:
|
|
aot_gpr_4 = (ctx.gpr[2] + static_cast<std::uint32_t>(9));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
ctx.gpr[6] = (0u + static_cast<std::uint32_t>(-3));
|
|
aot_gpr_5 = (aot_gpr_5 & ctx.gpr[6]);
|
|
aot_mem.aot_direct_store8(aot_gpr_4 + static_cast<std::uint32_t>(0), static_cast<std::uint8_t>(aot_gpr_5));
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(8)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_17) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
aot_gpr_5 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD51CC;
|
|
}
|
|
goto L_08AD516C;
|
|
}
|
|
L_08AD516C:
|
|
ctx.gpr[7] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7656)));
|
|
aot_gpr_5 = (0u | 0u);
|
|
ctx.gpr[7] = (static_cast<std::int32_t>(aot_gpr_17) < static_cast<std::int32_t>(ctx.gpr[7]) ? 1u : 0u);
|
|
{ const bool branch_taken = ctx.gpr[7] == 0u;
|
|
ctx.gpr[6] = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD5194;
|
|
}
|
|
goto L_08AD5180;
|
|
}
|
|
L_08AD5180:
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(24)));
|
|
ctx.gpr[8] = (aot_gpr_17 << 2u);
|
|
ctx.gpr[6] = (ctx.gpr[6] + ctx.gpr[8]);
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(ctx.gpr[6] + static_cast<std::uint32_t>(0)));
|
|
ctx.gpr[6] = (0u < ctx.gpr[6] ? 1u : 0u);
|
|
goto L_08AD5194;
|
|
L_08AD5194:
|
|
if (ctx.gpr[6] == 0u) {
|
|
aot_gpr_5 = (aot_gpr_5 & 255u);
|
|
goto L_08AD51CC;
|
|
}
|
|
goto L_08AD519C;
|
|
L_08AD519C:
|
|
{ const bool branch_taken = ctx.gpr[7] == 0u;
|
|
ctx.gpr[6] = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD51B4;
|
|
}
|
|
goto L_08AD51A4;
|
|
}
|
|
L_08AD51A4:
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(24)));
|
|
ctx.gpr[7] = (aot_gpr_17 << 2u);
|
|
ctx.gpr[6] = (ctx.gpr[6] + ctx.gpr[7]);
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(ctx.gpr[6] + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD51B4;
|
|
L_08AD51B4:
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load8(ctx.gpr[6] + static_cast<std::uint32_t>(16)));
|
|
ctx.gpr[7] = (0u | 6u);
|
|
{ const bool branch_taken = ctx.gpr[6] != ctx.gpr[7];
|
|
aot_gpr_5 = (aot_gpr_5 & 255u);
|
|
if (branch_taken) {
|
|
goto L_08AD51CC;
|
|
}
|
|
goto L_08AD51C4;
|
|
}
|
|
L_08AD51C4:
|
|
aot_gpr_5 = (0u | 1u);
|
|
aot_gpr_5 = (aot_gpr_5 & 255u);
|
|
goto L_08AD51CC;
|
|
L_08AD51CC:
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD51E4;
|
|
}
|
|
goto L_08AD51D4;
|
|
}
|
|
L_08AD51D4:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(12)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_17) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD51F0;
|
|
}
|
|
goto L_08AD51E4;
|
|
}
|
|
L_08AD51E4:
|
|
{ const bool branch_taken = aot_gpr_5 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD5280;
|
|
}
|
|
goto L_08AD51EC;
|
|
}
|
|
L_08AD51EC:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
goto L_08AD51F0;
|
|
L_08AD51F0:
|
|
aot_gpr_31 = (0x08AD51F8u);
|
|
aot_gpr_5 = (aot_gpr_17 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD51F8u) goto L_08AD51F8;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD51F8:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[2] + static_cast<std::uint32_t>(9)));
|
|
aot_gpr_4 = (aot_gpr_4 & 129u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD5280;
|
|
}
|
|
goto L_08AD5208;
|
|
}
|
|
L_08AD5208:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD5214u);
|
|
aot_gpr_5 = (aot_gpr_17 | 0u);
|
|
goto L_08AD4E34;
|
|
L_08AD5214:
|
|
{ const bool branch_taken = ctx.gpr[2] == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD5274;
|
|
}
|
|
goto L_08AD521C;
|
|
}
|
|
L_08AD521C:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD5228u);
|
|
aot_gpr_5 = (aot_gpr_17 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD5228u) goto L_08AD5228;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD5228:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[2] + static_cast<std::uint32_t>(0)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
aot_gpr_4 = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD523C;
|
|
}
|
|
goto L_08AD5234;
|
|
}
|
|
L_08AD5234:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_gpr_4 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD523C;
|
|
}
|
|
goto L_08AD523C;
|
|
}
|
|
L_08AD523C:
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD5280;
|
|
}
|
|
goto L_08AD5244;
|
|
}
|
|
L_08AD5244:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD5250u);
|
|
aot_gpr_5 = (aot_gpr_17 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD5250u) goto L_08AD5250;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD5250:
|
|
aot_gpr_4 = (aot_gpr_16 + static_cast<std::uint32_t>(156));
|
|
aot_gpr_4 = (aot_gpr_4 - 0u);
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
|
|
aot_mem.aot_direct_store32(ctx.gpr[2] + static_cast<std::uint32_t>(0), aot_gpr_4);
|
|
aot_mem.aot_direct_store32(ctx.gpr[2] + static_cast<std::uint32_t>(4), aot_gpr_5);
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
|
|
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), ctx.gpr[2]);
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(4), ctx.gpr[2]);
|
|
if (branch_taken) {
|
|
goto L_08AD5280;
|
|
}
|
|
goto L_08AD5274;
|
|
}
|
|
L_08AD5274:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD5280u);
|
|
aot_gpr_5 = (aot_gpr_17 | 0u);
|
|
goto L_08AD43F0;
|
|
L_08AD5280:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(8)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_17) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD52D8;
|
|
}
|
|
goto L_08AD5290;
|
|
}
|
|
L_08AD5290:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7656)));
|
|
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_17) < static_cast<std::int32_t>(aot_gpr_5) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
aot_gpr_4 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD52B0;
|
|
}
|
|
goto L_08AD52A0;
|
|
}
|
|
L_08AD52A0:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(24)));
|
|
aot_gpr_5 = (aot_gpr_17 << 2u);
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD52B0;
|
|
L_08AD52B0:
|
|
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(30))))));
|
|
ctx.gpr[6] = (0u + static_cast<std::uint32_t>(-1));
|
|
{ const bool branch_taken = aot_gpr_4 == ctx.gpr[6];
|
|
if (branch_taken) {
|
|
goto L_08AD52D8;
|
|
}
|
|
goto L_08AD52C0;
|
|
}
|
|
L_08AD52C0:
|
|
aot_gpr_5 = (aot_gpr_4 | 0u);
|
|
aot_gpr_31 = (0x08AD52CCu);
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
goto L_08AD610C;
|
|
L_08AD52CC:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD52D8u);
|
|
aot_gpr_5 = (ctx.gpr[2] | 0u);
|
|
goto L_08AD50DC;
|
|
L_08AD52D8:
|
|
{ std::uint32_t aot_run_words[3]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_gpr_17 = aot_run_words[1];
|
|
aot_gpr_31 = aot_run_words[2];
|
|
}
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD52EC:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
|
|
aot_gpr_16 = (aot_gpr_5 | 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_17);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), aot_gpr_31);
|
|
aot_gpr_31 = (0x08AD5308u);
|
|
aot_gpr_17 = (aot_gpr_4 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD5308u) goto L_08AD5308;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD5308:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[2] + static_cast<std::uint32_t>(9)));
|
|
aot_gpr_4 = (aot_gpr_4 & 128u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD5328;
|
|
}
|
|
goto L_08AD5318;
|
|
}
|
|
L_08AD5318:
|
|
aot_gpr_4 = (2232u << 16u);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD5328u);
|
|
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(16332));
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 699u, 0x08AD3C1Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD5328u) goto L_08AD5328;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD5328:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD5334u);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD5334u) goto L_08AD5334;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD5334:
|
|
aot_gpr_4 = (ctx.gpr[2] + static_cast<std::uint32_t>(9));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
ctx.gpr[6] = (0u + static_cast<std::uint32_t>(-129));
|
|
aot_gpr_5 = (aot_gpr_5 & ctx.gpr[6]);
|
|
aot_mem.aot_direct_store8(aot_gpr_4 + static_cast<std::uint32_t>(0), static_cast<std::uint8_t>(aot_gpr_5));
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(8)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_16) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
if (aot_gpr_4 != 0u) {
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7656)));
|
|
goto L_08AD536C;
|
|
}
|
|
goto L_08AD5358;
|
|
L_08AD5358:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(12)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_16) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD539C;
|
|
}
|
|
goto L_08AD5368;
|
|
}
|
|
L_08AD5368:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7656)));
|
|
goto L_08AD536C;
|
|
L_08AD536C:
|
|
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_16) < static_cast<std::int32_t>(aot_gpr_5) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
aot_gpr_4 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD5388;
|
|
}
|
|
goto L_08AD5378;
|
|
}
|
|
L_08AD5378:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(24)));
|
|
aot_gpr_5 = (aot_gpr_16 << 2u);
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD5388;
|
|
L_08AD5388:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(16)));
|
|
aot_gpr_5 = (0u | 6u);
|
|
{ const bool branch_taken = aot_gpr_4 == aot_gpr_5;
|
|
if (branch_taken) {
|
|
goto L_08AD542C;
|
|
}
|
|
goto L_08AD5398;
|
|
}
|
|
L_08AD5398:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
goto L_08AD539C;
|
|
L_08AD539C:
|
|
aot_gpr_31 = (0x08AD53A4u);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD53A4u) goto L_08AD53A4;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD53A4:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[2] + static_cast<std::uint32_t>(9)));
|
|
aot_gpr_4 = (aot_gpr_4 & 3u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD542C;
|
|
}
|
|
goto L_08AD53B4;
|
|
}
|
|
L_08AD53B4:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD53C0u);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
goto L_08AD4E34;
|
|
L_08AD53C0:
|
|
{ const bool branch_taken = ctx.gpr[2] == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD5420;
|
|
}
|
|
goto L_08AD53C8;
|
|
}
|
|
L_08AD53C8:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD53D4u);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD53D4u) goto L_08AD53D4;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD53D4:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[2] + static_cast<std::uint32_t>(0)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
aot_gpr_4 = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD53E8;
|
|
}
|
|
goto L_08AD53E0;
|
|
}
|
|
L_08AD53E0:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_gpr_4 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD53E8;
|
|
}
|
|
goto L_08AD53E8;
|
|
}
|
|
L_08AD53E8:
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD542C;
|
|
}
|
|
goto L_08AD53F0;
|
|
}
|
|
L_08AD53F0:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD53FCu);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD53FCu) goto L_08AD53FC;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD53FC:
|
|
aot_gpr_4 = (aot_gpr_17 + static_cast<std::uint32_t>(156));
|
|
aot_gpr_4 = (aot_gpr_4 - 0u);
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
|
|
aot_mem.aot_direct_store32(ctx.gpr[2] + static_cast<std::uint32_t>(0), aot_gpr_4);
|
|
aot_mem.aot_direct_store32(ctx.gpr[2] + static_cast<std::uint32_t>(4), aot_gpr_5);
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
|
|
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), ctx.gpr[2]);
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(4), ctx.gpr[2]);
|
|
if (branch_taken) {
|
|
goto L_08AD542C;
|
|
}
|
|
goto L_08AD5420;
|
|
}
|
|
L_08AD5420:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD542Cu);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
goto L_08AD43F0;
|
|
L_08AD542C:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(8)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_16) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD5484;
|
|
}
|
|
goto L_08AD543C;
|
|
}
|
|
L_08AD543C:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7656)));
|
|
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_16) < static_cast<std::int32_t>(aot_gpr_5) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
aot_gpr_4 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD545C;
|
|
}
|
|
goto L_08AD544C;
|
|
}
|
|
L_08AD544C:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(24)));
|
|
aot_gpr_5 = (aot_gpr_16 << 2u);
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD545C;
|
|
L_08AD545C:
|
|
aot_gpr_16 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(30))))));
|
|
aot_gpr_5 = (0u + static_cast<std::uint32_t>(-1));
|
|
{ const bool branch_taken = aot_gpr_16 == aot_gpr_5;
|
|
if (branch_taken) {
|
|
goto L_08AD5484;
|
|
}
|
|
goto L_08AD546C;
|
|
}
|
|
L_08AD546C:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD5478u);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
goto L_08AD610C;
|
|
L_08AD5478:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD5484u);
|
|
aot_gpr_5 = (ctx.gpr[2] | 0u);
|
|
goto L_08AD52EC;
|
|
L_08AD5484:
|
|
{ std::uint32_t aot_run_words[3]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_gpr_17 = aot_run_words[1];
|
|
aot_gpr_31 = aot_run_words[2];
|
|
}
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD5498:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-32));
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(185)));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_17);
|
|
aot_gpr_17 = (aot_gpr_4 | 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
|
|
{ const std::uint32_t aot_run_words[4]{ctx.gpr[18], ctx.gpr[19], ctx.gpr[20], aot_gpr_31};
|
|
aot_mem.aot_direct_store32_block(aot_gpr_29 + static_cast<std::uint32_t>(8), aot_run_words); }
|
|
{ const bool branch_taken = ctx.gpr[6] == 0u;
|
|
aot_gpr_16 = (aot_gpr_5 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD54CC;
|
|
}
|
|
goto L_08AD54C4;
|
|
}
|
|
L_08AD54C4:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[2] = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD5638;
|
|
}
|
|
goto L_08AD54CC;
|
|
}
|
|
L_08AD54CC:
|
|
ctx.gpr[19] = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(164)));
|
|
ctx.gpr[18] = (aot_gpr_17 + static_cast<std::uint32_t>(164));
|
|
ctx.gpr[18] = (ctx.gpr[18] - 0u);
|
|
{ const bool branch_taken = ctx.gpr[19] == ctx.gpr[18];
|
|
if (branch_taken) {
|
|
goto L_08AD5634;
|
|
}
|
|
goto L_08AD54E0;
|
|
}
|
|
L_08AD54E0:
|
|
ctx.gpr[20] = (aot_mem.aot_direct_load32(ctx.gpr[19] + static_cast<std::uint32_t>(8)));
|
|
{ const bool branch_taken = static_cast<std::int32_t>(ctx.gpr[20]) >= 0;
|
|
if (branch_taken) {
|
|
goto L_08AD54F4;
|
|
}
|
|
goto L_08AD54EC;
|
|
}
|
|
L_08AD54EC:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[19] = (aot_mem.aot_direct_load32(ctx.gpr[19] + static_cast<std::uint32_t>(0)));
|
|
if (branch_taken) {
|
|
goto L_08AD562C;
|
|
}
|
|
goto L_08AD54F4;
|
|
}
|
|
L_08AD54F4:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD5500u);
|
|
aot_gpr_5 = (ctx.gpr[20] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD5500u) goto L_08AD5500;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD5500:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[2] + static_cast<std::uint32_t>(9)));
|
|
aot_gpr_4 = (aot_gpr_4 & aot_gpr_16);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD5518;
|
|
}
|
|
goto L_08AD5510;
|
|
}
|
|
L_08AD5510:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[19] = (aot_mem.aot_direct_load32(ctx.gpr[19] + static_cast<std::uint32_t>(0)));
|
|
if (branch_taken) {
|
|
goto L_08AD562C;
|
|
}
|
|
goto L_08AD5518;
|
|
}
|
|
L_08AD5518:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(8)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[20]) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD5540;
|
|
}
|
|
goto L_08AD5528;
|
|
}
|
|
L_08AD5528:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(12)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[20]) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD5564;
|
|
}
|
|
goto L_08AD5538;
|
|
}
|
|
L_08AD5538:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD55B0;
|
|
}
|
|
goto L_08AD5540;
|
|
}
|
|
L_08AD5540:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD554Cu);
|
|
aot_gpr_5 = (ctx.gpr[20] | 0u);
|
|
goto L_08AD43F0;
|
|
L_08AD554C:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_5 = (0u | 0u);
|
|
aot_gpr_31 = (0x08AD555Cu);
|
|
ctx.gpr[6] = (0u | 0u);
|
|
goto L_08AD49AC;
|
|
L_08AD555C:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[2] = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD5638;
|
|
}
|
|
goto L_08AD5564;
|
|
}
|
|
L_08AD5564:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD5570u);
|
|
aot_gpr_5 = (ctx.gpr[20] | 0u);
|
|
goto L_08AD6130;
|
|
L_08AD5570:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD557Cu);
|
|
aot_gpr_5 = (ctx.gpr[2] | 0u);
|
|
goto L_08AD6E34;
|
|
L_08AD557C:
|
|
{ const bool branch_taken = ctx.gpr[2] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD55A8;
|
|
}
|
|
goto L_08AD5584;
|
|
}
|
|
L_08AD5584:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD5590u);
|
|
aot_gpr_5 = (ctx.gpr[20] | 0u);
|
|
goto L_08AD43F0;
|
|
L_08AD5590:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_5 = (0u | 0u);
|
|
aot_gpr_31 = (0x08AD55A0u);
|
|
ctx.gpr[6] = (0u | 0u);
|
|
goto L_08AD49AC;
|
|
L_08AD55A0:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[2] = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD5638;
|
|
}
|
|
goto L_08AD55A8;
|
|
}
|
|
L_08AD55A8:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[19] = (aot_mem.aot_direct_load32(ctx.gpr[19] + static_cast<std::uint32_t>(0)));
|
|
if (branch_taken) {
|
|
goto L_08AD562C;
|
|
}
|
|
goto L_08AD55B0;
|
|
}
|
|
L_08AD55B0:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(16)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[20]) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD55E4;
|
|
}
|
|
goto L_08AD55C0;
|
|
}
|
|
L_08AD55C0:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD55CCu);
|
|
aot_gpr_5 = (ctx.gpr[20] | 0u);
|
|
goto L_08AD43F0;
|
|
L_08AD55CC:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_5 = (0u | 0u);
|
|
aot_gpr_31 = (0x08AD55DCu);
|
|
ctx.gpr[6] = (0u | 0u);
|
|
goto L_08AD49AC;
|
|
L_08AD55DC:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[2] = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD5638;
|
|
}
|
|
goto L_08AD55E4;
|
|
}
|
|
L_08AD55E4:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD55F0u);
|
|
aot_gpr_5 = (ctx.gpr[20] | 0u);
|
|
goto L_08AD613C;
|
|
L_08AD55F0:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD55FCu);
|
|
aot_gpr_5 = (ctx.gpr[2] | 0u);
|
|
goto L_08AD6EB4;
|
|
L_08AD55FC:
|
|
{ const bool branch_taken = ctx.gpr[2] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD5628;
|
|
}
|
|
goto L_08AD5604;
|
|
}
|
|
L_08AD5604:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD5610u);
|
|
aot_gpr_5 = (ctx.gpr[20] | 0u);
|
|
goto L_08AD43F0;
|
|
L_08AD5610:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_5 = (0u | 0u);
|
|
aot_gpr_31 = (0x08AD5620u);
|
|
ctx.gpr[6] = (0u | 0u);
|
|
goto L_08AD49AC;
|
|
L_08AD5620:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[2] = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD5638;
|
|
}
|
|
goto L_08AD5628;
|
|
}
|
|
L_08AD5628:
|
|
ctx.gpr[19] = (aot_mem.aot_direct_load32(ctx.gpr[19] + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD562C;
|
|
L_08AD562C:
|
|
{ const bool branch_taken = ctx.gpr[19] != ctx.gpr[18];
|
|
if (branch_taken) {
|
|
goto L_08AD54E0;
|
|
}
|
|
goto L_08AD5634;
|
|
}
|
|
L_08AD5634:
|
|
ctx.gpr[2] = (0u | 0u);
|
|
goto L_08AD5638;
|
|
L_08AD5638:
|
|
{ std::uint32_t aot_run_words[6]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_gpr_17 = aot_run_words[1];
|
|
ctx.gpr[18] = aot_run_words[2];
|
|
ctx.gpr[19] = aot_run_words[3];
|
|
ctx.gpr[20] = aot_run_words[4];
|
|
aot_gpr_31 = aot_run_words[5];
|
|
}
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(32));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD5658:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-32));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(12), ctx.gpr[19]);
|
|
ctx.gpr[19] = (aot_gpr_4 + static_cast<std::uint32_t>(156));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_17);
|
|
ctx.gpr[19] = (ctx.gpr[19] - 0u);
|
|
aot_gpr_16 = (aot_gpr_4 | 0u);
|
|
aot_gpr_17 = (aot_gpr_5 | 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), ctx.gpr[18]);
|
|
{ const std::uint32_t aot_run_words[4]{ctx.gpr[20], ctx.gpr[21], ctx.gpr[22], aot_gpr_31};
|
|
aot_mem.aot_direct_store32_block(aot_gpr_29 + static_cast<std::uint32_t>(16), aot_run_words); }
|
|
ctx.gpr[18] = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(156)));
|
|
{ const bool branch_taken = ctx.gpr[18] == ctx.gpr[19];
|
|
ctx.gpr[20] = (0u | 20u);
|
|
if (branch_taken) {
|
|
goto L_08AD5804;
|
|
}
|
|
goto L_08AD5698;
|
|
}
|
|
L_08AD5698:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[18] + static_cast<std::uint32_t>(9)));
|
|
aot_gpr_4 = (aot_gpr_4 & aot_gpr_17);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD56B0;
|
|
}
|
|
goto L_08AD56A8;
|
|
}
|
|
L_08AD56A8:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[18] = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(0)));
|
|
if (branch_taken) {
|
|
goto L_08AD57FC;
|
|
}
|
|
goto L_08AD56B0;
|
|
}
|
|
L_08AD56B0:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[18] + static_cast<std::uint32_t>(8)));
|
|
if (aot_gpr_4 != 0u) {
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(152)));
|
|
goto L_08AD56C4;
|
|
}
|
|
goto L_08AD56BC;
|
|
L_08AD56BC:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[18] = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(0)));
|
|
if (branch_taken) {
|
|
goto L_08AD57FC;
|
|
}
|
|
goto L_08AD56C4;
|
|
}
|
|
L_08AD56C4:
|
|
aot_gpr_4 = (ctx.gpr[18] - aot_gpr_4);
|
|
{ const std::int32_t dividend = static_cast<std::int32_t>(aot_gpr_4); const std::int32_t divisor = static_cast<std::int32_t>(ctx.gpr[20]); if (divisor == 0) { ctx.lo = dividend >= 0 ? 0xFFFFFFFFu : 1u; ctx.hi = static_cast<std::uint32_t>(dividend); } else if (dividend == static_cast<std::int32_t>(0x80000000u) && divisor == -1) { ctx.lo = 0x80000000u; ctx.hi = 0u; } else { ctx.lo = static_cast<std::uint32_t>(dividend / divisor); ctx.hi = static_cast<std::uint32_t>(dividend % divisor); } }
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(8)));
|
|
ctx.gpr[21] = (ctx.lo);
|
|
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[21]) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD5720;
|
|
}
|
|
goto L_08AD56E0;
|
|
}
|
|
L_08AD56E0:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7656)));
|
|
aot_gpr_5 = (static_cast<std::int32_t>(ctx.gpr[21]) < static_cast<std::int32_t>(aot_gpr_5) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
aot_gpr_4 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD5700;
|
|
}
|
|
goto L_08AD56F0;
|
|
}
|
|
L_08AD56F0:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(24)));
|
|
aot_gpr_5 = (ctx.gpr[21] << 2u);
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD5700;
|
|
L_08AD5700:
|
|
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(28))))));
|
|
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_4) > 0;
|
|
if (branch_taken) {
|
|
goto L_08AD57F8;
|
|
}
|
|
goto L_08AD570C;
|
|
}
|
|
L_08AD570C:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD5718u);
|
|
aot_gpr_5 = (ctx.gpr[21] | 0u);
|
|
goto L_08AD43F0;
|
|
L_08AD5718:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[2] = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD58EC;
|
|
}
|
|
goto L_08AD5720;
|
|
}
|
|
L_08AD5720:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(12)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[21]) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD577C;
|
|
}
|
|
goto L_08AD5730;
|
|
}
|
|
L_08AD5730:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD573Cu);
|
|
aot_gpr_5 = (ctx.gpr[21] | 0u);
|
|
goto L_08AD6130;
|
|
L_08AD573C:
|
|
ctx.gpr[22] = (ctx.gpr[2] | 0u);
|
|
aot_gpr_31 = (0x08AD5748u);
|
|
aot_gpr_4 = (ctx.gpr[22] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0170_entry, 170u, 687u, 0x08AAF2ACu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD5748u) goto L_08AD5748;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD5748:
|
|
{ const bool branch_taken = static_cast<std::int32_t>(ctx.gpr[2]) > 0;
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD5774;
|
|
}
|
|
goto L_08AD5750;
|
|
}
|
|
L_08AD5750:
|
|
aot_gpr_31 = (0x08AD5758u);
|
|
aot_gpr_5 = (ctx.gpr[22] | 0u);
|
|
goto L_08AD6E34;
|
|
L_08AD5758:
|
|
{ const bool branch_taken = ctx.gpr[2] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD5774;
|
|
}
|
|
goto L_08AD5760;
|
|
}
|
|
L_08AD5760:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD576Cu);
|
|
aot_gpr_5 = (ctx.gpr[21] | 0u);
|
|
goto L_08AD43F0;
|
|
L_08AD576C:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[2] = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD58EC;
|
|
}
|
|
goto L_08AD5774;
|
|
}
|
|
L_08AD5774:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD57F8;
|
|
}
|
|
goto L_08AD577C;
|
|
}
|
|
L_08AD577C:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(16)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[21]) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD57A0;
|
|
}
|
|
goto L_08AD578C;
|
|
}
|
|
L_08AD578C:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD5798u);
|
|
aot_gpr_5 = (ctx.gpr[21] | 0u);
|
|
goto L_08AD43F0;
|
|
L_08AD5798:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[2] = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD58EC;
|
|
}
|
|
goto L_08AD57A0;
|
|
}
|
|
L_08AD57A0:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD57ACu);
|
|
aot_gpr_5 = (ctx.gpr[21] | 0u);
|
|
goto L_08AD613C;
|
|
L_08AD57AC:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5836)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
ctx.gpr[22] = (ctx.gpr[2] | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD57C0;
|
|
}
|
|
goto L_08AD57B8;
|
|
}
|
|
L_08AD57B8:
|
|
aot_gpr_31 = (0x08AD57C0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_direct<&recomp_unit_0216_entry, 216u, 313u, 0x08B65564u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD57C0u) goto L_08AD57C0;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD57C0:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5836)));
|
|
aot_gpr_31 = (0x08AD57CCu);
|
|
aot_gpr_5 = (ctx.gpr[22] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0078_entry, 78u, 700u, 0x0893EE64u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD57CCu) goto L_08AD57CC;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD57CC:
|
|
{ const bool branch_taken = static_cast<std::int32_t>(ctx.gpr[2]) > 0;
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD57F8;
|
|
}
|
|
goto L_08AD57D4;
|
|
}
|
|
L_08AD57D4:
|
|
aot_gpr_31 = (0x08AD57DCu);
|
|
aot_gpr_5 = (ctx.gpr[22] | 0u);
|
|
goto L_08AD6EB4;
|
|
L_08AD57DC:
|
|
{ const bool branch_taken = ctx.gpr[2] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD57F8;
|
|
}
|
|
goto L_08AD57E4;
|
|
}
|
|
L_08AD57E4:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD57F0u);
|
|
aot_gpr_5 = (ctx.gpr[21] | 0u);
|
|
goto L_08AD43F0;
|
|
L_08AD57F0:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[2] = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD58EC;
|
|
}
|
|
goto L_08AD57F8;
|
|
}
|
|
L_08AD57F8:
|
|
ctx.gpr[18] = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD57FC;
|
|
L_08AD57FC:
|
|
{ const bool branch_taken = ctx.gpr[18] != ctx.gpr[19];
|
|
if (branch_taken) {
|
|
goto L_08AD5698;
|
|
}
|
|
goto L_08AD5804;
|
|
}
|
|
L_08AD5804:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(24)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_4) < 5 ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD5828;
|
|
}
|
|
goto L_08AD5814;
|
|
}
|
|
L_08AD5814:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-1044)));
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD5838;
|
|
}
|
|
goto L_08AD5820;
|
|
}
|
|
L_08AD5820:
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD5838;
|
|
}
|
|
goto L_08AD5828;
|
|
}
|
|
L_08AD5828:
|
|
aot_gpr_31 = (0x08AD5830u);
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
goto L_08AD5DE8;
|
|
L_08AD5830:
|
|
{ const bool branch_taken = ctx.gpr[2] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD5854;
|
|
}
|
|
goto L_08AD5838;
|
|
}
|
|
L_08AD5838:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD5844u);
|
|
aot_gpr_5 = (aot_gpr_17 | 0u);
|
|
goto L_08AD5498;
|
|
L_08AD5844:
|
|
{ const bool branch_taken = ctx.gpr[2] == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD585C;
|
|
}
|
|
goto L_08AD584C;
|
|
}
|
|
L_08AD584C:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[2] = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD58EC;
|
|
}
|
|
goto L_08AD5854;
|
|
}
|
|
L_08AD5854:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[2] = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD58EC;
|
|
}
|
|
goto L_08AD585C;
|
|
}
|
|
L_08AD585C:
|
|
ctx.gpr[18] = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(8)));
|
|
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(-1));
|
|
{ const bool branch_taken = static_cast<std::int32_t>(ctx.gpr[18]) <= 0;
|
|
ctx.gpr[19] = (ctx.gpr[18] << 2u);
|
|
if (branch_taken) {
|
|
goto L_08AD58E8;
|
|
}
|
|
goto L_08AD586C;
|
|
}
|
|
L_08AD586C:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD5878u);
|
|
aot_gpr_5 = (ctx.gpr[18] | 0u);
|
|
goto L_08AD4E34;
|
|
L_08AD5878:
|
|
{ const bool branch_taken = ctx.gpr[2] == 0u;
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD58C0;
|
|
}
|
|
goto L_08AD5880;
|
|
}
|
|
L_08AD5880:
|
|
aot_gpr_31 = (0x08AD5888u);
|
|
aot_gpr_5 = (ctx.gpr[18] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD5888u) goto L_08AD5888;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD5888:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[2] + static_cast<std::uint32_t>(9)));
|
|
aot_gpr_4 = (aot_gpr_4 & aot_gpr_17);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD58C0;
|
|
}
|
|
goto L_08AD5898;
|
|
}
|
|
L_08AD5898:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7656)));
|
|
aot_gpr_5 = (static_cast<std::int32_t>(ctx.gpr[18]) < static_cast<std::int32_t>(aot_gpr_5) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
aot_gpr_4 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD58B4;
|
|
}
|
|
goto L_08AD58A8;
|
|
}
|
|
L_08AD58A8:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(24)));
|
|
aot_gpr_4 = (aot_gpr_4 + ctx.gpr[19]);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD58B4;
|
|
L_08AD58B4:
|
|
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(28))))));
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD58D4;
|
|
}
|
|
goto L_08AD58C0;
|
|
}
|
|
L_08AD58C0:
|
|
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(-1));
|
|
{ const bool branch_taken = static_cast<std::int32_t>(ctx.gpr[18]) > 0;
|
|
ctx.gpr[19] = (ctx.gpr[19] + static_cast<std::uint32_t>(-4));
|
|
if (branch_taken) {
|
|
goto L_08AD586C;
|
|
}
|
|
goto L_08AD58CC;
|
|
}
|
|
L_08AD58CC:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD58E8;
|
|
}
|
|
goto L_08AD58D4;
|
|
}
|
|
L_08AD58D4:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD58E0u);
|
|
aot_gpr_5 = (ctx.gpr[18] | 0u);
|
|
goto L_08AD43F0;
|
|
L_08AD58E0:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[2] = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD58EC;
|
|
}
|
|
goto L_08AD58E8;
|
|
}
|
|
L_08AD58E8:
|
|
ctx.gpr[2] = (0u | 0u);
|
|
goto L_08AD58EC;
|
|
L_08AD58EC:
|
|
{ std::uint32_t aot_run_words[8]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_gpr_17 = aot_run_words[1];
|
|
ctx.gpr[18] = aot_run_words[2];
|
|
ctx.gpr[19] = aot_run_words[3];
|
|
ctx.gpr[20] = aot_run_words[4];
|
|
ctx.gpr[21] = aot_run_words[5];
|
|
ctx.gpr[22] = aot_run_words[6];
|
|
aot_gpr_31 = aot_run_words[7];
|
|
}
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(32));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD5914:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-32));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(120)));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(12), ctx.gpr[19]);
|
|
ctx.gpr[19] = (0u + static_cast<std::uint32_t>(-1));
|
|
{ const std::uint32_t aot_run_words[3]{aot_gpr_16, aot_gpr_17, ctx.gpr[18]};
|
|
aot_mem.aot_direct_store32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words); }
|
|
{ const std::uint32_t aot_run_words[3]{ctx.gpr[20], ctx.gpr[21], aot_gpr_31};
|
|
aot_mem.aot_direct_store32_block(aot_gpr_29 + static_cast<std::uint32_t>(16), aot_run_words); }
|
|
{ const bool branch_taken = aot_gpr_5 != ctx.gpr[19];
|
|
aot_gpr_16 = (aot_gpr_4 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD594C;
|
|
}
|
|
goto L_08AD5944;
|
|
}
|
|
L_08AD5944:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[2] = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD5A18;
|
|
}
|
|
goto L_08AD594C;
|
|
}
|
|
L_08AD594C:
|
|
ctx.gpr[18] = (0u | 0u);
|
|
aot_gpr_17 = (0u | 0u);
|
|
goto L_08AD5954;
|
|
L_08AD5954:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(120)));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-11840)));
|
|
aot_gpr_4 = (aot_gpr_4 << 6u);
|
|
aot_gpr_4 = (aot_gpr_5 + aot_gpr_4);
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_17);
|
|
ctx.gpr[21] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
{ const bool branch_taken = ctx.gpr[21] != ctx.gpr[19];
|
|
if (branch_taken) {
|
|
goto L_08AD597C;
|
|
}
|
|
goto L_08AD5974;
|
|
}
|
|
L_08AD5974:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(1));
|
|
if (branch_taken) {
|
|
goto L_08AD5A08;
|
|
}
|
|
goto L_08AD597C;
|
|
}
|
|
L_08AD597C:
|
|
ctx.gpr[20] = (aot_gpr_16 + ctx.gpr[18]);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[20] + static_cast<std::uint32_t>(124)));
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD5A04;
|
|
}
|
|
goto L_08AD598C;
|
|
}
|
|
L_08AD598C:
|
|
aot_gpr_31 = (0x08AD5994u);
|
|
aot_gpr_5 = (ctx.gpr[21] | 0u);
|
|
goto L_08AD4E34;
|
|
L_08AD5994:
|
|
{ const bool branch_taken = ctx.gpr[2] == 0u;
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD5A04;
|
|
}
|
|
goto L_08AD599C;
|
|
}
|
|
L_08AD599C:
|
|
aot_gpr_31 = (0x08AD59A4u);
|
|
aot_gpr_5 = (ctx.gpr[21] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD59A4u) goto L_08AD59A4;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD59A4:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[2] + static_cast<std::uint32_t>(9)));
|
|
aot_gpr_4 = (aot_gpr_4 & 131u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD5A04;
|
|
}
|
|
goto L_08AD59B4;
|
|
}
|
|
L_08AD59B4:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7656)));
|
|
aot_gpr_5 = (static_cast<std::int32_t>(ctx.gpr[21]) < static_cast<std::int32_t>(aot_gpr_5) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
aot_gpr_4 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD59D4;
|
|
}
|
|
goto L_08AD59C4;
|
|
}
|
|
L_08AD59C4:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(24)));
|
|
aot_gpr_5 = (ctx.gpr[21] << 2u);
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD59D4;
|
|
L_08AD59D4:
|
|
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(28))))));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD5A04;
|
|
}
|
|
goto L_08AD59E0;
|
|
}
|
|
L_08AD59E0:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD59ECu);
|
|
aot_gpr_5 = (ctx.gpr[21] | 0u);
|
|
goto L_08AD43F0;
|
|
L_08AD59EC:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(116)));
|
|
aot_mem.aot_direct_store8(ctx.gpr[20] + static_cast<std::uint32_t>(124), static_cast<std::uint8_t>(0u));
|
|
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(-1));
|
|
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(116), aot_gpr_4);
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[2] = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD5A18;
|
|
}
|
|
goto L_08AD5A04;
|
|
}
|
|
L_08AD5A04:
|
|
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(1));
|
|
goto L_08AD5A08;
|
|
L_08AD5A08:
|
|
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[18]) < 16 ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
aot_gpr_17 = (aot_gpr_17 + static_cast<std::uint32_t>(4));
|
|
if (branch_taken) {
|
|
goto L_08AD5954;
|
|
}
|
|
goto L_08AD5A14;
|
|
}
|
|
L_08AD5A14:
|
|
ctx.gpr[2] = (0u | 0u);
|
|
goto L_08AD5A18;
|
|
L_08AD5A18:
|
|
{ std::uint32_t aot_run_words[7]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_gpr_17 = aot_run_words[1];
|
|
ctx.gpr[18] = aot_run_words[2];
|
|
ctx.gpr[19] = aot_run_words[3];
|
|
ctx.gpr[20] = aot_run_words[4];
|
|
ctx.gpr[21] = aot_run_words[5];
|
|
aot_gpr_31 = aot_run_words[6];
|
|
}
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(32));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD5A3C:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-32));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(16), ctx.gpr[20]);
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(120)));
|
|
ctx.gpr[20] = (2246u << 16u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_17);
|
|
aot_gpr_17 = (0u + static_cast<std::uint32_t>(-1));
|
|
ctx.gpr[20] = (ctx.gpr[20] + static_cast<std::uint32_t>(30712));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), ctx.gpr[18]);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(12), ctx.gpr[19]);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(20), ctx.gpr[21]);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(24), aot_gpr_31);
|
|
{ const bool branch_taken = aot_gpr_5 == aot_gpr_17;
|
|
aot_gpr_16 = (aot_gpr_4 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD5AD4;
|
|
}
|
|
goto L_08AD5A74;
|
|
}
|
|
L_08AD5A74:
|
|
ctx.gpr[21] = (0u | 0u);
|
|
ctx.gpr[18] = (0u | 0u);
|
|
goto L_08AD5A7C;
|
|
L_08AD5A7C:
|
|
aot_gpr_4 = (aot_gpr_16 + ctx.gpr[21]);
|
|
aot_mem.aot_direct_store8(aot_gpr_4 + static_cast<std::uint32_t>(124), static_cast<std::uint8_t>(0u));
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(120)));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-11840)));
|
|
aot_gpr_4 = (aot_gpr_4 << 6u);
|
|
aot_gpr_4 = (aot_gpr_5 + aot_gpr_4);
|
|
aot_gpr_4 = (aot_gpr_4 + ctx.gpr[18]);
|
|
ctx.gpr[19] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
{ const bool branch_taken = ctx.gpr[19] != aot_gpr_17;
|
|
if (branch_taken) {
|
|
goto L_08AD5AAC;
|
|
}
|
|
goto L_08AD5AA4;
|
|
}
|
|
L_08AD5AA4:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD5AC4;
|
|
}
|
|
goto L_08AD5AAC;
|
|
}
|
|
L_08AD5AAC:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD5AB8u);
|
|
aot_gpr_5 = (ctx.gpr[19] | 0u);
|
|
goto L_08AD5EF8;
|
|
L_08AD5AB8:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD5AC4u);
|
|
aot_gpr_5 = (ctx.gpr[19] | 0u);
|
|
goto L_08AD6020;
|
|
L_08AD5AC4:
|
|
ctx.gpr[21] = (ctx.gpr[21] + static_cast<std::uint32_t>(1));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[21]) < 16 ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(4));
|
|
if (branch_taken) {
|
|
goto L_08AD5A7C;
|
|
}
|
|
goto L_08AD5AD4;
|
|
}
|
|
L_08AD5AD4:
|
|
ctx.gpr[7] = (ctx.gpr[28] + static_cast<std::uint32_t>(-588));
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_5 = (0u | 14u);
|
|
aot_gpr_31 = (0x08AD5AE8u);
|
|
ctx.gpr[6] = (0u | 1u);
|
|
goto L_08AD4040;
|
|
L_08AD5AE8:
|
|
ctx.gpr[7] = (ctx.gpr[28] + static_cast<std::uint32_t>(-576));
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_5 = (0u | 35u);
|
|
aot_gpr_31 = (0x08AD5AFCu);
|
|
ctx.gpr[6] = (0u | 1u);
|
|
goto L_08AD4040;
|
|
L_08AD5AFC:
|
|
ctx.gpr[18] = (0u | 0u);
|
|
goto L_08AD5B00;
|
|
L_08AD5B00:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[20] + static_cast<std::uint32_t>(4)));
|
|
{ const bool branch_taken = aot_gpr_4 == aot_gpr_17;
|
|
if (branch_taken) {
|
|
goto L_08AD5B24;
|
|
}
|
|
goto L_08AD5B0C;
|
|
}
|
|
L_08AD5B0C:
|
|
aot_gpr_5 = (aot_gpr_4 | 0u);
|
|
aot_gpr_31 = (0x08AD5B18u);
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
goto L_08AD5EF8;
|
|
L_08AD5B18:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[20] + static_cast<std::uint32_t>(4)));
|
|
aot_gpr_31 = (0x08AD5B24u);
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
goto L_08AD6020;
|
|
L_08AD5B24:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[20] + static_cast<std::uint32_t>(8)));
|
|
{ const bool branch_taken = aot_gpr_4 == aot_gpr_17;
|
|
if (branch_taken) {
|
|
goto L_08AD5B48;
|
|
}
|
|
goto L_08AD5B30;
|
|
}
|
|
L_08AD5B30:
|
|
aot_gpr_5 = (aot_gpr_4 | 0u);
|
|
aot_gpr_31 = (0x08AD5B3Cu);
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
goto L_08AD5EF8;
|
|
L_08AD5B3C:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[20] + static_cast<std::uint32_t>(8)));
|
|
aot_gpr_31 = (0x08AD5B48u);
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
goto L_08AD6020;
|
|
L_08AD5B48:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[20] + static_cast<std::uint32_t>(0)));
|
|
{ const bool branch_taken = aot_gpr_4 == aot_gpr_17;
|
|
if (branch_taken) {
|
|
goto L_08AD5B6C;
|
|
}
|
|
goto L_08AD5B54;
|
|
}
|
|
L_08AD5B54:
|
|
aot_gpr_5 = (aot_gpr_4 | 0u);
|
|
aot_gpr_31 = (0x08AD5B60u);
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
goto L_08AD5EF8;
|
|
L_08AD5B60:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[20] + static_cast<std::uint32_t>(0)));
|
|
aot_gpr_31 = (0x08AD5B6Cu);
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
goto L_08AD6020;
|
|
L_08AD5B6C:
|
|
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(1));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[18]) < 9 ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
ctx.gpr[20] = (ctx.gpr[20] + static_cast<std::uint32_t>(28));
|
|
if (branch_taken) {
|
|
goto L_08AD5B00;
|
|
}
|
|
goto L_08AD5B7C;
|
|
}
|
|
L_08AD5B7C:
|
|
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(120), aot_gpr_17);
|
|
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(140), 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(144), 0u);
|
|
{ std::uint32_t aot_run_words[7]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_gpr_17 = aot_run_words[1];
|
|
ctx.gpr[18] = aot_run_words[2];
|
|
ctx.gpr[19] = aot_run_words[3];
|
|
ctx.gpr[20] = aot_run_words[4];
|
|
ctx.gpr[21] = aot_run_words[5];
|
|
aot_gpr_31 = aot_run_words[6];
|
|
}
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(32));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD5BAC:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-80));
|
|
{ const std::uint32_t aot_run_words[9]{std::bit_cast<std::uint32_t>(aot_fpr_20), std::bit_cast<std::uint32_t>(aot_fpr_22), aot_gpr_16, aot_gpr_17, ctx.gpr[18], ctx.gpr[19], ctx.gpr[20], ctx.gpr[21], aot_gpr_31};
|
|
aot_mem.aot_direct_store32_block(aot_gpr_29 + static_cast<std::uint32_t>(32), aot_run_words); }
|
|
ctx.gpr[6] = (2236u << 16u);
|
|
ctx.gpr[6] = (ctx.gpr[6] + static_cast<std::uint32_t>(32304));
|
|
ctx.gpr[6] = (ctx.gpr[6] + static_cast<std::uint32_t>(48));
|
|
{ const std::uint32_t vfpu_address = ctx.gpr[6] + static_cast<std::uint32_t>(0);
|
|
std::uint32_t vfpu_words[4]{};
|
|
aot_mem.aot_direct_load32_block(vfpu_address, vfpu_words);
|
|
float vfpu_value[4]{
|
|
std::bit_cast<float>(vfpu_words[0]),
|
|
std::bit_cast<float>(vfpu_words[1]),
|
|
std::bit_cast<float>(vfpu_words[2]),
|
|
std::bit_cast<float>(vfpu_words[3])};
|
|
ctx.write_vfpu_vector_ct<0u, 4u>(vfpu_value); }
|
|
ctx.gpr[6] = (aot_gpr_29 + static_cast<std::uint32_t>(16));
|
|
{ float vfpu_value[4]{}; ctx.read_vfpu_vector_ct<0u, 4u>(vfpu_value);
|
|
const std::uint32_t vfpu_address = ctx.gpr[6] + static_cast<std::uint32_t>(0);
|
|
const std::uint32_t vfpu_words[4]{std::bit_cast<std::uint32_t>(vfpu_value[0]), std::bit_cast<std::uint32_t>(vfpu_value[1]), std::bit_cast<std::uint32_t>(vfpu_value[2]), std::bit_cast<std::uint32_t>(vfpu_value[3])};
|
|
aot_mem.aot_direct_store32_block(vfpu_address, vfpu_words); }
|
|
ctx.gpr[6] = (0u | 49u);
|
|
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(0)));
|
|
ctx.gpr[7] = (17056u << 16u);
|
|
aot_fpr_12 = std::bit_cast<float>(ctx.gpr[7]);
|
|
aot_fpr_13 = aot_fpr_13 / aot_fpr_12;
|
|
ctx.gpr[7] = (16880u << 16u);
|
|
ctx.fpr[14] = std::bit_cast<float>(ctx.gpr[7]);
|
|
aot_fpr_13 = aot_fpr_13 + ctx.fpr[14];
|
|
aot_fpr_13 = std::bit_cast<float>(ctx.fpu_float_to_word_ct<1u>(aot_fpr_13));
|
|
aot_gpr_17 = (std::bit_cast<std::uint32_t>(aot_fpr_13));
|
|
ctx.gpr[6] = (static_cast<std::int32_t>(ctx.gpr[6]) < static_cast<std::int32_t>(aot_gpr_17) ? 1u : 0u);
|
|
aot_gpr_16 = (aot_gpr_4 | 0u);
|
|
if (ctx.gpr[6] != 0u) {
|
|
aot_gpr_17 = (0u | 49u);
|
|
goto L_08AD5C24;
|
|
}
|
|
goto L_08AD5C24;
|
|
L_08AD5C24:
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_17) < 0 ? 1u : 0u);
|
|
if (aot_gpr_4 != 0u) {
|
|
aot_gpr_17 = (0u | 0u);
|
|
goto L_08AD5C30;
|
|
}
|
|
goto L_08AD5C30;
|
|
L_08AD5C30:
|
|
aot_fpr_13 = std::bit_cast<float>(aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(4)));
|
|
aot_fpr_12 = aot_fpr_13 / aot_fpr_12;
|
|
aot_gpr_4 = (16840u << 16u);
|
|
aot_gpr_5 = (0u | 49u);
|
|
ctx.fpr[14] = std::bit_cast<float>(aot_gpr_4);
|
|
aot_fpr_12 = aot_fpr_12 + ctx.fpr[14];
|
|
aot_fpr_12 = std::bit_cast<float>(ctx.fpu_float_to_word_ct<1u>(aot_fpr_12));
|
|
ctx.gpr[18] = (std::bit_cast<std::uint32_t>(aot_fpr_12));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_5) < static_cast<std::int32_t>(ctx.gpr[18]) ? 1u : 0u);
|
|
if (aot_gpr_4 != 0u) {
|
|
ctx.gpr[18] = (0u | 49u);
|
|
goto L_08AD5C5C;
|
|
}
|
|
goto L_08AD5C5C;
|
|
L_08AD5C5C:
|
|
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[18]) < 0 ? 1u : 0u);
|
|
if (aot_gpr_4 != 0u) {
|
|
ctx.gpr[18] = (0u | 0u);
|
|
goto L_08AD5C68;
|
|
}
|
|
goto L_08AD5C68;
|
|
L_08AD5C68:
|
|
aot_gpr_4 = (16448u << 16u);
|
|
ctx.gpr[21] = (0u | 0u);
|
|
aot_fpr_20 = std::bit_cast<float>(aot_gpr_4);
|
|
goto L_08AD5C74;
|
|
L_08AD5C74:
|
|
aot_gpr_4 = (aot_gpr_17 - ctx.gpr[21]);
|
|
aot_fpr_22 = std::bit_cast<float>(aot_gpr_4);
|
|
ctx.gpr[19] = (ctx.gpr[21] << 6u);
|
|
aot_gpr_4 = (ctx.gpr[21] << 3u);
|
|
aot_fpr_22 = static_cast<float>(static_cast<std::int32_t>(std::bit_cast<std::uint32_t>(aot_fpr_22)));
|
|
ctx.gpr[20] = (0u | 0u);
|
|
ctx.gpr[19] = (ctx.gpr[19] - aot_gpr_4);
|
|
goto L_08AD5C90;
|
|
L_08AD5C90:
|
|
aot_fpr_12 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(aot_fpr_22) & 0x7FFFFFFFu);
|
|
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[18] - ctx.gpr[20]);
|
|
if (branch_taken) {
|
|
goto L_08AD5CC0;
|
|
}
|
|
goto L_08AD5CA4;
|
|
}
|
|
L_08AD5CA4:
|
|
aot_fpr_12 = 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_12 = std::bit_cast<float>(std::bit_cast<std::uint32_t>(aot_fpr_12) & 0x7FFFFFFFu);
|
|
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_08AD5CC8;
|
|
}
|
|
goto L_08AD5CC0;
|
|
}
|
|
L_08AD5CC0:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD5D3C;
|
|
}
|
|
goto L_08AD5CC8;
|
|
}
|
|
L_08AD5CC8:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-25496)));
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD5CD8u);
|
|
aot_gpr_5 = (aot_gpr_5 + ctx.gpr[19]);
|
|
goto L_08AD726C;
|
|
L_08AD5CD8:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-25496)));
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_5 = (aot_gpr_5 + ctx.gpr[19]);
|
|
aot_gpr_31 = (0x08AD5CECu);
|
|
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(4));
|
|
goto L_08AD726C;
|
|
L_08AD5CEC:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-25496)));
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_5 = (aot_gpr_5 + ctx.gpr[19]);
|
|
aot_gpr_31 = (0x08AD5D00u);
|
|
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(12));
|
|
goto L_08AD726C;
|
|
L_08AD5D00:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-25496)));
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_5 = (aot_gpr_5 + ctx.gpr[19]);
|
|
aot_gpr_31 = (0x08AD5D14u);
|
|
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(16));
|
|
goto L_08AD726C;
|
|
L_08AD5D14:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-25496)));
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_5 = (aot_gpr_5 + ctx.gpr[19]);
|
|
aot_gpr_31 = (0x08AD5D28u);
|
|
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(48));
|
|
goto L_08AD726C;
|
|
L_08AD5D28:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-25496)));
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_5 = (aot_gpr_5 + ctx.gpr[19]);
|
|
aot_gpr_31 = (0x08AD5D3Cu);
|
|
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(52));
|
|
goto L_08AD726C;
|
|
L_08AD5D3C:
|
|
ctx.gpr[20] = (ctx.gpr[20] + static_cast<std::uint32_t>(1));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[20]) < 50 ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
ctx.gpr[19] = (ctx.gpr[19] + static_cast<std::uint32_t>(2800));
|
|
if (branch_taken) {
|
|
goto L_08AD5C90;
|
|
}
|
|
goto L_08AD5D4C;
|
|
}
|
|
L_08AD5D4C:
|
|
ctx.gpr[21] = (ctx.gpr[21] + static_cast<std::uint32_t>(1));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[21]) < 50 ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD5C74;
|
|
}
|
|
goto L_08AD5D5C;
|
|
}
|
|
L_08AD5D5C:
|
|
{ std::uint32_t aot_run_words[9]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(32), 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];
|
|
aot_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];
|
|
aot_gpr_31 = aot_run_words[8];
|
|
}
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(80));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD5D88:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-80));
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load8(ctx.gpr[28] + static_cast<std::uint32_t>(-7080)));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(72), aot_gpr_16);
|
|
aot_gpr_16 = (aot_gpr_4 | 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(76), aot_gpr_31);
|
|
{ const bool branch_taken = ctx.gpr[6] != 0u;
|
|
aot_gpr_4 = (aot_gpr_5 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD5DD8;
|
|
}
|
|
goto L_08AD5DA4;
|
|
}
|
|
L_08AD5DA4:
|
|
aot_gpr_5 = (aot_gpr_4 | 0u);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-5336)));
|
|
aot_gpr_31 = (0x08AD5DB4u);
|
|
ctx.gpr[6] = (aot_gpr_29 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0162_entry, 162u, 526u, 0x08A8EB48u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD5DB4u) goto L_08AD5DB4;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD5DB4:
|
|
aot_gpr_31 = (0x08AD5DBCu);
|
|
aot_gpr_4 = (aot_gpr_29 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0207_entry, 207u, 443u, 0x08B41D30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD5DBCu) goto L_08AD5DBC;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD5DBC:
|
|
aot_gpr_31 = (0x08AD5DC4u);
|
|
aot_gpr_4 = (ctx.gpr[2] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0207_entry, 207u, 450u, 0x08B41DB8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD5DC4u) goto L_08AD5DC4;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD5DC4:
|
|
ctx.gpr[7] = (ctx.gpr[28] + static_cast<std::uint32_t>(-564));
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_5 = (ctx.gpr[2] | 0u);
|
|
aot_gpr_31 = (0x08AD5DD8u);
|
|
ctx.gpr[6] = (0u | 4u);
|
|
goto L_08AD4040;
|
|
L_08AD5DD8:
|
|
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(72)));
|
|
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(76)));
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(80));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD5DE8:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-32));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_17);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(12), ctx.gpr[19]);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(16), ctx.gpr[20]);
|
|
ctx.gpr[20] = (0u | 0u);
|
|
ctx.gpr[19] = (0u | 20u);
|
|
aot_gpr_17 = (0u + static_cast<std::uint32_t>(-1));
|
|
aot_gpr_16 = (aot_gpr_4 | 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), ctx.gpr[18]);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(20), aot_gpr_31);
|
|
goto L_08AD5E14;
|
|
L_08AD5E14:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(112)));
|
|
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(1));
|
|
{ const bool branch_taken = aot_gpr_4 != ctx.gpr[19];
|
|
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(112), aot_gpr_4);
|
|
if (branch_taken) {
|
|
goto L_08AD5E28;
|
|
}
|
|
goto L_08AD5E24;
|
|
}
|
|
L_08AD5E24:
|
|
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(112), 0u);
|
|
goto L_08AD5E28;
|
|
L_08AD5E28:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(112)));
|
|
ctx.gpr[20] = (ctx.gpr[20] + static_cast<std::uint32_t>(1));
|
|
aot_gpr_4 = (aot_gpr_4 << 2u);
|
|
aot_gpr_4 = (aot_gpr_16 + aot_gpr_4);
|
|
ctx.gpr[18] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(32)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[20]) < 21 ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD5E58;
|
|
}
|
|
goto L_08AD5E48;
|
|
}
|
|
L_08AD5E48:
|
|
{ const bool branch_taken = ctx.gpr[18] == aot_gpr_17;
|
|
if (branch_taken) {
|
|
goto L_08AD5E14;
|
|
}
|
|
goto L_08AD5E50;
|
|
}
|
|
L_08AD5E50:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD5E60;
|
|
}
|
|
goto L_08AD5E58;
|
|
}
|
|
L_08AD5E58:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[2] = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD5EC4;
|
|
}
|
|
goto L_08AD5E60;
|
|
}
|
|
L_08AD5E60:
|
|
aot_gpr_31 = (0x08AD5E68u);
|
|
aot_gpr_5 = (ctx.gpr[18] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD5E68u) goto L_08AD5E68;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD5E68:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[2] + static_cast<std::uint32_t>(9)));
|
|
aot_gpr_4 = (aot_gpr_4 & 131u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD5E14;
|
|
}
|
|
goto L_08AD5E78;
|
|
}
|
|
L_08AD5E78:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7656)));
|
|
aot_gpr_5 = (static_cast<std::int32_t>(ctx.gpr[18]) < static_cast<std::int32_t>(aot_gpr_5) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
aot_gpr_4 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD5E98;
|
|
}
|
|
goto L_08AD5E88;
|
|
}
|
|
L_08AD5E88:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(24)));
|
|
aot_gpr_5 = (ctx.gpr[18] << 2u);
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD5E98;
|
|
L_08AD5E98:
|
|
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(28))))));
|
|
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_4) > 0;
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD5E14;
|
|
}
|
|
goto L_08AD5EA4;
|
|
}
|
|
L_08AD5EA4:
|
|
aot_gpr_31 = (0x08AD5EACu);
|
|
aot_gpr_5 = (ctx.gpr[18] | 0u);
|
|
goto L_08AD4E34;
|
|
L_08AD5EAC:
|
|
{ const bool branch_taken = ctx.gpr[2] == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD5E14;
|
|
}
|
|
goto L_08AD5EB4;
|
|
}
|
|
L_08AD5EB4:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD5EC0u);
|
|
aot_gpr_5 = (ctx.gpr[18] | 0u);
|
|
goto L_08AD43F0;
|
|
L_08AD5EC0:
|
|
ctx.gpr[2] = (0u | 1u);
|
|
goto L_08AD5EC4;
|
|
L_08AD5EC4:
|
|
{ std::uint32_t aot_run_words[6]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_gpr_17 = aot_run_words[1];
|
|
ctx.gpr[18] = aot_run_words[2];
|
|
ctx.gpr[19] = aot_run_words[3];
|
|
ctx.gpr[20] = aot_run_words[4];
|
|
aot_gpr_31 = aot_run_words[5];
|
|
}
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(32));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD5EE4:
|
|
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(32));
|
|
aot_gpr_5 = (aot_gpr_5 << 2u);
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
|
|
jump_target = aot_gpr_31;
|
|
ctx.gpr[2] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD5EF8:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
|
|
aot_gpr_16 = (aot_gpr_5 | 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_17);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), aot_gpr_31);
|
|
aot_gpr_31 = (0x08AD5F14u);
|
|
aot_gpr_17 = (aot_gpr_4 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD5F14u) goto L_08AD5F14;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD5F14:
|
|
aot_gpr_4 = (ctx.gpr[2] + static_cast<std::uint32_t>(9));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
ctx.gpr[6] = (0u + static_cast<std::uint32_t>(-2));
|
|
aot_gpr_5 = (aot_gpr_5 & ctx.gpr[6]);
|
|
aot_mem.aot_direct_store8(aot_gpr_4 + static_cast<std::uint32_t>(0), static_cast<std::uint8_t>(aot_gpr_5));
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(8)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_16) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
if (aot_gpr_4 != 0u) {
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7656)));
|
|
goto L_08AD5F4C;
|
|
}
|
|
goto L_08AD5F38;
|
|
L_08AD5F38:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(16)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_16) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD5F7C;
|
|
}
|
|
goto L_08AD5F48;
|
|
}
|
|
L_08AD5F48:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7656)));
|
|
goto L_08AD5F4C;
|
|
L_08AD5F4C:
|
|
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_16) < static_cast<std::int32_t>(aot_gpr_5) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
aot_gpr_4 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD5F68;
|
|
}
|
|
goto L_08AD5F58;
|
|
}
|
|
L_08AD5F58:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(24)));
|
|
aot_gpr_5 = (aot_gpr_16 << 2u);
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD5F68;
|
|
L_08AD5F68:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(16)));
|
|
aot_gpr_5 = (0u | 6u);
|
|
{ const bool branch_taken = aot_gpr_4 == aot_gpr_5;
|
|
if (branch_taken) {
|
|
goto L_08AD600C;
|
|
}
|
|
goto L_08AD5F78;
|
|
}
|
|
L_08AD5F78:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
goto L_08AD5F7C;
|
|
L_08AD5F7C:
|
|
aot_gpr_31 = (0x08AD5F84u);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD5F84u) goto L_08AD5F84;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD5F84:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[2] + static_cast<std::uint32_t>(9)));
|
|
aot_gpr_4 = (aot_gpr_4 & 130u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD600C;
|
|
}
|
|
goto L_08AD5F94;
|
|
}
|
|
L_08AD5F94:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD5FA0u);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
goto L_08AD4E34;
|
|
L_08AD5FA0:
|
|
{ const bool branch_taken = ctx.gpr[2] == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6000;
|
|
}
|
|
goto L_08AD5FA8;
|
|
}
|
|
L_08AD5FA8:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD5FB4u);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD5FB4u) goto L_08AD5FB4;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD5FB4:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[2] + static_cast<std::uint32_t>(0)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
aot_gpr_4 = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD5FC8;
|
|
}
|
|
goto L_08AD5FC0;
|
|
}
|
|
L_08AD5FC0:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_gpr_4 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD5FC8;
|
|
}
|
|
goto L_08AD5FC8;
|
|
}
|
|
L_08AD5FC8:
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD600C;
|
|
}
|
|
goto L_08AD5FD0;
|
|
}
|
|
L_08AD5FD0:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD5FDCu);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD5FDCu) goto L_08AD5FDC;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD5FDC:
|
|
aot_gpr_4 = (aot_gpr_17 + static_cast<std::uint32_t>(156));
|
|
aot_gpr_4 = (aot_gpr_4 - 0u);
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
|
|
aot_mem.aot_direct_store32(ctx.gpr[2] + static_cast<std::uint32_t>(0), aot_gpr_4);
|
|
aot_mem.aot_direct_store32(ctx.gpr[2] + static_cast<std::uint32_t>(4), aot_gpr_5);
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
|
|
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), ctx.gpr[2]);
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(4), ctx.gpr[2]);
|
|
if (branch_taken) {
|
|
goto L_08AD600C;
|
|
}
|
|
goto L_08AD6000;
|
|
}
|
|
L_08AD6000:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD600Cu);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
goto L_08AD43F0;
|
|
L_08AD600C:
|
|
{ std::uint32_t aot_run_words[3]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_gpr_17 = aot_run_words[1];
|
|
aot_gpr_31 = aot_run_words[2];
|
|
}
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD6020:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
|
|
ctx.gpr[7] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7656)));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_31);
|
|
ctx.gpr[7] = (static_cast<std::int32_t>(aot_gpr_5) < static_cast<std::int32_t>(ctx.gpr[7]) ? 1u : 0u);
|
|
{ const bool branch_taken = ctx.gpr[7] == 0u;
|
|
ctx.gpr[6] = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD6048;
|
|
}
|
|
goto L_08AD6038;
|
|
}
|
|
L_08AD6038:
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(24)));
|
|
aot_gpr_5 = (aot_gpr_5 << 2u);
|
|
aot_gpr_5 = (ctx.gpr[6] + aot_gpr_5);
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD6048;
|
|
L_08AD6048:
|
|
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(ctx.gpr[6] + static_cast<std::uint32_t>(30))))));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_4);
|
|
aot_gpr_31 = (0x08AD6058u);
|
|
aot_gpr_4 = (aot_gpr_5 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 579u, 0x08AD34F8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6058u) goto L_08AD6058;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6058:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
|
|
aot_gpr_31 = (0x08AD6064u);
|
|
aot_gpr_5 = (ctx.gpr[2] | 0u);
|
|
goto L_08AD5EF8;
|
|
L_08AD6064:
|
|
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD6070:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
|
|
aot_gpr_16 = (aot_gpr_5 | 0u);
|
|
{ const std::uint32_t aot_run_words[3]{aot_gpr_17, ctx.gpr[18], aot_gpr_31};
|
|
aot_mem.aot_direct_store32_block(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_run_words); }
|
|
aot_gpr_31 = (0x08AD6090u);
|
|
aot_gpr_17 = (aot_gpr_4 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0128_entry, 128u, 820u, 0x08A076C4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6090u) goto L_08AD6090;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6090:
|
|
ctx.gpr[18] = (2236u << 16u);
|
|
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(31984));
|
|
goto L_08AD6098;
|
|
L_08AD6098:
|
|
aot_gpr_31 = (0x08AD60A0u);
|
|
aot_gpr_4 = (ctx.gpr[18] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0174_entry, 174u, 686u, 0x08ABF2F0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD60A0u) goto L_08AD60A0;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD60A0:
|
|
aot_gpr_4 = (ctx.gpr[2] < aot_gpr_16 ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD60CC;
|
|
}
|
|
goto L_08AD60AC;
|
|
}
|
|
L_08AD60AC:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD60B8u);
|
|
aot_gpr_5 = (0u | 131u);
|
|
goto L_08AD5658;
|
|
L_08AD60B8:
|
|
{ const bool branch_taken = ctx.gpr[2] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD60D4;
|
|
}
|
|
goto L_08AD60C0;
|
|
}
|
|
L_08AD60C0:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD60CCu);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0181_entry, 181u, 115u, 0x08AD867Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD60CCu) goto L_08AD60CC;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD60CC:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD60E8;
|
|
}
|
|
goto L_08AD60D4;
|
|
}
|
|
L_08AD60D4:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD60E0u);
|
|
aot_gpr_5 = (0u | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0030_entry, 30u, 669u, 0x0887F210u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD60E0u) goto L_08AD60E0;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD60E0:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6098;
|
|
}
|
|
goto L_08AD60E8;
|
|
}
|
|
L_08AD60E8:
|
|
{ std::uint32_t aot_run_words[4]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_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;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD6100:
|
|
ctx.gpr[2] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(12)));
|
|
jump_target = aot_gpr_31;
|
|
ctx.gpr[2] = (aot_gpr_5 + ctx.gpr[2]);
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD610C:
|
|
ctx.gpr[2] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(8)));
|
|
jump_target = aot_gpr_31;
|
|
ctx.gpr[2] = (aot_gpr_5 + ctx.gpr[2]);
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD6118:
|
|
ctx.gpr[2] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(16)));
|
|
jump_target = aot_gpr_31;
|
|
ctx.gpr[2] = (aot_gpr_5 + ctx.gpr[2]);
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD6124:
|
|
ctx.gpr[2] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(12)));
|
|
jump_target = aot_gpr_31;
|
|
ctx.gpr[2] = (aot_gpr_5 - ctx.gpr[2]);
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD6130:
|
|
ctx.gpr[2] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(8)));
|
|
jump_target = aot_gpr_31;
|
|
ctx.gpr[2] = (aot_gpr_5 - ctx.gpr[2]);
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD613C:
|
|
ctx.gpr[2] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(16)));
|
|
jump_target = aot_gpr_31;
|
|
ctx.gpr[2] = (aot_gpr_5 - ctx.gpr[2]);
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD6148:
|
|
jump_target = aot_gpr_31;
|
|
ctx.gpr[2] = (aot_gpr_4 + static_cast<std::uint32_t>(172));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD6150:
|
|
jump_target = aot_gpr_31;
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD6158:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5884)));
|
|
{ const std::uint32_t aot_run_words[4]{aot_gpr_16, aot_gpr_17, ctx.gpr[18], aot_gpr_31};
|
|
aot_mem.aot_direct_store32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words); }
|
|
{ const bool branch_taken = aot_gpr_5 != 0u;
|
|
aot_gpr_16 = (aot_gpr_4 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD6180;
|
|
}
|
|
goto L_08AD6178;
|
|
}
|
|
L_08AD6178:
|
|
aot_gpr_31 = (0x08AD6180u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_direct<&recomp_unit_0216_entry, 216u, 683u, 0x08B66DBCu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6180u) goto L_08AD6180;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6180:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5884)));
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(19)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD61A8;
|
|
}
|
|
goto L_08AD6190;
|
|
}
|
|
L_08AD6190:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-5336)));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load8(ctx.gpr[28] + static_cast<std::uint32_t>(-7080)));
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
aot_gpr_17 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
if (branch_taken) {
|
|
goto L_08AD61B0;
|
|
}
|
|
goto L_08AD61A0;
|
|
}
|
|
L_08AD61A0:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD62C4;
|
|
}
|
|
goto L_08AD61A8;
|
|
}
|
|
L_08AD61A8:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD62C4;
|
|
}
|
|
goto L_08AD61B0;
|
|
}
|
|
L_08AD61B0:
|
|
{ const bool branch_taken = aot_gpr_17 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD62C4;
|
|
}
|
|
goto L_08AD61B8;
|
|
}
|
|
L_08AD61B8:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7652)));
|
|
{ const bool branch_taken = aot_gpr_4 == aot_gpr_17;
|
|
if (branch_taken) {
|
|
goto L_08AD62C4;
|
|
}
|
|
goto L_08AD61C4;
|
|
}
|
|
L_08AD61C4:
|
|
aot_gpr_5 = (aot_gpr_17 ^ 3u);
|
|
aot_gpr_4 = (aot_gpr_4 ^ 3u);
|
|
aot_gpr_5 = (aot_gpr_5 < static_cast<std::uint32_t>(1) ? 1u : 0u);
|
|
aot_gpr_4 = (aot_gpr_4 < static_cast<std::uint32_t>(1) ? 1u : 0u);
|
|
aot_gpr_31 = (0x08AD61DCu);
|
|
ctx.gpr[18] = (aot_gpr_5 | aot_gpr_4);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0131_entry, 131u, 163u, 0x08A114E4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD61DCu) goto L_08AD61DC;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD61DC:
|
|
aot_mem.aot_direct_store32(ctx.gpr[28] + static_cast<std::uint32_t>(7652), aot_gpr_17);
|
|
aot_gpr_17 = (ctx.gpr[28] + static_cast<std::uint32_t>(7768));
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD61F0u);
|
|
aot_gpr_5 = (0u | 2u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0128_entry, 128u, 565u, 0x08A063CCu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD61F0u) goto L_08AD61F0;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD61F0:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD61FCu);
|
|
aot_gpr_5 = (0u | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0128_entry, 128u, 528u, 0x08A0611Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD61FCu) goto L_08AD61FC;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD61FC:
|
|
aot_gpr_31 = (0x08AD6204u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0097_entry, 97u, 844u, 0x0898B4F0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6204u) goto L_08AD6204;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6204:
|
|
{ const bool branch_taken = ctx.gpr[18] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6278;
|
|
}
|
|
goto L_08AD620C;
|
|
}
|
|
L_08AD620C:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(184)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6278;
|
|
}
|
|
goto L_08AD6218;
|
|
}
|
|
L_08AD6218:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[28] + static_cast<std::uint32_t>(-19681)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6278;
|
|
}
|
|
goto L_08AD6224;
|
|
}
|
|
L_08AD6224:
|
|
aot_gpr_31 = (0x08AD622Cu);
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0128_entry, 128u, 495u, 0x08A05EFCu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD622Cu) goto L_08AD622C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD622C:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7652)));
|
|
aot_gpr_4 = (aot_gpr_4 << 2u);
|
|
aot_gpr_4 = (ctx.gpr[28] + aot_gpr_4);
|
|
aot_gpr_31 = (0x08AD6240u);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(-524)));
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0076_entry, 76u, 430u, 0x08935AA4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6240u) goto L_08AD6240;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6240:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5856)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6254;
|
|
}
|
|
goto L_08AD624C;
|
|
}
|
|
L_08AD624C:
|
|
aot_gpr_31 = (0x08AD6254u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_direct<&recomp_unit_0216_entry, 216u, 399u, 0x08B65A54u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6254u) goto L_08AD6254;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6254:
|
|
aot_gpr_31 = (0x08AD625Cu);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5856)));
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0000_entry, 0u, 162u, 0x08805340u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD625Cu) goto L_08AD625C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD625C:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7652)));
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6278;
|
|
}
|
|
goto L_08AD6268;
|
|
}
|
|
L_08AD6268:
|
|
aot_gpr_31 = (0x08AD6270u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0076_entry, 76u, 339u, 0x08935474u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6270u) goto L_08AD6270;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6270:
|
|
aot_gpr_31 = (0x08AD6278u);
|
|
aot_gpr_4 = (ctx.gpr[2] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0076_entry, 76u, 269u, 0x0893509Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6278u) goto L_08AD6278;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6278:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5864)));
|
|
if (aot_gpr_4 != 0u) {
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5864)));
|
|
goto L_08AD6290;
|
|
}
|
|
goto L_08AD6284;
|
|
L_08AD6284:
|
|
aot_gpr_31 = (0x08AD628Cu);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_direct<&recomp_unit_0216_entry, 216u, 413u, 0x08B65B0Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD628Cu) goto L_08AD628C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD628C:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5864)));
|
|
goto L_08AD6290;
|
|
L_08AD6290:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7652)));
|
|
aot_gpr_31 = (0x08AD629Cu);
|
|
ctx.gpr[6] = (0u | 1u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0084_entry, 84u, 753u, 0x089579B4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD629Cu) goto L_08AD629C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD629C:
|
|
aot_gpr_31 = (0x08AD62A4u);
|
|
aot_gpr_4 = (0u | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 598u, 0x08AD3610u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD62A4u) goto L_08AD62A4;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD62A4:
|
|
aot_gpr_31 = (0x08AD62ACu);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0131_entry, 131u, 165u, 0x08A11504u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD62ACu) goto L_08AD62AC;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD62AC:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD62B8u);
|
|
aot_gpr_5 = (0u | 1u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0128_entry, 128u, 565u, 0x08A063CCu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD62B8u) goto L_08AD62B8;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD62B8:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD62C4u);
|
|
aot_gpr_5 = (0u | 127u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0128_entry, 128u, 528u, 0x08A0611Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD62C4u) goto L_08AD62C4;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD62C4:
|
|
{ std::uint32_t aot_run_words[4]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_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;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD62DC:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-32));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5864)));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(16), aot_gpr_16);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(20), aot_gpr_31);
|
|
{ const bool branch_taken = aot_gpr_5 != 0u;
|
|
aot_gpr_16 = (aot_gpr_4 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD62FC;
|
|
}
|
|
goto L_08AD62F4;
|
|
}
|
|
L_08AD62F4:
|
|
aot_gpr_31 = (0x08AD62FCu);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_direct<&recomp_unit_0216_entry, 216u, 413u, 0x08B65B0Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD62FCu) goto L_08AD62FC;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD62FC:
|
|
aot_gpr_31 = (0x08AD6304u);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5864)));
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0084_entry, 84u, 121u, 0x08954778u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6304u) goto L_08AD6304;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6304:
|
|
{ const bool branch_taken = ctx.gpr[2] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6318;
|
|
}
|
|
goto L_08AD630C;
|
|
}
|
|
L_08AD630C:
|
|
aot_gpr_4 = (0u | 3u);
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_mem.aot_direct_store32(ctx.gpr[28] + static_cast<std::uint32_t>(-508), aot_gpr_4);
|
|
if (branch_taken) {
|
|
goto L_08AD632C;
|
|
}
|
|
goto L_08AD6318;
|
|
}
|
|
L_08AD6318:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-508)));
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD632C;
|
|
}
|
|
goto L_08AD6324;
|
|
}
|
|
L_08AD6324:
|
|
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(-1));
|
|
aot_mem.aot_direct_store32(ctx.gpr[28] + static_cast<std::uint32_t>(-508), aot_gpr_4);
|
|
goto L_08AD632C;
|
|
L_08AD632C:
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD63AC;
|
|
}
|
|
goto L_08AD6334;
|
|
}
|
|
L_08AD6334:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_16 + static_cast<std::uint32_t>(0)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD63AC;
|
|
}
|
|
goto L_08AD6340;
|
|
}
|
|
L_08AD6340:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5884)));
|
|
if (aot_gpr_4 != 0u) {
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5884)));
|
|
goto L_08AD6358;
|
|
}
|
|
goto L_08AD634C;
|
|
L_08AD634C:
|
|
aot_gpr_31 = (0x08AD6354u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_direct<&recomp_unit_0216_entry, 216u, 683u, 0x08B66DBCu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6354u) goto L_08AD6354;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6354:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5884)));
|
|
goto L_08AD6358;
|
|
L_08AD6358:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(19)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD63AC;
|
|
}
|
|
goto L_08AD6364;
|
|
}
|
|
L_08AD6364:
|
|
aot_gpr_31 = (0x08AD636Cu);
|
|
aot_gpr_4 = (aot_gpr_16 + static_cast<std::uint32_t>(164));
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_direct<&recomp_unit_0219_entry, 219u, 136u, 0x08B70B9Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD636Cu) goto L_08AD636C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD636C:
|
|
aot_gpr_4 = (ctx.gpr[2] < static_cast<std::uint32_t>(5) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD63AC;
|
|
}
|
|
goto L_08AD6378;
|
|
}
|
|
L_08AD6378:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[28] + static_cast<std::uint32_t>(7640)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD63AC;
|
|
}
|
|
goto L_08AD6384;
|
|
}
|
|
L_08AD6384:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-1044)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD63AC;
|
|
}
|
|
goto L_08AD6390;
|
|
}
|
|
L_08AD6390:
|
|
aot_gpr_31 = (0x08AD6398u);
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
goto L_08AD7E94;
|
|
L_08AD6398:
|
|
aot_gpr_31 = (0x08AD63A0u);
|
|
aot_gpr_4 = (aot_gpr_29 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0087_entry, 87u, 16u, 0x08960154u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD63A0u) goto L_08AD63A0;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD63A0:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD63ACu);
|
|
aot_gpr_5 = (aot_gpr_29 | 0u);
|
|
goto L_08AD78DC;
|
|
L_08AD63AC:
|
|
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(16)));
|
|
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(20)));
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(32));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD63BC:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-48));
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5884)));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(32), aot_gpr_16);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(36), aot_gpr_31);
|
|
if (aot_gpr_4 != 0u) {
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5884)));
|
|
goto L_08AD63E0;
|
|
}
|
|
goto L_08AD63D4;
|
|
L_08AD63D4:
|
|
aot_gpr_31 = (0x08AD63DCu);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_direct<&recomp_unit_0216_entry, 216u, 683u, 0x08B66DBCu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD63DCu) goto L_08AD63DC;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD63DC:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5884)));
|
|
goto L_08AD63E0;
|
|
L_08AD63E0:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(19)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6408;
|
|
}
|
|
goto L_08AD63EC;
|
|
}
|
|
L_08AD63EC:
|
|
aot_gpr_16 = (2238u << 16u);
|
|
aot_gpr_16 = (aot_gpr_16 + static_cast<std::uint32_t>(-6992));
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(4)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6410;
|
|
}
|
|
goto L_08AD6400;
|
|
}
|
|
L_08AD6400:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6438;
|
|
}
|
|
goto L_08AD6408;
|
|
}
|
|
L_08AD6408:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6450;
|
|
}
|
|
goto L_08AD6410;
|
|
}
|
|
L_08AD6410:
|
|
aot_gpr_31 = (0x08AD6418u);
|
|
aot_gpr_4 = (aot_gpr_29 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0087_entry, 87u, 16u, 0x08960154u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6418u) goto L_08AD6418;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6418:
|
|
aot_gpr_31 = (0x08AD6420u);
|
|
aot_gpr_4 = (aot_gpr_29 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0001_entry, 1u, 307u, 0x08809870u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6420u) goto L_08AD6420;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6420:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(4)));
|
|
aot_gpr_5 = (0u | 0u);
|
|
aot_gpr_31 = (0x08AD6430u);
|
|
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(48));
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0001_entry, 1u, 257u, 0x08809600u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6430u) goto L_08AD6430;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6430:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6450;
|
|
}
|
|
goto L_08AD6438;
|
|
}
|
|
L_08AD6438:
|
|
aot_gpr_16 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
|
|
aot_gpr_31 = (0x08AD6444u);
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0087_entry, 87u, 16u, 0x08960154u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6444u) goto L_08AD6444;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6444:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD6450u);
|
|
aot_gpr_5 = (0u | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0001_entry, 1u, 257u, 0x08809600u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6450u) goto L_08AD6450;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6450:
|
|
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(32)));
|
|
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(36)));
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(48));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD6460:
|
|
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(32));
|
|
ctx.gpr[2] = (0u + static_cast<std::uint32_t>(-1));
|
|
aot_gpr_5 = (0u | 0u);
|
|
goto L_08AD646C;
|
|
L_08AD646C:
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
{ const bool branch_taken = ctx.gpr[6] == ctx.gpr[2];
|
|
if (branch_taken) {
|
|
goto L_08AD6490;
|
|
}
|
|
goto L_08AD6478;
|
|
}
|
|
L_08AD6478:
|
|
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(1));
|
|
ctx.gpr[6] = (static_cast<std::int32_t>(aot_gpr_5) < 20 ? 1u : 0u);
|
|
{ const bool branch_taken = ctx.gpr[6] != 0u;
|
|
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(4));
|
|
if (branch_taken) {
|
|
goto L_08AD646C;
|
|
}
|
|
goto L_08AD6488;
|
|
}
|
|
L_08AD6488:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6498;
|
|
}
|
|
goto L_08AD6490;
|
|
}
|
|
L_08AD6490:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[2] = (aot_gpr_5 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD6498;
|
|
}
|
|
goto L_08AD6498;
|
|
}
|
|
L_08AD6498:
|
|
jump_target = aot_gpr_31;
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD64A0:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-32));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
|
|
aot_gpr_16 = (aot_gpr_4 | 0u);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(24)));
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(28)));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), ctx.gpr[18]);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(12), ctx.gpr[19]);
|
|
ctx.gpr[18] = (0u + static_cast<std::uint32_t>(-1));
|
|
ctx.gpr[6] = (static_cast<std::int32_t>(aot_gpr_4) < static_cast<std::int32_t>(ctx.gpr[6]) ? 1u : 0u);
|
|
ctx.gpr[19] = (0u | 20u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_17);
|
|
{ const std::uint32_t aot_run_words[4]{ctx.gpr[20], ctx.gpr[21], ctx.gpr[22], aot_gpr_31};
|
|
aot_mem.aot_direct_store32_block(aot_gpr_29 + static_cast<std::uint32_t>(16), aot_run_words); }
|
|
{ const bool branch_taken = ctx.gpr[6] == 0u;
|
|
aot_gpr_17 = (aot_gpr_5 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD655C;
|
|
}
|
|
goto L_08AD64E4;
|
|
}
|
|
L_08AD64E4:
|
|
ctx.gpr[6] = (0u | 0u);
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(112)));
|
|
ctx.gpr[20] = (0u | 1u);
|
|
goto L_08AD64F0;
|
|
L_08AD64F0:
|
|
ctx.gpr[7] = (aot_gpr_5 << 2u);
|
|
ctx.gpr[7] = (aot_gpr_16 + ctx.gpr[7]);
|
|
ctx.gpr[7] = (aot_mem.aot_direct_load32(ctx.gpr[7] + static_cast<std::uint32_t>(32)));
|
|
{ const bool branch_taken = ctx.gpr[7] != ctx.gpr[18];
|
|
if (branch_taken) {
|
|
goto L_08AD651C;
|
|
}
|
|
goto L_08AD6504;
|
|
}
|
|
L_08AD6504:
|
|
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(112), aot_gpr_5);
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(112)));
|
|
aot_gpr_5 = (ctx.gpr[6] << 2u);
|
|
aot_gpr_5 = (aot_gpr_16 + aot_gpr_5);
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[6] = (ctx.gpr[6] + static_cast<std::uint32_t>(1));
|
|
if (branch_taken) {
|
|
goto L_08AD6550;
|
|
}
|
|
goto L_08AD651C;
|
|
}
|
|
L_08AD651C:
|
|
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(1));
|
|
{ const bool branch_taken = aot_gpr_5 != ctx.gpr[19];
|
|
if (branch_taken) {
|
|
goto L_08AD652C;
|
|
}
|
|
goto L_08AD6528;
|
|
}
|
|
L_08AD6528:
|
|
aot_gpr_5 = (0u | 0u);
|
|
goto L_08AD652C;
|
|
L_08AD652C:
|
|
ctx.gpr[6] = (ctx.gpr[6] + static_cast<std::uint32_t>(1));
|
|
ctx.gpr[7] = (static_cast<std::int32_t>(ctx.gpr[6]) < 20 ? 1u : 0u);
|
|
{ const bool branch_taken = ctx.gpr[7] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD64F0;
|
|
}
|
|
goto L_08AD653C;
|
|
}
|
|
L_08AD653C:
|
|
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(112), aot_gpr_5);
|
|
ctx.gpr[6] = (aot_gpr_5 | 0u);
|
|
aot_gpr_5 = (ctx.gpr[6] << 2u);
|
|
aot_gpr_5 = (aot_gpr_16 + aot_gpr_5);
|
|
ctx.gpr[6] = (ctx.gpr[6] + static_cast<std::uint32_t>(1));
|
|
goto L_08AD6550;
|
|
L_08AD6550:
|
|
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(1));
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(24), aot_gpr_4);
|
|
if (branch_taken) {
|
|
goto L_08AD6664;
|
|
}
|
|
goto L_08AD655C;
|
|
}
|
|
L_08AD655C:
|
|
ctx.gpr[20] = (ctx.gpr[18] | 0u);
|
|
ctx.gpr[21] = (0u | 0u);
|
|
goto L_08AD6564;
|
|
L_08AD6564:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(112)));
|
|
aot_gpr_4 = (aot_gpr_4 << 2u);
|
|
aot_gpr_4 = (aot_gpr_16 + aot_gpr_4);
|
|
ctx.gpr[22] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(32)));
|
|
{ const bool branch_taken = ctx.gpr[22] == ctx.gpr[18];
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD65C8;
|
|
}
|
|
goto L_08AD657C;
|
|
}
|
|
L_08AD657C:
|
|
aot_gpr_31 = (0x08AD6584u);
|
|
aot_gpr_5 = (ctx.gpr[22] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6584u) goto L_08AD6584;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6584:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[2] + static_cast<std::uint32_t>(9)));
|
|
aot_gpr_4 = (aot_gpr_4 & 131u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD65C8;
|
|
}
|
|
goto L_08AD6594;
|
|
}
|
|
L_08AD6594:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7656)));
|
|
aot_gpr_5 = (static_cast<std::int32_t>(ctx.gpr[22]) < static_cast<std::int32_t>(aot_gpr_5) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
aot_gpr_4 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD65B4;
|
|
}
|
|
goto L_08AD65A4;
|
|
}
|
|
L_08AD65A4:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(24)));
|
|
aot_gpr_5 = (ctx.gpr[22] << 2u);
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD65B4;
|
|
L_08AD65B4:
|
|
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(28))))));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD65C8;
|
|
}
|
|
goto L_08AD65C0;
|
|
}
|
|
L_08AD65C0:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[20] = (ctx.gpr[22] | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD65EC;
|
|
}
|
|
goto L_08AD65C8;
|
|
}
|
|
L_08AD65C8:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(112)));
|
|
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(1));
|
|
{ const bool branch_taken = aot_gpr_4 != ctx.gpr[19];
|
|
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(112), aot_gpr_4);
|
|
if (branch_taken) {
|
|
goto L_08AD65DC;
|
|
}
|
|
goto L_08AD65D8;
|
|
}
|
|
L_08AD65D8:
|
|
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(112), 0u);
|
|
goto L_08AD65DC;
|
|
L_08AD65DC:
|
|
ctx.gpr[21] = (ctx.gpr[21] + static_cast<std::uint32_t>(1));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[21]) < 20 ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6564;
|
|
}
|
|
goto L_08AD65EC;
|
|
}
|
|
L_08AD65EC:
|
|
{ const bool branch_taken = ctx.gpr[20] == ctx.gpr[18];
|
|
if (branch_taken) {
|
|
goto L_08AD6624;
|
|
}
|
|
goto L_08AD65F4;
|
|
}
|
|
L_08AD65F4:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD6600u);
|
|
aot_gpr_5 = (ctx.gpr[20] | 0u);
|
|
goto L_08AD43F0;
|
|
L_08AD6600:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(24)));
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(112)));
|
|
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(1));
|
|
aot_gpr_5 = (ctx.gpr[6] << 2u);
|
|
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(24), aot_gpr_4);
|
|
aot_gpr_5 = (aot_gpr_16 + aot_gpr_5);
|
|
ctx.gpr[6] = (ctx.gpr[6] + static_cast<std::uint32_t>(1));
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[20] = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD6664;
|
|
}
|
|
goto L_08AD6624;
|
|
}
|
|
L_08AD6624:
|
|
aot_gpr_31 = (0x08AD662Cu);
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
goto L_08AD6460;
|
|
L_08AD662C:
|
|
aot_gpr_5 = (ctx.gpr[2] | 0u);
|
|
{ const bool branch_taken = aot_gpr_5 != ctx.gpr[18];
|
|
if (branch_taken) {
|
|
goto L_08AD6640;
|
|
}
|
|
goto L_08AD6638;
|
|
}
|
|
L_08AD6638:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[2] = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD66B0;
|
|
}
|
|
goto L_08AD6640;
|
|
}
|
|
L_08AD6640:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(24)));
|
|
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(112), aot_gpr_5);
|
|
ctx.gpr[6] = (aot_gpr_5 | 0u);
|
|
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(1));
|
|
aot_gpr_5 = (ctx.gpr[6] << 2u);
|
|
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(24), aot_gpr_4);
|
|
aot_gpr_5 = (aot_gpr_16 + aot_gpr_5);
|
|
ctx.gpr[6] = (ctx.gpr[6] + static_cast<std::uint32_t>(1));
|
|
ctx.gpr[20] = (0u | 1u);
|
|
goto L_08AD6664;
|
|
L_08AD6664:
|
|
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(32), aot_gpr_17);
|
|
{ const bool branch_taken = ctx.gpr[6] != ctx.gpr[19];
|
|
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(112), ctx.gpr[6]);
|
|
if (branch_taken) {
|
|
goto L_08AD6674;
|
|
}
|
|
goto L_08AD6670;
|
|
}
|
|
L_08AD6670:
|
|
aot_mem.aot_direct_store32(aot_gpr_16 + static_cast<std::uint32_t>(112), 0u);
|
|
goto L_08AD6674;
|
|
L_08AD6674:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7656)));
|
|
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_17) < static_cast<std::int32_t>(aot_gpr_5) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
aot_gpr_4 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD6694;
|
|
}
|
|
goto L_08AD6684;
|
|
}
|
|
L_08AD6684:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(24)));
|
|
aot_gpr_5 = (aot_gpr_17 << 2u);
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD6694;
|
|
L_08AD6694:
|
|
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int8_t>(aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(629))))));
|
|
{ const bool branch_taken = aot_gpr_5 == ctx.gpr[18];
|
|
if (branch_taken) {
|
|
goto L_08AD66AC;
|
|
}
|
|
goto L_08AD66A0;
|
|
}
|
|
L_08AD66A0:
|
|
ctx.gpr[6] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(626))))));
|
|
aot_gpr_31 = (0x08AD66ACu);
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0207_entry, 207u, 453u, 0x08B41E40u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD66ACu) goto L_08AD66AC;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD66AC:
|
|
ctx.gpr[2] = (ctx.gpr[20] | 0u);
|
|
goto L_08AD66B0;
|
|
L_08AD66B0:
|
|
{ std::uint32_t aot_run_words[8]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_gpr_17 = aot_run_words[1];
|
|
ctx.gpr[18] = aot_run_words[2];
|
|
ctx.gpr[19] = aot_run_words[3];
|
|
ctx.gpr[20] = aot_run_words[4];
|
|
ctx.gpr[21] = aot_run_words[5];
|
|
ctx.gpr[22] = aot_run_words[6];
|
|
aot_gpr_31 = aot_run_words[7];
|
|
}
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(32));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD66D8:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-32));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_17);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(16), ctx.gpr[20]);
|
|
aot_gpr_17 = (aot_gpr_5 | 0u);
|
|
ctx.gpr[20] = (ctx.gpr[6] | 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), ctx.gpr[18]);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(12), ctx.gpr[19]);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(20), ctx.gpr[21]);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(24), aot_gpr_31);
|
|
aot_gpr_31 = (0x08AD6708u);
|
|
aot_gpr_16 = (aot_gpr_4 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6708u) goto L_08AD6708;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6708:
|
|
ctx.gpr[18] = (ctx.gpr[2] | 0u);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(16)));
|
|
ctx.gpr[19] = (aot_gpr_4 << 11u);
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[20] + static_cast<std::uint32_t>(0)));
|
|
aot_gpr_4 = (21845u << 16u);
|
|
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(21845));
|
|
aot_gpr_5 = (aot_gpr_5 ^ aot_gpr_4);
|
|
aot_mem.aot_direct_store32(ctx.gpr[20] + static_cast<std::uint32_t>(0), aot_gpr_5);
|
|
aot_mem.aot_direct_store32(ctx.gpr[20] + static_cast<std::uint32_t>(4), aot_gpr_17);
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(8)));
|
|
ctx.gpr[19] = (0u + ctx.gpr[19]);
|
|
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_17) < static_cast<std::int32_t>(aot_gpr_5) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
aot_gpr_4 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD675C;
|
|
}
|
|
goto L_08AD6740;
|
|
}
|
|
L_08AD6740:
|
|
ctx.gpr[7] = (aot_gpr_4 | 0u);
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_5 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD6754u);
|
|
ctx.gpr[6] = (ctx.gpr[20] | 0u);
|
|
goto L_08AD691C;
|
|
L_08AD6754:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[20] = (ctx.gpr[2] | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD67CC;
|
|
}
|
|
goto L_08AD675C;
|
|
}
|
|
L_08AD675C:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(12)));
|
|
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_17) < static_cast<std::int32_t>(aot_gpr_5) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6788;
|
|
}
|
|
goto L_08AD676C;
|
|
}
|
|
L_08AD676C:
|
|
ctx.gpr[7] = (aot_gpr_4 | 0u);
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_5 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD6780u);
|
|
ctx.gpr[6] = (ctx.gpr[20] | 0u);
|
|
goto L_08AD6AE8;
|
|
L_08AD6780:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[20] = (ctx.gpr[2] | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD67CC;
|
|
}
|
|
goto L_08AD6788;
|
|
}
|
|
L_08AD6788:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(16)));
|
|
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_17) < static_cast<std::int32_t>(aot_gpr_5) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD67B4;
|
|
}
|
|
goto L_08AD6798;
|
|
}
|
|
L_08AD6798:
|
|
ctx.gpr[7] = (aot_gpr_4 | 0u);
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_5 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD67ACu);
|
|
ctx.gpr[6] = (ctx.gpr[20] | 0u);
|
|
goto L_08AD6B74;
|
|
L_08AD67AC:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[20] = (ctx.gpr[2] | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD67CC;
|
|
}
|
|
goto L_08AD67B4;
|
|
}
|
|
L_08AD67B4:
|
|
ctx.gpr[7] = (aot_gpr_4 | 0u);
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_5 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD67C8u);
|
|
ctx.gpr[6] = (ctx.gpr[20] | 0u);
|
|
goto L_08AD6CAC;
|
|
L_08AD67C8:
|
|
ctx.gpr[20] = (ctx.gpr[2] | 0u);
|
|
goto L_08AD67CC;
|
|
L_08AD67CC:
|
|
{ const bool branch_taken = ctx.gpr[20] == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD67F4;
|
|
}
|
|
goto L_08AD67D4;
|
|
}
|
|
L_08AD67D4:
|
|
ctx.gpr[20] = (aot_mem.aot_direct_load8(ctx.gpr[18] + static_cast<std::uint32_t>(8)));
|
|
ctx.gpr[21] = (0u | 1u);
|
|
aot_mem.aot_direct_store8(ctx.gpr[18] + static_cast<std::uint32_t>(8), static_cast<std::uint8_t>(ctx.gpr[21]));
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(0)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
aot_gpr_5 = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD67FC;
|
|
}
|
|
goto L_08AD67EC;
|
|
}
|
|
L_08AD67EC:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_gpr_5 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD67FC;
|
|
}
|
|
goto L_08AD67F4;
|
|
}
|
|
L_08AD67F4:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[2] = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD68F8;
|
|
}
|
|
goto L_08AD67FC;
|
|
}
|
|
L_08AD67FC:
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6818;
|
|
}
|
|
goto L_08AD6804;
|
|
}
|
|
L_08AD6804:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(4)));
|
|
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(4), aot_gpr_5);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(0)));
|
|
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), aot_gpr_4);
|
|
aot_mem.aot_direct_store32(ctx.gpr[18] + static_cast<std::uint32_t>(0), 0u);
|
|
goto L_08AD6818;
|
|
L_08AD6818:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(8)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_17) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD68B8;
|
|
}
|
|
goto L_08AD6828;
|
|
}
|
|
L_08AD6828:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7656)));
|
|
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_17) < static_cast<std::int32_t>(aot_gpr_5) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
aot_gpr_4 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD6848;
|
|
}
|
|
goto L_08AD6838;
|
|
}
|
|
L_08AD6838:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(24)));
|
|
aot_gpr_5 = (aot_gpr_17 << 2u);
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD6848;
|
|
L_08AD6848:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(16)));
|
|
aot_gpr_5 = (0u | 6u);
|
|
{ const bool branch_taken = aot_gpr_4 != aot_gpr_5;
|
|
if (branch_taken) {
|
|
goto L_08AD6878;
|
|
}
|
|
goto L_08AD6858;
|
|
}
|
|
L_08AD6858:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD6864u);
|
|
aot_gpr_5 = (aot_gpr_17 | 0u);
|
|
goto L_08AD64A0;
|
|
L_08AD6864:
|
|
{ const bool branch_taken = ctx.gpr[2] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD68B0;
|
|
}
|
|
goto L_08AD686C;
|
|
}
|
|
L_08AD686C:
|
|
aot_mem.aot_direct_store8(ctx.gpr[18] + static_cast<std::uint32_t>(8), static_cast<std::uint8_t>(ctx.gpr[20]));
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[2] = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD68F8;
|
|
}
|
|
goto L_08AD6878;
|
|
}
|
|
L_08AD6878:
|
|
aot_gpr_5 = (0u | 7u);
|
|
{ const bool branch_taken = aot_gpr_4 == aot_gpr_5;
|
|
if (branch_taken) {
|
|
goto L_08AD68B0;
|
|
}
|
|
goto L_08AD6884;
|
|
}
|
|
L_08AD6884:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[18] + static_cast<std::uint32_t>(9)));
|
|
aot_gpr_4 = (aot_gpr_4 & 131u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
aot_gpr_4 = (aot_gpr_16 + static_cast<std::uint32_t>(156));
|
|
if (branch_taken) {
|
|
goto L_08AD68B0;
|
|
}
|
|
goto L_08AD6894;
|
|
}
|
|
L_08AD6894:
|
|
aot_gpr_4 = (aot_gpr_4 - 0u);
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
|
|
aot_mem.aot_direct_store32(ctx.gpr[18] + static_cast<std::uint32_t>(0), aot_gpr_4);
|
|
aot_mem.aot_direct_store32(ctx.gpr[18] + static_cast<std::uint32_t>(4), aot_gpr_5);
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
|
|
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), ctx.gpr[18]);
|
|
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(4), ctx.gpr[18]);
|
|
goto L_08AD68B0;
|
|
L_08AD68B0:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD68E4;
|
|
}
|
|
goto L_08AD68B8;
|
|
}
|
|
L_08AD68B8:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(ctx.gpr[18] + static_cast<std::uint32_t>(9)));
|
|
aot_gpr_4 = (aot_gpr_4 & 1u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
aot_gpr_4 = (aot_gpr_16 + static_cast<std::uint32_t>(156));
|
|
if (branch_taken) {
|
|
goto L_08AD68E4;
|
|
}
|
|
goto L_08AD68C8;
|
|
}
|
|
L_08AD68C8:
|
|
aot_gpr_4 = (aot_gpr_4 - 0u);
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
|
|
aot_mem.aot_direct_store32(ctx.gpr[18] + static_cast<std::uint32_t>(0), aot_gpr_4);
|
|
aot_mem.aot_direct_store32(ctx.gpr[18] + static_cast<std::uint32_t>(4), aot_gpr_5);
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
|
|
aot_mem.aot_direct_store32(aot_gpr_5 + static_cast<std::uint32_t>(0), ctx.gpr[18]);
|
|
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(4), ctx.gpr[18]);
|
|
goto L_08AD68E4;
|
|
L_08AD68E4:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_5 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD68F4u);
|
|
ctx.gpr[6] = (ctx.gpr[19] | 0u);
|
|
goto L_08AD6F80;
|
|
L_08AD68F4:
|
|
ctx.gpr[2] = (ctx.gpr[21] | 0u);
|
|
goto L_08AD68F8;
|
|
L_08AD68F8:
|
|
{ std::uint32_t aot_run_words[7]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_gpr_17 = aot_run_words[1];
|
|
ctx.gpr[18] = aot_run_words[2];
|
|
ctx.gpr[19] = aot_run_words[3];
|
|
ctx.gpr[20] = aot_run_words[4];
|
|
ctx.gpr[21] = aot_run_words[5];
|
|
aot_gpr_31 = aot_run_words[6];
|
|
}
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(32));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD691C:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-32));
|
|
ctx.gpr[7] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7656)));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_17);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(12), ctx.gpr[19]);
|
|
ctx.gpr[19] = (0u | 0u);
|
|
ctx.gpr[7] = (static_cast<std::int32_t>(aot_gpr_5) < static_cast<std::int32_t>(ctx.gpr[7]) ? 1u : 0u);
|
|
aot_gpr_16 = (aot_gpr_4 | 0u);
|
|
aot_gpr_17 = (aot_gpr_5 | 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), ctx.gpr[18]);
|
|
{ const std::uint32_t aot_run_words[3]{ctx.gpr[20], ctx.gpr[21], aot_gpr_31};
|
|
aot_mem.aot_direct_store32_block(aot_gpr_29 + static_cast<std::uint32_t>(16), aot_run_words); }
|
|
{ const bool branch_taken = ctx.gpr[7] == 0u;
|
|
ctx.gpr[18] = (ctx.gpr[6] | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD6968;
|
|
}
|
|
goto L_08AD6958;
|
|
}
|
|
L_08AD6958:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(24)));
|
|
aot_gpr_5 = (aot_gpr_17 << 2u);
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
|
|
ctx.gpr[19] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD6968;
|
|
L_08AD6968:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[19] + static_cast<std::uint32_t>(36)));
|
|
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(72));
|
|
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(0))))));
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
|
|
jump_target = ctx.gpr[6];
|
|
aot_gpr_31 = (0x08AD6980u);
|
|
aot_gpr_4 = (ctx.gpr[19] + aot_gpr_5);
|
|
ctx.pc = jump_target;
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_call(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6980u) goto L_08AD6980;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6980:
|
|
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(ctx.gpr[19] + static_cast<std::uint32_t>(30))))));
|
|
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_4) < 0;
|
|
ctx.gpr[20] = (ctx.gpr[2] | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD69A0;
|
|
}
|
|
goto L_08AD698C;
|
|
}
|
|
L_08AD698C:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-2816)));
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(8)));
|
|
ctx.gpr[6] = (static_cast<std::int32_t>(aot_gpr_4) < static_cast<std::int32_t>(ctx.gpr[6]) ? 1u : 0u);
|
|
if (ctx.gpr[6] != 0u) {
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(4)));
|
|
goto L_08AD69AC;
|
|
}
|
|
goto L_08AD69A0;
|
|
L_08AD69A0:
|
|
aot_gpr_4 = (0u | 0u);
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
if (branch_taken) {
|
|
goto L_08AD69E0;
|
|
}
|
|
goto L_08AD69AC;
|
|
}
|
|
L_08AD69AC:
|
|
ctx.gpr[6] = (ctx.gpr[6] + aot_gpr_4);
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load8(ctx.gpr[6] + static_cast<std::uint32_t>(0)));
|
|
ctx.gpr[6] = (ctx.gpr[6] & 128u);
|
|
{ const bool branch_taken = ctx.gpr[6] == 0u;
|
|
ctx.gpr[6] = (aot_gpr_4 << 5u);
|
|
if (branch_taken) {
|
|
goto L_08AD69CC;
|
|
}
|
|
goto L_08AD69C0;
|
|
}
|
|
L_08AD69C0:
|
|
aot_gpr_4 = (0u | 0u);
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
if (branch_taken) {
|
|
goto L_08AD69E0;
|
|
}
|
|
goto L_08AD69CC;
|
|
}
|
|
L_08AD69CC:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(0)));
|
|
aot_gpr_4 = (aot_gpr_4 << 2u);
|
|
aot_gpr_4 = (ctx.gpr[6] - aot_gpr_4);
|
|
aot_gpr_4 = (aot_gpr_5 + aot_gpr_4);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD69E0;
|
|
L_08AD69E0:
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
ctx.gpr[21] = (0u + static_cast<std::uint32_t>(-1));
|
|
if (branch_taken) {
|
|
goto L_08AD6ABC;
|
|
}
|
|
goto L_08AD69E8;
|
|
}
|
|
L_08AD69E8:
|
|
{ const bool branch_taken = ctx.gpr[20] == ctx.gpr[21];
|
|
if (branch_taken) {
|
|
goto L_08AD6A38;
|
|
}
|
|
goto L_08AD69F0;
|
|
}
|
|
L_08AD69F0:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5836)));
|
|
if (aot_gpr_4 != 0u) {
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(8)));
|
|
goto L_08AD6A0C;
|
|
}
|
|
goto L_08AD69FC;
|
|
L_08AD69FC:
|
|
aot_gpr_31 = (0x08AD6A04u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_direct<&recomp_unit_0216_entry, 216u, 313u, 0x08B65564u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6A04u) goto L_08AD6A04;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6A04:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5836)));
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(8)));
|
|
goto L_08AD6A0C;
|
|
L_08AD6A0C:
|
|
aot_gpr_5 = (1u << 16u);
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
|
|
aot_gpr_5 = (ctx.gpr[20] << 4u);
|
|
ctx.gpr[6] = (aot_gpr_5 - ctx.gpr[20]);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(320)));
|
|
ctx.gpr[6] = (ctx.gpr[6] << 2u);
|
|
aot_gpr_5 = (ctx.gpr[6] - aot_gpr_5);
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(20)));
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6ABC;
|
|
}
|
|
goto L_08AD6A38;
|
|
}
|
|
L_08AD6A38:
|
|
aot_gpr_31 = (0x08AD6A40u);
|
|
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(ctx.gpr[19] + static_cast<std::uint32_t>(30))))));
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0170_entry, 170u, 644u, 0x08AAF008u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6A40u) goto L_08AD6A40;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6A40:
|
|
{ const bool branch_taken = ctx.gpr[20] == ctx.gpr[21];
|
|
if (branch_taken) {
|
|
goto L_08AD6A68;
|
|
}
|
|
goto L_08AD6A48;
|
|
}
|
|
L_08AD6A48:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5836)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6A60;
|
|
}
|
|
goto L_08AD6A54;
|
|
}
|
|
L_08AD6A54:
|
|
aot_gpr_31 = (0x08AD6A5Cu);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_direct<&recomp_unit_0216_entry, 216u, 313u, 0x08B65564u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6A5Cu) goto L_08AD6A5C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6A5C:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5836)));
|
|
goto L_08AD6A60;
|
|
L_08AD6A60:
|
|
aot_gpr_31 = (0x08AD6A68u);
|
|
aot_gpr_5 = (ctx.gpr[20] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0078_entry, 78u, 695u, 0x0893EDA0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6A68u) goto L_08AD6A68;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6A68:
|
|
aot_gpr_31 = (0x08AD6A70u);
|
|
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(ctx.gpr[19] + static_cast<std::uint32_t>(30))))));
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0170_entry, 170u, 632u, 0x08AAEF5Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6A70u) goto L_08AD6A70;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6A70:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_5 = (ctx.gpr[18] | 0u);
|
|
aot_gpr_31 = (0x08AD6A80u);
|
|
ctx.gpr[6] = (aot_gpr_17 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0181_entry, 181u, 73u, 0x08AD8384u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6A80u) goto L_08AD6A80;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6A80:
|
|
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(ctx.gpr[19] + static_cast<std::uint32_t>(30))))));
|
|
aot_gpr_31 = (0x08AD6A8Cu);
|
|
aot_gpr_16 = (ctx.gpr[2] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0170_entry, 170u, 680u, 0x08AAF24Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6A8Cu) goto L_08AD6A8C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6A8C:
|
|
{ const bool branch_taken = ctx.gpr[20] == ctx.gpr[21];
|
|
if (branch_taken) {
|
|
goto L_08AD6AC0;
|
|
}
|
|
goto L_08AD6A94;
|
|
}
|
|
L_08AD6A94:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5836)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6AAC;
|
|
}
|
|
goto L_08AD6AA0;
|
|
}
|
|
L_08AD6AA0:
|
|
aot_gpr_31 = (0x08AD6AA8u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_direct<&recomp_unit_0216_entry, 216u, 313u, 0x08B65564u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6AA8u) goto L_08AD6AA8;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6AA8:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5836)));
|
|
goto L_08AD6AAC;
|
|
L_08AD6AAC:
|
|
aot_gpr_31 = (0x08AD6AB4u);
|
|
aot_gpr_5 = (ctx.gpr[20] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0078_entry, 78u, 699u, 0x0893EE30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6AB4u) goto L_08AD6AB4;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6AB4:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6AC0;
|
|
}
|
|
goto L_08AD6ABC;
|
|
}
|
|
L_08AD6ABC:
|
|
aot_gpr_16 = (0u | 0u);
|
|
goto L_08AD6AC0;
|
|
L_08AD6AC0:
|
|
ctx.gpr[2] = (aot_gpr_16 | 0u);
|
|
{ std::uint32_t aot_run_words[7]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_gpr_17 = aot_run_words[1];
|
|
ctx.gpr[18] = aot_run_words[2];
|
|
ctx.gpr[19] = aot_run_words[3];
|
|
ctx.gpr[20] = aot_run_words[4];
|
|
ctx.gpr[21] = aot_run_words[5];
|
|
aot_gpr_31 = aot_run_words[6];
|
|
}
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(32));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD6AE8:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
|
|
ctx.gpr[7] = (aot_gpr_5 | 0u);
|
|
aot_gpr_5 = (ctx.gpr[6] | 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_31);
|
|
aot_gpr_31 = (0x08AD6B00u);
|
|
ctx.gpr[6] = (ctx.gpr[7] | 0u);
|
|
goto L_08AD6B0C;
|
|
L_08AD6B00:
|
|
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD6B0C:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
|
|
{ const std::uint32_t aot_run_words[3]{aot_gpr_16, aot_gpr_17, ctx.gpr[18]};
|
|
aot_mem.aot_direct_store32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words); }
|
|
ctx.gpr[18] = (aot_gpr_4 | 0u);
|
|
aot_gpr_16 = (aot_gpr_5 | 0u);
|
|
aot_gpr_17 = (ctx.gpr[6] | 0u);
|
|
aot_gpr_4 = (2236u << 16u);
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(8)));
|
|
ctx.gpr[7] = (0u | 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(12), aot_gpr_31);
|
|
aot_gpr_31 = (0x08AD6B40u);
|
|
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(31984));
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0174_entry, 174u, 523u, 0x08ABE6BCu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6B40u) goto L_08AD6B40;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6B40:
|
|
aot_gpr_4 = (ctx.gpr[18] | 0u);
|
|
aot_gpr_31 = (0x08AD6B4Cu);
|
|
aot_gpr_5 = (aot_gpr_17 | 0u);
|
|
goto L_08AD6130;
|
|
L_08AD6B4C:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD6B58u);
|
|
aot_gpr_5 = (ctx.gpr[2] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0170_entry, 170u, 721u, 0x08AAF460u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6B58u) goto L_08AD6B58;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6B58:
|
|
ctx.gpr[2] = (0u | 1u);
|
|
{ std::uint32_t aot_run_words[4]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_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;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD6B74:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
|
|
ctx.gpr[7] = (aot_gpr_5 | 0u);
|
|
aot_gpr_5 = (ctx.gpr[6] | 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_31);
|
|
aot_gpr_31 = (0x08AD6B8Cu);
|
|
ctx.gpr[6] = (ctx.gpr[7] | 0u);
|
|
goto L_08AD6B98;
|
|
L_08AD6B8C:
|
|
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD6B98:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-32));
|
|
{ const std::uint32_t aot_run_words[3]{aot_gpr_16, aot_gpr_17, ctx.gpr[18]};
|
|
aot_mem.aot_direct_store32_block(aot_gpr_29 + static_cast<std::uint32_t>(12), aot_run_words); }
|
|
aot_gpr_16 = (ctx.gpr[6] | 0u);
|
|
aot_gpr_17 = (aot_gpr_5 | 0u);
|
|
ctx.gpr[18] = (aot_gpr_4 | 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(24), aot_gpr_31);
|
|
aot_gpr_31 = (0x08AD6BC0u);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6BC0u) goto L_08AD6BC0;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6BC0:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[2] + static_cast<std::uint32_t>(16)));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(0)));
|
|
ctx.gpr[6] = (25455u << 16u);
|
|
aot_gpr_4 = (aot_gpr_4 << 11u);
|
|
ctx.gpr[6] = (ctx.gpr[6] + static_cast<std::uint32_t>(27698));
|
|
{ const bool branch_taken = aot_gpr_5 != ctx.gpr[6];
|
|
aot_gpr_4 = (0u + aot_gpr_4);
|
|
if (branch_taken) {
|
|
goto L_08AD6C14;
|
|
}
|
|
goto L_08AD6BDC;
|
|
}
|
|
L_08AD6BDC:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(8)));
|
|
aot_gpr_5 = (aot_gpr_4 < aot_gpr_5 ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_5 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6C14;
|
|
}
|
|
goto L_08AD6BEC;
|
|
}
|
|
L_08AD6BEC:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(16)));
|
|
ctx.gpr[6] = (aot_gpr_4 < aot_gpr_5 ? 1u : 0u);
|
|
{ const bool branch_taken = ctx.gpr[6] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6C14;
|
|
}
|
|
goto L_08AD6BFC;
|
|
}
|
|
L_08AD6BFC:
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(20)));
|
|
ctx.gpr[6] = (ctx.gpr[6] << 2u);
|
|
aot_gpr_5 = (aot_gpr_5 + ctx.gpr[6]);
|
|
aot_gpr_4 = (aot_gpr_4 < aot_gpr_5 ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6C1C;
|
|
}
|
|
goto L_08AD6C14;
|
|
}
|
|
L_08AD6C14:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[2] = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD6C94;
|
|
}
|
|
goto L_08AD6C1C;
|
|
}
|
|
L_08AD6C1C:
|
|
aot_gpr_4 = (25455u << 16u);
|
|
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(27698));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_4);
|
|
ctx.gpr[6] = (0u | 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), 0u);
|
|
aot_gpr_4 = (aot_gpr_29 | 0u);
|
|
aot_gpr_31 = (0x08AD6C3Cu);
|
|
aot_gpr_5 = (aot_gpr_17 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0139_entry, 139u, 285u, 0x08A3137Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6C3Cu) goto L_08AD6C3C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6C3C:
|
|
aot_gpr_4 = (ctx.gpr[18] | 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), ctx.gpr[2]);
|
|
ctx.gpr[18] = (ctx.gpr[2] | 0u);
|
|
aot_gpr_31 = (0x08AD6C50u);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
goto L_08AD6124;
|
|
L_08AD6C50:
|
|
aot_gpr_4 = (ctx.gpr[2] | 0u);
|
|
aot_gpr_5 = (ctx.gpr[18] | 0u);
|
|
aot_gpr_31 = (0x08AD6C60u);
|
|
ctx.gpr[6] = (aot_gpr_17 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0001_entry, 1u, 205u, 0x08809288u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6C60u) goto L_08AD6C60;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6C60:
|
|
aot_gpr_4 = (2236u << 16u);
|
|
aot_gpr_16 = (aot_gpr_4 + static_cast<std::uint32_t>(31984));
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(8)));
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_5 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD6C7Cu);
|
|
ctx.gpr[7] = (0u | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0174_entry, 174u, 523u, 0x08ABE6BCu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6C7Cu) goto L_08AD6C7C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6C7C:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_16 = (0u | 1u);
|
|
aot_gpr_5 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD6C90u);
|
|
ctx.gpr[6] = (0u | 1u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0174_entry, 174u, 563u, 0x08ABE988u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6C90u) goto L_08AD6C90;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6C90:
|
|
ctx.gpr[2] = (aot_gpr_16 | 0u);
|
|
goto L_08AD6C94;
|
|
L_08AD6C94:
|
|
{ std::uint32_t aot_run_words[4]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(12), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_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;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(32));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD6CAC:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
|
|
ctx.gpr[7] = (aot_gpr_5 | 0u);
|
|
aot_gpr_5 = (ctx.gpr[6] | 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_31);
|
|
aot_gpr_31 = (0x08AD6CC4u);
|
|
ctx.gpr[6] = (ctx.gpr[7] | 0u);
|
|
goto L_08AD6CF0;
|
|
L_08AD6CC4:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5836)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6CD8;
|
|
}
|
|
goto L_08AD6CD0;
|
|
}
|
|
L_08AD6CD0:
|
|
aot_gpr_31 = (0x08AD6CD8u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_direct<&recomp_unit_0216_entry, 216u, 313u, 0x08B65564u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6CD8u) goto L_08AD6CD8;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6CD8:
|
|
aot_gpr_31 = (0x08AD6CE0u);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5836)));
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0078_entry, 78u, 606u, 0x0893E618u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6CE0u) goto L_08AD6CE0;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6CE0:
|
|
ctx.gpr[2] = (0u | 1u);
|
|
aot_gpr_31 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD6CF0:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-48));
|
|
{ const std::uint32_t aot_run_words[3]{aot_gpr_16, aot_gpr_17, ctx.gpr[18]};
|
|
aot_mem.aot_direct_store32_block(aot_gpr_29 + static_cast<std::uint32_t>(12), aot_run_words); }
|
|
aot_gpr_16 = (ctx.gpr[6] | 0u);
|
|
aot_gpr_17 = (aot_gpr_5 | 0u);
|
|
ctx.gpr[18] = (aot_gpr_4 | 0u);
|
|
{ const std::uint32_t aot_run_words[3]{ctx.gpr[19], ctx.gpr[20], aot_gpr_31};
|
|
aot_mem.aot_direct_store32_block(aot_gpr_29 + static_cast<std::uint32_t>(24), aot_run_words); }
|
|
aot_gpr_31 = (0x08AD6D20u);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6D20u) goto L_08AD6D20;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6D20:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[2] + static_cast<std::uint32_t>(16)));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(0)));
|
|
ctx.gpr[6] = (24942u << 16u);
|
|
aot_gpr_4 = (aot_gpr_4 << 11u);
|
|
ctx.gpr[6] = (ctx.gpr[6] + static_cast<std::uint32_t>(26989));
|
|
{ const bool branch_taken = aot_gpr_5 != ctx.gpr[6];
|
|
aot_gpr_4 = (0u + aot_gpr_4);
|
|
if (branch_taken) {
|
|
goto L_08AD6DAC;
|
|
}
|
|
goto L_08AD6D3C;
|
|
}
|
|
L_08AD6D3C:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(8)));
|
|
aot_gpr_5 = (aot_gpr_4 < aot_gpr_5 ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_5 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6DAC;
|
|
}
|
|
goto L_08AD6D4C;
|
|
}
|
|
L_08AD6D4C:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(16)));
|
|
ctx.gpr[6] = (aot_gpr_4 < aot_gpr_5 ? 1u : 0u);
|
|
{ const bool branch_taken = ctx.gpr[6] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6DAC;
|
|
}
|
|
goto L_08AD6D5C;
|
|
}
|
|
L_08AD6D5C:
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(20)));
|
|
ctx.gpr[6] = (ctx.gpr[6] << 2u);
|
|
aot_gpr_5 = (aot_gpr_5 + ctx.gpr[6]);
|
|
aot_gpr_4 = (aot_gpr_4 < aot_gpr_5 ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6DAC;
|
|
}
|
|
goto L_08AD6D74;
|
|
}
|
|
L_08AD6D74:
|
|
aot_gpr_4 = (24942u << 16u);
|
|
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(26989));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_4);
|
|
ctx.gpr[6] = (0u | 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), 0u);
|
|
aot_gpr_4 = (aot_gpr_29 | 0u);
|
|
aot_gpr_31 = (0x08AD6D94u);
|
|
aot_gpr_5 = (aot_gpr_17 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0139_entry, 139u, 285u, 0x08A3137Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6D94u) goto L_08AD6D94;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6D94:
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), ctx.gpr[2]);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5836)));
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
ctx.gpr[19] = (ctx.gpr[2] | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD6DB4;
|
|
}
|
|
goto L_08AD6DA4;
|
|
}
|
|
L_08AD6DA4:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[20] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5836)));
|
|
if (branch_taken) {
|
|
goto L_08AD6DC0;
|
|
}
|
|
goto L_08AD6DAC;
|
|
}
|
|
L_08AD6DAC:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[2] = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD6E14;
|
|
}
|
|
goto L_08AD6DB4;
|
|
}
|
|
L_08AD6DB4:
|
|
aot_gpr_31 = (0x08AD6DBCu);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_direct<&recomp_unit_0216_entry, 216u, 313u, 0x08B65564u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6DBCu) goto L_08AD6DBC;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6DBC:
|
|
ctx.gpr[20] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(5836)));
|
|
goto L_08AD6DC0;
|
|
L_08AD6DC0:
|
|
aot_gpr_4 = (ctx.gpr[18] | 0u);
|
|
aot_gpr_31 = (0x08AD6DCCu);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
goto L_08AD613C;
|
|
L_08AD6DCC:
|
|
aot_gpr_4 = (ctx.gpr[20] | 0u);
|
|
aot_gpr_5 = (ctx.gpr[2] | 0u);
|
|
ctx.gpr[6] = (ctx.gpr[19] | 0u);
|
|
aot_gpr_31 = (0x08AD6DE0u);
|
|
ctx.gpr[7] = (aot_gpr_17 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0078_entry, 78u, 549u, 0x0893E214u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6DE0u) goto L_08AD6DE0;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6DE0:
|
|
aot_gpr_4 = (2236u << 16u);
|
|
aot_gpr_16 = (aot_gpr_4 + static_cast<std::uint32_t>(31984));
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(8)));
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_5 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD6DFCu);
|
|
ctx.gpr[7] = (0u | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0174_entry, 174u, 523u, 0x08ABE6BCu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6DFCu) goto L_08AD6DFC;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6DFC:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_16 = (0u | 1u);
|
|
aot_gpr_5 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD6E10u);
|
|
ctx.gpr[6] = (0u | 1u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0174_entry, 174u, 563u, 0x08ABE988u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6E10u) goto L_08AD6E10;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6E10:
|
|
ctx.gpr[2] = (aot_gpr_16 | 0u);
|
|
goto L_08AD6E14;
|
|
L_08AD6E14:
|
|
{ std::uint32_t aot_run_words[6]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(12), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_gpr_17 = aot_run_words[1];
|
|
ctx.gpr[18] = aot_run_words[2];
|
|
ctx.gpr[19] = aot_run_words[3];
|
|
ctx.gpr[20] = aot_run_words[4];
|
|
aot_gpr_31 = aot_run_words[5];
|
|
}
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(48));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD6E34:
|
|
ctx.gpr[11] = (aot_gpr_4 + static_cast<std::uint32_t>(164));
|
|
ctx.gpr[11] = (ctx.gpr[11] - 0u);
|
|
ctx.gpr[2] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(164)));
|
|
{ const bool branch_taken = ctx.gpr[2] == ctx.gpr[11];
|
|
if (branch_taken) {
|
|
goto L_08AD6EA8;
|
|
}
|
|
goto L_08AD6E48;
|
|
}
|
|
L_08AD6E48:
|
|
ctx.gpr[7] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7656)));
|
|
ctx.gpr[9] = (0u + static_cast<std::uint32_t>(-1));
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(24)));
|
|
goto L_08AD6E54;
|
|
L_08AD6E54:
|
|
ctx.gpr[10] = (aot_mem.aot_direct_load32(ctx.gpr[2] + static_cast<std::uint32_t>(8)));
|
|
{ const bool branch_taken = ctx.gpr[10] == ctx.gpr[9];
|
|
if (branch_taken) {
|
|
goto L_08AD6E9C;
|
|
}
|
|
goto L_08AD6E60;
|
|
}
|
|
L_08AD6E60:
|
|
ctx.gpr[8] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(8)));
|
|
ctx.gpr[8] = (static_cast<std::int32_t>(ctx.gpr[10]) < static_cast<std::int32_t>(ctx.gpr[8]) ? 1u : 0u);
|
|
{ const bool branch_taken = ctx.gpr[8] == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6E9C;
|
|
}
|
|
goto L_08AD6E70;
|
|
}
|
|
L_08AD6E70:
|
|
ctx.gpr[3] = (static_cast<std::int32_t>(ctx.gpr[10]) < static_cast<std::int32_t>(ctx.gpr[7]) ? 1u : 0u);
|
|
{ const bool branch_taken = ctx.gpr[3] == 0u;
|
|
ctx.gpr[8] = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD6E88;
|
|
}
|
|
goto L_08AD6E7C;
|
|
}
|
|
L_08AD6E7C:
|
|
ctx.gpr[8] = (ctx.gpr[10] << 2u);
|
|
ctx.gpr[8] = (ctx.gpr[6] + ctx.gpr[8]);
|
|
ctx.gpr[8] = (aot_mem.aot_direct_load32(ctx.gpr[8] + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD6E88;
|
|
L_08AD6E88:
|
|
ctx.gpr[8] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(ctx.gpr[8] + static_cast<std::uint32_t>(30))))));
|
|
{ const bool branch_taken = ctx.gpr[8] != aot_gpr_5;
|
|
if (branch_taken) {
|
|
goto L_08AD6E9C;
|
|
}
|
|
goto L_08AD6E94;
|
|
}
|
|
L_08AD6E94:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[2] = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD6EAC;
|
|
}
|
|
goto L_08AD6E9C;
|
|
}
|
|
L_08AD6E9C:
|
|
ctx.gpr[2] = (aot_mem.aot_direct_load32(ctx.gpr[2] + static_cast<std::uint32_t>(0)));
|
|
{ const bool branch_taken = ctx.gpr[2] != ctx.gpr[11];
|
|
if (branch_taken) {
|
|
goto L_08AD6E54;
|
|
}
|
|
goto L_08AD6EA8;
|
|
}
|
|
L_08AD6EA8:
|
|
ctx.gpr[2] = (0u | 0u);
|
|
goto L_08AD6EAC;
|
|
L_08AD6EAC:
|
|
jump_target = aot_gpr_31;
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD6EB4:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-32));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(12), ctx.gpr[19]);
|
|
ctx.gpr[19] = (aot_gpr_4 + static_cast<std::uint32_t>(164));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_17);
|
|
ctx.gpr[19] = (ctx.gpr[19] - 0u);
|
|
aot_gpr_17 = (aot_gpr_4 | 0u);
|
|
aot_gpr_16 = (aot_gpr_5 | 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), ctx.gpr[18]);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(16), ctx.gpr[20]);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(20), aot_gpr_31);
|
|
ctx.gpr[20] = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(164)));
|
|
{ const bool branch_taken = ctx.gpr[20] == ctx.gpr[19];
|
|
ctx.gpr[18] = (0u + static_cast<std::uint32_t>(-1));
|
|
if (branch_taken) {
|
|
goto L_08AD6F5C;
|
|
}
|
|
goto L_08AD6EEC;
|
|
}
|
|
L_08AD6EEC:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[20] + static_cast<std::uint32_t>(8)));
|
|
{ const bool branch_taken = aot_gpr_5 == ctx.gpr[18];
|
|
if (branch_taken) {
|
|
goto L_08AD6F50;
|
|
}
|
|
goto L_08AD6EF8;
|
|
}
|
|
L_08AD6EF8:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(8)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_5) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6F50;
|
|
}
|
|
goto L_08AD6F08;
|
|
}
|
|
L_08AD6F08:
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7656)));
|
|
ctx.gpr[6] = (static_cast<std::int32_t>(aot_gpr_5) < static_cast<std::int32_t>(ctx.gpr[6]) ? 1u : 0u);
|
|
{ const bool branch_taken = ctx.gpr[6] == 0u;
|
|
aot_gpr_4 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD6F28;
|
|
}
|
|
goto L_08AD6F18;
|
|
}
|
|
L_08AD6F18:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(24)));
|
|
aot_gpr_5 = (aot_gpr_5 << 2u);
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD6F28;
|
|
L_08AD6F28:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(36)));
|
|
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(72));
|
|
ctx.gpr[6] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_5 + static_cast<std::uint32_t>(0))))));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(4)));
|
|
jump_target = aot_gpr_5;
|
|
aot_gpr_31 = (0x08AD6F40u);
|
|
aot_gpr_4 = (aot_gpr_4 + ctx.gpr[6]);
|
|
ctx.pc = jump_target;
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_call(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD6F40u) goto L_08AD6F40;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD6F40:
|
|
{ const bool branch_taken = ctx.gpr[2] != aot_gpr_16;
|
|
if (branch_taken) {
|
|
goto L_08AD6F50;
|
|
}
|
|
goto L_08AD6F48;
|
|
}
|
|
L_08AD6F48:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[2] = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD6F60;
|
|
}
|
|
goto L_08AD6F50;
|
|
}
|
|
L_08AD6F50:
|
|
ctx.gpr[20] = (aot_mem.aot_direct_load32(ctx.gpr[20] + static_cast<std::uint32_t>(0)));
|
|
{ const bool branch_taken = ctx.gpr[20] != ctx.gpr[19];
|
|
if (branch_taken) {
|
|
goto L_08AD6EEC;
|
|
}
|
|
goto L_08AD6F5C;
|
|
}
|
|
L_08AD6F5C:
|
|
ctx.gpr[2] = (0u | 0u);
|
|
goto L_08AD6F60;
|
|
L_08AD6F60:
|
|
{ std::uint32_t aot_run_words[6]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_gpr_17 = aot_run_words[1];
|
|
ctx.gpr[18] = aot_run_words[2];
|
|
ctx.gpr[19] = aot_run_words[3];
|
|
ctx.gpr[20] = aot_run_words[4];
|
|
aot_gpr_31 = aot_run_words[5];
|
|
}
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(32));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD6F80:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
|
|
aot_gpr_5 = (aot_gpr_5 + ctx.gpr[6]);
|
|
jump_target = aot_gpr_31;
|
|
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(4), aot_gpr_5);
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD6F90:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-32));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(24), ctx.gpr[22]);
|
|
ctx.gpr[22] = (aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(0)));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_17);
|
|
aot_gpr_17 = (aot_gpr_4 | 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
|
|
{ const std::uint32_t aot_run_words[4]{ctx.gpr[18], ctx.gpr[19], ctx.gpr[20], ctx.gpr[21]};
|
|
aot_mem.aot_direct_store32_block(aot_gpr_29 + static_cast<std::uint32_t>(8), aot_run_words); }
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(28), aot_gpr_31);
|
|
{ const bool branch_taken = ctx.gpr[22] == 0u;
|
|
aot_gpr_16 = (ctx.gpr[6] | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD70D0;
|
|
}
|
|
goto L_08AD6FC4;
|
|
}
|
|
L_08AD6FC4:
|
|
ctx.gpr[18] = (2236u << 16u);
|
|
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(31984));
|
|
ctx.gpr[20] = (32768u << 16u);
|
|
goto L_08AD6FD0;
|
|
L_08AD6FD0:
|
|
ctx.gpr[21] = (aot_mem.aot_direct_load32(ctx.gpr[22] + static_cast<std::uint32_t>(0)));
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[21] + static_cast<std::uint32_t>(72)));
|
|
aot_gpr_4 = (aot_gpr_4 & ctx.gpr[20]);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
ctx.gpr[22] = (aot_mem.aot_direct_load32(ctx.gpr[22] + static_cast<std::uint32_t>(8)));
|
|
if (branch_taken) {
|
|
goto L_08AD7000;
|
|
}
|
|
goto L_08AD6FE4;
|
|
}
|
|
L_08AD6FE4:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[21] + static_cast<std::uint32_t>(76)));
|
|
aot_gpr_4 = (aot_gpr_4 & 4u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7000;
|
|
}
|
|
goto L_08AD6FF4;
|
|
}
|
|
L_08AD6FF4:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[21] + static_cast<std::uint32_t>(80)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7008;
|
|
}
|
|
goto L_08AD7000;
|
|
}
|
|
L_08AD7000:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD70C8;
|
|
}
|
|
goto L_08AD7008;
|
|
}
|
|
L_08AD7008:
|
|
ctx.gpr[19] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(ctx.gpr[21] + static_cast<std::uint32_t>(86))))));
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD7018u);
|
|
aot_gpr_5 = (ctx.gpr[19] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD7018u) goto L_08AD7018;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD7018:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[2] + static_cast<std::uint32_t>(0)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
aot_gpr_4 = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD702C;
|
|
}
|
|
goto L_08AD7024;
|
|
}
|
|
L_08AD7024:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_gpr_4 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD702C;
|
|
}
|
|
goto L_08AD702C;
|
|
}
|
|
L_08AD702C:
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD70C8;
|
|
}
|
|
goto L_08AD7034;
|
|
}
|
|
L_08AD7034:
|
|
aot_gpr_31 = (0x08AD703Cu);
|
|
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 == 0x08AD703Cu) goto L_08AD703C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD703C:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[2] + static_cast<std::uint32_t>(1328)));
|
|
{ const bool branch_taken = aot_gpr_4 != ctx.gpr[21];
|
|
if (branch_taken) {
|
|
goto L_08AD7050;
|
|
}
|
|
goto L_08AD7048;
|
|
}
|
|
L_08AD7048:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD70C8;
|
|
}
|
|
goto L_08AD7050;
|
|
}
|
|
L_08AD7050:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[21] + static_cast<std::uint32_t>(92)));
|
|
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(72));
|
|
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(0))))));
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
|
|
jump_target = ctx.gpr[6];
|
|
aot_gpr_31 = (0x08AD7068u);
|
|
aot_gpr_4 = (ctx.gpr[21] + aot_gpr_5);
|
|
ctx.pc = jump_target;
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_call(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD7068u) goto L_08AD7068;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD7068:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7656)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[19]) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
ctx.gpr[21] = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD7088;
|
|
}
|
|
goto L_08AD7078;
|
|
}
|
|
L_08AD7078:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(24)));
|
|
aot_gpr_5 = (ctx.gpr[19] << 2u);
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
|
|
ctx.gpr[21] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD7088;
|
|
L_08AD7088:
|
|
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(ctx.gpr[21] + static_cast<std::uint32_t>(28))))));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD70C8;
|
|
}
|
|
goto L_08AD7094;
|
|
}
|
|
L_08AD7094:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD70A0u);
|
|
aot_gpr_5 = (ctx.gpr[19] | 0u);
|
|
goto L_08AD43F0;
|
|
L_08AD70A0:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD70ACu);
|
|
aot_gpr_5 = (0u | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0030_entry, 30u, 669u, 0x0887F210u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD70ACu) goto L_08AD70AC;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD70AC:
|
|
aot_gpr_31 = (0x08AD70B4u);
|
|
aot_gpr_4 = (ctx.gpr[18] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0174_entry, 174u, 686u, 0x08ABF2F0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD70B4u) goto L_08AD70B4;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD70B4:
|
|
aot_gpr_4 = (ctx.gpr[2] < aot_gpr_16 ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD70C8;
|
|
}
|
|
goto L_08AD70C0;
|
|
}
|
|
L_08AD70C0:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[2] = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD70D4;
|
|
}
|
|
goto L_08AD70C8;
|
|
}
|
|
L_08AD70C8:
|
|
{ const bool branch_taken = ctx.gpr[22] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD6FD0;
|
|
}
|
|
goto L_08AD70D0;
|
|
}
|
|
L_08AD70D0:
|
|
ctx.gpr[2] = (0u | 0u);
|
|
goto L_08AD70D4;
|
|
L_08AD70D4:
|
|
{ std::uint32_t aot_run_words[8]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_gpr_17 = aot_run_words[1];
|
|
ctx.gpr[18] = aot_run_words[2];
|
|
ctx.gpr[19] = aot_run_words[3];
|
|
ctx.gpr[20] = aot_run_words[4];
|
|
ctx.gpr[21] = aot_run_words[5];
|
|
ctx.gpr[22] = aot_run_words[6];
|
|
aot_gpr_31 = aot_run_words[7];
|
|
}
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(32));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD70FC:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-32));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(24), ctx.gpr[22]);
|
|
ctx.gpr[22] = (aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(0)));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_17);
|
|
aot_gpr_17 = (aot_gpr_4 | 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
|
|
{ const std::uint32_t aot_run_words[4]{ctx.gpr[18], ctx.gpr[19], ctx.gpr[20], ctx.gpr[21]};
|
|
aot_mem.aot_direct_store32_block(aot_gpr_29 + static_cast<std::uint32_t>(8), aot_run_words); }
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(28), aot_gpr_31);
|
|
{ const bool branch_taken = ctx.gpr[22] == 0u;
|
|
aot_gpr_16 = (ctx.gpr[6] | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD7240;
|
|
}
|
|
goto L_08AD7130;
|
|
}
|
|
L_08AD7130:
|
|
ctx.gpr[18] = (2236u << 16u);
|
|
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(31984));
|
|
ctx.gpr[20] = (32768u << 16u);
|
|
goto L_08AD713C;
|
|
L_08AD713C:
|
|
ctx.gpr[21] = (aot_mem.aot_direct_load32(ctx.gpr[22] + static_cast<std::uint32_t>(0)));
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[21] + static_cast<std::uint32_t>(72)));
|
|
aot_gpr_4 = (aot_gpr_4 & ctx.gpr[20]);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
ctx.gpr[22] = (aot_mem.aot_direct_load32(ctx.gpr[22] + static_cast<std::uint32_t>(8)));
|
|
if (branch_taken) {
|
|
goto L_08AD718C;
|
|
}
|
|
goto L_08AD7150;
|
|
}
|
|
L_08AD7150:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[21] + static_cast<std::uint32_t>(76)));
|
|
aot_gpr_4 = (aot_gpr_4 & 4u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD718C;
|
|
}
|
|
goto L_08AD7160;
|
|
}
|
|
L_08AD7160:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[21] + static_cast<std::uint32_t>(80)));
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD718C;
|
|
}
|
|
goto L_08AD716C;
|
|
}
|
|
L_08AD716C:
|
|
aot_gpr_31 = (0x08AD7174u);
|
|
aot_gpr_4 = (ctx.gpr[21] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 51u, 0x08AD0598u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD7174u) goto L_08AD7174;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD7174:
|
|
{ const bool branch_taken = ctx.gpr[2] == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7194;
|
|
}
|
|
goto L_08AD717C;
|
|
}
|
|
L_08AD717C:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[21] + static_cast<std::uint32_t>(76)));
|
|
aot_gpr_4 = (aot_gpr_4 & 1024u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7194;
|
|
}
|
|
goto L_08AD718C;
|
|
}
|
|
L_08AD718C:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7238;
|
|
}
|
|
goto L_08AD7194;
|
|
}
|
|
L_08AD7194:
|
|
ctx.gpr[19] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(ctx.gpr[21] + static_cast<std::uint32_t>(86))))));
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD71A4u);
|
|
aot_gpr_5 = (ctx.gpr[19] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 750u, 0x08AD3F30u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD71A4u) goto L_08AD71A4;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD71A4:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[2] + static_cast<std::uint32_t>(0)));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
aot_gpr_4 = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD71B8;
|
|
}
|
|
goto L_08AD71B0;
|
|
}
|
|
L_08AD71B0:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_gpr_4 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD71B8;
|
|
}
|
|
goto L_08AD71B8;
|
|
}
|
|
L_08AD71B8:
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7238;
|
|
}
|
|
goto L_08AD71C0;
|
|
}
|
|
L_08AD71C0:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[21] + static_cast<std::uint32_t>(92)));
|
|
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(72));
|
|
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(0))))));
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
|
|
jump_target = ctx.gpr[6];
|
|
aot_gpr_31 = (0x08AD71D8u);
|
|
aot_gpr_4 = (ctx.gpr[21] + aot_gpr_5);
|
|
ctx.pc = jump_target;
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_call(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD71D8u) goto L_08AD71D8;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD71D8:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7656)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[19]) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
ctx.gpr[21] = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD71F8;
|
|
}
|
|
goto L_08AD71E8;
|
|
}
|
|
L_08AD71E8:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(24)));
|
|
aot_gpr_5 = (ctx.gpr[19] << 2u);
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
|
|
ctx.gpr[21] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD71F8;
|
|
L_08AD71F8:
|
|
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(ctx.gpr[21] + static_cast<std::uint32_t>(28))))));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7238;
|
|
}
|
|
goto L_08AD7204;
|
|
}
|
|
L_08AD7204:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD7210u);
|
|
aot_gpr_5 = (ctx.gpr[19] | 0u);
|
|
goto L_08AD43F0;
|
|
L_08AD7210:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD721Cu);
|
|
aot_gpr_5 = (0u | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0030_entry, 30u, 669u, 0x0887F210u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD721Cu) goto L_08AD721C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD721C:
|
|
aot_gpr_31 = (0x08AD7224u);
|
|
aot_gpr_4 = (ctx.gpr[18] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0174_entry, 174u, 686u, 0x08ABF2F0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD7224u) goto L_08AD7224;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD7224:
|
|
aot_gpr_4 = (ctx.gpr[2] < aot_gpr_16 ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7238;
|
|
}
|
|
goto L_08AD7230;
|
|
}
|
|
L_08AD7230:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[2] = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD7244;
|
|
}
|
|
goto L_08AD7238;
|
|
}
|
|
L_08AD7238:
|
|
{ const bool branch_taken = ctx.gpr[22] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD713C;
|
|
}
|
|
goto L_08AD7240;
|
|
}
|
|
L_08AD7240:
|
|
ctx.gpr[2] = (0u | 0u);
|
|
goto L_08AD7244;
|
|
L_08AD7244:
|
|
{ std::uint32_t aot_run_words[8]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_gpr_17 = aot_run_words[1];
|
|
ctx.gpr[18] = aot_run_words[2];
|
|
ctx.gpr[19] = aot_run_words[3];
|
|
ctx.gpr[20] = aot_run_words[4];
|
|
ctx.gpr[21] = aot_run_words[5];
|
|
ctx.gpr[22] = aot_run_words[6];
|
|
aot_gpr_31 = aot_run_words[7];
|
|
}
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(32));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD726C:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-16));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_17);
|
|
aot_gpr_17 = (aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(0)));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), aot_gpr_31);
|
|
{ const bool branch_taken = aot_gpr_17 == 0u;
|
|
aot_gpr_16 = (32768u << 16u);
|
|
if (branch_taken) {
|
|
goto L_08AD72D4;
|
|
}
|
|
goto L_08AD7288;
|
|
}
|
|
L_08AD7288:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(0)));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(72)));
|
|
aot_gpr_5 = (aot_gpr_5 & aot_gpr_16);
|
|
{ const bool branch_taken = aot_gpr_5 != 0u;
|
|
aot_gpr_17 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(8)));
|
|
if (branch_taken) {
|
|
goto L_08AD72AC;
|
|
}
|
|
goto L_08AD729C;
|
|
}
|
|
L_08AD729C:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(76)));
|
|
aot_gpr_5 = (aot_gpr_5 & 4u);
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD72B4;
|
|
}
|
|
goto L_08AD72AC;
|
|
}
|
|
L_08AD72AC:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD72CC;
|
|
}
|
|
goto L_08AD72B4;
|
|
}
|
|
L_08AD72B4:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(92)));
|
|
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(72));
|
|
ctx.gpr[6] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_5 + static_cast<std::uint32_t>(0))))));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_5 + static_cast<std::uint32_t>(4)));
|
|
jump_target = aot_gpr_5;
|
|
aot_gpr_31 = (0x08AD72CCu);
|
|
aot_gpr_4 = (aot_gpr_4 + ctx.gpr[6]);
|
|
ctx.pc = jump_target;
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_call(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD72CCu) goto L_08AD72CC;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD72CC:
|
|
{ const bool branch_taken = aot_gpr_17 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7288;
|
|
}
|
|
goto L_08AD72D4;
|
|
}
|
|
L_08AD72D4:
|
|
{ std::uint32_t aot_run_words[3]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_gpr_17 = aot_run_words[1];
|
|
aot_gpr_31 = aot_run_words[2];
|
|
}
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(16));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD72E8:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-48));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(24), ctx.gpr[22]);
|
|
ctx.gpr[22] = (aot_gpr_4 + static_cast<std::uint32_t>(156));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_gpr_16);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(4), aot_gpr_17);
|
|
ctx.gpr[22] = (ctx.gpr[22] - 0u);
|
|
aot_gpr_17 = (aot_gpr_4 | 0u);
|
|
aot_gpr_16 = (aot_gpr_5 | 0u);
|
|
{ const std::uint32_t aot_run_words[4]{ctx.gpr[18], ctx.gpr[19], ctx.gpr[20], ctx.gpr[21]};
|
|
aot_mem.aot_direct_store32_block(aot_gpr_29 + static_cast<std::uint32_t>(8), aot_run_words); }
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(28), ctx.gpr[23]);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(32), aot_gpr_31);
|
|
ctx.gpr[19] = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(156)));
|
|
{ const bool branch_taken = ctx.gpr[19] == ctx.gpr[22];
|
|
ctx.gpr[18] = (2236u << 16u);
|
|
if (branch_taken) {
|
|
goto L_08AD73D0;
|
|
}
|
|
goto L_08AD732C;
|
|
}
|
|
L_08AD732C:
|
|
ctx.gpr[21] = (0u | 20u);
|
|
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(31984));
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(152)));
|
|
goto L_08AD7338;
|
|
L_08AD7338:
|
|
aot_gpr_4 = (ctx.gpr[19] - aot_gpr_4);
|
|
{ const std::int32_t dividend = static_cast<std::int32_t>(aot_gpr_4); const std::int32_t divisor = static_cast<std::int32_t>(ctx.gpr[21]); if (divisor == 0) { ctx.lo = dividend >= 0 ? 0xFFFFFFFFu : 1u; ctx.hi = static_cast<std::uint32_t>(dividend); } else if (dividend == static_cast<std::int32_t>(0x80000000u) && divisor == -1) { ctx.lo = 0x80000000u; ctx.hi = 0u; } else { ctx.lo = static_cast<std::uint32_t>(dividend / divisor); ctx.hi = static_cast<std::uint32_t>(dividend % divisor); } }
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(8)));
|
|
ctx.gpr[20] = (ctx.lo);
|
|
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[20]) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
ctx.gpr[19] = (aot_mem.aot_direct_load32(ctx.gpr[19] + static_cast<std::uint32_t>(0)));
|
|
if (branch_taken) {
|
|
goto L_08AD73C8;
|
|
}
|
|
goto L_08AD7354;
|
|
}
|
|
L_08AD7354:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(12)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[20]) < static_cast<std::int32_t>(aot_gpr_4) ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD73C8;
|
|
}
|
|
goto L_08AD7364;
|
|
}
|
|
L_08AD7364:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD7370u);
|
|
aot_gpr_5 = (ctx.gpr[20] | 0u);
|
|
goto L_08AD6130;
|
|
L_08AD7370:
|
|
ctx.gpr[23] = (ctx.gpr[2] | 0u);
|
|
aot_gpr_31 = (0x08AD737Cu);
|
|
aot_gpr_4 = (ctx.gpr[23] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0170_entry, 170u, 687u, 0x08AAF2ACu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD737Cu) goto L_08AD737C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD737C:
|
|
{ const bool branch_taken = ctx.gpr[2] != 0u;
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD73C8;
|
|
}
|
|
goto L_08AD7384;
|
|
}
|
|
L_08AD7384:
|
|
aot_gpr_31 = (0x08AD738Cu);
|
|
aot_gpr_5 = (ctx.gpr[23] | 0u);
|
|
goto L_08AD6E34;
|
|
L_08AD738C:
|
|
{ const bool branch_taken = ctx.gpr[2] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD73C8;
|
|
}
|
|
goto L_08AD7394;
|
|
}
|
|
L_08AD7394:
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD73A0u);
|
|
aot_gpr_5 = (ctx.gpr[20] | 0u);
|
|
goto L_08AD43F0;
|
|
L_08AD73A0:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD73ACu);
|
|
aot_gpr_5 = (0u | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0030_entry, 30u, 669u, 0x0887F210u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD73ACu) goto L_08AD73AC;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD73AC:
|
|
aot_gpr_31 = (0x08AD73B4u);
|
|
aot_gpr_4 = (ctx.gpr[18] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0174_entry, 174u, 686u, 0x08ABF2F0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD73B4u) goto L_08AD73B4;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD73B4:
|
|
aot_gpr_4 = (ctx.gpr[2] < aot_gpr_16 ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD73C8;
|
|
}
|
|
goto L_08AD73C0;
|
|
}
|
|
L_08AD73C0:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[2] = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD73D4;
|
|
}
|
|
goto L_08AD73C8;
|
|
}
|
|
L_08AD73C8:
|
|
if (ctx.gpr[19] != ctx.gpr[22]) {
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(152)));
|
|
goto L_08AD7338;
|
|
}
|
|
goto L_08AD73D0;
|
|
L_08AD73D0:
|
|
ctx.gpr[2] = (0u | 0u);
|
|
goto L_08AD73D4;
|
|
L_08AD73D4:
|
|
{ std::uint32_t aot_run_words[9]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(0), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_gpr_17 = aot_run_words[1];
|
|
ctx.gpr[18] = aot_run_words[2];
|
|
ctx.gpr[19] = aot_run_words[3];
|
|
ctx.gpr[20] = aot_run_words[4];
|
|
ctx.gpr[21] = aot_run_words[5];
|
|
ctx.gpr[22] = aot_run_words[6];
|
|
ctx.gpr[23] = aot_run_words[7];
|
|
aot_gpr_31 = aot_run_words[8];
|
|
}
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(48));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD7400:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-64));
|
|
ctx.gpr[8] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7656)));
|
|
{ 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(aot_gpr_29 + static_cast<std::uint32_t>(36), aot_run_words); }
|
|
ctx.gpr[21] = (0u | 0u);
|
|
ctx.gpr[8] = (static_cast<std::int32_t>(aot_gpr_5) < static_cast<std::int32_t>(ctx.gpr[8]) ? 1u : 0u);
|
|
ctx.gpr[23] = (aot_gpr_4 | 0u);
|
|
ctx.gpr[22] = (aot_gpr_5 | 0u);
|
|
ctx.gpr[30] = (ctx.gpr[6] | 0u);
|
|
{ const std::uint32_t aot_run_words[5]{aot_gpr_16, aot_gpr_17, ctx.gpr[18], ctx.gpr[19], ctx.gpr[20]};
|
|
aot_mem.aot_direct_store32_block(aot_gpr_29 + static_cast<std::uint32_t>(16), aot_run_words); }
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(52), aot_gpr_31);
|
|
{ const bool branch_taken = ctx.gpr[8] == 0u;
|
|
ctx.gpr[19] = (ctx.gpr[7] | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD745C;
|
|
}
|
|
goto L_08AD744C;
|
|
}
|
|
L_08AD744C:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(24)));
|
|
aot_gpr_5 = (ctx.gpr[22] << 2u);
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
|
|
ctx.gpr[21] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD745C;
|
|
L_08AD745C:
|
|
aot_gpr_31 = (0x08AD7464u);
|
|
aot_gpr_4 = (ctx.gpr[30] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0162_entry, 162u, 79u, 0x08A8C7F4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD7464u) goto L_08AD7464;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD7464:
|
|
aot_gpr_17 = (ctx.gpr[2] | 0u);
|
|
aot_gpr_31 = (0x08AD7470u);
|
|
aot_gpr_4 = (ctx.gpr[28] + static_cast<std::uint32_t>(-17528));
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0162_entry, 162u, 79u, 0x08A8C7F4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD7470u) goto L_08AD7470;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD7470:
|
|
aot_gpr_16 = (ctx.gpr[2] | 0u);
|
|
aot_gpr_31 = (0x08AD747Cu);
|
|
aot_gpr_4 = (ctx.gpr[28] + static_cast<std::uint32_t>(-488));
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0162_entry, 162u, 79u, 0x08A8C7F4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD747Cu) goto L_08AD747C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD747C:
|
|
{ const bool branch_taken = aot_gpr_17 != ctx.gpr[2];
|
|
if (branch_taken) {
|
|
goto L_08AD74CC;
|
|
}
|
|
goto L_08AD7484;
|
|
}
|
|
L_08AD7484:
|
|
aot_gpr_17 = (2234u << 16u);
|
|
aot_gpr_17 = (aot_gpr_17 + static_cast<std::uint32_t>(13220));
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(0)));
|
|
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int8_t>(aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(0))))));
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
ctx.gpr[18] = (2234u << 16u);
|
|
if (branch_taken) {
|
|
goto L_08AD74CC;
|
|
}
|
|
goto L_08AD749C;
|
|
}
|
|
L_08AD749C:
|
|
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(13152));
|
|
goto L_08AD74A0;
|
|
L_08AD74A0:
|
|
aot_gpr_31 = (0x08AD74A8u);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(0)));
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0162_entry, 162u, 79u, 0x08A8C7F4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD74A8u) goto L_08AD74A8;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD74A8:
|
|
{ const bool branch_taken = aot_gpr_16 != ctx.gpr[2];
|
|
if (branch_taken) {
|
|
goto L_08AD74B8;
|
|
}
|
|
goto L_08AD74B0;
|
|
}
|
|
L_08AD74B0:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[30] = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(0)));
|
|
if (branch_taken) {
|
|
goto L_08AD74CC;
|
|
}
|
|
goto L_08AD74B8;
|
|
}
|
|
L_08AD74B8:
|
|
aot_gpr_17 = (aot_gpr_17 + static_cast<std::uint32_t>(4));
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(0)));
|
|
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int8_t>(aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(0))))));
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(4));
|
|
if (branch_taken) {
|
|
goto L_08AD74A0;
|
|
}
|
|
goto L_08AD74CC;
|
|
}
|
|
L_08AD74CC:
|
|
aot_gpr_31 = (0x08AD74D4u);
|
|
aot_gpr_4 = (ctx.gpr[30] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0162_entry, 162u, 79u, 0x08A8C7F4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD74D4u) goto L_08AD74D4;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD74D4:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[21] + static_cast<std::uint32_t>(8)));
|
|
aot_gpr_16 = (ctx.gpr[2] | 0u);
|
|
{ const bool branch_taken = aot_gpr_16 == aot_gpr_4;
|
|
if (branch_taken) {
|
|
goto L_08AD7508;
|
|
}
|
|
goto L_08AD74E4;
|
|
}
|
|
L_08AD74E4:
|
|
aot_gpr_17 = (2234u << 16u);
|
|
aot_gpr_17 = (aot_gpr_17 + static_cast<std::uint32_t>(13152));
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(0)));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(12), ctx.gpr[19]);
|
|
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int8_t>(aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(0))))));
|
|
{ const bool branch_taken = aot_gpr_5 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7524;
|
|
}
|
|
goto L_08AD7500;
|
|
}
|
|
L_08AD7500:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7570;
|
|
}
|
|
goto L_08AD7508;
|
|
}
|
|
L_08AD7508:
|
|
aot_gpr_4 = (ctx.gpr[23] | 0u);
|
|
aot_gpr_5 = (ctx.gpr[22] | 0u);
|
|
ctx.gpr[6] = (ctx.gpr[19] | 0u);
|
|
aot_gpr_31 = (0x08AD751Cu);
|
|
ctx.gpr[7] = (0u | 0u);
|
|
goto L_08AD4040;
|
|
L_08AD751C:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD78AC;
|
|
}
|
|
goto L_08AD7524;
|
|
}
|
|
L_08AD7524:
|
|
aot_gpr_31 = (0x08AD752Cu);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0162_entry, 162u, 79u, 0x08A8C7F4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD752Cu) goto L_08AD752C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD752C:
|
|
{ const bool branch_taken = aot_gpr_16 == ctx.gpr[2];
|
|
if (branch_taken) {
|
|
goto L_08AD7554;
|
|
}
|
|
goto L_08AD7534;
|
|
}
|
|
L_08AD7534:
|
|
aot_gpr_17 = (aot_gpr_17 + static_cast<std::uint32_t>(4));
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(0)));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(12), ctx.gpr[19]);
|
|
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int8_t>(aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(0))))));
|
|
{ const bool branch_taken = aot_gpr_5 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7524;
|
|
}
|
|
goto L_08AD754C;
|
|
}
|
|
L_08AD754C:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7570;
|
|
}
|
|
goto L_08AD7554;
|
|
}
|
|
L_08AD7554:
|
|
aot_gpr_4 = (ctx.gpr[23] | 0u);
|
|
aot_gpr_5 = (ctx.gpr[22] | 0u);
|
|
ctx.gpr[6] = (ctx.gpr[19] | 0u);
|
|
aot_gpr_31 = (0x08AD7568u);
|
|
ctx.gpr[7] = (0u | 0u);
|
|
goto L_08AD4040;
|
|
L_08AD7568:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD78AC;
|
|
}
|
|
goto L_08AD7570;
|
|
}
|
|
L_08AD7570:
|
|
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(ctx.gpr[21] + static_cast<std::uint32_t>(28))))));
|
|
ctx.gpr[20] = (ctx.gpr[22] << 4u);
|
|
aot_gpr_5 = (ctx.gpr[22] << 2u);
|
|
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_4) <= 0;
|
|
ctx.gpr[20] = (ctx.gpr[20] + aot_gpr_5);
|
|
if (branch_taken) {
|
|
goto L_08AD772C;
|
|
}
|
|
goto L_08AD7584;
|
|
}
|
|
L_08AD7584:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-15976)));
|
|
aot_gpr_5 = (0u + static_cast<std::uint32_t>(3344));
|
|
aot_gpr_17 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(8)));
|
|
{ const std::int64_t product = static_cast<std::int64_t>(static_cast<std::int32_t>(aot_gpr_17)) * 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); }
|
|
ctx.gpr[19] = (aot_gpr_17 + static_cast<std::uint32_t>(-1));
|
|
ctx.gpr[18] = (ctx.lo);
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
goto L_08AD75A0;
|
|
L_08AD75A0:
|
|
aot_gpr_17 = (ctx.gpr[19] | 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
ctx.gpr[18] = (ctx.gpr[18] + static_cast<std::uint32_t>(-3344));
|
|
if (branch_taken) {
|
|
goto L_08AD7640;
|
|
}
|
|
goto L_08AD75AC;
|
|
}
|
|
L_08AD75AC:
|
|
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(ctx.gpr[21] + static_cast<std::uint32_t>(28))))));
|
|
if (static_cast<std::int32_t>(aot_gpr_4) <= 0) {
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-15960)));
|
|
goto L_08AD7644;
|
|
}
|
|
goto L_08AD75B8;
|
|
L_08AD75B8:
|
|
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_17) < 0;
|
|
ctx.gpr[19] = (aot_gpr_17 + static_cast<std::uint32_t>(-1));
|
|
if (branch_taken) {
|
|
goto L_08AD75D4;
|
|
}
|
|
goto L_08AD75C0;
|
|
}
|
|
L_08AD75C0:
|
|
aot_gpr_16 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-15976)));
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(8)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_17) < 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>(4)));
|
|
goto L_08AD75DC;
|
|
}
|
|
goto L_08AD75D4;
|
|
L_08AD75D4:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_gpr_16 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD75FC;
|
|
}
|
|
goto L_08AD75DC;
|
|
}
|
|
L_08AD75DC:
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_17);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
aot_gpr_4 = (aot_gpr_4 & 128u);
|
|
if (aot_gpr_4 == 0u) {
|
|
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD75F8;
|
|
}
|
|
goto L_08AD75F0;
|
|
L_08AD75F0:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_gpr_16 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD75FC;
|
|
}
|
|
goto L_08AD75F8;
|
|
}
|
|
L_08AD75F8:
|
|
aot_gpr_16 = (aot_gpr_16 + ctx.gpr[18]);
|
|
goto L_08AD75FC;
|
|
L_08AD75FC:
|
|
{ const bool branch_taken = aot_gpr_16 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7638;
|
|
}
|
|
goto L_08AD7604;
|
|
}
|
|
L_08AD7604:
|
|
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_16 + static_cast<std::uint32_t>(86))))));
|
|
{ const bool branch_taken = aot_gpr_4 != ctx.gpr[22];
|
|
if (branch_taken) {
|
|
goto L_08AD7638;
|
|
}
|
|
goto L_08AD7610;
|
|
}
|
|
L_08AD7610:
|
|
aot_gpr_31 = (0x08AD7618u);
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_0890D44C, 66u, 315u, 0x0890D44Cu>(ctx, &aot_mem, ctx.pc, ctx.gpr[2], aot_gpr_4, aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0066_entry, 66u, 315u, 0x0890D44Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD7618u) goto L_08AD7618;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD7618:
|
|
{ const bool branch_taken = ctx.gpr[2] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7638;
|
|
}
|
|
goto L_08AD7620;
|
|
}
|
|
L_08AD7620:
|
|
aot_gpr_31 = (0x08AD7628u);
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0066_entry, 66u, 140u, 0x0890C80Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD7628u) goto L_08AD7628;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD7628:
|
|
{ const bool branch_taken = ctx.gpr[2] == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7638;
|
|
}
|
|
goto L_08AD7630;
|
|
}
|
|
L_08AD7630:
|
|
aot_gpr_31 = (0x08AD7638u);
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0023_entry, 23u, 765u, 0x08863DD8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD7638u) goto L_08AD7638;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD7638:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_gpr_4 = (aot_gpr_17 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD75A0;
|
|
}
|
|
goto L_08AD7640;
|
|
}
|
|
L_08AD7640:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-15960)));
|
|
goto L_08AD7644;
|
|
L_08AD7644:
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(8), ctx.gpr[20]);
|
|
ctx.gpr[18] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(8)));
|
|
aot_gpr_4 = (ctx.gpr[18] << 5u);
|
|
ctx.gpr[19] = (0u + aot_gpr_4);
|
|
aot_gpr_4 = (aot_gpr_4 << 4u);
|
|
ctx.gpr[20] = (ctx.gpr[18] + static_cast<std::uint32_t>(-1));
|
|
ctx.gpr[19] = (ctx.gpr[19] + aot_gpr_4);
|
|
aot_gpr_4 = (ctx.gpr[18] | 0u);
|
|
goto L_08AD7664;
|
|
L_08AD7664:
|
|
ctx.gpr[18] = (ctx.gpr[20] | 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
ctx.gpr[19] = (ctx.gpr[19] + static_cast<std::uint32_t>(-544));
|
|
if (branch_taken) {
|
|
goto L_08AD7728;
|
|
}
|
|
goto L_08AD7670;
|
|
}
|
|
L_08AD7670:
|
|
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(ctx.gpr[21] + static_cast<std::uint32_t>(28))))));
|
|
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_4) <= 0;
|
|
if (branch_taken) {
|
|
goto L_08AD7728;
|
|
}
|
|
goto L_08AD767C;
|
|
}
|
|
L_08AD767C:
|
|
{ const bool branch_taken = static_cast<std::int32_t>(ctx.gpr[18]) < 0;
|
|
ctx.gpr[20] = (ctx.gpr[18] + static_cast<std::uint32_t>(-1));
|
|
if (branch_taken) {
|
|
goto L_08AD7698;
|
|
}
|
|
goto L_08AD7684;
|
|
}
|
|
L_08AD7684:
|
|
aot_gpr_17 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-15960)));
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(8)));
|
|
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_17 + static_cast<std::uint32_t>(4)));
|
|
goto L_08AD76A0;
|
|
}
|
|
goto L_08AD7698;
|
|
L_08AD7698:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_gpr_17 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD76C0;
|
|
}
|
|
goto L_08AD76A0;
|
|
}
|
|
L_08AD76A0:
|
|
aot_gpr_4 = (aot_gpr_4 + ctx.gpr[18]);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
aot_gpr_4 = (aot_gpr_4 & 128u);
|
|
if (aot_gpr_4 == 0u) {
|
|
aot_gpr_17 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD76BC;
|
|
}
|
|
goto L_08AD76B4;
|
|
L_08AD76B4:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_gpr_17 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD76C0;
|
|
}
|
|
goto L_08AD76BC;
|
|
}
|
|
L_08AD76BC:
|
|
aot_gpr_17 = (aot_gpr_17 + ctx.gpr[19]);
|
|
goto L_08AD76C0;
|
|
L_08AD76C0:
|
|
aot_gpr_16 = (aot_gpr_17 | 0u);
|
|
{ const bool branch_taken = aot_gpr_16 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7720;
|
|
}
|
|
goto L_08AD76CC;
|
|
}
|
|
L_08AD76CC:
|
|
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_16 + static_cast<std::uint32_t>(86))))));
|
|
{ const bool branch_taken = aot_gpr_4 != ctx.gpr[22];
|
|
if (branch_taken) {
|
|
goto L_08AD7720;
|
|
}
|
|
goto L_08AD76D8;
|
|
}
|
|
L_08AD76D8:
|
|
aot_gpr_31 = (0x08AD76E0u);
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0009_entry, 9u, 398u, 0x0882B9ECu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD76E0u) goto L_08AD76E0;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD76E0:
|
|
{ const bool branch_taken = ctx.gpr[2] == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7720;
|
|
}
|
|
goto L_08AD76E8;
|
|
}
|
|
L_08AD76E8:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD76F4u);
|
|
aot_gpr_5 = (0u | 1u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0035_entry, 35u, 247u, 0x08891B8Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD76F4u) goto L_08AD76F4;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD76F4:
|
|
aot_gpr_31 = (0x08AD76FCu);
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0035_entry, 35u, 537u, 0x0889358Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD76FCu) goto L_08AD76FC;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD76FC:
|
|
{ const bool branch_taken = aot_gpr_17 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7720;
|
|
}
|
|
goto L_08AD7704;
|
|
}
|
|
L_08AD7704:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_16 + static_cast<std::uint32_t>(92)));
|
|
aot_gpr_5 = (0u | 3u);
|
|
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(24));
|
|
ctx.gpr[6] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_4 + static_cast<std::uint32_t>(0))))));
|
|
ctx.gpr[7] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
|
|
jump_target = ctx.gpr[7];
|
|
aot_gpr_31 = (0x08AD7720u);
|
|
aot_gpr_4 = (aot_gpr_17 + ctx.gpr[6]);
|
|
ctx.pc = jump_target;
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_call(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD7720u) goto L_08AD7720;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD7720:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_gpr_4 = (ctx.gpr[18] | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD7664;
|
|
}
|
|
goto L_08AD7728;
|
|
}
|
|
L_08AD7728:
|
|
ctx.gpr[20] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(8)));
|
|
goto L_08AD772C;
|
|
L_08AD772C:
|
|
aot_gpr_16 = (aot_mem.aot_direct_load32(ctx.gpr[21] + static_cast<std::uint32_t>(8)));
|
|
aot_gpr_4 = (ctx.gpr[21] | 0u);
|
|
aot_gpr_31 = (0x08AD773Cu);
|
|
aot_gpr_5 = (ctx.gpr[30] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0054_entry, 54u, 456u, 0x088DF720u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD773Cu) goto L_08AD773C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD773C:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD7748u);
|
|
aot_gpr_5 = (0u | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0186_entry, 186u, 157u, 0x08AEC9B0u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD7748u) goto L_08AD7748;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD7748:
|
|
aot_gpr_16 = (ctx.gpr[2] | 0u);
|
|
{ const bool branch_taken = aot_gpr_16 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7800;
|
|
}
|
|
goto L_08AD7754;
|
|
}
|
|
L_08AD7754:
|
|
aot_gpr_16 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(aot_gpr_16 + static_cast<std::uint32_t>(30))))));
|
|
aot_gpr_4 = (0u + static_cast<std::uint32_t>(-1));
|
|
{ const bool branch_taken = aot_gpr_16 == aot_gpr_4;
|
|
if (branch_taken) {
|
|
goto L_08AD77EC;
|
|
}
|
|
goto L_08AD7764;
|
|
}
|
|
L_08AD7764:
|
|
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_16) < 0;
|
|
aot_gpr_4 = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD7784;
|
|
}
|
|
goto L_08AD776C;
|
|
}
|
|
L_08AD776C:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-2816)));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(8)));
|
|
aot_gpr_5 = (static_cast<std::int32_t>(aot_gpr_16) < static_cast<std::int32_t>(aot_gpr_5) ? 1u : 0u);
|
|
if (aot_gpr_5 != 0u) {
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(4)));
|
|
goto L_08AD778C;
|
|
}
|
|
goto L_08AD7780;
|
|
L_08AD7780:
|
|
aot_gpr_4 = (0u | 0u);
|
|
goto L_08AD7784;
|
|
L_08AD7784:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
if (branch_taken) {
|
|
goto L_08AD77C0;
|
|
}
|
|
goto L_08AD778C;
|
|
}
|
|
L_08AD778C:
|
|
aot_gpr_5 = (aot_gpr_5 + aot_gpr_16);
|
|
aot_gpr_5 = (aot_mem.aot_direct_load8(aot_gpr_5 + static_cast<std::uint32_t>(0)));
|
|
aot_gpr_5 = (aot_gpr_5 & 128u);
|
|
if (aot_gpr_5 == 0u) {
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD77AC;
|
|
}
|
|
goto L_08AD77A0;
|
|
L_08AD77A0:
|
|
aot_gpr_4 = (0u | 0u);
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
if (branch_taken) {
|
|
goto L_08AD77C0;
|
|
}
|
|
goto L_08AD77AC;
|
|
}
|
|
L_08AD77AC:
|
|
aot_gpr_5 = (aot_gpr_16 << 5u);
|
|
ctx.gpr[6] = (aot_gpr_16 << 2u);
|
|
aot_gpr_5 = (aot_gpr_5 - ctx.gpr[6]);
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD77C0;
|
|
L_08AD77C0:
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD77EC;
|
|
}
|
|
goto L_08AD77C8;
|
|
}
|
|
L_08AD77C8:
|
|
aot_gpr_31 = (0x08AD77D0u);
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0170_entry, 170u, 644u, 0x08AAF008u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD77D0u) goto L_08AD77D0;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD77D0:
|
|
aot_gpr_4 = (ctx.gpr[23] | 0u);
|
|
aot_gpr_31 = (0x08AD77DCu);
|
|
aot_gpr_5 = (ctx.gpr[22] | 0u);
|
|
goto L_08AD43F0;
|
|
L_08AD77DC:
|
|
aot_gpr_31 = (0x08AD77E4u);
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0170_entry, 170u, 680u, 0x08AAF24Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD77E4u) goto L_08AD77E4;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD77E4:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD77F8;
|
|
}
|
|
goto L_08AD77EC;
|
|
}
|
|
L_08AD77EC:
|
|
aot_gpr_4 = (ctx.gpr[23] | 0u);
|
|
aot_gpr_31 = (0x08AD77F8u);
|
|
aot_gpr_5 = (ctx.gpr[22] | 0u);
|
|
goto L_08AD43F0;
|
|
L_08AD77F8:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD780C;
|
|
}
|
|
goto L_08AD7800;
|
|
}
|
|
L_08AD7800:
|
|
aot_gpr_4 = (ctx.gpr[23] | 0u);
|
|
aot_gpr_31 = (0x08AD780Cu);
|
|
aot_gpr_5 = (ctx.gpr[22] | 0u);
|
|
goto L_08AD43F0;
|
|
L_08AD780C:
|
|
aot_gpr_16 = (0u + static_cast<std::uint32_t>(-1));
|
|
aot_gpr_31 = (0x08AD7818u);
|
|
aot_gpr_4 = (ctx.gpr[23] | 0u);
|
|
goto L_08AD6148;
|
|
L_08AD7818:
|
|
ctx.gpr[6] = (aot_gpr_29 + static_cast<std::uint32_t>(4));
|
|
aot_gpr_4 = (ctx.gpr[2] | 0u);
|
|
aot_gpr_5 = (ctx.gpr[30] | 0u);
|
|
aot_gpr_31 = (0x08AD782Cu);
|
|
ctx.gpr[7] = (aot_gpr_29 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0025_entry, 25u, 484u, 0x0886A440u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD782Cu) goto L_08AD782C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD782C:
|
|
aot_gpr_31 = (0x08AD7834u);
|
|
aot_gpr_4 = (ctx.gpr[21] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0054_entry, 54u, 470u, 0x088DF80Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD7834u) goto L_08AD7834;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD7834:
|
|
aot_gpr_31 = (0x08AD783Cu);
|
|
aot_gpr_4 = (ctx.gpr[30] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0170_entry, 170u, 584u, 0x08AAECA4u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD783Cu) goto L_08AD783C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD783C:
|
|
{ const bool branch_taken = ctx.gpr[2] != aot_gpr_16;
|
|
if (branch_taken) {
|
|
goto L_08AD7860;
|
|
}
|
|
goto L_08AD7844;
|
|
}
|
|
L_08AD7844:
|
|
aot_gpr_5 = (ctx.gpr[28] + static_cast<std::uint32_t>(-480));
|
|
aot_gpr_31 = (0x08AD7850u);
|
|
aot_gpr_4 = (ctx.gpr[21] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0054_entry, 54u, 465u, 0x088DF7B8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD7850u) goto L_08AD7850;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD7850:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[23] + static_cast<std::uint32_t>(152)));
|
|
ctx.gpr[21] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_gpr_4 = (aot_gpr_4 + ctx.gpr[20]);
|
|
if (branch_taken) {
|
|
goto L_08AD7878;
|
|
}
|
|
goto L_08AD7860;
|
|
}
|
|
L_08AD7860:
|
|
aot_gpr_4 = (ctx.gpr[21] | 0u);
|
|
aot_gpr_31 = (0x08AD786Cu);
|
|
aot_gpr_5 = (ctx.gpr[30] | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0054_entry, 54u, 465u, 0x088DF7B8u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD786Cu) goto L_08AD786C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD786C:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[23] + static_cast<std::uint32_t>(152)));
|
|
ctx.gpr[21] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(4)));
|
|
aot_gpr_4 = (aot_gpr_4 + ctx.gpr[20]);
|
|
goto L_08AD7878;
|
|
L_08AD7878:
|
|
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(12), ctx.gpr[21]);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[23] + static_cast<std::uint32_t>(152)));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(0)));
|
|
aot_gpr_4 = (aot_gpr_4 + ctx.gpr[20]);
|
|
aot_mem.aot_direct_store32(aot_gpr_4 + static_cast<std::uint32_t>(16), aot_gpr_5);
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[23] + static_cast<std::uint32_t>(152)));
|
|
aot_gpr_5 = (ctx.gpr[22] | 0u);
|
|
aot_gpr_4 = (aot_gpr_4 + ctx.gpr[20]);
|
|
aot_mem.aot_direct_store8(aot_gpr_4 + static_cast<std::uint32_t>(8), static_cast<std::uint8_t>(0u));
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(aot_gpr_29 + static_cast<std::uint32_t>(12)));
|
|
aot_gpr_4 = (ctx.gpr[23] | 0u);
|
|
aot_gpr_31 = (0x08AD78ACu);
|
|
ctx.gpr[7] = (0u | 0u);
|
|
goto L_08AD4040;
|
|
L_08AD78AC:
|
|
{ std::uint32_t aot_run_words[10]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(16), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_gpr_17 = aot_run_words[1];
|
|
ctx.gpr[18] = aot_run_words[2];
|
|
ctx.gpr[19] = aot_run_words[3];
|
|
ctx.gpr[20] = aot_run_words[4];
|
|
ctx.gpr[21] = aot_run_words[5];
|
|
ctx.gpr[22] = aot_run_words[6];
|
|
ctx.gpr[23] = aot_run_words[7];
|
|
ctx.gpr[30] = aot_run_words[8];
|
|
aot_gpr_31 = aot_run_words[9];
|
|
}
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(64));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD78DC:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-112));
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load8(ctx.gpr[28] + static_cast<std::uint32_t>(-7080)));
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(80), ctx.gpr[18]);
|
|
ctx.gpr[18] = (aot_gpr_4 | 0u);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(72), aot_gpr_16);
|
|
aot_mem.aot_direct_store32(aot_gpr_29 + static_cast<std::uint32_t>(76), aot_gpr_17);
|
|
{ const std::uint32_t aot_run_words[7]{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(aot_gpr_29 + static_cast<std::uint32_t>(84), aot_run_words); }
|
|
{ const bool branch_taken = ctx.gpr[6] != 0u;
|
|
ctx.gpr[21] = (aot_gpr_5 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD7940;
|
|
}
|
|
goto L_08AD7918;
|
|
}
|
|
L_08AD7918:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-5336)));
|
|
aot_gpr_5 = (ctx.gpr[21] | 0u);
|
|
aot_gpr_31 = (0x08AD7928u);
|
|
ctx.gpr[6] = (aot_gpr_29 | 0u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0162_entry, 162u, 526u, 0x08A8EB48u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD7928u) goto L_08AD7928;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD7928:
|
|
ctx.gpr[21] = (aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(70)));
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(120)));
|
|
{ const bool branch_taken = ctx.gpr[21] != aot_gpr_4;
|
|
if (branch_taken) {
|
|
goto L_08AD7948;
|
|
}
|
|
goto L_08AD7938;
|
|
}
|
|
L_08AD7938:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7A78;
|
|
}
|
|
goto L_08AD7940;
|
|
}
|
|
L_08AD7940:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7E64;
|
|
}
|
|
goto L_08AD7948;
|
|
}
|
|
L_08AD7948:
|
|
ctx.gpr[23] = (0u + static_cast<std::uint32_t>(-1));
|
|
{ const bool branch_taken = aot_gpr_4 == ctx.gpr[23];
|
|
ctx.gpr[20] = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD79B8;
|
|
}
|
|
goto L_08AD7954;
|
|
}
|
|
L_08AD7954:
|
|
ctx.gpr[19] = (0u | 0u);
|
|
aot_gpr_17 = (0u | 0u);
|
|
goto L_08AD795C;
|
|
L_08AD795C:
|
|
aot_gpr_4 = (ctx.gpr[18] + ctx.gpr[19]);
|
|
aot_mem.aot_direct_store8(aot_gpr_4 + static_cast<std::uint32_t>(124), static_cast<std::uint8_t>(0u));
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(120)));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-11840)));
|
|
aot_gpr_4 = (aot_gpr_4 << 6u);
|
|
aot_gpr_4 = (aot_gpr_5 + aot_gpr_4);
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_17);
|
|
aot_gpr_16 = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
{ const bool branch_taken = aot_gpr_16 != ctx.gpr[23];
|
|
if (branch_taken) {
|
|
goto L_08AD798C;
|
|
}
|
|
goto L_08AD7984;
|
|
}
|
|
L_08AD7984:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD79A4;
|
|
}
|
|
goto L_08AD798C;
|
|
}
|
|
L_08AD798C:
|
|
aot_gpr_4 = (ctx.gpr[18] | 0u);
|
|
aot_gpr_31 = (0x08AD7998u);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
goto L_08AD5EF8;
|
|
L_08AD7998:
|
|
aot_gpr_4 = (ctx.gpr[18] | 0u);
|
|
aot_gpr_31 = (0x08AD79A4u);
|
|
aot_gpr_5 = (aot_gpr_16 | 0u);
|
|
goto L_08AD6020;
|
|
L_08AD79A4:
|
|
ctx.gpr[19] = (ctx.gpr[19] + static_cast<std::uint32_t>(1));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[19]) < 16 ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
aot_gpr_17 = (aot_gpr_17 + static_cast<std::uint32_t>(4));
|
|
if (branch_taken) {
|
|
goto L_08AD795C;
|
|
}
|
|
goto L_08AD79B4;
|
|
}
|
|
L_08AD79B4:
|
|
ctx.gpr[21] = (aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(70)));
|
|
goto L_08AD79B8;
|
|
L_08AD79B8:
|
|
aot_mem.aot_direct_store32(ctx.gpr[18] + static_cast<std::uint32_t>(120), ctx.gpr[21]);
|
|
aot_gpr_17 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-412)));
|
|
ctx.gpr[22] = (0u | 0u);
|
|
aot_gpr_16 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-416)));
|
|
ctx.gpr[21] = (ctx.gpr[28] + static_cast<std::uint32_t>(-468));
|
|
goto L_08AD79CC;
|
|
L_08AD79CC:
|
|
aot_gpr_31 = (0x08AD79D4u);
|
|
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_08B20934, 199u, 110u, 0x08B20934u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, ctx.gpr[2], aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[28], aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0199_entry, 199u, 110u, 0x08B20934u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD79D4u) goto L_08AD79D4;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD79D4:
|
|
aot_gpr_4 = (ctx.gpr[2] | 0u);
|
|
aot_gpr_5 = (0u | 0u);
|
|
ctx.gpr[7] = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD79E8u);
|
|
ctx.gpr[6] = (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_08B60E5C, 215u, 177u, 0x08B60E5Cu>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, ctx.gpr[2], ctx.gpr[3], aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[9], ctx.gpr[10], aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0215_entry, 215u, 177u, 0x08B60E5Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD79E8u) goto L_08AD79E8;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD79E8:
|
|
ctx.gpr[1] = (ctx.gpr[3] << 1u);
|
|
aot_gpr_4 = (ctx.gpr[2] >> 31u);
|
|
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(ctx.gpr[3]) >> 31u));
|
|
aot_gpr_4 = (ctx.gpr[1] | aot_gpr_4);
|
|
ctx.gpr[19] = (aot_gpr_4 | 0u);
|
|
aot_gpr_4 = (ctx.gpr[18] + ctx.gpr[19]);
|
|
aot_gpr_5 = (aot_mem.aot_direct_load8(aot_gpr_4 + static_cast<std::uint32_t>(124)));
|
|
{ const bool branch_taken = aot_gpr_5 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7A3C;
|
|
}
|
|
goto L_08AD7A0C;
|
|
}
|
|
L_08AD7A0C:
|
|
aot_mem.aot_direct_store8(aot_gpr_4 + static_cast<std::uint32_t>(124), static_cast<std::uint8_t>(ctx.gpr[20]));
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(120)));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-11840)));
|
|
aot_gpr_4 = (aot_gpr_4 << 6u);
|
|
aot_gpr_4 = (aot_gpr_5 + aot_gpr_4);
|
|
aot_gpr_5 = (ctx.gpr[19] << 2u);
|
|
aot_gpr_4 = (aot_gpr_4 + aot_gpr_5);
|
|
ctx.gpr[19] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
{ const bool branch_taken = ctx.gpr[19] != ctx.gpr[23];
|
|
if (branch_taken) {
|
|
goto L_08AD7A44;
|
|
}
|
|
goto L_08AD7A34;
|
|
}
|
|
L_08AD7A34:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7A58;
|
|
}
|
|
goto L_08AD7A3C;
|
|
}
|
|
L_08AD7A3C:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD79CC;
|
|
}
|
|
goto L_08AD7A44;
|
|
}
|
|
L_08AD7A44:
|
|
aot_gpr_4 = (ctx.gpr[18] | 0u);
|
|
aot_gpr_5 = (ctx.gpr[19] | 0u);
|
|
ctx.gpr[6] = (0u | 4u);
|
|
aot_gpr_31 = (0x08AD7A58u);
|
|
ctx.gpr[7] = (ctx.gpr[21] | 0u);
|
|
goto L_08AD4040;
|
|
L_08AD7A58:
|
|
ctx.gpr[22] = (ctx.gpr[22] + static_cast<std::uint32_t>(1));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[22]) < 8 ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD79CC;
|
|
}
|
|
goto L_08AD7A68;
|
|
}
|
|
L_08AD7A68:
|
|
aot_gpr_4 = (0u | 300u);
|
|
aot_mem.aot_direct_store32(ctx.gpr[28] + static_cast<std::uint32_t>(-472), aot_gpr_4);
|
|
aot_gpr_4 = (0u | 8u);
|
|
aot_mem.aot_direct_store32(ctx.gpr[18] + static_cast<std::uint32_t>(116), aot_gpr_4);
|
|
goto L_08AD7A78;
|
|
L_08AD7A78:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-472)));
|
|
{ const bool branch_taken = static_cast<std::int32_t>(aot_gpr_4) >= 0;
|
|
if (branch_taken) {
|
|
goto L_08AD7C10;
|
|
}
|
|
goto L_08AD7A84;
|
|
}
|
|
L_08AD7A84:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-11840)));
|
|
ctx.gpr[7] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(7656)));
|
|
ctx.gpr[21] = (0u | 0u);
|
|
ctx.gpr[9] = (0u + static_cast<std::uint32_t>(-1));
|
|
ctx.gpr[8] = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(24)));
|
|
aot_gpr_5 = (0u | 0u);
|
|
goto L_08AD7A9C;
|
|
L_08AD7A9C:
|
|
ctx.gpr[6] = (ctx.gpr[18] + ctx.gpr[21]);
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load8(ctx.gpr[6] + static_cast<std::uint32_t>(124)));
|
|
{ const bool branch_taken = ctx.gpr[6] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7AB4;
|
|
}
|
|
goto L_08AD7AAC;
|
|
}
|
|
L_08AD7AAC:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7AF8;
|
|
}
|
|
goto L_08AD7AB4;
|
|
}
|
|
L_08AD7AB4:
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(120)));
|
|
ctx.gpr[6] = (ctx.gpr[6] << 6u);
|
|
ctx.gpr[6] = (aot_gpr_4 + ctx.gpr[6]);
|
|
ctx.gpr[6] = (ctx.gpr[6] + aot_gpr_5);
|
|
ctx.gpr[19] = (aot_mem.aot_direct_load32(ctx.gpr[6] + static_cast<std::uint32_t>(0)));
|
|
{ const bool branch_taken = ctx.gpr[19] == ctx.gpr[9];
|
|
ctx.gpr[10] = (static_cast<std::int32_t>(ctx.gpr[19]) < static_cast<std::int32_t>(ctx.gpr[7]) ? 1u : 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD7AF8;
|
|
}
|
|
goto L_08AD7AD0;
|
|
}
|
|
L_08AD7AD0:
|
|
{ const bool branch_taken = ctx.gpr[10] == 0u;
|
|
ctx.gpr[6] = (0u | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD7AE4;
|
|
}
|
|
goto L_08AD7AD8;
|
|
}
|
|
L_08AD7AD8:
|
|
ctx.gpr[6] = (ctx.gpr[19] << 2u);
|
|
ctx.gpr[6] = (ctx.gpr[8] + ctx.gpr[6]);
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(ctx.gpr[6] + static_cast<std::uint32_t>(0)));
|
|
goto L_08AD7AE4;
|
|
L_08AD7AE4:
|
|
ctx.gpr[6] = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(ctx.gpr[6] + static_cast<std::uint32_t>(28))))));
|
|
{ const bool branch_taken = ctx.gpr[6] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7AF8;
|
|
}
|
|
goto L_08AD7AF0;
|
|
}
|
|
L_08AD7AF0:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7B08;
|
|
}
|
|
goto L_08AD7AF8;
|
|
}
|
|
L_08AD7AF8:
|
|
ctx.gpr[21] = (ctx.gpr[21] + static_cast<std::uint32_t>(1));
|
|
ctx.gpr[6] = (static_cast<std::int32_t>(ctx.gpr[21]) < 16 ? 1u : 0u);
|
|
{ const bool branch_taken = ctx.gpr[6] != 0u;
|
|
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(4));
|
|
if (branch_taken) {
|
|
goto L_08AD7A9C;
|
|
}
|
|
goto L_08AD7B08;
|
|
}
|
|
L_08AD7B08:
|
|
aot_gpr_4 = (0u | 16u);
|
|
{ const bool branch_taken = ctx.gpr[21] != aot_gpr_4;
|
|
if (branch_taken) {
|
|
goto L_08AD7B24;
|
|
}
|
|
goto L_08AD7B14;
|
|
}
|
|
L_08AD7B14:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(116)));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(aot_gpr_4) < 8 ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7C18;
|
|
}
|
|
goto L_08AD7B24;
|
|
}
|
|
L_08AD7B24:
|
|
aot_gpr_17 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-412)));
|
|
aot_gpr_16 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-416)));
|
|
ctx.gpr[20] = (0u | 8u);
|
|
goto L_08AD7B30;
|
|
L_08AD7B30:
|
|
aot_gpr_31 = (0x08AD7B38u);
|
|
if (([&]() { /*PSPRECOMP_RESIDENT_SCHED_SAFE*/ if (rt.resident_generated_leaf_fast_allowed()) return rt.invoke_resident_generated_leaf<&vcs_resident_region_08B20934, 199u, 110u, 0x08B20934u>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, ctx.gpr[2], aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[28], aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0199_entry, 199u, 110u, 0x08B20934u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD7B38u) goto L_08AD7B38;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD7B38:
|
|
aot_gpr_4 = (ctx.gpr[2] | 0u);
|
|
aot_gpr_5 = (0u | 0u);
|
|
ctx.gpr[7] = (aot_gpr_17 | 0u);
|
|
aot_gpr_31 = (0x08AD7B4Cu);
|
|
ctx.gpr[6] = (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_08B60E5C, 215u, 177u, 0x08B60E5Cu>(ctx, &aot_mem, ctx.pc, ctx.hi, ctx.lo, ctx.gpr[2], ctx.gpr[3], aot_gpr_4, aot_gpr_5, ctx.gpr[6], ctx.gpr[7], ctx.gpr[9], ctx.gpr[10], aot_gpr_31); AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_resident_scheduler_fallback<&recomp_unit_0215_entry, 215u, 177u, 0x08B60E5Cu>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD7B4Cu) goto L_08AD7B4C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD7B4C:
|
|
ctx.gpr[1] = (ctx.gpr[3] << 1u);
|
|
aot_gpr_4 = (ctx.gpr[2] >> 31u);
|
|
aot_gpr_5 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(ctx.gpr[3]) >> 31u));
|
|
aot_gpr_4 = (ctx.gpr[1] | aot_gpr_4);
|
|
aot_gpr_4 = (aot_gpr_4 | 0u);
|
|
aot_gpr_5 = (ctx.gpr[18] + aot_gpr_4);
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load8(aot_gpr_5 + static_cast<std::uint32_t>(124)));
|
|
{ const bool branch_taken = ctx.gpr[6] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7B88;
|
|
}
|
|
goto L_08AD7B70;
|
|
}
|
|
L_08AD7B70:
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(120)));
|
|
ctx.gpr[7] = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(116)));
|
|
{ const bool branch_taken = ctx.gpr[7] == ctx.gpr[20];
|
|
ctx.gpr[6] = (ctx.gpr[6] << 6u);
|
|
if (branch_taken) {
|
|
goto L_08AD7B90;
|
|
}
|
|
goto L_08AD7B80;
|
|
}
|
|
L_08AD7B80:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
ctx.gpr[7] = (0u | 1u);
|
|
if (branch_taken) {
|
|
goto L_08AD7B9C;
|
|
}
|
|
goto L_08AD7B88;
|
|
}
|
|
L_08AD7B88:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7B30;
|
|
}
|
|
goto L_08AD7B90;
|
|
}
|
|
L_08AD7B90:
|
|
ctx.gpr[7] = (ctx.gpr[18] + ctx.gpr[21]);
|
|
aot_mem.aot_direct_store8(ctx.gpr[7] + static_cast<std::uint32_t>(124), static_cast<std::uint8_t>(0u));
|
|
ctx.gpr[7] = (0u | 1u);
|
|
goto L_08AD7B9C;
|
|
L_08AD7B9C:
|
|
aot_mem.aot_direct_store8(aot_gpr_5 + static_cast<std::uint32_t>(124), static_cast<std::uint8_t>(ctx.gpr[7]));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[28] + static_cast<std::uint32_t>(-11840)));
|
|
aot_gpr_4 = (aot_gpr_4 << 2u);
|
|
aot_gpr_5 = (aot_gpr_5 + ctx.gpr[6]);
|
|
aot_gpr_4 = (aot_gpr_5 + aot_gpr_4);
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(aot_gpr_4 + static_cast<std::uint32_t>(0)));
|
|
{ const bool branch_taken = ctx.gpr[19] == ctx.gpr[6];
|
|
if (branch_taken) {
|
|
goto L_08AD7C18;
|
|
}
|
|
goto L_08AD7BBC;
|
|
}
|
|
L_08AD7BBC:
|
|
aot_gpr_5 = (ctx.gpr[6] | 0u);
|
|
ctx.gpr[7] = (ctx.gpr[28] + static_cast<std::uint32_t>(-456));
|
|
aot_gpr_4 = (ctx.gpr[18] | 0u);
|
|
aot_gpr_31 = (0x08AD7BD0u);
|
|
ctx.gpr[6] = (0u | 4u);
|
|
goto L_08AD4040;
|
|
L_08AD7BD0:
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(116)));
|
|
{ const bool branch_taken = ctx.gpr[6] != ctx.gpr[20];
|
|
if (branch_taken) {
|
|
goto L_08AD7BFC;
|
|
}
|
|
goto L_08AD7BDC;
|
|
}
|
|
L_08AD7BDC:
|
|
aot_gpr_4 = (ctx.gpr[18] | 0u);
|
|
aot_gpr_31 = (0x08AD7BE8u);
|
|
aot_gpr_5 = (ctx.gpr[19] | 0u);
|
|
goto L_08AD5EF8;
|
|
L_08AD7BE8:
|
|
aot_gpr_4 = (ctx.gpr[18] | 0u);
|
|
aot_gpr_31 = (0x08AD7BF4u);
|
|
aot_gpr_5 = (ctx.gpr[19] | 0u);
|
|
goto L_08AD6020;
|
|
L_08AD7BF4:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7C04;
|
|
}
|
|
goto L_08AD7BFC;
|
|
}
|
|
L_08AD7BFC:
|
|
aot_gpr_4 = (ctx.gpr[6] + static_cast<std::uint32_t>(1));
|
|
aot_mem.aot_direct_store32(ctx.gpr[18] + static_cast<std::uint32_t>(116), aot_gpr_4);
|
|
goto L_08AD7C04;
|
|
L_08AD7C04:
|
|
aot_gpr_4 = (0u | 300u);
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_mem.aot_direct_store32(ctx.gpr[28] + static_cast<std::uint32_t>(-472), aot_gpr_4);
|
|
if (branch_taken) {
|
|
goto L_08AD7C18;
|
|
}
|
|
goto L_08AD7C10;
|
|
}
|
|
L_08AD7C10:
|
|
aot_gpr_4 = (aot_gpr_4 + static_cast<std::uint32_t>(-1));
|
|
aot_mem.aot_direct_store32(ctx.gpr[28] + static_cast<std::uint32_t>(-472), aot_gpr_4);
|
|
goto L_08AD7C18;
|
|
L_08AD7C18:
|
|
aot_gpr_31 = (0x08AD7C20u);
|
|
aot_gpr_4 = (0u | 14u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 607u, 0x08AD3698u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD7C20u) goto L_08AD7C20;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD7C20:
|
|
{ const bool branch_taken = ctx.gpr[2] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7C3C;
|
|
}
|
|
goto L_08AD7C28;
|
|
}
|
|
L_08AD7C28:
|
|
ctx.gpr[7] = (ctx.gpr[28] + static_cast<std::uint32_t>(-588));
|
|
aot_gpr_4 = (ctx.gpr[18] | 0u);
|
|
aot_gpr_5 = (0u | 14u);
|
|
aot_gpr_31 = (0x08AD7C3Cu);
|
|
ctx.gpr[6] = (0u | 1u);
|
|
goto L_08AD4040;
|
|
L_08AD7C3C:
|
|
aot_gpr_31 = (0x08AD7C44u);
|
|
aot_gpr_4 = (0u | 35u);
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0179_entry, 179u, 607u, 0x08AD3698u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD7C44u) goto L_08AD7C44;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD7C44:
|
|
{ const bool branch_taken = ctx.gpr[2] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7C60;
|
|
}
|
|
goto L_08AD7C4C;
|
|
}
|
|
L_08AD7C4C:
|
|
ctx.gpr[7] = (ctx.gpr[28] + static_cast<std::uint32_t>(-576));
|
|
aot_gpr_4 = (ctx.gpr[18] | 0u);
|
|
aot_gpr_5 = (0u | 35u);
|
|
aot_gpr_31 = (0x08AD7C60u);
|
|
ctx.gpr[6] = (0u | 1u);
|
|
goto L_08AD4040;
|
|
L_08AD7C60:
|
|
ctx.gpr[7] = (aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(50)));
|
|
ctx.gpr[8] = (aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(68)));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(28)));
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load16(aot_gpr_29 + static_cast<std::uint32_t>(46)));
|
|
ctx.gpr[30] = (0u | 0u);
|
|
ctx.gpr[21] = (0u | 0u);
|
|
{ const bool branch_taken = ctx.gpr[7] == ctx.gpr[8];
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(140)));
|
|
if (branch_taken) {
|
|
goto L_08AD7C84;
|
|
}
|
|
goto L_08AD7C80;
|
|
}
|
|
L_08AD7C80:
|
|
ctx.gpr[30] = (0u | 1u);
|
|
goto L_08AD7C84;
|
|
L_08AD7C84:
|
|
ctx.gpr[9] = (0u | 1u);
|
|
ctx.gpr[8] = (ctx.gpr[9] | 0u);
|
|
ctx.gpr[7] = (aot_gpr_29 + static_cast<std::uint32_t>(2));
|
|
goto L_08AD7C90;
|
|
L_08AD7C90:
|
|
ctx.gpr[10] = (aot_mem.aot_direct_load16(ctx.gpr[7] + static_cast<std::uint32_t>(50)));
|
|
ctx.gpr[11] = (aot_mem.aot_direct_load16(ctx.gpr[7] + static_cast<std::uint32_t>(48)));
|
|
{ const bool branch_taken = ctx.gpr[10] == ctx.gpr[11];
|
|
if (branch_taken) {
|
|
goto L_08AD7CA8;
|
|
}
|
|
goto L_08AD7CA0;
|
|
}
|
|
L_08AD7CA0:
|
|
ctx.gpr[10] = (ctx.gpr[9] << (ctx.gpr[8] & 31u));
|
|
ctx.gpr[30] = (ctx.gpr[30] | ctx.gpr[10]);
|
|
goto L_08AD7CA8;
|
|
L_08AD7CA8:
|
|
ctx.gpr[8] = (ctx.gpr[8] + static_cast<std::uint32_t>(1));
|
|
ctx.gpr[10] = (static_cast<std::int32_t>(ctx.gpr[8]) < 9 ? 1u : 0u);
|
|
{ const bool branch_taken = ctx.gpr[10] != 0u;
|
|
ctx.gpr[7] = (ctx.gpr[7] + static_cast<std::uint32_t>(2));
|
|
if (branch_taken) {
|
|
goto L_08AD7C90;
|
|
}
|
|
goto L_08AD7CB8;
|
|
}
|
|
L_08AD7CB8:
|
|
{ const bool branch_taken = aot_gpr_5 == ctx.gpr[6];
|
|
if (branch_taken) {
|
|
goto L_08AD7CC4;
|
|
}
|
|
goto L_08AD7CC0;
|
|
}
|
|
L_08AD7CC0:
|
|
ctx.gpr[21] = (0u | 1u);
|
|
goto L_08AD7CC4;
|
|
L_08AD7CC4:
|
|
ctx.gpr[7] = (0u | 1u);
|
|
ctx.gpr[6] = (ctx.gpr[7] | 0u);
|
|
aot_gpr_5 = (aot_gpr_29 + static_cast<std::uint32_t>(2));
|
|
goto L_08AD7CD0;
|
|
L_08AD7CD0:
|
|
ctx.gpr[8] = (aot_mem.aot_direct_load16(aot_gpr_5 + static_cast<std::uint32_t>(28)));
|
|
ctx.gpr[9] = (aot_mem.aot_direct_load16(aot_gpr_5 + static_cast<std::uint32_t>(26)));
|
|
{ const bool branch_taken = ctx.gpr[8] == ctx.gpr[9];
|
|
if (branch_taken) {
|
|
goto L_08AD7CE8;
|
|
}
|
|
goto L_08AD7CE0;
|
|
}
|
|
L_08AD7CE0:
|
|
ctx.gpr[8] = (ctx.gpr[7] << (ctx.gpr[6] & 31u));
|
|
ctx.gpr[21] = (ctx.gpr[21] | ctx.gpr[8]);
|
|
goto L_08AD7CE8;
|
|
L_08AD7CE8:
|
|
ctx.gpr[6] = (ctx.gpr[6] + static_cast<std::uint32_t>(1));
|
|
ctx.gpr[8] = (static_cast<std::int32_t>(ctx.gpr[6]) < 9 ? 1u : 0u);
|
|
{ const bool branch_taken = ctx.gpr[8] != 0u;
|
|
aot_gpr_5 = (aot_gpr_5 + static_cast<std::uint32_t>(2));
|
|
if (branch_taken) {
|
|
goto L_08AD7CD0;
|
|
}
|
|
goto L_08AD7CF8;
|
|
}
|
|
L_08AD7CF8:
|
|
ctx.gpr[30] = (ctx.gpr[21] | ctx.gpr[30]);
|
|
{ const bool branch_taken = ctx.gpr[30] != aot_gpr_4;
|
|
if (branch_taken) {
|
|
goto L_08AD7D10;
|
|
}
|
|
goto L_08AD7D04;
|
|
}
|
|
L_08AD7D04:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(144)));
|
|
{ const bool branch_taken = ctx.gpr[21] == aot_gpr_4;
|
|
if (branch_taken) {
|
|
goto L_08AD7E64;
|
|
}
|
|
goto L_08AD7D10;
|
|
}
|
|
L_08AD7D10:
|
|
aot_gpr_17 = (2246u << 16u);
|
|
ctx.gpr[19] = (0u | 0u);
|
|
ctx.gpr[20] = (ctx.gpr[28] + static_cast<std::uint32_t>(-448));
|
|
ctx.gpr[23] = (0u + static_cast<std::uint32_t>(-1));
|
|
ctx.gpr[22] = (ctx.gpr[28] + static_cast<std::uint32_t>(-440));
|
|
aot_gpr_17 = (aot_gpr_17 + static_cast<std::uint32_t>(30712));
|
|
goto L_08AD7D28;
|
|
L_08AD7D28:
|
|
aot_gpr_16 = (0u | 1u);
|
|
aot_gpr_16 = (aot_gpr_16 << (ctx.gpr[19] & 31u));
|
|
aot_gpr_4 = (aot_gpr_16 & ctx.gpr[30]);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7D84;
|
|
}
|
|
goto L_08AD7D3C;
|
|
}
|
|
L_08AD7D3C:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(140)));
|
|
aot_gpr_5 = (aot_gpr_5 & aot_gpr_16);
|
|
{ const bool branch_taken = aot_gpr_5 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7D84;
|
|
}
|
|
goto L_08AD7D4C;
|
|
}
|
|
L_08AD7D4C:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(4)));
|
|
aot_gpr_4 = (ctx.gpr[18] | 0u);
|
|
ctx.gpr[6] = (0u | 4u);
|
|
aot_gpr_31 = (0x08AD7D60u);
|
|
ctx.gpr[7] = (ctx.gpr[20] | 0u);
|
|
goto L_08AD4040;
|
|
L_08AD7D60:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(8)));
|
|
aot_gpr_4 = (ctx.gpr[18] | 0u);
|
|
ctx.gpr[6] = (0u | 4u);
|
|
aot_gpr_31 = (0x08AD7D74u);
|
|
ctx.gpr[7] = (ctx.gpr[20] | 0u);
|
|
goto L_08AD4040;
|
|
L_08AD7D74:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(140)));
|
|
aot_gpr_4 = (aot_gpr_4 | aot_gpr_16);
|
|
{ const bool branch_taken = 0u == 0u;
|
|
aot_mem.aot_direct_store32(ctx.gpr[18] + static_cast<std::uint32_t>(140), aot_gpr_4);
|
|
if (branch_taken) {
|
|
goto L_08AD7DDC;
|
|
}
|
|
goto L_08AD7D84;
|
|
}
|
|
L_08AD7D84:
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7DDC;
|
|
}
|
|
goto L_08AD7D8C;
|
|
}
|
|
L_08AD7D8C:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(140)));
|
|
aot_gpr_4 = (aot_gpr_4 & aot_gpr_16);
|
|
{ const bool branch_taken = aot_gpr_4 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7DDC;
|
|
}
|
|
goto L_08AD7D9C;
|
|
}
|
|
L_08AD7D9C:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(4)));
|
|
aot_gpr_31 = (0x08AD7DA8u);
|
|
aot_gpr_4 = (ctx.gpr[18] | 0u);
|
|
goto L_08AD5EF8;
|
|
L_08AD7DA8:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(8)));
|
|
aot_gpr_31 = (0x08AD7DB4u);
|
|
aot_gpr_4 = (ctx.gpr[18] | 0u);
|
|
goto L_08AD5EF8;
|
|
L_08AD7DB4:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(4)));
|
|
aot_gpr_31 = (0x08AD7DC0u);
|
|
aot_gpr_4 = (ctx.gpr[18] | 0u);
|
|
goto L_08AD6020;
|
|
L_08AD7DC0:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(8)));
|
|
aot_gpr_31 = (0x08AD7DCCu);
|
|
aot_gpr_4 = (ctx.gpr[18] | 0u);
|
|
goto L_08AD6020;
|
|
L_08AD7DCC:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(140)));
|
|
aot_gpr_5 = (~(aot_gpr_16 | 0u));
|
|
aot_gpr_4 = (aot_gpr_4 & aot_gpr_5);
|
|
aot_mem.aot_direct_store32(ctx.gpr[18] + static_cast<std::uint32_t>(140), aot_gpr_4);
|
|
goto L_08AD7DDC;
|
|
L_08AD7DDC:
|
|
aot_gpr_4 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(0)));
|
|
{ const bool branch_taken = aot_gpr_4 == ctx.gpr[23];
|
|
if (branch_taken) {
|
|
goto L_08AD7E50;
|
|
}
|
|
goto L_08AD7DE8;
|
|
}
|
|
L_08AD7DE8:
|
|
aot_gpr_5 = (aot_gpr_16 & ctx.gpr[21]);
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7E20;
|
|
}
|
|
goto L_08AD7DF4;
|
|
}
|
|
L_08AD7DF4:
|
|
ctx.gpr[6] = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(144)));
|
|
ctx.gpr[6] = (ctx.gpr[6] & aot_gpr_16);
|
|
{ const bool branch_taken = ctx.gpr[6] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7E20;
|
|
}
|
|
goto L_08AD7E04;
|
|
}
|
|
L_08AD7E04:
|
|
aot_gpr_5 = (aot_gpr_4 | 0u);
|
|
aot_gpr_4 = (ctx.gpr[18] | 0u);
|
|
ctx.gpr[6] = (0u | 4u);
|
|
aot_gpr_31 = (0x08AD7E18u);
|
|
ctx.gpr[7] = (ctx.gpr[22] | 0u);
|
|
goto L_08AD4040;
|
|
L_08AD7E18:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7E50;
|
|
}
|
|
goto L_08AD7E20;
|
|
}
|
|
L_08AD7E20:
|
|
{ const bool branch_taken = aot_gpr_5 != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7E50;
|
|
}
|
|
goto L_08AD7E28;
|
|
}
|
|
L_08AD7E28:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(ctx.gpr[18] + static_cast<std::uint32_t>(144)));
|
|
aot_gpr_5 = (aot_gpr_5 & aot_gpr_16);
|
|
{ const bool branch_taken = aot_gpr_5 == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7E50;
|
|
}
|
|
goto L_08AD7E38;
|
|
}
|
|
L_08AD7E38:
|
|
aot_gpr_5 = (aot_gpr_4 | 0u);
|
|
aot_gpr_31 = (0x08AD7E44u);
|
|
aot_gpr_4 = (ctx.gpr[18] | 0u);
|
|
goto L_08AD5EF8;
|
|
L_08AD7E44:
|
|
aot_gpr_5 = (aot_mem.aot_direct_load32(aot_gpr_17 + static_cast<std::uint32_t>(0)));
|
|
aot_gpr_31 = (0x08AD7E50u);
|
|
aot_gpr_4 = (ctx.gpr[18] | 0u);
|
|
goto L_08AD6020;
|
|
L_08AD7E50:
|
|
ctx.gpr[19] = (ctx.gpr[19] + static_cast<std::uint32_t>(1));
|
|
aot_gpr_4 = (static_cast<std::int32_t>(ctx.gpr[19]) < 9 ? 1u : 0u);
|
|
{ const bool branch_taken = aot_gpr_4 != 0u;
|
|
aot_gpr_17 = (aot_gpr_17 + static_cast<std::uint32_t>(28));
|
|
if (branch_taken) {
|
|
goto L_08AD7D28;
|
|
}
|
|
goto L_08AD7E60;
|
|
}
|
|
L_08AD7E60:
|
|
aot_mem.aot_direct_store32(ctx.gpr[18] + static_cast<std::uint32_t>(144), ctx.gpr[21]);
|
|
goto L_08AD7E64;
|
|
L_08AD7E64:
|
|
{ std::uint32_t aot_run_words[10]{};
|
|
aot_mem.aot_direct_load32_block(aot_gpr_29 + static_cast<std::uint32_t>(72), aot_run_words);
|
|
aot_gpr_16 = aot_run_words[0];
|
|
aot_gpr_17 = aot_run_words[1];
|
|
ctx.gpr[18] = aot_run_words[2];
|
|
ctx.gpr[19] = aot_run_words[3];
|
|
ctx.gpr[20] = aot_run_words[4];
|
|
ctx.gpr[21] = aot_run_words[5];
|
|
ctx.gpr[22] = aot_run_words[6];
|
|
ctx.gpr[23] = aot_run_words[7];
|
|
ctx.gpr[30] = aot_run_words[8];
|
|
aot_gpr_31 = aot_run_words[9];
|
|
}
|
|
jump_target = aot_gpr_31;
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(112));
|
|
local_pc = jump_target;
|
|
if (++local_transfers < 256u) { entry_id = 0u; goto LOCAL_DISPATCH; }
|
|
// PSPRECOMP_V812_SHARED_SCHED_JUMP
|
|
goto LOCAL_SCHED_BOUNDARY;
|
|
L_08AD7E94:
|
|
aot_gpr_29 = (aot_gpr_29 + static_cast<std::uint32_t>(-112));
|
|
aot_gpr_5 = (aot_mem.aot_direct_load8(ctx.gpr[28] + static_cast<std::uint32_t>(-7080)));
|
|
{ const std::uint32_t aot_run_words[6]{aot_gpr_16, aot_gpr_17, ctx.gpr[18], ctx.gpr[19], ctx.gpr[20], aot_gpr_31};
|
|
aot_mem.aot_direct_store32_block(aot_gpr_29 + static_cast<std::uint32_t>(88), aot_run_words); }
|
|
{ const bool branch_taken = aot_gpr_5 != 0u;
|
|
aot_gpr_16 = (aot_gpr_4 | 0u);
|
|
if (branch_taken) {
|
|
goto L_08AD7F1C;
|
|
}
|
|
goto L_08AD7EBC;
|
|
}
|
|
L_08AD7EBC:
|
|
aot_gpr_4 = (static_cast<std::uint32_t>(static_cast<std::int32_t>(static_cast<std::int16_t>(aot_mem.aot_direct_load16(ctx.gpr[28] + static_cast<std::uint32_t>(9296))))));
|
|
aot_gpr_17 = (0u | 1u);
|
|
{ const bool branch_taken = aot_gpr_4 == aot_gpr_17;
|
|
aot_gpr_5 = (0u | 2u);
|
|
if (branch_taken) {
|
|
goto L_08AD7F14;
|
|
}
|
|
goto L_08AD7ECC;
|
|
}
|
|
L_08AD7ECC:
|
|
{ const bool branch_taken = aot_gpr_4 == aot_gpr_5;
|
|
if (branch_taken) {
|
|
goto L_08AD7F14;
|
|
}
|
|
goto L_08AD7ED4;
|
|
}
|
|
L_08AD7ED4:
|
|
ctx.gpr[7] = (ctx.gpr[28] + static_cast<std::uint32_t>(-400));
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_5 = (0u | 191u);
|
|
aot_gpr_31 = (0x08AD7EE8u);
|
|
ctx.gpr[6] = (0u | 1u);
|
|
goto L_08AD4040;
|
|
L_08AD7EE8:
|
|
ctx.gpr[7] = (ctx.gpr[28] + static_cast<std::uint32_t>(-388));
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_5 = (0u | 119u);
|
|
aot_gpr_31 = (0x08AD7EFCu);
|
|
ctx.gpr[6] = (0u | 1u);
|
|
goto L_08AD4040;
|
|
L_08AD7EFC:
|
|
aot_gpr_31 = (0x08AD7F04u);
|
|
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 == 0x08AD7F04u) goto L_08AD7F04;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD7F04:
|
|
{ const bool branch_taken = ctx.gpr[2] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7F24;
|
|
}
|
|
goto L_08AD7F0C;
|
|
}
|
|
L_08AD7F0C:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7F6C;
|
|
}
|
|
goto L_08AD7F14;
|
|
}
|
|
L_08AD7F14:
|
|
{ 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_0181_entry, 181u, 72u, 0x08AD8364u>(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_08AD7F1C;
|
|
}
|
|
L_08AD7F1C:
|
|
{ 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_0181_entry, 181u, 72u, 0x08AD8364u>(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_08AD7F24;
|
|
}
|
|
L_08AD7F24:
|
|
aot_gpr_31 = (0x08AD7F2Cu);
|
|
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 == 0x08AD7F2Cu) goto L_08AD7F2C;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD7F2C:
|
|
aot_gpr_31 = (0x08AD7F34u);
|
|
aot_gpr_4 = (ctx.gpr[2] + static_cast<std::uint32_t>(2288));
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0171_entry, 171u, 1013u, 0x08AB3F28u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD7F34u) goto L_08AD7F34;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD7F34:
|
|
{ const bool branch_taken = ctx.gpr[2] == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7F6C;
|
|
}
|
|
goto L_08AD7F3C;
|
|
}
|
|
L_08AD7F3C:
|
|
ctx.gpr[7] = (ctx.gpr[28] + static_cast<std::uint32_t>(-380));
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_5 = (0u | 234u);
|
|
aot_gpr_31 = (0x08AD7F50u);
|
|
ctx.gpr[6] = (0u | 1u);
|
|
goto L_08AD4040;
|
|
L_08AD7F50:
|
|
ctx.gpr[7] = (ctx.gpr[28] + static_cast<std::uint32_t>(-368));
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_5 = (0u | 9u);
|
|
aot_gpr_31 = (0x08AD7F64u);
|
|
ctx.gpr[6] = (0u | 1u);
|
|
goto L_08AD4040;
|
|
L_08AD7F64:
|
|
{ const bool branch_taken = 0u == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7F98;
|
|
}
|
|
goto L_08AD7F6C;
|
|
}
|
|
L_08AD7F6C:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD7F78u);
|
|
aot_gpr_5 = (0u | 234u);
|
|
goto L_08AD5EF8;
|
|
L_08AD7F78:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD7F84u);
|
|
aot_gpr_5 = (0u | 234u);
|
|
goto L_08AD4E34;
|
|
L_08AD7F84:
|
|
{ const bool branch_taken = ctx.gpr[2] != 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7F98;
|
|
}
|
|
goto L_08AD7F8C;
|
|
}
|
|
L_08AD7F8C:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD7F98u);
|
|
aot_gpr_5 = (0u | 9u);
|
|
goto L_08AD5EF8;
|
|
L_08AD7F98:
|
|
aot_gpr_31 = (0x08AD7FA0u);
|
|
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 == 0x08AD7FA0u) goto L_08AD7FA0;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD7FA0:
|
|
{ const bool branch_taken = ctx.gpr[2] == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7FF0;
|
|
}
|
|
goto L_08AD7FA8;
|
|
}
|
|
L_08AD7FA8:
|
|
aot_gpr_31 = (0x08AD7FB0u);
|
|
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 == 0x08AD7FB0u) goto L_08AD7FB0;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD7FB0:
|
|
aot_gpr_31 = (0x08AD7FB8u);
|
|
aot_gpr_4 = (ctx.gpr[2] + static_cast<std::uint32_t>(2288));
|
|
if (([&]() { AOT_REGCACHE_SYNC_OUT(); const bool aot_regcache_same_ = (rt.invoke_chained_trusted_direct<&recomp_unit_0171_entry, 171u, 1021u, 0x08AB3F70u>(ctx, &aot_mem)); if (aot_regcache_same_) AOT_REGCACHE_SYNC_IN(); else aot_regcache_valid = false; return aot_regcache_same_; }()) && ctx.pc == 0x08AD7FB8u) goto L_08AD7FB8;
|
|
AOT_REGCACHE_SYNC_OUT(); return;
|
|
L_08AD7FB8:
|
|
{ const bool branch_taken = ctx.gpr[2] == 0u;
|
|
if (branch_taken) {
|
|
goto L_08AD7FF0;
|
|
}
|
|
goto L_08AD7FC0;
|
|
}
|
|
L_08AD7FC0:
|
|
ctx.gpr[7] = (ctx.gpr[28] + static_cast<std::uint32_t>(-360));
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_5 = (0u | 193u);
|
|
aot_gpr_31 = (0x08AD7FD4u);
|
|
ctx.gpr[6] = (0u | 1u);
|
|
goto L_08AD4040;
|
|
L_08AD7FD4:
|
|
ctx.gpr[7] = (ctx.gpr[28] + static_cast<std::uint32_t>(-352));
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_5 = (0u | 10u);
|
|
aot_gpr_31 = (0x08AD7FE8u);
|
|
ctx.gpr[6] = (0u | 1u);
|
|
goto L_08AD4040;
|
|
L_08AD7FE8:
|
|
{ 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_0181_entry, 181u, 4u, 0x08AD801Cu>(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_08AD7FF0;
|
|
}
|
|
L_08AD7FF0:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
aot_gpr_31 = (0x08AD7FFCu);
|
|
aot_gpr_5 = (0u | 193u);
|
|
goto L_08AD5EF8;
|
|
L_08AD7FFC:
|
|
aot_gpr_4 = (aot_gpr_16 | 0u);
|
|
ctx.pc = 0x08AD8000u; AOT_REGCACHE_SYNC_OUT(); return;
|
|
}
|
|
|
|
#undef AOT_REGCACHE_SYNC_IN
|
|
#undef AOT_REGCACHE_SYNC_OUT
|
|
|
|
void recomp_unit_0180(Runtime &rt, AllegrexContext &ctx) {
|
|
auto aot_mem = rt.memory().aot_fast_view();
|
|
recomp_unit_0180_entry(rt, ctx, 0u, aot_mem);
|
|
}
|
|
|
|
void register_generated_unit_180(Runtime &runtime) {
|
|
runtime.register_generated_unit(180u, 0x08AD4000u, 16384u, &recomp_unit_0180, &recomp_unit_0180_entry);
|
|
// PSPRECOMP_V812_COMPACT_REGISTRATION: same entry set, looped once in Runtime instead of source-expanded calls.
|
|
runtime.register_generated_entry_mask(0x08AD4004u, &recomp_unit_0180, "recomp_unit_0180",
|
|
kEntryMasks_recomp_unit_0180, 64u);
|
|
}
|
|
} // namespace psprecomp
|