Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ORshiftRLreg (0.1 sec)

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

    (OR x (SLLconst [c] y)) => (ORshiftLL x y [c])
    (OR x (SRLconst [c] y)) => (ORshiftRL x y [c])
    (OR x (SRAconst [c] y)) => (ORshiftRA x y [c])
    (OR x (SLL y z)) => (ORshiftLLreg x y z)
    (OR x (SRL y z)) => (ORshiftRLreg x y z)
    (OR x (SRA y z)) => (ORshiftRAreg x y z)
    (XOR x (SLLconst [c] y)) => (XORshiftLL x y [c])
    (XOR x (SRLconst [c] y)) => (XORshiftRL x y [c])
    (XOR x (SRAconst [c] y)) => (XORshiftRA x y [c])
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 90.1K bytes
    - Viewed (0)
Back to top