jon.recoil.org

Module Flambda_primitive.Duplicate_array_kind

type t =
  1. | Immediates
  2. | Values
  3. | Naked_floats of {
    1. length : Flambda2_numbers.Target_ocaml_int.t option;
    }
  4. | Naked_float32s of {
    1. length : Flambda2_numbers.Target_ocaml_int.t option;
    }
  5. | Naked_ints of {
    1. length : Flambda2_numbers.Target_ocaml_int.t option;
    }
  6. | Naked_int8s of {
    1. length : Flambda2_numbers.Target_ocaml_int.t option;
    }
  7. | Naked_int16s of {
    1. length : Flambda2_numbers.Target_ocaml_int.t option;
    }
  8. | Naked_int32s of {
    1. length : Flambda2_numbers.Target_ocaml_int.t option;
    }
  9. | Naked_int64s of {
    1. length : Flambda2_numbers.Target_ocaml_int.t option;
    }
  10. | Naked_nativeints of {
    1. length : Flambda2_numbers.Target_ocaml_int.t option;
    }
  11. | Naked_vec128s of {
    1. length : Flambda2_numbers.Target_ocaml_int.t option;
    }
  12. | Naked_vec256s of {
    1. length : Flambda2_numbers.Target_ocaml_int.t option;
    }
  13. | Naked_vec512s of {
    1. length : Flambda2_numbers.Target_ocaml_int.t option;
    }