Fields.FieldData
type t =
| Gpreg of {
asmfld : string;
bitfld : string;
wd : int;
allones : string option;
regwd : (int, string) result;
prefix : (string, string) result;
checks : intrinsic list;
asmdefault : string option;
}
| SecondGpreg of {
}
| Imm of {
asmfld : string;
bitfld : string;
lo : int;
hi : int;
mult : int;
signed : signedness;
asmdefault : string option;
}
| Assocs of {
}
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string