Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addBlock (0.06 sec)

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

    // TODO: merging LEAQ doesn't work, assembler doesn't like the resulting instructions.
    (XADDQlock [off1] {sym} val (ADDQconst [off2] ptr) mem) && is32Bit(int64(off1)+int64(off2)) =>
    	(XADDQlock [off1+off2] {sym} val ptr mem)
    (XADDLlock [off1] {sym} val (ADDQconst [off2] ptr) mem) && is32Bit(int64(off1)+int64(off2)) =>
    	(XADDLlock [off1+off2] {sym} val ptr mem)
    
    // Merge ADDQconst into atomic compare and swaps.
    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