Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 0x6bf (0.04 sec)

  1. src/cmd/internal/obj/arm/asm5.go

    	case AXTAH:
    		return o | 0x6b<<20 | 0x7<<4
    
    	case AXTABU:
    		return o | 0x6e<<20 | 0x7<<4
    
    	case AXTAHU:
    		return o | 0x6f<<20 | 0x7<<4
    
    		// CLZ doesn't support .nil
    	case ACLZ:
    		return o&(0xf<<28) | 0x16f<<16 | 0xf1<<4
    
    	case AREV:
    		return o&(0xf<<28) | 0x6bf<<16 | 0xf3<<4
    
    	case AREV16:
    		return o&(0xf<<28) | 0x6bf<<16 | 0xfb<<4
    
    	case AREVSH:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/text/cases/tables9.0.0.go

    	{value: 0x0010, lo: 0xaf, hi: 0xaf},
    	{value: 0x0010, lo: 0xbf, hi: 0xbf},
    	// Block 0x64, offset 0x2c0
    	{value: 0x0010, lo: 0x80, hi: 0x80},
    	{value: 0x0010, lo: 0x94, hi: 0x94},
    	{value: 0x0014, lo: 0xa0, hi: 0xa4},
    	{value: 0x0014, lo: 0xa6, hi: 0xaf},
    	{value: 0x0015, lo: 0xb1, hi: 0xb1},
    	{value: 0x0015, lo: 0xbf, hi: 0xbf},
    	// Block 0x65, offset 0x2c6
    	{value: 0x0015, lo: 0x90, hi: 0x9c},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 92.4K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/text/cases/tables10.0.0.go

    	{value: 0x0010, lo: 0xaf, hi: 0xaf},
    	{value: 0x0010, lo: 0xbf, hi: 0xbf},
    	// Block 0x64, offset 0x2c0
    	{value: 0x0010, lo: 0x80, hi: 0x80},
    	{value: 0x0010, lo: 0x94, hi: 0x94},
    	{value: 0x0014, lo: 0xa0, hi: 0xa4},
    	{value: 0x0014, lo: 0xa6, hi: 0xaf},
    	{value: 0x0015, lo: 0xb1, hi: 0xb1},
    	{value: 0x0015, lo: 0xbf, hi: 0xbf},
    	// Block 0x65, offset 0x2c6
    	{value: 0x0015, lo: 0x90, hi: 0x9c},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 93.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/text/cases/tables11.0.0.go

    	{value: 0x0010, lo: 0xaf, hi: 0xaf},
    	{value: 0x0010, lo: 0xbf, hi: 0xbf},
    	// Block 0x62, offset 0x2b3
    	{value: 0x0010, lo: 0x80, hi: 0x80},
    	{value: 0x0010, lo: 0x94, hi: 0x94},
    	{value: 0x0014, lo: 0xa0, hi: 0xa4},
    	{value: 0x0014, lo: 0xa6, hi: 0xaf},
    	{value: 0x0015, lo: 0xb1, hi: 0xb1},
    	{value: 0x0015, lo: 0xbf, hi: 0xbf},
    	// Block 0x63, offset 0x2b9
    	{value: 0x0015, lo: 0x90, hi: 0x9c},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 97.5K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/loong64/asm.go

    		return 0x0ad << 22
    	case AMOVD:
    		return 0x0af << 22
    	case AMOVWL:
    		return 0x0bc << 22
    	case AMOVWR:
    		return 0x0bd << 22
    	case AMOVVL:
    		return 0x0be << 22
    	case AMOVVR:
    		return 0x0bf << 22
    	case -AMOVWL:
    		return 0x0b8 << 22
    	case -AMOVWR:
    		return 0x0b9 << 22
    	case -AMOVVL:
    		return 0x0ba << 22
    	case -AMOVVR:
    		return 0x0bb << 22
    	case -AMOVB:
    		return 0x0a0 << 22
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 61.8K bytes
    - Viewed (0)
Back to top