Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for vsdx (0.03 sec)

  1. src/cmd/internal/obj/ppc64/doc.go

    PPC64 in Go defined many opcodes that are different from PPC64 opcodes, but
    updates to the Go assembly language used mnemonics that are mostly similar if not
    identical to the PPC64 mneumonics, such as VMX and VSX instructions. Not all detail
    is included here; refer to the Power ISA document if interested in more detail.
    
    Starting with Go 1.15 the Go objdump supports the -gnu option, which provides a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 16:47:45 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  2. src/time/format_test.go

    	{"GMT+", 3, true},
    	{"GMT+3", 5, true},
    	{"GMT+a", 3, true},
    	{"GMT+3a", 5, true},
    	{"GMT-5 hi there", 5, true},
    	{"GMT-51 hi there", 3, true},
    	{"ChST hi there", 4, true},
    	{"MeST hi there", 4, true},
    	{"MSDx", 3, true},
    	{"MSDY", 0, false}, // four letters must end in T.
    	{"ESAST hi", 5, true},
    	{"ESASTT hi", 0, false}, // run of upper-case letters too long.
    	{"ESATY hi", 0, false},  // five letters must end in T.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:58:29 UTC 2024
    - 36.4K bytes
    - Viewed (0)
Back to top