Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for f11 (0.02 sec)

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

    	FMOVD	F1, 1(R2) // 411000fc
    	FMOVD	F1, 8(R2) // 410400fd
    	FMOVD	F20, (R2) // 540000fd
    	FMOVQ	F0, 32(R5)// a008803d
    	FMOVQ	F10, 65520(R10) // 4afdbf3d
    	FMOVQ	F11, 64(RSP)    // eb13803d
    	FMOVQ	F11, 8(R20)     // 8b82803c
    	FMOVQ	F11, 4(R20)     // 8b42803c
    
    	MOVB	1(R1), R2 // 22048039
    	MOVH	1(R1), R2 // 22108078
    	MOVH	2(R1), R2 // 22048079
    	MOVW	1(R1), R2 // 221080b8
    	MOVW	4(R1), R2 // 220480b9
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 94.9K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/ARM64Ops.go

    	"g",   // aka R28
    	"R29", // frame pointer, not used
    	"R30", // aka REGLINK
    	"SP",  // aka R31
    
    	"F0",
    	"F1",
    	"F2",
    	"F3",
    	"F4",
    	"F5",
    	"F6",
    	"F7",
    	"F8",
    	"F9",
    	"F10",
    	"F11",
    	"F12",
    	"F13",
    	"F14",
    	"F15",
    	"F16",
    	"F17",
    	"F18",
    	"F19",
    	"F20",
    	"F21",
    	"F22",
    	"F23",
    	"F24",
    	"F25",
    	"F26",
    	"F27",
    	"F28",
    	"F29",
    	"F30",
    	"F31",
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 58.8K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/_gen/S390XOps.go

    	"R7",
    	"R8",
    	"R9",
    	"R10",
    	"R11",
    	"R12",
    	"g", // R13
    	"R14",
    	"SP", // R15
    	"F0",
    	"F1",
    	"F2",
    	"F3",
    	"F4",
    	"F5",
    	"F6",
    	"F7",
    	"F8",
    	"F9",
    	"F10",
    	"F11",
    	"F12",
    	"F13",
    	"F14",
    	"F15",
    
    	// If you add registers, update asyncPreempt in runtime.
    
    	//pseudo-registers
    	"SB",
    }
    
    func init() {
    	// Make map from reg names to reg integers.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 00:21:13 UTC 2023
    - 52.5K bytes
    - Viewed (0)
  4. tests/migrate_test.go

    	type UserMigrateColumn2 struct {
    		ID  uint
    		F1  string
    		F2  string
    		F3  string
    		F4  string
    		F5  string
    		F6  string
    		F7  string
    		F8  string
    		F9  string
    		F10 string
    		F11 string
    		F12 string
    		F13 string
    		F14 string
    		F15 string
    		F16 string
    		F17 string
    		F18 string
    		F19 string
    		F20 string
    		F21 string
    		F22 string
    		F23 string
    		F24 string
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Mon Mar 18 11:24:16 UTC 2024
    - 56.2K bytes
    - Viewed (0)
Back to top