Files
BFM-decomp/docs/backlog.md
T
Drew T 8ffcf9646e feat(phase-26a): A3f — 33 functions banked that the project had written off as compiler walls
The payoff of A3e, byte-verified. These 33 sat in the backlog at closeness==0 -- match_one said
their bodies were BYTE-EXACT -- and the whole-binary gate rejected them, so they were logged as
`near`/`failed`, i.e. AS MATCHING PROBLEMS, and filed as intrinsic compiler residuals.

They were not hard. They were UNREACHABLE. gate_stage passed `--src src/<ov>/<ov>.c`
unconditionally, which restricts the byte-gate to ONE translation unit -- and every one of these
functions has its stub in a SPLIT TU. Look at where they landed:

    src/ov_SC01_077/ov_SC01_077_a.c
    src/ov_SC01_077/ov_SC01_077_after.c
    src/ov_SC01_077/ov_SC01_077_jr_8012ACE0.c
    src/ov_SC01_077/ov_SC01_077_jr_8015AE2C.c
    src/ov_SC01_077/ov_SC01_077_jr_8016AB6C.c
    src/ov_SC01_077/ov_SC01_077_jr_801734BC.c
    src/ov_SC01_077/ov_SC01_077_jr_80178D40.c
    src/ov_SC01_077/ov_SC01_077_jr_80182268.c

8 files. SEVEN of them are _jr_/_a/_after carves. NOT ONE is the main .c -- the only file the gate
was ever allowed to look at.

  gate: 63 drafts -> banked 33, near 30, FAILED 0   (--no-propagate; the gate and the propagation
        are different jobs, and letting an experiment tow an unbounded fleet-wide propagation is
        what broke the tree an hour ago)

  R22 CLEAN-FLEET: make clean + extract-all + check-all -> 136 passed, 0 failed of 136
  dedup-check: 1823 validated, 0 failed | C1 coverage 224933/224933

METRICS, ×1, HONESTLY (no propagation yet -- the multiplier is still ahead):
    functions byte-identical  284,526 -> 284,559   (+33)
    instructions              8,470,381 -> 8,471,912   (+1,531)
    fn-count %                82.79% -> 82.80%
    instr-weighted %          66.7%  -> 66.7%   (flat: ×1 banks do not move the headline)

WHAT THIS MEASURES, beyond the 33: the backlog holds 1,588 entries at closeness==0. 1,215 have been
banked since by other paths. 373 ARE STILL OPEN STUBS WITH BYTE-EXACT BODIES. 63 of them were in
ov_SC01_077 and 33 banked -- a 52% rate on functions the ledger calls unrecoverable. The other 310
are spread across the remaining overlays: same class, same fix, not yet attempted.

Cookbook §51g LAW 11 -- a fix is not landed until its caller stops overriding it. And the reason
this hid for 26 phases, which belongs in the posterity doc: A TOOL THAT CANNOT BANK A FUNCTION IS
INDISTINGUISHABLE, IN EVERY LOG THIS PROJECT KEEPS, FROM A FUNCTION THAT CANNOT BE BANKED.
2026-07-14 15:49:13 -06:00

188 KiB
Raw Blame History

Backlog — automation near-misses for hand-finishing

Generated by tools/backlog.py render from .run/backlog.jsonl. These are functions the Phase-21 automation got close on but did NOT byte-match. The whole-binary byte-gate is the sole arbiter (G3/P9): byte-matches bank and are NOT listed here — only genuine near-misses/blockers are. Ranked by hand-session priority: reach (×N propagation leverage) → closeness (match_one mismatch count, lower = closer) → size. Each row's best_draft is the closest C the machine reached — resume from there.

Open near-misses: 1382 · by status {'near': 1301, 'failed': 81} · by class {'WAVE': 30, 'plumbing': 13, 'other': 9, 'schedule': 35, 'struct': 36, 'PINS': 5, 'regalloc-order': 35, 'remat': 3, 'STUB': 4, 'O0': 2, 'O1': 1, 'STRUCT': 8, 'iv-combine': 2, None: 1196, 'loose-typing': 3}

# addr reach class nins status closeness where it stuck best draft
1 func_80174684 134 WAVE 8 near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80174684.c
2 func_80161208 134 plumbing 14 near 0 none — MATCH expected (param saved across call → natural $s0, no pin needed) .run/backlog_drafts/func_80161208.c
3 func_80131CA8 134 other 19 near 0 none — MATCH (call-through-fnptr dispatcher: explicit return 1/return 0) .run/backlog_drafts/func_80131CA8.c
4 func_8016BF50 134 schedule 22 near 0 none — MATCH; short buf[3] keeps all 3 stores live + hoisting (int)(p+0x34) into a local .run/backlog_drafts/func_8016BF50.c
5 func_80162CCC 134 plumbing 23 near 0 none — MATCH expected; direct translation, psVar1 as u16* gives lhu, $s0=param_1 survives both calls .run/backlog_drafts/func_80162CCC.c
6 func_8012A598 134 struct 24 near 0 none — MATCH (24 ins, relocation-masked) .run/backlog_drafts/func_8012A598.c
7 func_801733FC 134 struct 25 near 0 none — modeled on sibling func_80173460 (packed 8-byte struct copy + two s16=1 stores) .run/backlog_drafts/func_801733FC.c
8 func_8016F0E4 134 PINS 26 near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8016F0E4.c
9 func_80137614 134 regalloc-order 26 near 0 none — MATCH (sibling func_8013767C pattern; all 3 params live across the call) .run/backlog_drafts/func_80137614.c
10 func_80168B70 134 WAVE 27 near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80168B70.c
11 func_8012F274 134 remat 29 near 0 none — MATCH (29 ins, match_one byte-clean via relocation-masked pipeline) .run/backlog_drafts/func_8012F274.c
12 func_801708B0 134 WAVE 30 near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801708B0.c
13 func_8014A51C 134 schedule 32 near 0 none — MATCH (32 ins, relocation-masked) .run/backlog_drafts/func_8014A51C.c
14 func_801495C4 134 regalloc-order 34 near 0 none — MATCH expected (cloned byte-matched sibling func_8014964C recipe: $16 pin + asm barriers force param_2→$s0 and rematerialize &in/&mid/mtx) .run/backlog_drafts/func_801495C4.c
15 func_80151664 134 plumbing 35 near 0 none — MATCH (35 ins, relocation-masked); canonical externs kept, call-site casts only .run/backlog_drafts/func_80151664.c
16 func_8012F40C 134 regalloc-order 36 near 0 none — MATCH (address rematerialized per call via caller-saved $a0 pin) .run/backlog_drafts/func_8012F40C.c
17 func_801522CC 134 plumbing 41 near 0 TBD — first compile; func_80153C18 canonical is (void) but target sets $a0=$s0 in its delay slot (call-site cast) .run/backlog_drafts/func_801522CC.c
18 func_801497A8 134 regalloc-order 47 near 0 none — MATCH. $s1 pinned to D_80078E78 base; result accumulator + masked .run/backlog_drafts/func_801497A8.c
19 func_801483E8 134 struct 50 near 0 none — MATCH .run/backlog_drafts/func_801483E8.c
20 func_8016EFC8 134 schedule 51 near 0 none — MATCH (51 ins). Temp u32 v = *a0 / 0x4000000; hoists the load to ins 0 and .run/backlog_drafts/func_8016EFC8.c
21 func_801376E8 134 schedule 51 near 0 none — MATCH (51 ins). 3 levers: (1) adjacent-field array u16 D_80126A14[] for A14/A16 .run/backlog_drafts/func_801376E8.c
22 func_80151C54 134 PINS 52 near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80151C54.c
23 func_801758FC 134 schedule 55 near 0 none — MATCH (55 ins) .run/backlog_drafts/func_801758FC.c
24 func_801759D8 134 schedule 56 near 0 none — MATCH (56 ins) .run/backlog_drafts/func_801759D8.c
25 func_8012A328 134 schedule 60 near 0 none — MATCH (60 ins, relocation-masked) .run/backlog_drafts/func_8012A328.c
26 func_80138DE0 134 other 60 near 0 none — MATCH (60 ins) .run/backlog_drafts/func_80138DE0.c
27 func_80133298 134 struct 65 near 0 none — MATCH (65 ins, relocation-masked) .run/backlog_drafts/func_80133298.c
28 func_80164418 134 struct 70 near 0 none — MATCH (s16 stack array forces the spill; 2nd ratan2 reuses /dy/ in $a1) .run/backlog_drafts/func_80164418.c
29 func_8012E014 134 other 73 near 0 none — MATCH (expected; straightforward struct-field + global-copy body) .run/backlog_drafts/func_8012E014.c
30 func_8012E138 134 regalloc-order 81 near 0 none — MATCH (81/81 ins, match_one proxy); reloaded ptr pinned to $a0 .run/backlog_drafts/func_8012E138.c
31 func_8012B4B8 134 regalloc-order 84 near 0 none — MATCH .run/backlog_drafts/func_8012B4B8.c
32 func_801379FC 134 regalloc-order 97 near 0 none — MATCH (match_one 97/97) .run/backlog_drafts/func_801379FC.c
33 func_801463A0 134 struct 101 near 0 none — MATCH (101 ins, match_one); real symbol names; misaligned 8B copy + s16 stores + masked B9C last .run/backlog_drafts/func_801463A0.c
34 func_80167714 134 regalloc-order 104 near 0 none — MATCH (104 ins) .run/backlog_drafts/func_80167714.c
35 func_80169228 134 regalloc-order 105 near 0 none — MATCH (105 ins, relocation-masked). Key levers: arg0/p pinned $s1/$s0, .run/backlog_drafts/func_80169228.c
36 func_8012CC88 134 struct 105 near 0 none — MATCH (105 ins, relocation-masked) .run/backlog_drafts/func_8012CC88.c
37 func_80174CB0 134 regalloc-order 123 near 0 none — MATCH (match_one 123/123). Levers: (1) §21 one combined stack struct {s32 a[5]; ...} .run/backlog_drafts/func_80174CB0.c
38 func_80174CB0 134 struct 123 near 0 close=0 match_one MATCH but its anon typedef is named 'Buf' which COLLIDES with the existing 'Buf' (s16 h[8], different layout) in the TU. To bank ×134: rename func_80174CB0's Buf -> a unique name AND lift it to engine_types.h (or keep local for ×1). Deferred (fiddly for 123 ins). Type-rename+lift candidate. .run/backlog_drafts/func_80174CB0.c
39 func_8014F4C0 134 WAVE 141 near 0 LEAF-MATCH (match_one 0/141) but whole-binary gate-REJECTED -> T6 integration-recovery: same-TU forward-decl conflict (ov_SC01_077.c:3470 extern s32 func_8014F4C0(void) vs def(u8*)) + local Vec4u typedef (rung b+c). NOT a permuter/blind-wave target. .run/backlog_drafts/func_8014F4C0.c
40 func_80178004 134 regalloc-order 165 near 0 none — MATCH (full register pins per sibling func_80177EA4; running-ptr $s2 to stop unroll-rebase; .run/backlog_drafts/func_80178004.c
41 func_8016BA68 134 STUB 29 near 1 STUB: 1 mismatch .run/backlog_drafts/func_8016BA68.c
42 func_8014F3E8 134 WAVE 32 near 1 WAVE: 1 mismatch .run/backlog_drafts/func_8014F3E8.c
43 func_80177AD4 134 regalloc-order 34 near 1 1 ins — loop-bound shift reads loop-carried $a3 (sll v0,a3,16) vs target's dying copy $v0 (sll v0,v0,16); gcc CSE canonicalizes the two equal-valued regs to the loop-carried one. IV-combine (§20) CRACKED via $a2/$a3 pins (was 31-mismatch "stub"). .run/backlog_drafts/func_80177AD4.c
44 func_801775E0 134 regalloc-order 67 near 1 1 ins — target sb $v0,0x6($s0) vs mine sb $v0,26($s1) (same store P1+0x1a; gcc address-CSE picks $s1 base not the recomputed $s0); all else byte-identical .run/backlog_drafts/func_801775E0.c
45 func_80158638 134 STUB 87 near 1 STUB: 1 mismatch .run/backlog_drafts/func_80158638.c
46 func_8014FFDC 134 struct 93 near 1 none — MATCH .run/backlog_drafts/func_8014FFDC.c
47 func_80131A34 134 regalloc-order 37 near 3 3-off — (a) prologue saves $ra before $s0 (target: $s0 then $ra) and (b) return-0 path reuses $a1's proven-zero (move $v0,$a1) instead of $zero; both are gcc prologue/return scheduling tie-breaks. Body matches incl. the $v0->$a1 result copy (forced via the $a1-pinned asm anchor), the $v1=-5 mask hoist into the bne delay slot, and the shared-store merge. .run/backlog_drafts/func_80131A34.c
48 func_80171FFC 134 regalloc-order 40 near 3 none — MATCH (40 ins). Key: func_8017248C takes (a0,a1); calling it with .run/backlog_drafts/func_80171FFC.c
49 func_801466F0 134 plumbing 24 near 4 none — MATCH (struct param-spill + branch-polarity) .run/backlog_drafts/func_801466F0.c
50 func_80141B90 134 PINS 29 near 4 PINS: 4 mismatch .run/backlog_drafts/func_80141B90.c
51 func_80147364 134 remat 30 near 4 none — MATCH (30 ins). Lever: hoist &D_80126B58 into a local ptr u8 *p=&D_80126B58; so gcc .run/backlog_drafts/func_80147364.c
52 func_801325B8 134 schedule 113 near 4 4/113 — prologue save-order of the $s0(cur/p3) vs $s5(p1) pair; gcc emits .run/backlog_drafts/func_801325B8.c
53 func_80146A6C 134 struct 18 near 5 none — MATCH .run/backlog_drafts/func_80146A6C.c
54 func_80140D68 134 schedule 65 near 5 5-ins near-miss — gcc hoists lui 0xff00 (the 0xFF000000 mask) one slot too early in the first AddPrim block, so the D_800B9A02 index value lands in $v1 instead of $a1 and *param_1 is read late (idx 35-43). Structure + regs otherwise byte-exact (frame eliminated via struct-array D_800AE7BC, &D_800B9A02 held in $a2 via the pB $6 pin, param_1+8 grouping fixes the rest). Pure sched1 list-order residual -> permuter candidate (try reg-hint + reorder around the lui 0xff00 / lw 0($a0) pair). .run/backlog_drafts/func_80140D68.c
55 func_80130C08 134 schedule 65 near 5 tail shares one jal func_80131CA8 between the a1=5 and a1=0x38 arms via j .L80130CEC with a DUPLICATED move a0,s0 (one in the beqz delay slot, one at jump-in label .L80130CDC); goto-merge form collapses to 64 ins (one move dropped), if-else form keeps 65 ins but emits two separate jals (idx 54-56 differ + the recheck branch inverts bnez/beqz at idx 51). 5 mismatched, count correct. .run/backlog_drafts/func_80130C08.c
56 func_80175820 134 schedule 55 near 6 body byte-IDENTICAL; only residual is the phantom 0x10 leaf frame — target schedules addiu $sp,-0x10 into the load-delay slot at insn 26 (after the D_8011F7C0 load) and addiu $sp,0x10 before jr ra. With the frame forced (reserved local + anchor) gcc emits the prologue adjust at insn 0 instead of the delay slot (§5 frame-scheduling class); pins block the permuter, no C lever found to move it. Frameless form left here = body byte-exact, 2 frame insns short. .run/backlog_drafts/func_80175820.c
57 func_801330E0 134 STUB 110 near 7 STUB: 7 mismatch .run/backlog_drafts/func_801330E0.c
58 func_8016130C 134 WAVE 26 near 9 WAVE: 9 mismatch .run/backlog_drafts/func_8016130C.c
59 func_8014C568 134 STUB 13 near 10 STUB: 10 mismatch .run/backlog_drafts/func_8014C568.c
60 func_80161374 134 schedule 41 near 10 none — MATCH (41/41 relocation-masked) .run/backlog_drafts/func_80161374.c
61 func_80163764 134 regalloc-order 42 near 10 none — MATCH (42 ins). pins $s2/$s1/$s0/$s3 + u32 counter (sltiu) + init order s2,s3,i,p .run/backlog_drafts/func_80163764.c
62 func_80136F3C 134 schedule 61 near 10 10/61 — regalloc EXACT (param-copy + corner register-pins). residual = gcc list-scheduler permutation of the prologue window (idx 7-16): target saves $s0 before computing xp, sets $s4=0xFF before the D_800B9A02 lhu, and defers xm($s1=$s1-3) to AFTER the lhu; no C-level reorder/barrier reaches it; permuter can't run (pycparser rejects register asm). .run/backlog_drafts/func_80136F3C.c
63 func_8012EFB8 134 other 32 near 11 none — MATCH (32 ins, byte-verified via objdump -dz; match_one's default objdump elides the 2 consecutive rtps-delay nops as "..." and miscounts 30, but raw bytes are identical) .run/backlog_drafts/func_8012EFB8.c
64 func_80146AFC 134 schedule 40 near 13 none — MATCH .run/backlog_drafts/func_80146AFC.c
65 func_8014C4AC 134 WAVE 47 near 13 WAVE: 13 mismatch .run/backlog_drafts/func_8014C4AC.c
66 func_8014C6F4 134 WAVE 91 near 14 WAVE: 14 mismatch .run/backlog_drafts/func_8014C6F4.c
67 func_80131CF4 134 schedule 29 near 15 15 mismatches cascade from a 2-instruction gap — target reloads *param_1 (lw v0,0(a0)) into v0 before the loop + a loop-label nop; gcc CSEs the guard-read with the loop-entry read so the pre-loop reload never emits. Top 9 instructions (bnez a0 + j epilogue + shared return-block-at-top) MATCH with this for-form. .run/backlog_drafts/func_80131CF4.c
68 func_80151B98 134 PINS 47 near 15 PINS: 15 mismatch .run/backlog_drafts/func_80151B98.c
69 func_80137178 134 schedule 78 near 15 reg values all correct; prologue independent-addiu order + lazy sw placement differ .run/backlog_drafts/func_80137178.c
70 func_8015C030 134 WAVE 23 near 17 WAVE: 17 mismatch .run/backlog_drafts/func_8015C030.c
71 func_80170CF0 134 PINS 30 near 17 PINS: 17 mismatch .run/backlog_drafts/func_80170CF0.c
72 func_8014ADE0 134 schedule 139 near 19 16 ins off — all compiler-internal ties: (1) 0xAAA8 const lands $v0 vs target $v1; .run/backlog_drafts/func_8014ADE0.c
73 func_8016191C 134 plumbing 24 near 20 none — MATCH (24 ins). early-return-per-arm: each arm sets $v0 directly + j-tail merges .run/backlog_drafts/func_8016191C.c
74 func_80176144 134 WAVE 53 near 20 WAVE: 20 mismatch .run/backlog_drafts/func_80176144.c
75 func_8014E5B4 134 regalloc-order 59 near 23 none — MATCH .run/backlog_drafts/func_8014E5B4.c
76 func_8013C08C 134 O0 27 near 26 WAVE: 26 mismatch .run/backlog_drafts/func_8013C08C.c
77 func_80161A90 134 O1 34 near 26 WAVE: 26 mismatch .run/backlog_drafts/func_80161A90.c
78 func_8016706C 134 WAVE 30 near 27 WAVE: 27 mismatch .run/backlog_drafts/func_8016706C.c
79 func_8014D2A0 134 other 80 near 27 none — MATCH (80 ins, relocation-masked); loop-guard idiom per engine_core DEFINE_func_80164ACC .run/backlog_drafts/func_8014D2A0.c
80 func_8014CF04 134 WAVE 82 near 27 WAVE: 27 mismatch .run/backlog_drafts/func_8014CF04.c
81 func_8012F49C 134 regalloc-order 51 near 29 gcc CSEs the two &D_800AF648 into one call-crossing pseudo and allocates it the .run/backlog_drafts/func_8012F49C.c
82 func_801777BC 134 schedule 59 near 29 body byte-matches; residual ~3 ins = prologue instruction-scheduling (final sll t8,16 / lw param_7 / addu t0,a0,0xC ordering around the blez guard) + the loop-counter copy addu t3,v0 — pure gcc sched/regalloc tie-break, permuter-blocked by the register asm pins .run/backlog_drafts/func_801777BC.c
83 func_80161888 134 schedule 37 near 30 none — MATCH (proxy verified) .run/backlog_drafts/func_80161888.c
84 func_80144B14 134 schedule 34 near 31 none — MATCH (34 ins). Two stack structs (s16[3] each) passed by addr to .run/backlog_drafts/func_80144B14.c
85 func_8012B77C 134 schedule 58 near 33 gcc instruction-scheduler load-ordering + 1st-ratan2 delay-slot fill differ (s2 subtraction lands early instead of in the delay slot; lh s1,2(a2) hoisted ahead of the iVar8 loads). All regs/ops correct (result pinned $s4 reads uninit then RMW-builds the u32; iVar8 unpinned so both halves load to temps -> subu s5,v1,v0). Residual is the §20 store-vs-load/delay-slot scheduler tie-break (source reorder/barrier/precompute all tried, do not move it); ~3-4 real slots, count inflated by offset cascade. move==addu rd,rs,zero byte-identical. .run/backlog_drafts/func_8012B77C.c
86 func_801778A8 134 WAVE 38 near 36 WAVE: 36 mismatch .run/backlog_drafts/func_801778A8.c
87 func_80175308 134 WAVE 67 near 41 WAVE: 41 mismatch .run/backlog_drafts/func_80175308.c
88 func_8012A1BC 134 schedule 78 near 42 42/78 — block-copy bytes correct (char[8] => lwl/lwr/swl/swr); residual is gcc's load-hoist split. Target hoists all 9 non-block scalar loads to the top then stores 4, blk, blk, then late-stores the rest; a "memory" barrier is needed to stop the block copy hoisting+spilling but it also pins the 5 late scalars' stores too early. No single source/barrier shape reproduces "loads cross the block copy but the copy itself does not" — permuter/schedule residual. .run/backlog_drafts/func_8012A1BC.c
89 func_8014D4C0 134 WAVE 84 near 44 WAVE: 44 mismatch .run/backlog_drafts/func_8014D4C0.c
90 func_80146750 134 WAVE 47 near 45 WAVE: 45 mismatch .run/backlog_drafts/func_80146750.c
91 func_8014680C 134 WAVE 47 near 46 WAVE: 46 mismatch .run/backlog_drafts/func_8014680C.c
92 func_8014A738 134 WAVE 62 near 46 WAVE: 46 mismatch .run/backlog_drafts/func_8014A738.c
93 func_8016163C 134 plumbing 78 near 50 none — MATCH (78 ins). First arm calls func_801599A4 with NO arg (asm nop delay slot) via fn-ptr cast ((void(*)(void))func_801599A4)(). .run/backlog_drafts/func_8016163C.c
94 func_801387B8 134 regalloc-order 100 near 50 the two scanned bytes land in $a0/$a1 not $a1/$a2 (gcc-2.7.2 grabs the freed incoming-arg $a0 for the first load; a $5 register-asm pin is NOT honored on a load-defined arg-class reg, a $6 pin IS — kept pin-free so the permuter can grind it, costing +1) + gcc basic-block layout of the case-7/case-10/default handlers differs; control-flow semantics correct, 50 mismatch .run/backlog_drafts/func_801387B8.c
95 func_80161774 134 plumbing 69 near 53 none — MATCH (69 ins, match_one verified; clean nested-if; param_1 -> $s0 call-crossing) .run/backlog_drafts/func_80161774.c
96 func_8014D12C 134 WAVE 93 near 53 WAVE: 53 mismatch .run/backlog_drafts/func_8014D12C.c
97 func_80132F40 134 STRUCT 72 near 59 STRUCT: 59 mismatch .run/backlog_drafts/func_80132F40.c
98 func_8014D610 134 WAVE 74 near 60 WAVE: 60 mismatch .run/backlog_drafts/func_8014D610.c
99 func_8017129C 134 WAVE 58 near 63 WAVE: 63 mismatch .run/backlog_drafts/func_8017129C.c
100 func_8014CD80 134 WAVE 97 near 63 WAVE: 63 mismatch .run/backlog_drafts/func_8014CD80.c
101 func_80177940 134 iv-combine 101 near 65 prologue+setup (35 ins) byte-match exactly; loop body diverges on gcc loop-invariant hoist ORDERING (scheduler tie-break), the conditional 0x74808080 recompute-vs-hoist, and the tail IV final-value double-move (addu s3,a0,zero; addu v0,s3,zero) + pd+=5 increment placement -- same loop-IV-combine class S20 flags as stub for sibling func_80177AD4. .run/backlog_drafts/func_80177940.c
102 func_801502EC 134 WAVE 93 near 78 WAVE: 78 mismatch .run/backlog_drafts/func_801502EC.c
103 func_8014E284 134 WAVE 108 near 83 WAVE: 83 mismatch .run/backlog_drafts/func_8014E284.c
104 func_80150170 134 WAVE 95 near 88 WAVE: 88 mismatch .run/backlog_drafts/func_80150170.c
105 func_80137DD4 134 schedule 129 near 107 regalloc fully matches (frame -0x30; s4/s3/s5=params, s2=mask, s1=ptr w/ in-place +0x24 reuse, s0=acc+reused as 0xff000000); residual is gcc -O2 in-block scheduling not steerable from C: (1) first block emits one-register diff (a3) vs target two-register a0=diff/a1=result + p3 in load-delay slot; (2) signed-char field 0x1f emits lb but target lbu;sll24;sra24 (gcc folds every (s8)/(<<24>>24) form back to lb); (3) ~3 chain-block temp/schedule micro-diffs (lw into a2 vs v1, in-place addu vs t1). .run/backlog_drafts/func_80137DD4.c
106 func_801412A8 134 regalloc-order 198 near 110 110 mismatch (count-exact 198/198). S11 LUID(x)alloc: register-assignment permutation + prim2 store-schedule. §31 permuter seed (was mis-logged 164). .run/backlog_drafts/func_801412A8.c
107 func_80156600 134 other 18 failed none — MATCH (simple counted scan, do-while form per Ghidra-C) .run/backlog_drafts/func_80156600.c
108 func_801718AC 134 WAVE 22 failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801718AC.c
109 func_80163534 134 schedule 76 failed mismatch=13, a single 1-position scheduling tie. Instrs 1-30 byte-perfect; all registers correct .run/backlog_drafts/func_80163534.c
110 func_80156670 134 schedule 83 failed none — MATCH (83 ins). Key: hoist iVar1 = uVar3*4; as its OWN statement before the if so gcc schedules sll v1,s1,2 into the bnez delay slot (computed unconditionally) and reuses v1 index-first (iVar1 + (s32)&D_801150E0 → addu v0,v1,v0). 13-arg call to func_80157158 (a0-a3 + 9 stack args at 0x10..0x30); param_2/param_3 cast (u16) → andi; param_6 incoming as lhu(u16). Address args = integer math iVar2 + (s32)&D_x (index-first → lui;addiu;addu, index added first). .run/backlog_drafts/func_80156670.c
111 func_80151944 4 struct 15 near 0 none — MATCH (fn-pointer table dispatch; array-of-ptr indexing folds %lo) .run/backlog_drafts/func_80151944.c
112 func_8016039C 2 STRUCT 15 near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8016039C.c
113 func_8015CC74 2 STRUCT 15 near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8015CC74.c
114 func_8017C294 2 regalloc-order 246 near 230 structurally matched (246 ins, param_3 in $fp, spurious psVar7[1] giv killed via .run/backlog_drafts/func_8017C294.c
115 func_8015DAF8 1 struct 15 near 0 none — MATCH (proxy); identical idiom to matched func_8016901C in same overlay .run/backlog_drafts/func_8015DAF8.c
116 func_8015FAAC 1 STRUCT 15 near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8015FAAC.c
117 func_8016084C 1 STRUCT 15 near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8016084C.c
118 func_80160B34 1 STRUCT 15 near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80160B34.c
119 func_80157D20 1 plumbing 21 near 0 none — MATCH expected (call, indexed u16-global load as 2nd arg, then call; param_1 saved across all three calls) .run/backlog_drafts/func_80157D20.c
120 func_80182988 1 plumbing 22 near 0 none — MATCH (u16 store of 0xAA10 forces ori, not sign-extended addiu) .run/backlog_drafts/func_80182988.c
121 func_8017E224 1 struct 29 near 0 none — MATCH (unaligned 8-byte memcpy of global onto stack + cond byte incr) .run/backlog_drafts/func_8017E224.c
122 func_801549F8 1 iv-combine 31 near 0 none — MATCH (31 ins). Re-tie barrier on the index defeats gcc's pointer-giv .run/backlog_drafts/func_801549F8.c
123 func_801754A8 1 regalloc-order 37 near 0 none — MATCH (37 ins, relocation-masked proxy) .run/backlog_drafts/func_801754A8.c
124 func_80183BAC 1 struct 41 near 0 switch jump-table dispatch (jtbl_801D9420); verifying case grouping 0,1,2,5,6/3,7/4 emits the target table + tail .run/backlog_drafts/func_80183BAC.c
125 func_80183C50 1 struct 41 near 0 none — MATCH (cross-jump exploit §cookbook L1543: dup func_8012C218 into case3/7 + case4 → merged jal;nop) .run/backlog_drafts/func_80183C50.c
126 func_8014358C 1 regalloc-order 45 near 0 none — MATCH (relocation-masked match_one) .run/backlog_drafts/func_8014358C.c
127 func_80183AF0 1 regalloc-order 47 near 0 none — MATCH (mask pinned $a1/$5 + p pinned $v0/$2; switch w/ distributed func_8012C218 tail via dup calls + cross-jump merge) .run/backlog_drafts/func_80183AF0.c
128 func_8017EC7C 1 struct 52 near 0 none — MATCH (52 ins, relocation-masked) .run/backlog_drafts/func_8017EC7C.c
129 func_80183CF4 1 struct 57 near 0 none — MATCH (clean switch + jtbl; orchestrator owns jtbl/rodata migration) .run/backlog_drafts/func_80183CF4.c
130 func_8016D688 1 struct 60 near 0 none — MATCH (byte array D_801D9C20[] folds the &D_801D9C21 base/-1 offsets; emit p+0xE store BEFORE the param+2 increment so the lhu fills the load-delay slot in $v1) .run/backlog_drafts/func_8016D688.c
131 func_801842C8 1 plumbing 62 near 0 none — MATCH .run/backlog_drafts/func_801842C8.c
132 func_80165240 1 regalloc-order 63 near 0 none — MATCH (63 ins). buf pinned to $s2 (register asm("$18")) so it stays in a callee-saved reg; param_3 then naturally lands in $s3. memcpy(buf+0x30,param_3,4) -> lwl/lwr+swl/swr unaligned 4B copy (cookbook §1 mem->mem). array-of-u8 buf with explicit (T)(buf+off) stores; mtx[0x20] declared 2nd so it lands at sp+0x50, buf_ at sp+0x10. .run/backlog_drafts/func_80165240.c
133 func_8018281C 1 struct 76 near 0 none — MATCH (76 ins). jtbl forced via explicit case 4/6 (count>=5 over MIPS tablejump threshold); case-5 block placed between if-block and default via goto so the if-block emits j default w/ e2=0 in the delay slot .run/backlog_drafts/func_8018281C.c
134 func_8016AE5C 1 regalloc-order 85 near 0 none — MATCH (85 ins, match_one). switch/jtbl STRUCT fn. The tail's .run/backlog_drafts/func_8016AE5C.c
135 func_80182E7C 1 struct 85 near 0 none — MATCH (85 ins, relocation-masked). Two switch-codegen levers: .run/backlog_drafts/func_80182E7C.c
136 func_801820DC 1 struct 94 near 0 none — MATCH (switch on entity state at 0x34, inner jtbl on (s8)(u70>>8)) .run/backlog_drafts/func_801820DC.c
137 func_80184D50 1 schedule 98 near 0 none — MATCH (98 ins, relocation-masked) .run/backlog_drafts/func_80184D50.c
138 func_8016D1D8 1 struct 148 near 0 none — MATCH (148/148) .run/backlog_drafts/func_8016D1D8.c
139 func_8018103C 1 STRUCT 579 near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8018103C.c
140 func_8017CFD4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017CFD4.c
141 func_8017CFFC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017CFFC.c
142 func_8017CF78 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017CF78.c
143 func_8017CFA0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017CFA0.c
144 func_8017D13C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D13C.c
145 func_8017D164 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D164.c
146 func_8017D18C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D18C.c
147 func_8017DA9C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DA9C.c
148 func_8017D5D4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D5D4.c
149 func_8017D5FC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D5FC.c
150 func_8017D02C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D02C.c
151 func_8017D054 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D054.c
152 func_8017D07C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D07C.c
153 func_8017D430 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D430.c
154 func_8017D134 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D134.c
155 func_8017D15C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D15C.c
156 func_8017D3FC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D3FC.c
157 func_8017D6D4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D6D4.c
158 func_8017D964 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D964.c
159 func_8017F458 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F458.c
160 func_8015DE58 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8015DE58.c
161 func_8017D418 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D418.c
162 func_8017D440 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D440.c
163 func_8017E034 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017E034.c
164 func_8017ED30 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017ED30.c
165 func_8017ED58 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017ED58.c
166 func_801727D0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801727D0.c
167 func_801747CC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801747CC.c
168 func_8017D34C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D34C.c
169 func_8017D374 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D374.c
170 func_8017D00C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D00C.c
171 func_8017D034 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D034.c
172 func_8015E8E8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8015E8E8.c
173 func_80174888 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80174888.c
174 func_8015E1B8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8015E1B8.c
175 func_801742A4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801742A4.c
176 func_80174474 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80174474.c
177 func_8015F00C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8015F00C.c
178 func_80172DAC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80172DAC.c
179 func_8017F1C8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F1C8.c
180 func_80182B9C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80182B9C.c
181 func_801599A4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801599A4.c
182 func_8015EE08 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8015EE08.c
183 func_8015F324 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8015F324.c
184 func_801659DC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801659DC.c
185 func_801736FC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801736FC.c
186 func_801737E8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801737E8.c
187 func_8015D4E8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8015D4E8.c
188 func_80160138 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80160138.c
189 func_80173078 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80173078.c
190 func_8017390C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017390C.c
191 func_8017496C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017496C.c
192 func_8017BEC4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017BEC4.c
193 func_8015BE38 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8015BE38.c
194 func_8015F7D4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8015F7D4.c
195 func_8017C150 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017C150.c
196 func_8015CFC0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8015CFC0.c
197 func_80172B44 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80172B44.c
198 func_80174384 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80174384.c
199 func_8017E734 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017E734.c
200 func_80184F8C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80184F8C.c
201 func_801814B8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801814B8.c
202 func_801728E4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801728E4.c
203 func_80174F28 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80174F28.c
204 func_801729F0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801729F0.c
205 func_8017319C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017319C.c
206 func_8017C078 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017C078.c
207 func_8017C268 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017C268.c
208 func_801803A0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801803A0.c
209 func_8017E170 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017E170.c
210 func_80185D6C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80185D6C.c
211 func_8017ED90 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017ED90.c
212 func_8017ED68 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017ED68.c
213 func_8017EDB4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017EDB4.c
214 func_8017EDD8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017EDD8.c
215 func_8017CFAC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017CFAC.c
216 func_8017CF70 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017CF70.c
217 func_801832D0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801832D0.c
218 func_8017D008 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D008.c
219 func_8017EDDC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017EDDC.c
220 func_8017EFB8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017EFB8.c
221 func_80183E04 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80183E04.c
222 func_8017CFCC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017CFCC.c
223 func_8017CFF4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017CFF4.c
224 func_8017CF58 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017CF58.c
225 func_8017CF98 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017CF98.c
226 func_80180EF4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80180EF4.c
227 func_8017D664 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D664.c
228 func_8017F02C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F02C.c
229 func_8017D698 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D698.c
230 func_8017CF80 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017CF80.c
231 func_8017F054 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F054.c
232 func_8017DCBC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DCBC.c
233 func_80181274 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80181274.c
234 func_80180F3C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80180F3C.c
235 func_80180EE0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80180EE0.c
236 func_8017EA0C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017EA0C.c
237 func_8017D68C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D68C.c
238 func_8017D9FC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D9FC.c
239 func_8017E2A0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017E2A0.c
240 func_8017D798 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D798.c
241 func_8017D46C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D46C.c
242 func_8017D370 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D370.c
243 func_8017D0A0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D0A0.c
244 func_8017D6C0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D6C0.c
245 func_8017D884 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D884.c
246 func_8017EA24 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017EA24.c
247 func_8017EE00 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017EE00.c
248 func_80182288 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80182288.c
249 func_801838F0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801838F0.c
250 func_8017D03C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D03C.c
251 func_8017E008 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017E008.c
252 func_8017DA24 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DA24.c
253 func_8017D770 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D770.c
254 func_8017EA64 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017EA64.c
255 func_8017D0C8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D0C8.c
256 func_8017D24C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D24C.c
257 func_8017ECC8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017ECC8.c
258 func_8017EA4C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017EA4C.c
259 func_8017D478 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D478.c
260 func_8017D074 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D074.c
261 func_8018096C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8018096C.c
262 func_8017D0CC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D0CC.c
263 func_8017D064 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D064.c
264 func_8017E278 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017E278.c
265 func_8017DF8C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DF8C.c
266 func_8017EAB0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017EAB0.c
267 func_8017E030 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017E030.c
268 func_8017D094 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D094.c
269 func_8017F0F0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F0F0.c
270 func_8017E640 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017E640.c
271 func_8017D290 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D290.c
272 func_8017E01C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017E01C.c
273 func_8017D04C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D04C.c
274 func_80182258 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80182258.c
275 func_8017DBB0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DBB0.c
276 func_8017DCA0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DCA0.c
277 func_8017F2CC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F2CC.c
278 func_8017F644 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F644.c
279 func_8017DE84 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DE84.c
280 func_8017DEB0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DEB0.c
281 func_8017EF2C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017EF2C.c
282 func_8017EA88 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017EA88.c
283 func_8017D0AC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D0AC.c
284 func_8017D7C0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D7C0.c
285 func_8017F0C8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F0C8.c
286 func_8017F118 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F118.c
287 func_8017EAA4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017EAA4.c
288 func_8017D494 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D494.c
289 func_8017EEF8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017EEF8.c
290 func_8017DAAC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DAAC.c
291 func_8017E1EC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017E1EC.c
292 func_8017E0B0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017E0B0.c
293 func_8017E044 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017E044.c
294 func_8017E124 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017E124.c
295 func_80182758 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80182758.c
296 func_8017DC74 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DC74.c
297 func_8017DE6C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DE6C.c
298 func_8018ADD0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8018ADD0.c
299 func_8017F2A4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F2A4.c
300 func_8017DF1C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DF1C.c
301 func_8017D06C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D06C.c
302 func_8017F49C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F49C.c
303 func_8017E110 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017E110.c
304 func_8017E138 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017E138.c
305 func_8017EACC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017EACC.c
306 func_8017E1C0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017E1C0.c
307 func_8017E2C8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017E2C8.c
308 func_8017E0D8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017E0D8.c
309 func_8017D030 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D030.c
310 func_8018019C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8018019C.c
311 func_8017D274 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D274.c
312 func_8017D4A0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D4A0.c
313 func_8017DD88 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DD88.c
314 func_8017D150 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D150.c
315 func_8017EA28 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017EA28.c
316 func_80180C1C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80180C1C.c
317 func_8017F254 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F254.c
318 func_8017DF54 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DF54.c
319 func_8017FAD8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017FAD8.c
320 func_80180C7C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80180C7C.c
321 func_80182860 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80182860.c
322 func_801844D4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801844D4.c
323 func_8017DD60 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DD60.c
324 func_8017DE88 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DE88.c
325 func_8017D1A0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D1A0.c
326 func_8017F060 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F060.c
327 func_8018234C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8018234C.c
328 func_8017FB00 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017FB00.c
329 func_8017E088 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017E088.c
330 func_8017DBB4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DBB4.c
331 func_8017D078 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D078.c
332 func_8017DAA4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DAA4.c
333 func_801835C0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801835C0.c
334 func_80180FF8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80180FF8.c
335 func_8017D3A4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D3A4.c
336 func_80186BC4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80186BC4.c
337 func_80187794 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80187794.c
338 func_80180AEC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80180AEC.c
339 func_80182E04 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80182E04.c
340 func_8017DA94 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DA94.c
341 func_80180EAC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80180EAC.c
342 func_8017E0A0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017E0A0.c
343 func_8017DA7C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DA7C.c
344 func_8017E30C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017E30C.c
345 func_8017DB78 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DB78.c
346 func_8017DD30 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DD30.c
347 func_80184674 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80184674.c
348 func_80184C90 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80184C90.c
349 func_80184884 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80184884.c
350 func_8017CFC8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017CFC8.c
351 func_80185D7C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80185D7C.c
352 func_8017F06C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F06C.c
353 func_8018F6DC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8018F6DC.c
354 func_80185D00 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80185D00.c
355 func_801801A8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801801A8.c
356 func_8017DFC0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DFC0.c
357 func_8017EFD4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017EFD4.c
358 func_8018266C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8018266C.c
359 func_80182C88 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80182C88.c
360 func_8017EB0C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017EB0C.c
361 func_8017EB34 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017EB34.c
362 func_8017EDCC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017EDCC.c
363 func_80187814 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80187814.c
364 func_8017FBF8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017FBF8.c
365 func_80188080 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80188080.c
366 func_8017F0D4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F0D4.c
367 func_8017ECA0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017ECA0.c
368 func_8017F54C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F54C.c
369 func_80187CD8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80187CD8.c
370 func_8017EDA4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017EDA4.c
371 func_8017E58C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017E58C.c
372 func_8017DDE0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DDE0.c
373 func_8017E294 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017E294.c
374 func_8018355C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8018355C.c
375 func_8018BE0C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8018BE0C.c
376 func_8017EDA0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017EDA0.c
377 func_8017EEA0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017EEA0.c
378 func_8017FD88 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017FD88.c
379 func_8017D350 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D350.c
380 func_8017F630 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F630.c
381 func_80186500 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80186500.c
382 func_8017DA78 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DA78.c
383 func_8017DB34 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DB34.c
384 func_80183284 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80183284.c
385 func_8017DCF0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DCF0.c
386 func_8018189C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8018189C.c
387 func_8017D2C8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D2C8.c
388 func_80184C28 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80184C28.c
389 func_8017DAA0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DAA0.c
390 func_8018F63C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8018F63C.c
391 func_8017DCC8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DCC8.c
392 func_8017DE4C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DE4C.c
393 func_801803B8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801803B8.c
394 func_8017D2A0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D2A0.c
395 func_80182148 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80182148.c
396 func_80186BD8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80186BD8.c
397 func_80187CA8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80187CA8.c
398 func_80185BA0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80185BA0.c
399 func_80183B9C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80183B9C.c
400 func_8018C24C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8018C24C.c
401 func_80181040 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80181040.c
402 func_80182A18 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80182A18.c
403 func_801812FC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801812FC.c
404 func_8018BDE0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8018BDE0.c
405 func_8018C3A4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8018C3A4.c
406 func_80186C1C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80186C1C.c
407 func_80180264 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80180264.c
408 func_8017D700 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D700.c
409 func_8017DB6C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DB6C.c
410 func_80186BF8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80186BF8.c
411 func_8017D4C0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D4C0.c
412 func_8017D5A0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D5A0.c
413 func_80183554 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80183554.c
414 func_80180A58 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80180A58.c
415 func_80188DA0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80188DA0.c
416 func_8018A484 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8018A484.c
417 func_8017D014 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D014.c
418 func_80181C74 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80181C74.c
419 func_8017D5D0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D5D0.c
420 func_8017D944 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D944.c
421 func_8018540C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8018540C.c
422 func_8018F704 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8018F704.c
423 func_80183054 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80183054.c
424 func_801895A0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801895A0.c
425 func_80183DF8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80183DF8.c
426 func_80180534 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80180534.c
427 func_8017F214 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F214.c
428 func_80188DC8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80188DC8.c
429 func_80189620 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80189620.c
430 func_80185A2C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80185A2C.c
431 func_80183100 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80183100.c
432 func_8018166C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8018166C.c
433 func_8017D9AC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D9AC.c
434 func_8018BAE0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8018BAE0.c
435 func_8018C118 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8018C118.c
436 func_8018C4BC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8018C4BC.c
437 func_80188720 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80188720.c
438 func_80180860 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80180860.c
439 func_80180944 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80180944.c
440 func_8018603C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8018603C.c
441 func_80181D30 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80181D30.c
442 func_801819E0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801819E0.c
443 func_8018C2CC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8018C2CC.c
444 func_8018BC34 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8018BC34.c
445 func_8017E464 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017E464.c
446 func_801495C4 None regalloc-order None near 0 none — MATCH expected (cloned byte-matched sibling func_8014964C recipe: $16 pin + asm barriers force param_2→$s0 and rematerialize &in/&mid/mtx) .run/backlog_drafts/func_801495C4.c
447 func_80151664 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80151664.c
448 func_80151944 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80151944.c
449 func_80151C54 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80151C54.c
450 func_801522CC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801522CC.c
451 func_8016039C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8016039C.c
452 func_80162CCC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80162CCC.c
453 func_801733FC None struct None near 0 none — modeled on sibling func_80173460 (packed 8-byte struct copy + two s16=1 stores) .run/backlog_drafts/func_801733FC.c
454 func_80165240 None regalloc-order None near 0 none — MATCH (63 ins). Pins: param_3->$s3, &m->$s1, &D_80189750->$s0, &prim->$s2. .run/backlog_drafts/func_80165240.c
455 func_8016D688 None struct None near 0 none — MATCH (60 ins). Array-of-bytes decl (extern u8 D_801D9C20[]) makes gcc CSE the .run/backlog_drafts/func_8016D688.c
456 func_80161D20 1 struct 14 near 1 none — MATCH (array-of-u16 %lo-fold, §18) .run/backlog_drafts/func_80161D20.c
457 func_8017F714 1 plumbing 27 near 1 none — MATCH (27/27 ins, match_one verified) .run/backlog_drafts/func_8017F714.c
458 func_80142A10 1 struct 28 near 1 none — MATCH (pending byte-gate) .run/backlog_drafts/func_80142A10.c
459 func_80161C24 1 struct 29 near 1 none — MATCH (array-of-struct %lo-fold; even/odd u16 fields at off 0/2, stride 4) .run/backlog_drafts/func_80161C24.c
460 func_80184C0C 1 struct 48 near 1 none — MATCH (array-of-struct %lo-fold for &D_8018AEB8[idx], stride 0x34) .run/backlog_drafts/func_80184C0C.c
461 func_801803B0 1 other 51 near 1 none — MATCH expected; simple if/else, no call-crossing locals beyond param in $s0 .run/backlog_drafts/func_801803B0.c
462 func_8015FBE0 1 schedule 58 near 1 none — MATCH .run/backlog_drafts/func_8015FBE0.c
463 func_8017F114 1 regalloc-order 75 near 1 none — MATCH .run/backlog_drafts/func_8017F114.c
464 func_801807D8 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801807D8.c
465 func_80180AD0 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80180AD0.c
466 func_8017FDB0 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017FDB0.c
467 func_80180720 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80180720.c
468 func_80184A28 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80184A28.c
469 func_8017FB2C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017FB2C.c
470 func_80183724 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80183724.c
471 func_80183AFC None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80183AFC.c
472 func_8017EE50 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017EE50.c
473 func_80181FF8 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80181FF8.c
474 func_80185D5C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80185D5C.c
475 func_8018AE80 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8018AE80.c
476 func_80183FF4 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80183FF4.c
477 func_801832F4 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801832F4.c
478 func_8017FE4C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017FE4C.c
479 func_801827C4 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801827C4.c
480 func_80182B68 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80182B68.c
481 func_80185E38 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80185E38.c
482 func_8017FD70 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017FD70.c
483 func_801811D4 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801811D4.c
484 func_801819DC None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801819DC.c
485 func_80184820 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80184820.c
486 func_8018ADF8 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8018ADF8.c
487 func_80186554 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80186554.c
488 func_80180C44 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80180C44.c
489 func_801873FC None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801873FC.c
490 func_8017EF1C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017EF1C.c
491 func_80183FB4 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80183FB4.c
492 func_80180E7C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80180E7C.c
493 func_80188FE0 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80188FE0.c
494 func_801835FC None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801835FC.c
495 func_801892B4 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801892B4.c
496 func_8017DBBC None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017DBBC.c
497 func_8017D4A8 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017D4A8.c
498 func_80184970 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80184970.c
499 func_801863D4 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801863D4.c
500 func_80181540 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80181540.c
501 func_80180694 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80180694.c
502 func_80184560 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80184560.c
503 func_801809D4 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801809D4.c
504 func_80180530 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80180530.c
505 func_8017E4E0 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017E4E0.c
506 func_80185864 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80185864.c
507 func_801802A4 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801802A4.c
508 func_80181790 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80181790.c
509 func_80181F78 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80181F78.c
510 func_801830A8 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801830A8.c
511 func_8017E858 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017E858.c
512 func_80181DCC None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80181DCC.c
513 func_80186BD4 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80186BD4.c
514 func_8018452C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8018452C.c
515 func_8017FB98 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017FB98.c
516 func_80184C9C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80184C9C.c
517 func_8017EE14 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017EE14.c
518 func_8017E2A4 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017E2A4.c
519 func_80181DA0 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80181DA0.c
520 func_801856A8 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801856A8.c
521 func_80187840 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80187840.c
522 func_8017FB44 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017FB44.c
523 func_80184E58 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80184E58.c
524 func_80184354 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80184354.c
525 func_8018011C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8018011C.c
526 func_8017E29C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017E29C.c
527 func_8017D930 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017D930.c
528 func_80182A8C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80182A8C.c
529 func_80181FCC None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80181FCC.c
530 func_801844FC None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801844FC.c
531 func_801893E0 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801893E0.c
532 func_80186908 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80186908.c
533 func_80189DC4 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80189DC4.c
534 func_8018A900 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8018A900.c
535 func_80182AB0 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80182AB0.c
536 func_80183EA4 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80183EA4.c
537 func_8018B344 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8018B344.c
538 func_80188858 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80188858.c
539 func_80185AD4 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80185AD4.c
540 func_8018773C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8018773C.c
541 func_801895A8 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801895A8.c
542 func_80182E9C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80182E9C.c
543 func_8017F378 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017F378.c
544 func_8018F114 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8018F114.c
545 func_80184BAC None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80184BAC.c
546 func_801852D4 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801852D4.c
547 func_80181E6C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80181E6C.c
548 func_80186630 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80186630.c
549 func_80189B60 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80189B60.c
550 func_8018445C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8018445C.c
551 func_8018AA08 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8018AA08.c
552 func_80183558 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80183558.c
553 func_80182CEC None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80182CEC.c
554 func_8018110C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8018110C.c
555 func_8017FBB4 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017FBB4.c
556 func_8018C8A0 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8018C8A0.c
557 func_8018944C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8018944C.c
558 func_8018A598 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8018A598.c
559 func_8017EA40 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017EA40.c
560 func_801826C8 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801826C8.c
561 func_801854C0 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801854C0.c
562 func_8017EC64 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017EC64.c
563 func_80184C94 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80184C94.c
564 func_80185CE4 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80185CE4.c
565 func_8017EA68 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017EA68.c
566 func_80180074 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80180074.c
567 func_801847E4 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801847E4.c
568 func_80180F2C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80180F2C.c
569 func_80182470 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80182470.c
570 func_8017E3D8 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017E3D8.c
571 func_8018386C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8018386C.c
572 func_80187A0C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80187A0C.c
573 func_8018893C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8018893C.c
574 func_80186AE8 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80186AE8.c
575 func_80185BEC None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80185BEC.c
576 func_801900B0 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801900B0.c
577 func_8016EC0C 1 schedule 88 near 2 none — MATCH (88 ins). Sparse switch(uVar2) = gcc's beq-pivot+slti comparison .run/backlog_drafts/func_8016EC0C.c
578 func_8017F6B0 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017F6B0.c
579 func_8017DDFC None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017DDFC.c
580 func_8018A640 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8018A640.c
581 func_80188F30 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80188F30.c
582 func_80185320 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80185320.c
583 func_80182A14 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80182A14.c
584 func_801817DC None None near 2 residual: 2 mismatch .run/backlog_drafts/func_801817DC.c
585 func_80182264 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80182264.c
586 func_80181834 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80181834.c
587 func_8017DEAC None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017DEAC.c
588 func_8017E730 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017E730.c
589 func_8018558C None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8018558C.c
590 func_8017D880 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017D880.c
591 func_80189498 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80189498.c
592 func_801826F0 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_801826F0.c
593 func_801843CC None None near 2 residual: 2 mismatch .run/backlog_drafts/func_801843CC.c
594 func_80187998 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80187998.c
595 func_8017FC8C None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017FC8C.c
596 func_8018567C None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8018567C.c
597 func_80183228 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80183228.c
598 func_80183118 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80183118.c
599 func_8017E404 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017E404.c
600 func_80183B4C None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80183B4C.c
601 func_801879B0 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_801879B0.c
602 func_801828C8 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_801828C8.c
603 func_8017FA80 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017FA80.c
604 func_8017E874 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017E874.c
605 func_80185000 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80185000.c
606 func_80180F18 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80180F18.c
607 func_8018C658 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8018C658.c
608 func_80187318 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80187318.c
609 func_80180BF0 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80180BF0.c
610 func_80184294 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80184294.c
611 func_80183F48 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80183F48.c
612 func_80180834 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80180834.c
613 func_8018BA9C None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8018BA9C.c
614 func_80186DAC None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80186DAC.c
615 func_80185734 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80185734.c
616 func_8017EE78 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017EE78.c
617 func_801804C8 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_801804C8.c
618 func_80171B4C 1 schedule 70 near 3 3-off in the tail only (body+prologue MATCH via $s1 pin on arg1). gcc fills the .run/backlog_drafts/func_80171B4C.c
619 func_8017DA80 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8017DA80.c
620 func_8017D468 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8017D468.c
621 func_80185BF4 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_80185BF4.c
622 func_8017DCE4 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8017DCE4.c
623 func_8017F510 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8017F510.c
624 func_801816FC None None near 3 residual: 3 mismatch .run/backlog_drafts/func_801816FC.c
625 func_8017DE90 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8017DE90.c
626 func_80190480 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_80190480.c
627 func_8017EBB4 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8017EBB4.c
628 func_8018AFDC None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8018AFDC.c
629 func_80180D34 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_80180D34.c
630 func_8017F38C None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8017F38C.c
631 func_8017D938 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8017D938.c
632 func_8017EDE0 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8017EDE0.c
633 func_8018AE6C None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8018AE6C.c
634 func_80181720 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_80181720.c
635 func_80183BC8 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_80183BC8.c
636 func_8017F0C0 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8017F0C0.c
637 func_8018D4B4 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8018D4B4.c
638 func_80181E3C None None near 3 residual: 3 mismatch .run/backlog_drafts/func_80181E3C.c
639 func_801874E8 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_801874E8.c
640 func_80183320 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_80183320.c
641 func_801818DC None None near 3 residual: 3 mismatch .run/backlog_drafts/func_801818DC.c
642 func_801857D4 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_801857D4.c
643 func_8017F0B8 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8017F0B8.c
644 func_8018A184 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8018A184.c
645 func_8018B234 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8018B234.c
646 func_8017F534 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8017F534.c
647 func_801861DC None None near 3 residual: 3 mismatch .run/backlog_drafts/func_801861DC.c
648 func_801896EC None None near 3 residual: 3 mismatch .run/backlog_drafts/func_801896EC.c
649 func_80184CD8 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_80184CD8.c
650 func_8018C7C8 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8018C7C8.c
651 func_80187B80 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_80187B80.c
652 func_80181060 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_80181060.c
653 func_801806C8 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_801806C8.c
654 func_80184594 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_80184594.c
655 func_80184C70 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_80184C70.c
656 func_8018CA10 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8018CA10.c
657 func_8018672C None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8018672C.c
658 func_801894B0 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_801894B0.c
659 func_80184D98 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_80184D98.c
660 func_801823B8 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_801823B8.c
661 func_8018CC6C None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8018CC6C.c
662 func_8018B1E0 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8018B1E0.c
663 func_80184870 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_80184870.c
664 func_8017E6B0 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8017E6B0.c
665 func_801549F8 None schedule None near 3 3-off at -O2 (match_one + gate flags). The n=byte keep-alive copy (addu $a3,$v0,$zero) emits BEFORE the hoisted jtbl (lui/addiu $t0); target emits it AFTER. Pure RTL emission order — a preheader source-statement is always chained before a hoisted loop-invariant, and gcc-2.7.2-psx runs no active delay-slot/list scheduler here (load-delay nops stay unfilled) to reorder them. Not reachable by any source reordering tried (~20 forms). The instruction itself is byte-identical; only its position among 3 independent preheader insns differs. Permuter can't run (pycparser rejects the register asm pin) -> human/RTL-level lever needed. .run/backlog_drafts/func_801549F8.c
666 func_8012A018 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8012A018.c
667 func_80180B24 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80180B24.c
668 func_80180B34 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80180B34.c
669 func_80181758 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80181758.c
670 func_80188484 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80188484.c
671 func_8018F080 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8018F080.c
672 func_8018F090 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8018F090.c
673 func_80190460 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80190460.c
674 func_80190470 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80190470.c
675 func_80183690 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80183690.c
676 func_801836A0 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_801836A0.c
677 func_80188F4C None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80188F4C.c
678 func_80188F5C None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80188F5C.c
679 func_80185CC8 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80185CC8.c
680 func_80185CD8 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80185CD8.c
681 func_8018ADEC None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8018ADEC.c
682 func_8018ADFC None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8018ADFC.c
683 func_8018478C None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8018478C.c
684 func_8018479C None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8018479C.c
685 func_8017F8E4 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017F8E4.c
686 func_80187074 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80187074.c
687 func_80189F14 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80189F14.c
688 func_8017DFBC None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017DFBC.c
689 func_801871AC None None near 4 residual: 4 mismatch .run/backlog_drafts/func_801871AC.c
690 func_801857D0 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_801857D0.c
691 func_801857E0 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_801857E0.c
692 func_80189F24 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80189F24.c
693 func_801834D4 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_801834D4.c
694 func_80181F14 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80181F14.c
695 func_80185A40 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80185A40.c
696 func_80184498 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80184498.c
697 func_801844A8 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_801844A8.c
698 func_80184850 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80184850.c
699 func_80183098 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80183098.c
700 func_801844DC None None near 4 residual: 4 mismatch .run/backlog_drafts/func_801844DC.c
701 func_80189514 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80189514.c
702 func_8018A87C None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8018A87C.c
703 func_8017FF90 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017FF90.c
704 func_80184468 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80184468.c
705 func_80181F24 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80181F24.c
706 func_8017E150 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017E150.c
707 func_8017EBE4 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017EBE4.c
708 func_80184840 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80184840.c
709 func_80180BC4 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80180BC4.c
710 func_80184BB0 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80184BB0.c
711 func_801844CC None None near 4 residual: 4 mismatch .run/backlog_drafts/func_801844CC.c
712 func_80184C08 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80184C08.c
713 func_80183A1C None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80183A1C.c
714 func_80181D38 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80181D38.c
715 func_8018A86C None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8018A86C.c
716 func_8017E44C None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017E44C.c
717 func_80184E38 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80184E38.c
718 func_801871BC None None near 4 residual: 4 mismatch .run/backlog_drafts/func_801871BC.c
719 func_8017FDD4 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017FDD4.c
720 func_8017E904 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017E904.c
721 func_80183BA8 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80183BA8.c
722 func_80184478 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80184478.c
723 func_80185A50 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80185A50.c
724 func_8017E160 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017E160.c
725 func_8017FAE0 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017FAE0.c
726 func_8018170C None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8018170C.c
727 func_801865AC None None near 4 residual: 4 mismatch .run/backlog_drafts/func_801865AC.c
728 func_80180BB4 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80180BB4.c
729 func_80184BC0 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80184BC0.c
730 func_8017E848 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017E848.c
731 func_80185614 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80185614.c
732 func_80184C18 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80184C18.c
733 func_80183A0C None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80183A0C.c
734 func_80189524 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80189524.c
735 func_80181D48 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80181D48.c
736 func_8017E45C None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017E45C.c
737 func_80184E48 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80184E48.c
738 func_8017FDE4 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017FDE4.c
739 func_8017E8F4 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017E8F4.c
740 func_801834C4 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_801834C4.c
741 func_8017EBC4 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017EBC4.c
742 func_8018659C None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8018659C.c
743 func_80183088 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80183088.c
744 func_8017E918 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017E918.c
745 func_8017E838 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017E838.c
746 func_80185624 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80185624.c
747 func_801853C0 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_801853C0.c
748 func_8017E210 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017E210.c
749 func_80183BB8 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80183BB8.c
750 func_80180ED4 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80180ED4.c
751 func_8017E194 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017E194.c
752 func_801853D0 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_801853D0.c
753 func_80183444 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80183444.c
754 func_8017E220 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017E220.c
755 func_80186700 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80186700.c
756 func_8017E004 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017E004.c
757 func_80183710 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80183710.c
758 func_80181CD8 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80181CD8.c
759 func_80184880 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80184880.c
760 func_8018CC04 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8018CC04.c
761 func_8017DED8 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017DED8.c
762 func_80181ECC None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80181ECC.c
763 func_80182E5C None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80182E5C.c
764 func_8018B2F4 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8018B2F4.c
765 func_80183638 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80183638.c
766 func_8018455C None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8018455C.c
767 func_80181B08 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80181B08.c
768 func_801823F0 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_801823F0.c
769 func_80188510 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80188510.c
770 func_80181A44 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80181A44.c
771 func_80182CD4 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80182CD4.c
772 func_8018119C None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8018119C.c
773 func_8018C394 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8018C394.c
774 func_8017D948 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017D948.c
775 func_801803F0 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_801803F0.c
776 func_80180710 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80180710.c
777 func_8017F7D8 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017F7D8.c
778 func_80181B8C None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80181B8C.c
779 func_8017D160 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017D160.c
780 func_8017D368 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017D368.c
781 func_80180564 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80180564.c
782 func_801809F4 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_801809F4.c
783 func_8017F250 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017F250.c
784 func_8017F66C None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017F66C.c
785 func_8017F76C None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017F76C.c
786 func_8017F790 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017F790.c
787 func_8017F7B4 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017F7B4.c
788 func_80181E18 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80181E18.c
789 func_801852C8 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_801852C8.c
790 func_80183984 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80183984.c
791 func_80180100 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80180100.c
792 func_80181EF0 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80181EF0.c
793 func_801821B8 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_801821B8.c
794 func_8017FE68 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017FE68.c
795 func_8017D614 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017D614.c
796 func_8018312C None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8018312C.c
797 func_8018DA98 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8018DA98.c
798 func_8017F11C None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017F11C.c
799 func_8017D608 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017D608.c
800 func_8017FAB0 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017FAB0.c
801 func_8017CEC8 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017CEC8.c
802 func_80182810 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80182810.c
803 func_8017FDA8 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017FDA8.c
804 func_80182938 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80182938.c
805 func_8018517C None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8018517C.c
806 func_80182B18 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80182B18.c
807 func_8017DA88 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017DA88.c
808 func_8017DA90 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017DA90.c
809 func_80181BB4 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80181BB4.c
810 func_801869E0 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_801869E0.c
811 func_8018C3D0 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8018C3D0.c
812 func_80185338 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80185338.c
813 func_80185978 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80185978.c
814 func_80183904 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80183904.c
815 func_8017F1E0 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017F1E0.c
816 func_8018C0D0 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8018C0D0.c
817 func_8017D7D4 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017D7D4.c
818 func_80185E54 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80185E54.c
819 func_80187DAC None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80187DAC.c
820 func_80183DB8 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80183DB8.c
821 func_80180AE8 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80180AE8.c
822 func_8017D398 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_8017D398.c
823 func_80184A58 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80184A58.c
824 func_80182280 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80182280.c
825 func_80180744 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80180744.c
826 func_8017FA64 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_8017FA64.c
827 func_8017EB58 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_8017EB58.c
828 func_8017F4CC None None near 6 residual: 6 mismatch .run/backlog_drafts/func_8017F4CC.c
829 func_8017D624 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_8017D624.c
830 func_80181C78 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80181C78.c
831 func_801855DC None None near 6 residual: 6 mismatch .run/backlog_drafts/func_801855DC.c
832 func_8017FCD4 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_8017FCD4.c
833 func_80183158 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80183158.c
834 func_80182E2C None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80182E2C.c
835 func_8017F704 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_8017F704.c
836 func_80185C20 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80185C20.c
837 func_8017E06C None None near 6 residual: 6 mismatch .run/backlog_drafts/func_8017E06C.c
838 func_8017FA20 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_8017FA20.c
839 func_80187AD4 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80187AD4.c
840 func_8018595C None None near 6 residual: 6 mismatch .run/backlog_drafts/func_8018595C.c
841 func_8018423C None None near 6 residual: 6 mismatch .run/backlog_drafts/func_8018423C.c
842 func_80185B20 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80185B20.c
843 func_80181BD8 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80181BD8.c
844 func_801802CC None None near 6 residual: 6 mismatch .run/backlog_drafts/func_801802CC.c
845 func_8017E2C4 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_8017E2C4.c
846 func_80185A8C None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80185A8C.c
847 func_8017F0EC None None near 6 residual: 6 mismatch .run/backlog_drafts/func_8017F0EC.c
848 func_80180FFC None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80180FFC.c
849 func_8017DFFC None None near 6 residual: 6 mismatch .run/backlog_drafts/func_8017DFFC.c
850 func_80188F80 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80188F80.c
851 func_8017F088 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_8017F088.c
852 func_801805D8 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_801805D8.c
853 func_80181FF4 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80181FF4.c
854 func_80189240 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80189240.c
855 func_80184618 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80184618.c
856 func_8018413C None None near 6 residual: 6 mismatch .run/backlog_drafts/func_8018413C.c
857 func_801816E0 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_801816E0.c
858 func_801811F0 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_801811F0.c
859 func_801819A0 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_801819A0.c
860 func_8018A698 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_8018A698.c
861 func_801855F0 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_801855F0.c
862 func_8017ED3C None None near 6 residual: 6 mismatch .run/backlog_drafts/func_8017ED3C.c
863 func_8017ECB4 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_8017ECB4.c
864 func_80182048 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80182048.c
865 func_80181230 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80181230.c
866 func_8017DBAC None None near 6 residual: 6 mismatch .run/backlog_drafts/func_8017DBAC.c
867 func_8017E230 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_8017E230.c
868 func_801810BC None None near 6 residual: 6 mismatch .run/backlog_drafts/func_801810BC.c
869 func_80186A28 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80186A28.c
870 func_80186A88 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80186A88.c
871 func_80180F4C None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80180F4C.c
872 func_80186C88 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80186C88.c
873 func_80182988 None loose-typing None near 6 none — MATCH (0x5c store must be unsigned short so 0xaa10 stays +43536 → ori, not addiu/sign-extend) .run/backlog_drafts/func_80182988.c
874 func_801815D8 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_801815D8.c
875 func_80189898 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_80189898.c
876 func_8017CF40 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_8017CF40.c
877 func_8017FF6C None None near 7 residual: 7 mismatch .run/backlog_drafts/func_8017FF6C.c
878 func_8017DB84 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_8017DB84.c
879 func_8018B184 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_8018B184.c
880 func_80182198 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_80182198.c
881 func_8018B5C0 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_8018B5C0.c
882 func_80180458 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_80180458.c
883 func_8018D7CC None None near 7 residual: 7 mismatch .run/backlog_drafts/func_8018D7CC.c
884 func_80182518 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_80182518.c
885 func_80185C6C None None near 7 residual: 7 mismatch .run/backlog_drafts/func_80185C6C.c
886 func_801807C0 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_801807C0.c
887 func_8018B450 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_8018B450.c
888 func_8018146C None None near 7 residual: 7 mismatch .run/backlog_drafts/func_8018146C.c
889 func_8017C104 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_8017C104.c
890 func_8018552C None None near 7 residual: 7 mismatch .run/backlog_drafts/func_8018552C.c
891 func_801837A0 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_801837A0.c
892 func_80186D5C None None near 7 residual: 7 mismatch .run/backlog_drafts/func_80186D5C.c
893 func_80184438 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_80184438.c
894 func_80185AEC None None near 7 residual: 7 mismatch .run/backlog_drafts/func_80185AEC.c
895 func_80180410 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_80180410.c
896 func_80181FB8 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_80181FB8.c
897 func_80185A20 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_80185A20.c
898 func_80185DB8 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_80185DB8.c
899 func_801860FC None None near 7 residual: 7 mismatch .run/backlog_drafts/func_801860FC.c
900 func_80180754 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_80180754.c
901 func_80186720 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_80186720.c
902 func_8017EA60 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_8017EA60.c
903 func_8017F710 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_8017F710.c
904 func_80184990 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_80184990.c
905 func_80185344 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_80185344.c
906 func_801828DC None None near 7 residual: 7 mismatch .run/backlog_drafts/func_801828DC.c
907 func_80186E34 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_80186E34.c
908 func_80184688 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_80184688.c
909 func_80182230 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_80182230.c
910 func_8018169C None None near 7 residual: 7 mismatch .run/backlog_drafts/func_8018169C.c
911 func_80183184 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_80183184.c
912 func_80164E40 1 struct 25 near 8 none — MATCH expected; byte 0 keeps base $v1 (reused by final lw word), bytes 1/2 standalone .run/backlog_drafts/func_80164E40.c
913 func_80185F24 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80185F24.c
914 func_80189858 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80189858.c
915 func_8017FFF0 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_8017FFF0.c
916 func_8017E908 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_8017E908.c
917 func_8017CF9C None None near 8 residual: 8 mismatch .run/backlog_drafts/func_8017CF9C.c
918 func_8017D920 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_8017D920.c
919 func_8017D8AC None None near 8 residual: 8 mismatch .run/backlog_drafts/func_8017D8AC.c
920 func_801832B0 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_801832B0.c
921 func_801813B8 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_801813B8.c
922 func_80184734 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80184734.c
923 func_80185394 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80185394.c
924 func_801825C8 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_801825C8.c
925 func_80182A5C None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80182A5C.c
926 func_80182E30 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80182E30.c
927 func_80185954 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80185954.c
928 func_80183430 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80183430.c
929 func_80186120 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80186120.c
930 func_8018108C None None near 8 residual: 8 mismatch .run/backlog_drafts/func_8018108C.c
931 func_801848B0 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_801848B0.c
932 func_80181688 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80181688.c
933 func_80181034 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80181034.c
934 func_80188508 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80188508.c
935 func_80187370 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80187370.c
936 func_8018D330 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_8018D330.c
937 func_80186A70 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80186A70.c
938 func_8017DBE4 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_8017DBE4.c
939 func_8017F474 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_8017F474.c
940 func_8017E804 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_8017E804.c
941 func_80182D50 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80182D50.c
942 func_801843B8 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_801843B8.c
943 func_80183D60 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80183D60.c
944 func_80181C84 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80181C84.c
945 func_801842D4 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_801842D4.c
946 func_80185EB4 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80185EB4.c
947 func_80188690 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80188690.c
948 func_80185F20 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80185F20.c
949 func_80183FD8 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80183FD8.c
950 func_8018F658 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_8018F658.c
951 func_80164E40 None plumbing None near 8 none — MATCH (base &D_801D9728 held in one reg via u8* p, reused by byte ld/st + final word ld) .run/backlog_drafts/func_80164E40.c
952 func_8017F358 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8017F358.c
953 func_80180E9C None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80180E9C.c
954 func_8017BEBC None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8017BEBC.c
955 func_80180854 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80180854.c
956 func_80180E54 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80180E54.c
957 func_8017F7F4 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8017F7F4.c
958 func_8017EF28 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8017EF28.c
959 func_8017EB24 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8017EB24.c
960 func_801816E4 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_801816E4.c
961 func_8017D400 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8017D400.c
962 func_8017D6E8 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8017D6E8.c
963 func_8017E4F8 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8017E4F8.c
964 func_801829F4 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_801829F4.c
965 func_801822A8 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_801822A8.c
966 func_8017E954 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8017E954.c
967 func_80181F84 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80181F84.c
968 func_801827FC None None near 9 residual: 9 mismatch .run/backlog_drafts/func_801827FC.c
969 func_8017FE88 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8017FE88.c
970 func_801806B8 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_801806B8.c
971 func_80180EC0 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80180EC0.c
972 func_80181C4C None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80181C4C.c
973 func_80182034 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80182034.c
974 func_801817A4 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_801817A4.c
975 func_8017E52C None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8017E52C.c
976 func_801805B0 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_801805B0.c
977 func_8018897C None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8018897C.c
978 func_8018AA88 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8018AA88.c
979 func_8017FED4 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8017FED4.c
980 func_801835F0 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_801835F0.c
981 func_8017CCD4 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8017CCD4.c
982 func_801858C4 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_801858C4.c
983 func_80185278 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80185278.c
984 func_8018C310 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8018C310.c
985 func_80182AD4 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80182AD4.c
986 func_8018868C None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8018868C.c
987 func_8017F624 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8017F624.c
988 func_8017FEB4 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8017FEB4.c
989 func_80182298 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80182298.c
990 func_8018531C None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8018531C.c
991 func_80187114 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80187114.c
992 func_80184590 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80184590.c
993 func_80186B08 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80186B08.c
994 func_801802F8 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_801802F8.c
995 func_80181B34 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80181B34.c
996 func_801860F8 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_801860F8.c
997 func_8017FFD8 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8017FFD8.c
998 func_80188BF8 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80188BF8.c
999 func_80183BD0 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80183BD0.c
1000 func_801860F4 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_801860F4.c
1001 func_80183628 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80183628.c
1002 func_8018964C None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8018964C.c
1003 func_801848D8 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_801848D8.c
1004 func_801854C8 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_801854C8.c
1005 func_80184664 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80184664.c
1006 func_80185528 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80185528.c
1007 func_80187454 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80187454.c
1008 func_8018292C None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8018292C.c
1009 func_8017F7BC None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8017F7BC.c
1010 func_801830C8 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_801830C8.c
1011 func_8017D4F0 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8017D4F0.c
1012 func_801825E8 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_801825E8.c
1013 func_8018C3EC None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8018C3EC.c
1014 func_80183C1C None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80183C1C.c
1015 func_80185A00 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80185A00.c
1016 func_8017FCC0 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017FCC0.c
1017 func_8017F2D0 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017F2D0.c
1018 func_801833C8 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_801833C8.c
1019 func_8017E91C None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017E91C.c
1020 func_8017D918 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017D918.c
1021 func_8017FFD0 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017FFD0.c
1022 func_80180E34 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80180E34.c
1023 func_801844C4 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_801844C4.c
1024 func_8018AB24 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8018AB24.c
1025 func_80188C84 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80188C84.c
1026 func_8017E184 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017E184.c
1027 func_80181434 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80181434.c
1028 func_80181A70 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80181A70.c
1029 func_8017D3D0 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017D3D0.c
1030 func_8017DF88 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017DF88.c
1031 func_801841D0 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_801841D0.c
1032 func_8017D534 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017D534.c
1033 func_80184204 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80184204.c
1034 func_8018534C None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8018534C.c
1035 func_80184940 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80184940.c
1036 func_8017D540 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017D540.c
1037 func_80180B60 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80180B60.c
1038 func_8017FB0C None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017FB0C.c
1039 func_8017E72C None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017E72C.c
1040 func_80189C4C None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80189C4C.c
1041 func_8017E670 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017E670.c
1042 func_80180014 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80180014.c
1043 func_8017E6D0 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017E6D0.c
1044 func_80180B90 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80180B90.c
1045 func_801848E8 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_801848E8.c
1046 func_8017E094 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017E094.c
1047 func_8018082C None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8018082C.c
1048 func_8018373C None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8018373C.c
1049 func_8017DF48 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017DF48.c
1050 func_80182724 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80182724.c
1051 func_8018257C None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8018257C.c
1052 func_80182EC0 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80182EC0.c
1053 func_80188E8C None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80188E8C.c
1054 func_801806E0 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_801806E0.c
1055 func_8018A5A4 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8018A5A4.c
1056 func_80181AC0 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80181AC0.c
1057 func_801841A0 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_801841A0.c
1058 func_80183744 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80183744.c
1059 func_8018924C None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8018924C.c
1060 func_8017FFC0 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017FFC0.c
1061 func_80185778 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80185778.c
1062 func_8017EEC4 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017EEC4.c
1063 func_801870B4 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_801870B4.c
1064 func_80185E3C None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80185E3C.c
1065 func_8017F5E8 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017F5E8.c
1066 func_801823D4 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_801823D4.c
1067 func_80186EE4 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80186EE4.c
1068 func_80180AF4 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80180AF4.c
1069 func_801831FC None None near 10 residual: 10 mismatch .run/backlog_drafts/func_801831FC.c
1070 func_801862D4 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_801862D4.c
1071 func_80184578 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80184578.c
1072 func_8017F804 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017F804.c
1073 func_80183888 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80183888.c
1074 func_8017F2EC None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017F2EC.c
1075 func_80187224 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80187224.c
1076 func_801850F8 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_801850F8.c
1077 func_80183F7C None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80183F7C.c
1078 func_801800DC None None near 10 residual: 10 mismatch .run/backlog_drafts/func_801800DC.c
1079 func_8017F6D4 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017F6D4.c
1080 func_80182190 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80182190.c
1081 func_80185C90 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80185C90.c
1082 func_80182380 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80182380.c
1083 func_8018EDB8 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8018EDB8.c
1084 func_80190298 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80190298.c
1085 func_8018311C None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8018311C.c
1086 func_8018A594 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8018A594.c
1087 func_8017DED0 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017DED0.c
1088 func_8017DAF0 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017DAF0.c
1089 func_8018228C None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8018228C.c
1090 func_80188738 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80188738.c
1091 func_801889E0 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_801889E0.c
1092 func_8017DEEC None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017DEEC.c
1093 func_80183FAC None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80183FAC.c
1094 func_8017F300 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017F300.c
1095 func_80184794 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80184794.c
1096 func_80185648 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80185648.c
1097 func_80186D64 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80186D64.c
1098 func_8016E9EC 1 schedule 53 near 11 11 left — all GNU scheduler/canon tie-breaks (regs all match via pins): (a) prologue hoists addiu a1,0x1C into the save block; (b) first lbu reads $a0 not $s1 (incoming-arg still live); (c) iCopy copy addu s4,s0 lands early (scheduler) vs target's func_800D2CA8 delay-slot; (d) addu a2,s2,s3 vs target s3,s2 commutative-canon (unflippable w/o breaking load order). Permuter can't run (register asm pins rejected, cookbook §5a). .run/backlog_drafts/func_8016E9EC.c
1099 func_8017F7E8 1 WAVE 177 near 11 WAVE: 11 mismatch .run/backlog_drafts/func_8017F7E8.c
1100 func_801824D0 1 WAVE 181 near 11 WAVE: 11 mismatch .run/backlog_drafts/func_801824D0.c
1101 func_80182F4C None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80182F4C.c
1102 func_801835C8 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_801835C8.c
1103 func_8017D6C4 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8017D6C4.c
1104 func_80181960 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80181960.c
1105 func_8018283C None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8018283C.c
1106 func_8017D7C8 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8017D7C8.c
1107 func_8017F67C None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8017F67C.c
1108 func_80181724 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80181724.c
1109 func_8017F450 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8017F450.c
1110 func_8017F128 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8017F128.c
1111 func_80180154 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80180154.c
1112 func_80180240 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80180240.c
1113 func_8017D868 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8017D868.c
1114 func_80185274 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80185274.c
1115 func_8018825C None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8018825C.c
1116 func_801833D4 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_801833D4.c
1117 func_80184028 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80184028.c
1118 func_80180EA8 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80180EA8.c
1119 func_8018F91C None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8018F91C.c
1120 func_801835F4 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_801835F4.c
1121 func_80187404 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80187404.c
1122 func_801848B4 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_801848B4.c
1123 func_8017E5D4 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8017E5D4.c
1124 func_80182118 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80182118.c
1125 func_8017E2C0 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8017E2C0.c
1126 func_80181744 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80181744.c
1127 func_8017EECC None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8017EECC.c
1128 func_80182F78 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80182F78.c
1129 func_8013C964 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8013C964.c
1130 func_8013B568 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8013B568.c
1131 func_80182E58 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80182E58.c
1132 func_8018150C None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8018150C.c
1133 func_801803A4 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_801803A4.c
1134 func_8017D7F8 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8017D7F8.c
1135 func_8017FFFC None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8017FFFC.c
1136 func_8018766C None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8018766C.c
1137 func_8017DFF8 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8017DFF8.c
1138 func_8017D08C None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8017D08C.c
1139 func_80180D70 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80180D70.c
1140 func_8017DE40 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8017DE40.c
1141 func_8017DBD8 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8017DBD8.c
1142 func_801833BC None None near 12 residual: 12 mismatch .run/backlog_drafts/func_801833BC.c
1143 func_8017F574 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8017F574.c
1144 func_801873B4 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_801873B4.c
1145 func_80187344 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80187344.c
1146 func_80183AC8 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80183AC8.c
1147 func_80181C08 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80181C08.c
1148 func_801822C8 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_801822C8.c
1149 func_80181388 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80181388.c
1150 func_80185C2C None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80185C2C.c
1151 func_80183BEC None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80183BEC.c
1152 func_801846EC None None near 12 residual: 12 mismatch .run/backlog_drafts/func_801846EC.c
1153 func_80184DB4 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80184DB4.c
1154 func_8018AE08 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8018AE08.c
1155 func_80184698 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80184698.c
1156 func_80184718 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80184718.c
1157 func_8018134C None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8018134C.c
1158 func_8017F4BC None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8017F4BC.c
1159 func_80181070 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80181070.c
1160 func_801810A4 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_801810A4.c
1161 func_801810D8 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_801810D8.c
1162 func_801819CC None None near 12 residual: 12 mismatch .run/backlog_drafts/func_801819CC.c
1163 func_80180554 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80180554.c
1164 func_80181E5C None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80181E5C.c
1165 func_80189DDC None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80189DDC.c
1166 func_8018ABE0 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8018ABE0.c
1167 func_80189A60 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80189A60.c
1168 func_8018278C None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8018278C.c
1169 func_801827C0 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_801827C0.c
1170 func_80186A58 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80186A58.c
1171 func_80185F58 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_80185F58.c
1172 func_8018A3C8 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8018A3C8.c
1173 func_8017EA20 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8017EA20.c
1174 func_80180528 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_80180528.c
1175 func_80180BCC None None near 13 residual: 13 mismatch .run/backlog_drafts/func_80180BCC.c
1176 func_801818EC None None near 13 residual: 13 mismatch .run/backlog_drafts/func_801818EC.c
1177 func_8017DA3C None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8017DA3C.c
1178 func_8017EDA8 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8017EDA8.c
1179 func_801816CC None None near 13 residual: 13 mismatch .run/backlog_drafts/func_801816CC.c
1180 func_80185C08 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_80185C08.c
1181 func_8017D914 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8017D914.c
1182 func_801828A8 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_801828A8.c
1183 func_8017FD58 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8017FD58.c
1184 func_80185238 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_80185238.c
1185 func_8017F830 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8017F830.c
1186 func_801807B8 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_801807B8.c
1187 func_8018276C None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8018276C.c
1188 func_8018E010 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8018E010.c
1189 func_80183AF8 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_80183AF8.c
1190 func_801858D0 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_801858D0.c
1191 func_80180C34 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_80180C34.c
1192 func_80182D3C None None near 13 residual: 13 mismatch .run/backlog_drafts/func_80182D3C.c
1193 func_8018BDA4 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8018BDA4.c
1194 func_8017C8E4 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8017C8E4.c
1195 func_80186D30 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_80186D30.c
1196 func_80182D6C None None near 13 residual: 13 mismatch .run/backlog_drafts/func_80182D6C.c
1197 func_80161CD0 1 regalloc-order 20 near 14 param_2 must survive the call in $s0; try plain C first then pin to $16 .run/backlog_drafts/func_80161CD0.c
1198 func_80180D10 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_80180D10.c
1199 func_8018316C None None near 14 residual: 14 mismatch .run/backlog_drafts/func_8018316C.c
1200 func_8017EB38 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_8017EB38.c
1201 func_80180D44 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_80180D44.c
1202 func_8017E808 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_8017E808.c
1203 func_801807F8 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_801807F8.c
1204 func_80180CC0 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_80180CC0.c
1205 func_8017EDC4 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_8017EDC4.c
1206 func_80180654 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_80180654.c
1207 func_8017C6F4 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_8017C6F4.c
1208 func_8017E4F0 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_8017E4F0.c
1209 func_8018B2DC None None near 14 residual: 14 mismatch .run/backlog_drafts/func_8018B2DC.c
1210 func_80183398 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_80183398.c
1211 func_801812F0 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_801812F0.c
1212 func_80181468 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_80181468.c
1213 func_80184384 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_80184384.c
1214 func_8018A934 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_8018A934.c
1215 func_8018B50C None None near 14 residual: 14 mismatch .run/backlog_drafts/func_8018B50C.c
1216 func_80182844 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_80182844.c
1217 func_801884AC None None near 14 residual: 14 mismatch .run/backlog_drafts/func_801884AC.c
1218 func_80181B90 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_80181B90.c
1219 func_80185F98 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_80185F98.c
1220 func_80185EEC None None near 14 residual: 14 mismatch .run/backlog_drafts/func_80185EEC.c
1221 func_80186DE8 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_80186DE8.c
1222 func_801838EC None None near 14 residual: 14 mismatch .run/backlog_drafts/func_801838EC.c
1223 func_80182348 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_80182348.c
1224 func_80185CD4 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_80185CD4.c
1225 func_801892C0 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_801892C0.c
1226 func_801859E4 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_801859E4.c
1227 func_80184B70 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_80184B70.c
1228 func_801871C4 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_801871C4.c
1229 func_80189504 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_80189504.c
1230 func_8017C918 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_8017C918.c
1231 func_80181784 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_80181784.c
1232 func_8017FFE8 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_8017FFE8.c
1233 func_8017FFF8 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_8017FFF8.c
1234 func_80183DC4 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_80183DC4.c
1235 func_801820F0 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_801820F0.c
1236 func_8018B0EC None None near 15 residual: 15 mismatch .run/backlog_drafts/func_8018B0EC.c
1237 func_801803F4 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_801803F4.c
1238 func_8018E6EC None None near 15 residual: 15 mismatch .run/backlog_drafts/func_8018E6EC.c
1239 func_8017E818 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_8017E818.c
1240 func_80181B0C None None near 15 residual: 15 mismatch .run/backlog_drafts/func_80181B0C.c
1241 func_80184010 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_80184010.c
1242 func_8018648C None None near 15 residual: 15 mismatch .run/backlog_drafts/func_8018648C.c
1243 func_8017F138 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_8017F138.c
1244 func_8013C938 None None near 16 residual: 16 mismatch .run/backlog_drafts/func_8013C938.c
1245 func_8017E0F0 None None near 16 residual: 16 mismatch .run/backlog_drafts/func_8017E0F0.c
1246 func_8017E7D8 None None near 16 residual: 16 mismatch .run/backlog_drafts/func_8017E7D8.c
1247 func_80183988 None None near 16 residual: 16 mismatch .run/backlog_drafts/func_80183988.c
1248 func_80184154 None None near 16 residual: 16 mismatch .run/backlog_drafts/func_80184154.c
1249 func_80182D78 None None near 16 residual: 16 mismatch .run/backlog_drafts/func_80182D78.c
1250 func_80183074 None None near 16 residual: 16 mismatch .run/backlog_drafts/func_80183074.c
1251 func_80184EA4 None None near 16 residual: 16 mismatch .run/backlog_drafts/func_80184EA4.c
1252 func_8017F920 None None near 16 residual: 16 mismatch .run/backlog_drafts/func_8017F920.c
1253 func_80180EDC None None near 16 residual: 16 mismatch .run/backlog_drafts/func_80180EDC.c
1254 func_8017D2D0 None None near 17 residual: 17 mismatch .run/backlog_drafts/func_8017D2D0.c
1255 func_8017EEF4 None None near 17 residual: 17 mismatch .run/backlog_drafts/func_8017EEF4.c
1256 func_8017E814 None None near 17 residual: 17 mismatch .run/backlog_drafts/func_8017E814.c
1257 func_80184EE0 None None near 17 residual: 17 mismatch .run/backlog_drafts/func_80184EE0.c
1258 func_8017FA44 None None near 17 residual: 17 mismatch .run/backlog_drafts/func_8017FA44.c
1259 func_801851E0 None None near 17 residual: 17 mismatch .run/backlog_drafts/func_801851E0.c
1260 func_80182D1C None None near 17 residual: 17 mismatch .run/backlog_drafts/func_80182D1C.c
1261 func_8018384C None None near 17 residual: 17 mismatch .run/backlog_drafts/func_8018384C.c
1262 func_8018AD5C None None near 18 residual: 18 mismatch .run/backlog_drafts/func_8018AD5C.c
1263 func_8018208C None None near 18 residual: 18 mismatch .run/backlog_drafts/func_8018208C.c
1264 func_8017FD6C None None near 18 residual: 18 mismatch .run/backlog_drafts/func_8017FD6C.c
1265 func_801877DC None None near 18 residual: 18 mismatch .run/backlog_drafts/func_801877DC.c
1266 func_8017E9E4 None None near 19 residual: 19 mismatch .run/backlog_drafts/func_8017E9E4.c
1267 func_801827D4 None None near 19 residual: 19 mismatch .run/backlog_drafts/func_801827D4.c
1268 func_80185888 None None near 19 residual: 19 mismatch .run/backlog_drafts/func_80185888.c
1269 func_80180574 None None near 19 residual: 19 mismatch .run/backlog_drafts/func_80180574.c
1270 func_80183F1C None None near 19 residual: 19 mismatch .run/backlog_drafts/func_80183F1C.c
1271 func_8017FFCC None None near 19 residual: 19 mismatch .run/backlog_drafts/func_8017FFCC.c
1272 func_80182344 None None near 19 residual: 19 mismatch .run/backlog_drafts/func_80182344.c
1273 func_8017C6B8 None None near 21 residual: 21 mismatch .run/backlog_drafts/func_8017C6B8.c
1274 func_80183D5C None None near 21 residual: 21 mismatch .run/backlog_drafts/func_80183D5C.c
1275 func_8018A708 None None near 21 residual: 21 mismatch .run/backlog_drafts/func_8018A708.c
1276 func_801871E8 None None near 21 residual: 21 mismatch .run/backlog_drafts/func_801871E8.c
1277 func_80186758 None None near 21 residual: 21 mismatch .run/backlog_drafts/func_80186758.c
1278 func_80188668 None None near 21 residual: 21 mismatch .run/backlog_drafts/func_80188668.c
1279 func_8018A680 None None near 22 residual: 22 mismatch .run/backlog_drafts/func_8018A680.c
1280 func_80185B78 None None near 22 residual: 22 mismatch .run/backlog_drafts/func_80185B78.c
1281 func_80185A18 None None near 22 residual: 22 mismatch .run/backlog_drafts/func_80185A18.c
1282 func_8018ADE4 None None near 22 residual: 22 mismatch .run/backlog_drafts/func_8018ADE4.c
1283 func_8012E364 1 regalloc-order 67 near 23 23/67 masked. Structure+idioms exact (barrier fixes the late D9498 load; k=0x1000 CSE'd into $a3 hoisted to the blez delay slot; 6 register pins land arg/$a2, k/$a3, D9498/$v1, temp_a1/$a1, var_v0(_2)/$v0). Residual is the discontinuous q<->temp_v0 reuse chain (q reuses $v0 but target puts it in $a0 reusing x's dead reg; every whole-function pin that forces q->$a0 chains hi>>5 or var_v0 wrong) + 2nd-half schedule (0x2C lhu interleaved before the +k addu; the abs copies temp_v1->$v0 via addu-move). Permuter-class (register renaming) but pins block pycparser -> hand/human finish. .run/backlog_drafts/func_8012E364.c
1284 func_8017E5A0 None None near 23 residual: 23 mismatch .run/backlog_drafts/func_8017E5A0.c
1285 func_80182488 None None near 24 residual: 24 mismatch .run/backlog_drafts/func_80182488.c
1286 func_8018DFDC None None near 25 residual: 25 mismatch .run/backlog_drafts/func_8018DFDC.c
1287 func_8017FB68 None None near 26 residual: 26 mismatch .run/backlog_drafts/func_8017FB68.c
1288 func_80139BE0 1 loose-typing 39 near 32 target has redundant andi a1,v0,0xff (uchar zero-extend) gcc proves away; else identical .run/backlog_drafts/func_80139BE0.c
1289 func_80180F08 None None near 37 residual: 37 mismatch .run/backlog_drafts/func_80180F08.c
1290 func_8017DB58 None None near 39 residual: 39 mismatch .run/backlog_drafts/func_8017DB58.c
1291 func_8017E840 None None near 39 residual: 39 mismatch .run/backlog_drafts/func_8017E840.c
1292 func_80148E54 1 regalloc-order 67 near 40 67/67 ins, structure+branches+block-order+body-reload all match; residual is pure register-allocation order (permuter-eligible, no register-pins). (1) masked first-angle folds andi->$s1; target keeps it in $a0 then copies addu $s1,$a0 lazily into the beq delay-slot (the s1-copy schedules 1 slot later). (2) the 0x80 const is CSE-held in $a2 across both test+body; target re-materializes 0x80 in $v0 per block (it gets clobbered by srl v0,v1,8), which both renames the compare regs ($v0 not $a2) AND fills the body's reload load-delay slot (mine emits a nop there). (3) single-exit ret funnels $v1->$v0 (move v0,v1) where target writes $v0 directly. All three are gcc regalloc/value-prop tie-breaks no C reshape steered (tried: $v0 pin, temp-split, low-mask-reuse compare, memory-clobber-vs-volatile reload) — leave for the permuter. .run/backlog_drafts/func_80148E54.c
1293 func_80180CEC None None near 45 residual: 45 mismatch .run/backlog_drafts/func_80180CEC.c
1294 func_80186A0C None None near 53 residual: 53 mismatch .run/backlog_drafts/func_80186A0C.c
1295 func_80177DA8 1 remat 63 near 58 gcc narrows &0xfffffeff on a 16-bit (lhu) value to andi 0xfeff (inline), but target hoisted -0x101 into $t4 (and-reg) in the loop preheader — a gcc-2.7.2 LICM-before-combine pass-ordering quirk unsteerable from C; that 1-ins gap cascades the constant-reg numbering + tail reassoc. Secondary: single-IV loop ptr anchors at +0xA (short, 2 accesses) not +0xC (byte) like target. .run/backlog_drafts/func_80177DA8.c
1296 func_8013B598 1 O0 66 near 66 WAVE: 66 mismatch .run/backlog_drafts/func_8013B598.c
1297 func_801457A4 1 other 79 near 74 MATCH at -O0 (79 ins, reloc-masked, real -O0 flags). BANKING BLOCKER: this -O0 fn lives in the -O2 main ov_SC01_077.c; needs its own §18 -O0 split at 0x801457A4 (existing _o0.c covers 0x8013B568..0x8013C98C only). match_one is -O2 -> WRONG here. .run/backlog_drafts/func_801457A4.c
1298 func_8016B6BC 1 schedule 94 near 80 12-off, all in the last 12 ins (tail). First 82 ins byte-match. Target materializes .run/backlog_drafts/func_8016B6BC.c
1299 func_801670E4 1 schedule 279 near 94 STRUCTURAL MATCH (279/279 ins, all correct in isolation; $s3=param,$s4=i,$s2=p pinned right). 94 residual = pure intra-BB scheduling: gcc schedules the global-addr inits (lui/addiu $s2 for p=D_80189A20/A0C/A34) and counter inits (i=0) TOO EARLY, and the call-arg load (lw $a0,0x34($s3)) too late, vs target. o-barrier fixed reg-save order+top; block-1 p/i barrier helped. Loop2/loop3 setup + prologue still off by schedule (+ a v0/v1 regalloc-within-schedule swap in loop2 setup). Permuter fuel per cookbook §27. .run/backlog_drafts/func_801670E4.c
1300 func_8014F4C0 None None near 127 residual: 127 mismatch .run/backlog_drafts/func_8014F4C0.c
1301 func_80185E68 1 STRUCT 132 near 131 STRUCT: 131 mismatch .run/backlog_drafts/func_80185E68.c
1302 func_8016CBC0 1 regalloc-order 209 near 148 STRUCTURAL near-miss — 166/209 aligned, edit-dist ~44 (match_one positional=148 is .run/backlog_drafts/func_8016CBC0.c
1303 func_8013C0F8 1 struct 154 near 153 none — MATCH (154 ins). Levers: (1) local_c/local_10 = STRUCT pointers so field offsets FOLD into lw/lbu off(reg) (COMPONENT_REF folds at -O0; (T)(ptr+off) and ((u8*)p)[k] do NOT); param_1 stays raw int (non-folded addiu). (2) increments = POST-INCREMENT x++ in the for-update comma (emits redundant move v1,v0 after addiu; x=x+C does NOT), counter++ before ptr++. (3) break on BOTH case groups. (4) NO trailing return; (an explicit return emits a redundant j-to-epilogue; letting the void fn end lets the if-body fall through to the single epilogue the early bnez targets). .run/backlog_drafts/func_8013C0F8.c
1304 func_8013BD74 1 struct 198 near 192 none — MATCH .run/backlog_drafts/func_8013BD74.c
1305 func_8013C414 1 struct 329 near 322 none — MATCH (329 ins, relocation-masked) .run/backlog_drafts/func_8013C414.c
1306 func_80184A68 1 regalloc-order 33 failed none — MATCH .run/backlog_drafts/func_80184A68.c
1307 func_80159A20 1 struct 58 failed none — MATCH. Key lever: block tail-MERGE (gcc shared bne ...,$L1 cross-jump) by making the two return-tests STRUCTURALLY DIFFERENT — positive if(==){goto mask;} return; per branch (not if(!=) return;), so neither tail can merge. Then fix block ORDER by inverting the outer test (if(d!=1) makes the ==4/return path the inline fall-through, the d==1/p[2] path the forward beq-target block — matching the target layout). .run/backlog_drafts/func_80159A20.c
1308 func_80180B64 1 struct 75 failed none — MATCH (75 ins, relocation-masked) .run/backlog_drafts/func_80180B64.c
1309 func_801789AC 1 struct 91 failed none — MATCH (91 ins, relocation-masked) .run/backlog_drafts/func_801789AC.c
1310 func_80183DE0 1 regalloc-order 91 failed testing if(!=1) layout + counter-before-pointer init order .run/backlog_drafts/func_80183DE0.c
1311 func_80182C9C 1 schedule 101 failed none — MATCH (101 ins). Inner-switch break-to-shared-tail must be written as .run/backlog_drafts/func_80182C9C.c
1312 func_80183FB8 1 loose-typing 101 failed none — MATCH (relocation-masked match_one, 101/101 ins) .run/backlog_drafts/func_80183FB8.c
1313 func_80185BA4 1 WAVE 177 failed won't compile standalone (loose-typing / missing decl)
1314 func_8014D820 1 WAVE 304 failed won't compile standalone (loose-typing / missing decl)
1315 func_8017D8DC None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017D8DC.c
1316 func_80187750 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80187750.c
1317 func_8017FFEC None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017FFEC.c
1318 func_80184018 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80184018.c
1319 func_8017DC18 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017DC18.c
1320 func_801853CC None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801853CC.c
1321 func_80181894 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80181894.c
1322 func_80180D18 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80180D18.c
1323 func_8018BFBC None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8018BFBC.c
1324 func_80180D9C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80180D9C.c
1325 func_801807F4 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801807F4.c
1326 func_8017FFC8 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017FFC8.c
1327 func_8017E99C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017E99C.c
1328 func_8017D584 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017D584.c
1329 func_80180294 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80180294.c
1330 func_80184504 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80184504.c
1331 func_80180B1C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80180B1C.c
1332 func_8017E76C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017E76C.c
1333 func_8017F29C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017F29C.c
1334 func_8018253C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8018253C.c
1335 func_80181D6C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80181D6C.c
1336 func_8017F00C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017F00C.c
1337 func_801802B0 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801802B0.c
1338 func_80181FDC None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80181FDC.c
1339 func_8017DB3C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017DB3C.c
1340 func_801854DC None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801854DC.c
1341 func_8017DA1C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017DA1C.c
1342 func_80180D04 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80180D04.c
1343 func_8017BF20 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017BF20.c
1344 func_8017FFC4 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017FFC4.c
1345 func_8017C004 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017C004.c
1346 func_8017E2F0 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017E2F0.c
1347 func_8017F4D4 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017F4D4.c
1348 func_8017E780 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017E780.c
1349 func_8018358C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8018358C.c
1350 func_801841E4 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801841E4.c
1351 func_80181738 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80181738.c
1352 func_801873D8 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801873D8.c
1353 func_80181E90 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80181E90.c
1354 func_80185628 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80185628.c
1355 func_80186960 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80186960.c
1356 func_80182384 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80182384.c
1357 func_80184268 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80184268.c
1358 func_80184234 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80184234.c
1359 func_801829D8 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801829D8.c
1360 func_80181A78 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80181A78.c
1361 func_80186E58 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80186E58.c
1362 func_80183BF0 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80183BF0.c
1363 func_80180EC4 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80180EC4.c
1364 func_801805D4 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801805D4.c
1365 func_8017EA1C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017EA1C.c
1366 func_80181FA4 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80181FA4.c
1367 func_80184558 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80184558.c
1368 func_8017F098 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017F098.c
1369 func_801822CC None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801822CC.c
1370 func_80185BA8 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80185BA8.c
1371 func_8018E710 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8018E710.c
1372 func_80183F80 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80183F80.c
1373 func_80182D9C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80182D9C.c
1374 func_80183028 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80183028.c
1375 func_80183104 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80183104.c
1376 func_801831EC None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801831EC.c
1377 func_8018326C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8018326C.c
1378 func_8018305C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8018305C.c
1379 func_801852D0 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801852D0.c
1380 func_8014D820 None schedule None failed structurally complete (LCS 228/304, exact 304-ins count; all calls/consts/control-flow/ .run/backlog_drafts/func_8014D820.c
1381 func_801457A4 None other None failed none — MATCH (79 ins, relocation-masked). NOTE: -O0 fn (frame-ptr prologue) — must be .run/backlog_drafts/func_801457A4.c
1382 func_8016D1D8 None struct None failed none — MATCH (148/148) .run/backlog_drafts/func_8016D1D8.c