Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for x87 (0.02 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. src/hash/adler32/adler32_test.go

    	{0x118e038e, "abcdefghi", "adl\x01\x03\xd8\x01\x8b"},
    	{0x158603f8, "abcdefghij", "adl\x01\x05\xc8\x01\xf0"},
    	{0x3f090f02, "Discard medicine more than two years old.", "adl\x01NU\a\x87"},
    	{0x46d81477, "He who has a shady past knows that nice guys finish last.", "adl\x01\x89\x8e\t\xe9"},
    	{0x40ee0ee1, "I wouldn't marry him with a ten foot pole.", "adl\x01R\t\ag"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 01 21:04:12 UTC 2017
    - 5.5K bytes
    - Viewed (0)
  3. 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)
  4. src/html/escape_test.go

    	{
    		"numericEnds",
    		"&# &#x &#128;43 &copy = &#169f = &#xa9",
    		"&# &#x €43 © = ©f = ©",
    	},
    	// Handle numeric ISO-8859-1 entity replacements.
    	{
    		"numericReplacements",
    		"Footnote&#x87;",
    		"Footnote‡",
    	},
    	// Handle single ampersand.
    	{
    		"copySingleAmpersand",
    		"&",
    		"&",
    	},
    	// Handle ampersand followed by non-entity.
    	{
    		"copyAmpersandNonEntity",
    		"text &test",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Aug 22 12:45:38 UTC 2015
    - 3.3K bytes
    - Viewed (0)
  5. 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)
  6. src/cmd/vendor/rsc.io/markdown/tables.go

    	"\x1D", "%1D",
    	"\x1E", "%1E",
    	"\x1F", "%1F",
    	"\x7F", "%7F",
    	"\x80", "%80",
    	"\x81", "%81",
    	"\x82", "%82",
    	"\x83", "%83",
    	"\x84", "%84",
    	"\x85", "%85",
    	"\x86", "%86",
    	"\x87", "%87",
    	"\x88", "%88",
    	"\x89", "%89",
    	"\x8A", "%8A",
    	"\x8B", "%8B",
    	"\x8C", "%8C",
    	"\x8D", "%8D",
    	"\x8E", "%8E",
    	"\x8F", "%8F",
    	"\x90", "%90",
    	"\x91", "%91",
    	"\x92", "%92",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  7. src/math/bits/bits_tables.go

    	"\x0d\x8d\x4d\xcd\x2d\xad\x6d\xed\x1d\x9d\x5d\xdd\x3d\xbd\x7d\xfd" +
    	"\x03\x83\x43\xc3\x23\xa3\x63\xe3\x13\x93\x53\xd3\x33\xb3\x73\xf3" +
    	"\x0b\x8b\x4b\xcb\x2b\xab\x6b\xeb\x1b\x9b\x5b\xdb\x3b\xbb\x7b\xfb" +
    	"\x07\x87\x47\xc7\x27\xa7\x67\xe7\x17\x97\x57\xd7\x37\xb7\x77\xf7" +
    	"\x0f\x8f\x4f\xcf\x2f\xaf\x6f\xef\x1f\x9f\x5f\xdf\x3f\xbf\x7f\xff"
    
    const len8tab = "" +
    	"\x00\x01\x02\x02\x03\x03\x03\x03\x04\x04\x04\x04\x04\x04\x04\x04" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 17 03:18:12 UTC 2021
    - 4.7K bytes
    - Viewed (0)
  8. src/runtime/sys_netbsd_386.s

    	// Save callee-saved C registers, since the caller may be a C signal handler.
    	MOVL	BX, bx-4(SP)
    	MOVL	BP, bp-8(SP)
    	MOVL	SI, si-12(SP)
    	MOVL	DI, di-16(SP)
    	// We don't save mxcsr or the x87 control word because sigtrampgo doesn't
    	// modify them.
    
    	MOVL	32(SP), BX // signo
    	MOVL	BX, 0(SP)
    	MOVL	36(SP), BX // info
    	MOVL	BX, 4(SP)
    	MOVL	40(SP), BX // context
    	MOVL	BX, 8(SP)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 9.6K bytes
    - Viewed (0)
Back to top