Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for A1Carryvalue (0.09 sec)

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

    			Valu("CarrySum", OpARM64ADD, c.config.Types.UInt64, 0, nil, "A1Carryvalue", "A2Carryvalue"),
    			Valu("Sum", OpARM64AND, c.config.Types.UInt64, 0, nil, "ValueSum", "CarrySum"),
    			Goto("exit")),
    		Bloc("exit",
    			Exit("mem0")),
    	)
    
    	CheckFunc(fun.f)
    	schedule(fun.f)
    
    	// The expected order is A1 < A1carry < A1Carryvalue < A2 < A2carry < A2Carryvalue.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Oct 08 01:46:00 UTC 2022
    - 5.6K bytes
    - Viewed (0)
Back to top