Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MOVQconst (0.23 sec)

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

    (SARQconst [c] (MOVQconst [d])) => (MOVQconst [d>>uint64(c)])
    (SARLconst [c] (MOVQconst [d])) => (MOVQconst [int64(int32(d))>>uint64(c)])
    (SARWconst [c] (MOVQconst [d])) => (MOVQconst [int64(int16(d))>>uint64(c)])
    (SARBconst [c] (MOVQconst [d])) => (MOVQconst [int64(int8(d))>>uint64(c)])
    (NEGQ (MOVQconst [c])) => (MOVQconst [-c])
    (NEGL (MOVLconst [c])) => (MOVLconst [-c])
    (MULQconst [c] (MOVQconst [d])) => (MOVQconst [int64(c)*d])
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 93.9K bytes
    - Viewed (0)
Back to top