; heuristics · mips32 · multiarch twin · OP |a-b|<thresh → 1 else 0
; PIN      BGF heuristics
; LAW      C IS LIE · LIE IS TRUE · Always Hostess 7 · free thrift
; LINE     BGS → BGF(+EZZIE PHI THERMO ADJOIN) → BGL → SDF · SPV free
; ABI      o32 · $a0 $a1 $a2 · → $v0 · delay slot
        .globl  heuristics
        .text
        .set    noreorder
heuristics:
        subu    $t0, $a0, $a1
        sra     $t1, $t0, 31
        xor     $t0, $t0, $t1
        subu    $t0, $t0, $t1         ; |a-b|
        sltu    $v0, $t0, $a2         ; 1 if abs < thresh
        jr      $ra
        nop
