Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for x87 (1.25 sec)

  1. src/internal/abi/abi_generic.go

    	// point registers for the ABI or that floating point values will be
    	// passed via the softfloat ABI.
    	//
    	// For platforms that support larger floating point register widths,
    	// such as x87's 80-bit "registers" (not that we support x87 currently),
    	// use 8.
    	EffectiveFloatRegSize = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 15 17:38:52 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  2. test/fixedbugs/bug385_64.go

    	var x78 [10<<20]byte
    	var x79 [10<<20]byte
    	var x80 [10<<20]byte
    	var x81 [10<<20]byte
    	var x82 [10<<20]byte
    	var x83 [10<<20]byte
    	var x84 [10<<20]byte
    	var x85 [10<<20]byte
    	var x86 [10<<20]byte
    	var x87 [10<<20]byte
    	var x88 [10<<20]byte
    	var x89 [10<<20]byte
    	var x90 [10<<20]byte
    	var x91 [10<<20]byte
    	var x92 [10<<20]byte
    	var x93 [10<<20]byte
    	var x94 [10<<20]byte
    	var x95 [10<<20]byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 09 16:41:23 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  3. src/compress/lzw/reader_test.go

    		"\x54\x4f\x42\x45\x4f\x52\x4e\x4f\x54\x82\x84\x86\x8b\x85\x87\x89\x81",
    		nil,
    	},
    	{
    		"tobe;LSB;8",
    		"TOBEORNOTTOBEORTOBEORNOT",
    		"\x54\x9e\x08\x29\xf2\x44\x8a\x93\x27\x54\x04\x12\x34\xb8\xb0\xe0\xc1\x84\x01\x01",
    		nil,
    	},
    	{
    		"tobe;MSB;7",
    		"TOBEORNOTTOBEORTOBEORNOT",
    		"\x54\x4f\x42\x45\x4f\x52\x4e\x4f\x54\x82\x84\x86\x8b\x85\x87\x89\x81",
    		nil,
    	},
    	{
    		"tobe;MSB;8",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 16:57:58 UTC 2024
    - 7.6K bytes
    - Viewed (0)
Back to top