Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for F15 (0.18 sec)

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

    	CLGIJ	$2, R3, $0, 0(PC)      // ec320000007d
    
    	LGDR	F1, R12                // b3cd00c1
    	LDGR	R2, F15                // b3c100f2
    
    	CEFBRA	R0, F15                // b39400f0
    	CDFBRA	R1, F14                // b39500e1
    	CEGBRA	R2, F13                // b3a400d2
    	CDGBRA	R3, F12                // b3a500c3
    
    	CELFBR	R0, F15                // b39000f0
    	CDLFBR	R1, F14                // b39100e1
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Nov 22 03:55:32 GMT 2023
    - 21.6K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/operand_test.go

    	{"V22", "V22"},
    	{"V23", "V23"},
    	{"V24", "V24"},
    	{"V25", "V25"},
    	{"V26", "V26"},
    	{"V27", "V27"},
    	{"V28", "V28"},
    	{"V29", "V29"},
    	{"V30", "V30"},
    	{"V31", "V31"},
    	{"F14", "F14"},
    	{"F15", "F15"},
    	{"F16", "F16"},
    	{"F17", "F17"},
    	{"F18", "F18"},
    	{"F19", "F19"},
    	{"F20", "F20"},
    	{"F21", "F21"},
    	{"F22", "F22"},
    	{"F23", "F23"},
    	{"F24", "F24"},
    	{"F25", "F25"},
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 29 18:31:05 GMT 2023
    - 23.9K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	//TODO VFDIV V6.D2, V1.D2, V27.D2          // 3bfc666e
    	FDIVS F16, F10, F20                        // 5419301e
    	FDIVD F11, F25, F30                        // 3e1b6b1e
    	FMADDS F15, F2, F8, F1                     // 01090f1f
    	FMADDD F15, F21, F25, F9                   // 29574f1f
    	//TODO VFMAX V23.D2, V27.D2, V14.D2        // 6ef7774e
    	FMAXS F5, F28, F27                         // 9b4b251e
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Jul 24 01:11:41 GMT 2023
    - 43.9K bytes
    - Viewed (1)
  4. src/cmd/asm/internal/arch/arch.go

    	// Note that there is no list of names as there is for x86.
    	for i := s390x.REG_R0; i <= s390x.REG_R15; i++ {
    		register[obj.Rconv(i)] = int16(i)
    	}
    	for i := s390x.REG_F0; i <= s390x.REG_F15; i++ {
    		register[obj.Rconv(i)] = int16(i)
    	}
    	for i := s390x.REG_V0; i <= s390x.REG_V31; i++ {
    		register[obj.Rconv(i)] = int16(i)
    	}
    	for i := s390x.REG_AR0; i <= s390x.REG_AR15; i++ {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Mar 21 06:51:28 GMT 2023
    - 21.3K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/testdata/arm64.s

    	FMOVQ.W	F15, 11(R20)                                    // 8fbe803c
    
    	FMOVS.P	8(R0), F20                                      // 148440bc
    	FMOVS.W	8(R0), F20                                      // 148c40bc
    	FMOVD.W	8(R1), F20                                      // 348c40fc
    	FMOVQ.P	11(R10), F13                                    // 4db5c03c
    	FMOVQ.W	11(R20), F15                                    // 8fbec03c
    
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 94.9K bytes
    - Viewed (0)
  6. tests/migrate_test.go

    		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
    		F25 string
    		F26 string
    		F27 string
    		F28 string
    Go
    - Registered: Sun Apr 28 09:35:09 GMT 2024
    - Last Modified: Mon Mar 18 11:24:16 GMT 2024
    - 56.2K bytes
    - Viewed (0)
Back to top