Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ANDshiftRAreg (0.25 sec)

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

    (AND x (SRLconst [c] y)) => (ANDshiftRL x y [c])
    (AND x (SRAconst [c] y)) => (ANDshiftRA x y [c])
    (AND x (SLL y z)) => (ANDshiftLLreg x y z)
    (AND x (SRL y z)) => (ANDshiftRLreg x y z)
    (AND x (SRA y z)) => (ANDshiftRAreg x y z)
    (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)
    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