Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BSF (0.02 sec)

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

    (CMPXCHGLlock [off1] {sym} (ADDQconst [off2] ptr) old new_ mem) && is32Bit(int64(off1)+int64(off2)) =>
    	(CMPXCHGLlock [off1+off2] {sym} ptr old new_ mem)
    
    // We don't need the conditional move if we know the arg of BSF is not zero.
    (CMOVQEQ x _ (Select1 (BS(F|R)Q (ORQconst [c] _)))) && c != 0 => x
    // Extension is unnecessary for trailing zeros.
    (BSFQ (ORQconst <t> [1<<8] (MOVBQZX x))) => (BSFQ (ORQconst <t> [1<<8] 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