Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MULQ (0.07 sec)

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

    (SUBQ (MOVQconst [c]) x) && is32Bit(c) => (NEGQ (SUBQconst <v.Type> x [int32(c)]))
    (SUBL x (MOVLconst [c])) => (SUBLconst x [c])
    (SUBL (MOVLconst [c]) x) => (NEGL (SUBLconst <v.Type> x [c]))
    
    (MULQ x (MOVQconst [c])) && is32Bit(c) => (MULQconst [int32(c)] x)
    (MULL x (MOVLconst [c])) => (MULLconst [c] x)
    
    (ANDQ x (MOVQconst [c])) && is32Bit(c) => (ANDQconst [int32(c)] x)
    (ANDL x (MOVLconst [c])) => (ANDLconst [c] 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