Function x86_fp80Const [src]

Prototype

pub fn x86_fp80Const(self: *Builder, val: f80) Allocator.Error!Constant

Parameters

self: *Builderval: f80

Source

pub fn x86_fp80Const(self: *Builder, val: f80) Allocator.Error!Constant { try self.ensureUnusedConstantCapacity(1, Constant.Fp80, 0); return self.x86_fp80ConstAssumeCapacity(val); }