Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Sub8 (0.03 sec)

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

    (Lsh64x8 x s) =>
    	(Int64Make
    		(Or32 <typ.UInt32>
    			(Or32 <typ.UInt32>
    				(Lsh32x8 <typ.UInt32> (Int64Hi x) s)
    				(Rsh32Ux8 <typ.UInt32>
    					(Int64Lo x)
    					(Sub8 <typ.UInt8> (Const8 <typ.UInt8> [32]) s)))
    			(Lsh32x8 <typ.UInt32>
    				(Int64Lo x)
    				(Sub8 <typ.UInt8> s (Const8 <typ.UInt8> [32]))))
    		(Lsh32x8 <typ.UInt32> (Int64Lo x) s))
    
    // 64x unsigned right shift
    // result.hi = hi>>s
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 04 19:35:46 UTC 2022
    - 14.2K bytes
    - Viewed (0)
  2. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r26/TestLauncherCrossVersionSpec.groovy

            assertTaskExecuted(":sub4:test")
            assertTaskExecuted(":sub5:test")
            assertTaskExecuted(":sub6:test")
            assertTaskExecuted(":sub7:test")
            assertTaskExecuted(":sub8:test")
            assertTaskExecuted(":sub9:test")
    
            and:
            assertTestExecuted(className: "example.MyTest", methodName: "foo", task: ":test")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 06:59:43 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/_gen/genericOps.go

    	{name: "AddPtr", argLength: 2}, // For address calculations.  arg0 is a pointer and arg1 is an int.
    	{name: "Add32F", argLength: 2, commutative: true},
    	{name: "Add64F", argLength: 2, commutative: true},
    
    	{name: "Sub8", argLength: 2}, // arg0 - arg1
    	{name: "Sub16", argLength: 2},
    	{name: "Sub32", argLength: 2},
    	{name: "Sub64", argLength: 2},
    	{name: "SubPtr", argLength: 2},
    	{name: "Sub32F", argLength: 2},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 42.6K bytes
    - Viewed (0)
Back to top