Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 34 of 34 for VT1 (0.05 sec)

  1. src/syscall/zerrors_linux_loong64.go

    	VSTART                            = 0x8
    	VSTOP                             = 0x9
    	VSUSP                             = 0xa
    	VSWTC                             = 0x7
    	VT0                               = 0x0
    	VT1                               = 0x4000
    	VTDLY                             = 0x4000
    	VTIME                             = 0x5
    	VWERASE                           = 0xe
    	WALL                              = 0x40000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 82.5K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/arm64/asm7.go

    			}
    		default:
    			c.ctxt.Diag("unsupported op %v", p.As)
    		}
    		o1 |= (uint32(imm5&0x1f) << 16) | (uint32(rf&31) << 5) | uint32(rt&31)
    
    	case 81: /* vld[1-4]|vld[1-4]r (Rn), [Vt1.<T>, Vt2.<T>, ...] */
    		c.checkoffset(p, p.As)
    		r := int(p.From.Reg)
    		o1 = c.oprrr(p, p.As)
    		if o.scond == C_XPOST {
    			o1 |= 1 << 23
    			if p.From.Index == 0 {
    				// immediate offset variant
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg syscall (darwin-arm64), const VSUSP ideal-int
    pkg syscall (darwin-arm64), const VT0 = 0
    pkg syscall (darwin-arm64), const VT0 ideal-int
    pkg syscall (darwin-arm64), const VT1 = 65536
    pkg syscall (darwin-arm64), const VT1 ideal-int
    pkg syscall (darwin-arm64), const VTDLY = 65536
    pkg syscall (darwin-arm64), const VTDLY ideal-int
    pkg syscall (darwin-arm64), const VTIME = 17
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"VQUIT", Const, 0},
    		{"VREPRINT", Const, 0},
    		{"VSTART", Const, 0},
    		{"VSTATUS", Const, 1},
    		{"VSTOP", Const, 0},
    		{"VSUSP", Const, 0},
    		{"VSWTC", Const, 0},
    		{"VT0", Const, 1},
    		{"VT1", Const, 1},
    		{"VTDLY", Const, 1},
    		{"VTIME", Const, 0},
    		{"VWERASE", Const, 0},
    		{"VirtualLock", Func, 0},
    		{"VirtualUnlock", Func, 0},
    		{"WAIT_ABANDONED", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top