···551551/*552552 * This function generates unalign fixup JIT.553553 *554554- * We fist find unalign load/store instruction's destination, source555555- * reguisters: ra, rb and rd. and 3 scratch registers by calling554554+ * We first find unalign load/store instruction's destination, source555555+ * registers: ra, rb and rd. and 3 scratch registers by calling556556 * find_regs(...). 3 scratch clobbers should not alias with any register557557 * used in the fault bundle. Then analyze the fault bundle to determine558558 * if it's a load or store, operand width, branch or address increment etc.