pub fn x86_fp80Value(self: *Builder, value: f80) Allocator.Error!Value
pub fn x86_fp80Value(self: *Builder, value: f80) Allocator.Error!Value { return (try self.x86_fp80Const(value)).toValue(); }