Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for Int8 (0.03 sec)

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

    (XORconst [c] (XORconst [d] x)) => (XORconst [c^d] x)
    (MVN (MOVDconst [c])) => (MOVDconst [^c])
    (NEG (MOVDconst [c])) => (MOVDconst [-c])
    (MOVBreg  (MOVDconst [c])) => (MOVDconst [int64(int8(c))])
    (MOVBUreg (MOVDconst [c])) => (MOVDconst [int64(uint8(c))])
    (MOVHreg  (MOVDconst [c])) => (MOVDconst [int64(int16(c))])
    (MOVHUreg (MOVDconst [c])) => (MOVDconst [int64(uint16(c))])
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
Back to top