Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MOVQconst (0.24 sec)

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

    				continue
    			}
    			v.reset(OpAMD64SHLDQ)
    			v.AddArg3(lo, hi, bits)
    			return true
    		}
    		break
    	}
    	// match: (ORQ (MOVQconst [c]) (MOVQconst [d]))
    	// result: (MOVQconst [c|d])
    	for {
    		for _i0 := 0; _i0 <= 1; _i0, v_0, v_1 = _i0+1, v_1, v_0 {
    			if v_0.Op != OpAMD64MOVQconst {
    				continue
    			}
    			c := auxIntToInt64(v_0.AuxInt)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
Back to top