Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for vsubfp (0.14 sec)

  1. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    	STWBRX:         "stwbrx",
    	STWU:           "stwu",
    	STWUX:          "stwux",
    	STWX:           "stwx",
    	SUBFC:          "subfc",
    	SUBFCCC:        "subfc.",
    	SUBFCO:         "subfco",
    	SUBFCOCC:       "subfco.",
    	SUBFE:          "subfe",
    	SUBFECC:        "subfe.",
    	SUBFEO:         "subfeo",
    	SUBFEOCC:       "subfeo.",
    	SUBFIC:         "subfic",
    	SUBFME:         "subfme",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/avx512enc/avx512f.s

    	VSUBPD Z16, Z21, K2, Z22                           // 62a1d5425cf0
    	VSUBPD Z25, Z21, K2, Z22                           // 6281d5425cf1
    	VSUBPD Z21, Z12, K1, Z14                           // 62319d495cf5
    	VSUBPD Z9, Z12, K1, Z14                            // 62519d495cf1
    	VSUBPD (AX), Z12, K1, Z14                          // 62719d495c30
    	VSUBPD 7(SI), Z12, K1, Z14                         // 62719d495cb607000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 22 14:57:15 UTC 2018
    - 410.5K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssagen/ssa.go

    	// we use rcap to test if we've generated a zero-length slice.
    	// Use length of strings for that.
    	rlen := s.newValue2(subOp, types.Types[types.TINT], j, i)
    	rcap := rlen
    	if j != k && !t.IsString() {
    		rcap = s.newValue2(subOp, types.Types[types.TINT], k, i)
    	}
    
    	if (i.Op == ssa.OpConst64 || i.Op == ssa.OpConst32) && i.AuxInt == 0 {
    		// No pointer arithmetic necessary.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	FSIN:            "FSIN",
    	FSINCOS:         "FSINCOS",
    	FSQRT:           "FSQRT",
    	FST:             "FST",
    	FSTP:            "FSTP",
    	FSUB:            "FSUB",
    	FSUBP:           "FSUBP",
    	FSUBR:           "FSUBR",
    	FSUBRP:          "FSUBRP",
    	FTST:            "FTST",
    	FUCOM:           "FUCOM",
    	FUCOMI:          "FUCOMI",
    	FUCOMIP:         "FUCOMIP",
    	FUCOMP:          "FUCOMP",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  5. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const VSTATUS ideal-int
    pkg syscall (netbsd-arm64-cgo), const VSTOP = 13
    pkg syscall (netbsd-arm64-cgo), const VSTOP ideal-int
    pkg syscall (netbsd-arm64-cgo), const VSUSP = 10
    pkg syscall (netbsd-arm64-cgo), const VSUSP ideal-int
    pkg syscall (netbsd-arm64-cgo), const VTIME = 17
    pkg syscall (netbsd-arm64-cgo), const VTIME ideal-int
    pkg syscall (netbsd-arm64-cgo), const VWERASE = 4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
Back to top