Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for stfdpx (0.24 sec)

  1. src/runtime/cgo/gcc_aix_ppc64.S

    	std	29, -168(1)
    	std	30, -160(1)
    	std	31, -152(1)
    	stfd	14, -144(1)
    	stfd	15, -136(1)
    	stfd	16, -128(1)
    	stfd	17, -120(1)
    	stfd	18, -112(1)
    	stfd	19, -104(1)
    	stfd	20, -96(1)
    	stfd	21, -88(1)
    	stfd	22, -80(1)
    	stfd	23, -72(1)
    	stfd	24, -64(1)
    	stfd	25, -56(1)
    	stfd	26, -48(1)
    	stfd	27, -40(1)
    	stfd	28, -32(1)
    	stfd	29, -24(1)
    	stfd	30, -16(1)
    	stfd	31, -8(1)
    
    	blr
    
    restoreregs:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 24 22:38:02 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  2. src/time/export_test.go

    	stdZeroMinute:                   "04",
    	stdSecond:                       "5",
    	stdZeroSecond:                   "05",
    	stdLongYear:                     "2006",
    	stdYear:                         "06",
    	stdPM:                           "PM",
    	stdpm:                           "pm",
    	stdTZ:                           "MST",
    	stdISO8601TZ:                    "Z0700",
    	stdISO8601SecondsTZ:             "Z070000",
    	stdISO8601ShortTZ:               "Z07",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 24 19:23:32 UTC 2022
    - 4K bytes
    - Viewed (0)
  3. platforms/core-execution/snapshots/src/test/groovy/org/gradle/internal/snapshot/CaseSensitiveVfsRelativePathTest.groovy

                ["SS", "ß", "ßa", "ss", "sa", "sb", "st", "ßß"]
    
            ]
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:34:50 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  4. src/runtime/cgo/gcc_linux_ppc64x.S

    	mflr	%r0
    	std	%r0, 16(%r1)	// Save LR in caller's frame
    	mfcr	%r0
    	std	%r0, 8(%r1)	// Save CR in caller's frame
    	stdu	%r1, -FRAME_SIZE(%r1)
    	std	%r2, 24(%r1)
    
    	FOR_EACH_GPR std
    	FOR_EACH_FPR stfd
    	FOR_EACH_VR stvx
    
    	// Set up Go ABI constant registers
    	li	%r0, 0
    
    	// Restore g pointer (r30 in Go ABI, which may have been clobbered by C)
    	mr	%r30, %r4
    
    	// Call fn
    	mr	%r12, %r3
    	mtctr	%r3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 04 18:03:04 UTC 2023
    - 2K bytes
    - Viewed (0)
Back to top