Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NOTQ (0.22 sec)

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

    (ORQconst [c] (MOVQconst [d])) => (MOVQconst [int64(c)|d])
    (ORLconst [c] (MOVLconst [d])) => (MOVLconst [c|d])
    (XORQconst [c] (MOVQconst [d])) => (MOVQconst [int64(c)^d])
    (XORLconst [c] (MOVLconst [d])) => (MOVLconst [c^d])
    (NOTQ (MOVQconst [c])) => (MOVQconst [^c])
    (NOTL (MOVLconst [c])) => (MOVLconst [^c])
    (BTSQconst [c] (MOVQconst [d])) => (MOVQconst [d|(1<<uint32(c))])
    (BTRQconst [c] (MOVQconst [d])) => (MOVQconst [d&^(1<<uint32(c))])
    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