Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for st0 (0.01 sec)

  1. src/cmd/vendor/golang.org/x/arch/x86/x86asm/intel.go

    		if len(args) == 0 {
    			args = append(args, "st0")
    		}
    
    	case FPTAN, FSINCOS, FUCOMPP, FCOMPP, FYL2X, FPATAN, FXTRACT, FPREM1, FPREM, FYL2XP1, FSCALE:
    		if len(args) == 0 {
    			args = []string{"st0", "st1"}
    		}
    
    	case FST, FSTP, FISTTP, FIST, FISTP, FBSTP:
    		if len(args) == 1 {
    			args = append(args, "st0")
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 22:23:32 UTC 2017
    - 11.7K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/test/switch_test.go

    	benchmarkSwitchInterfaceType(b, true)
    }
    func BenchmarkSwitchInterfaceTypeUnpredictable(b *testing.B) {
    	benchmarkSwitchInterfaceType(b, false)
    }
    
    type SI0 interface {
    	si0()
    }
    type ST0 struct {
    }
    
    func (ST0) si0() {
    }
    
    type SI1 interface {
    	si1()
    }
    type ST1 struct {
    }
    
    func (ST1) si1() {
    }
    
    type SI2 interface {
    	si2()
    }
    type ST2 struct {
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 06 15:42:30 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  3. test/typeparam/issue48191.go

    	}(m1[(G1(85)^i8_1)&^i8_1 <= i8_1][72].m0[G2(617.4)], i1) || (<-m6[(G1(3)|i8_0)>><-ch2%i8_0|i8_0] || <-ch0) {
    		var ch5 chan map[byte]complex128
    		var fnc0 func(int32, *map[rune]complex128) complex128
    		var c0 complex128
    		var st0, st1, st2 struct {
    		}
    		var au8 []uint
    		var st3, st4, st5 struct {
    			ph0 *G2
    			st1 struct {
    				m0   map[rune]complex128
    				pch1 *chan int64
    				m2   map[bool]byte
    				st3  struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 01 19:45:34 UTC 2022
    - 9.7K bytes
    - Viewed (0)
Back to top