Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StructMake1 (0.18 sec)

  1. src/cmd/compile/internal/ssa/_gen/generic.rules

    (PtrIndex <t> ptr idx) && config.PtrSize == 8 => (AddPtr ptr (Mul64 <typ.Int> idx (Const64 <typ.Int> [t.Elem().Size()])))
    
    // struct operations
    (StructSelect (StructMake1 x)) => x
    (StructSelect [0] (StructMake2 x _)) => x
    (StructSelect [1] (StructMake2 _ x)) => x
    (StructSelect [0] (StructMake3 x _ _)) => x
    (StructSelect [1] (StructMake3 _ x _)) => x
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
Back to top