Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SUBshiftRAreg (0.11 sec)

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

    (SUB x (SLL y z)) => (SUBshiftLLreg x y z)
    (SUB (SLL y z) x) => (RSBshiftLLreg x y z)
    (SUB x (SRL y z)) => (SUBshiftRLreg x y z)
    (SUB (SRL y z) x) => (RSBshiftRLreg x y z)
    (SUB x (SRA y z)) => (SUBshiftRAreg x y z)
    (SUB (SRA y z) x) => (RSBshiftRAreg x y z)
    (SBC x (SLLconst [c] y) flags) => (SBCshiftLL x y [c] flags)
    (SBC (SLLconst [c] y) x flags) => (RSCshiftLL x y [c] flags)
    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