Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for tzcntl (0.1 sec)

  1. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    		// count the number of trailing zero bits, prefer TZCNTQ over BSFQ, as TZCNTQ(0)==64
    		// and BSFQ(0) is undefined. Same for TZCNTL(0)==32
    		{name: "TZCNTQ", argLength: 1, reg: gp11, asm: "TZCNTQ", clobberFlags: true},
    		{name: "TZCNTL", argLength: 1, reg: gp11, asm: "TZCNTL", clobberFlags: true},
    
    		// CPUID feature: LZCNT.
    		// count the number of leading zero bits.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (1)
  2. src/cmd/internal/obj/x86/asm6.go

    	{ALLDT, ydivl, Pm, opBytes{0x00, 02}},
    	{ALIDT, ysvrs_mo, Pm, opBytes{0x01, 03}},
    	{ALGDT, ysvrs_mo, Pm, opBytes{0x01, 02}},
    	{ATZCNTW, ycrc32l, Pe, opBytes{0xf3, 0x0f, 0xbc, 0}},
    	{ATZCNTL, ycrc32l, Px, opBytes{0xf3, 0x0f, 0xbc, 0}},
    	{ATZCNTQ, ycrc32l, Pw, opBytes{0xf3, 0x0f, 0xbc, 0}},
    	{AXRSTOR, ydivl, Px, opBytes{0x0f, 0xae, 05}},
    	{AXRSTOR64, ydivl, Pw, opBytes{0x0f, 0xae, 05}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  3. src/cmd/trace/testdata/go122.test

    String id=78
    	data="runtime.mallocgc"
    String id=79
    	data="runtime.makeslice"
    String id=80
    	data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/slice.go"
    String id=81
    	data="syscall.fcntl"
    String id=82
    	data="syscall.SetNonblock"
    String id=83
    	data="/usr/local/google/home/mknyszek/work/go-1/src/syscall/exec_unix.go"
    String id=84
    	data="os.newFile"
    String id=85
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 17:15:58 UTC 2024
    - 166K bytes
    - Viewed (0)
Back to top