Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for pirates (0.09 sec)

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

    // Assumes that the following costs from https://gmplib.org/~tege/x86-timing.pdf:
    //    1 - addq, shlq, leaq, negq, subq
    //    3 - imulq
    // This limits the rewrites to two instructions.
    // Note that negq always operates in-place,
    // which can require a register-register move
    // to preserve the original value,
    // so it must be used with care.
    (MUL(Q|L)const [-9] x) => (NEG(Q|L) (LEA(Q|L)8 <v.Type> x x))
    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