Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 75 for R23 (0.08 sec)

  1. src/runtime/preempt_loong64.s

    	MOVV R12, 72(R3)
    	MOVV R13, 80(R3)
    	MOVV R14, 88(R3)
    	MOVV R15, 96(R3)
    	MOVV R16, 104(R3)
    	MOVV R17, 112(R3)
    	MOVV R18, 120(R3)
    	MOVV R19, 128(R3)
    	MOVV R20, 136(R3)
    	MOVV R21, 144(R3)
    	MOVV R23, 152(R3)
    	MOVV R24, 160(R3)
    	MOVV R25, 168(R3)
    	MOVV R26, 176(R3)
    	MOVV R27, 184(R3)
    	MOVV R28, 192(R3)
    	MOVV R29, 200(R3)
    	MOVV R31, 208(R3)
    	MOVD F0, 216(R3)
    	MOVD F1, 224(R3)
    	MOVD F2, 232(R3)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 22 19:29:43 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/operand_test.go

    	{"R13", "R13"},
    	{"R14", "R14"},
    	{"R15", "R15"},
    	{"R16", "R16"},
    	{"R17", "R17"},
    	{"R18", "R18"},
    	{"R19", "R19"},
    	{"R2", "R2"},
    	{"R20", "R20"},
    	{"R21", "R21"},
    	{"R22", "R22"},
    	{"R23", "R23"},
    	{"R24", "R24"},
    	{"R25", "R25"},
    	{"R26", "R26"},
    	{"R27", "R27"},
    	{"R28", "R28"},
    	{"R29", "R29"},
    	{"R3", "R3"},
    	{"R31", "R31"},
    	{"R4", "R4"},
    	{"R5", "R5"},
    	{"R6", "R6"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 29 18:31:05 UTC 2023
    - 23.9K bytes
    - Viewed (0)
  3. src/runtime/preempt_mipsx.s

    	MOVW 32(R29), R8
    	MOVW 28(R29), R7
    	MOVW 24(R29), R6
    	MOVW 20(R29), R5
    	MOVW 16(R29), R4
    	MOVW 12(R29), R3
    	MOVW 8(R29), R2
    	MOVW 4(R29), R1
    	MOVW 244(R29), R31
    	MOVW (R29), R23
    	ADD $248, R29
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 06 10:24:44 UTC 2021
    - 2.7K bytes
    - Viewed (0)
  4. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r23/ImplicitTasksToolingApiCrossVersionSpec.groovy

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.integtests.tooling.r23
    
    
    import org.gradle.integtests.tooling.fixture.ToolingApiSpecification
    import org.gradle.tooling.model.GradleProject
    
    class ImplicitTasksToolingApiCrossVersionSpec extends ToolingApiSpecification {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  5. src/math/big/arith_arm64.s

    	LDP.W	-32(R2), (R10, R11)
    	LDP	16(R2), (R12, R13)
    	LSR	R4, R13, R23
    	ORR	R8, R23		// z[i] = (x[i] << s) | (x[i-1] >> (64 - s))
    	LSL	R3, R13
    	LSR	R4, R12, R22
    	ORR	R13, R22
    	LSL	R3, R12
    	LSR	R4, R11, R21
    	ORR	R12, R21
    	LSL	R3, R11
    	LSR	R4, R10, R20
    	ORR	R11, R20
    	LSL	R3, R10, R8
    	STP.W	(R20, R21), -32(R0)
    	STP	(R22, R23), 16(R0)
    	SUB	$4, R1
    	B	loop
    done:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  6. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r23/ModelBuilderCrossVersionSpec.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    
    package org.gradle.integtests.tooling.r23
    
    import org.gradle.integtests.tooling.fixture.ToolingApiSpecification
    import org.gradle.tooling.model.build.BuildEnvironment
    
    class ModelBuilderCrossVersionSpec extends ToolingApiSpecification {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  7. src/runtime/signal_arm64.go

    	print("r18     ", hex(c.r18()), "\n")
    	print("r19     ", hex(c.r19()), "\n")
    	print("r20     ", hex(c.r20()), "\n")
    	print("r21     ", hex(c.r21()), "\n")
    	print("r22     ", hex(c.r22()), "\n")
    	print("r23     ", hex(c.r23()), "\n")
    	print("r24     ", hex(c.r24()), "\n")
    	print("r25     ", hex(c.r25()), "\n")
    	print("r26     ", hex(c.r26()), "\n")
    	print("r27     ", hex(c.r27()), "\n")
    	print("r28     ", hex(c.r28()), "\n")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 05 18:16:00 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  8. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r23/StandardStreamsCrossVersionSpec.groovy

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.integtests.tooling.r23
    
    
    import org.gradle.integtests.tooling.fixture.TestOutputStream
    import org.gradle.integtests.tooling.fixture.ToolingApiLoggingSpecification
    import org.gradle.tooling.ProjectConnection
    import org.gradle.util.GradleVersion
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  9. src/runtime/mkpreempt.go

    	p(mov + " (R29), R23")                // load PC to REGTMP
    	p(add+" $%d, R29", lfp.stack+regsize) // pop frame (including the space pushed by sigctxt.pushCall)
    	p("JMP (R23)")
    }
    
    func genLoong64() {
    	mov := "MOVV"
    	movf := "MOVD"
    	add := "ADDV"
    	sub := "SUBV"
    	regsize := 8
    
    	// Add integer registers r4-r21 r23-r29 r31
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  10. src/runtime/cgo/abi_ppc64x.h

    	MOVD	R17, (offset+8*3)(R1)  \
    	MOVD	R18, (offset+8*4)(R1)  \
    	MOVD	R19, (offset+8*5)(R1)  \
    	MOVD	R20, (offset+8*6)(R1)  \
    	MOVD	R21, (offset+8*7)(R1)  \
    	MOVD	R22, (offset+8*8)(R1)  \
    	MOVD	R23, (offset+8*9)(R1)  \
    	MOVD	R24, (offset+8*10)(R1) \
    	MOVD	R25, (offset+8*11)(R1) \
    	MOVD	R26, (offset+8*12)(R1) \
    	MOVD	R27, (offset+8*13)(R1) \
    	MOVD	R28, (offset+8*14)(R1) \
    	MOVD	R29, (offset+8*15)(R1) \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 03 20:17:02 UTC 2023
    - 6.6K bytes
    - Viewed (0)
Back to top