Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LAN (0.01 sec)

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

      => (LAOfloor
           ptr
           (SLW <typ.UInt32>
             (MOVBZreg <typ.UInt32> val)
             (RXSBG <typ.UInt32> {s390x.NewRotateParams(59, 60, 3)} (MOVDconst [3<<3]) ptr))
           mem)
    
    (AtomicAnd32 ...) => (LAN ...)
    (AtomicOr32  ...) => (LAO ...)
    
    // Lowering extension
    // Note: we always extend to 64 bits even though some ops don't need that many result bits.
    (SignExt8to(16|32|64) ...) => (MOVBreg ...)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 74.3K bytes
    - Viewed (0)
Back to top