structstd.zig.Zir.Inst.Extended.InstData[src]

Fields

opcode: Extended
small: u16
operand: u32

Source Code

Source code
pub const InstData = struct {
    opcode: Extended,
    small: u16,
    operand: u32,
}