Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for r8 (0.02 sec)

  1. src/cmd/asm/internal/asm/testdata/arm.s

    	MOVHU.P	-0x24(R9), R8        // MOVHU.P -36(R9), R8       // b48259e0
    	MOVH	-0x24(R9), R8        // MOVH -36(R9), R8          // f48259e1
    	MOVH.W	-0x24(R9), R8        // MOVH.W -36(R9), R8        // f48279e1
    	MOVH.P	-0x24(R9), R8        // MOVH.P -36(R9), R8        // f48259e0
    	MOVHS	-0x24(R9), R8        // MOVHS -36(R9), R8         // f48259e1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 69K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/avx512enc/avx512_vbmi2.s

    	VPSHLDVD 15(R8)(R14*1), Z24, K3, Z14               // 62123d4371b4300f000000
    	VPSHLDVD 15(R8)(R14*2), Z24, K3, Z14               // 62123d4371b4700f000000
    	VPSHLDVD Z22, Z8, K3, Z7                           // 62b23d4b71fe
    	VPSHLDVD Z25, Z8, K3, Z7                           // 62923d4b71f9
    	VPSHLDVD 15(R8)(R14*1), Z8, K3, Z7                 // 62923d4b71bc300f000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 22 14:57:15 UTC 2018
    - 97.1K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/arm64.s

    	CASALW	R5, (RSP), R7                        // e7ffe588
    	CASALH	ZR, (R5), R8                         // a8fcff48
    	CASALB	R8, (R9), ZR                         // 3ffde808
    	CASPD	(R30, ZR), (RSP), (R8, R9)           // e87f3e48
    	CASPW	(R6, R7), (R8), (R4, R5)             // 047d2608
    	CASPD	(R2, R3), (R2), (R8, R9)             // 487c2248
    
    // RET
    	RET
    	RET	foo(SB)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 94.9K bytes
    - Viewed (0)
  4. src/runtime/asm_amd64.s

    	// come in on the m->g0 stack already. Or we might already
    	// be on the m->gsignal stack.
    	get_tls(CX)
    	MOVQ	g(CX), DI
    	CMPQ	DI, $0
    	JEQ	nosave
    	MOVQ	g_m(DI), R8
    	MOVQ	m_gsignal(R8), SI
    	CMPQ	DI, SI
    	JEQ	nosave
    	MOVQ	m_g0(R8), SI
    	CMPQ	DI, SI
    	JEQ	nosave
    
    	// Switch to system stack.
    	// The original frame pointer is stored in BP,
    	// which is useful for stack unwinding.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/_gen/ARM64Ops.go

    // so that regmask stays within int64
    // Be careful when hand coding regmasks.
    var regNamesARM64 = []string{
    	"R0",
    	"R1",
    	"R2",
    	"R3",
    	"R4",
    	"R5",
    	"R6",
    	"R7",
    	"R8",
    	"R9",
    	"R10",
    	"R11",
    	"R12",
    	"R13",
    	"R14",
    	"R15",
    	"R16",
    	"R17",
    	"R18", // platform register, not used
    	"R19",
    	"R20",
    	"R21",
    	"R22",
    	"R23",
    	"R24",
    	"R25",
    	"R26",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 58.8K bytes
    - Viewed (0)
  6. src/crypto/internal/nistec/p256_asm_ppc64le.s

    	// Index registers needed for BR movs
    	MOVD	$8, R9
    	MOVD	$16, R10
    	MOVD	$24, R14
    
    	MOVDBR	(R0)(R4), R5
    	MOVDBR	(R9)(R4), R6
    	MOVDBR	(R10)(R4), R7
    	MOVDBR	(R14)(R4), R8
    
    	MOVD	R8, 0(R3)
    	MOVD	R7, 8(R3)
    	MOVD	R6, 16(R3)
    	MOVD	R5, 24(R3)
    
    	RET
    
    #define P3ptr   R3
    #define P1ptr   R4
    #define COUNT   R5
    
    #define X1L    V0
    #define X1H    V1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/_gen/S390XOps.go

    // S (single prec.) = 32 bit (double precision is omitted)
    
    // copied from ../../s390x/reg.go
    var regNamesS390X = []string{
    	"R0",
    	"R1",
    	"R2",
    	"R3",
    	"R4",
    	"R5",
    	"R6",
    	"R7",
    	"R8",
    	"R9",
    	"R10",
    	"R11",
    	"R12",
    	"g", // R13
    	"R14",
    	"SP", // R15
    	"F0",
    	"F1",
    	"F2",
    	"F3",
    	"F4",
    	"F5",
    	"F6",
    	"F7",
    	"F8",
    	"F9",
    	"F10",
    	"F11",
    	"F12",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 00:21:13 UTC 2023
    - 52.5K bytes
    - Viewed (0)
  8. docs/changelogs/changelog_3x.md

        request itself.
     *  New: `Headers.Builder.addAll(Headers)`.
     *  New: `ResponseBody.create(MediaType, ByteString)`.
     *  New: Embed R8/ProGuard rules in the jar. These will be applied automatically by R8.
     *  Fix: Release the connection if `Authenticator` throws an exception.
     *  Fix: Change the declaration of `OkHttpClient.cache()` to return a `@Nullable Cache`. The return
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
  9. src/compress/flate/testdata/huffman-rand-max.in

    ^�1�y�i(�.�9�w�Pл��4��G�JZ�XO�\<�q��z����ֈL�����}~Eb6��ຊ3���"o����ϕT�T���O�͋�%@*��qłC�>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 64K bytes
    - Viewed (0)
Back to top