Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for comp (0.1 sec)

  1. src/cmd/compile/internal/ssa/rewritegeneric.go

    				continue
    			}
    			d := auxIntToInt8(v_1.AuxInt)
    			v.reset(OpConst8)
    			v.AuxInt = int8ToAuxInt(c & d)
    			return true
    		}
    		break
    	}
    	// match: (And8 <t> (Com8 x) (Com8 y))
    	// result: (Com8 (Or8 <t> x y))
    	for {
    		t := v.Type
    		for _i0 := 0; _i0 <= 1; _i0, v_0, v_1 = _i0+1, v_1, v_0 {
    			if v_0.Op != OpCom8 {
    				continue
    			}
    			x := v_0.Args[0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
Back to top