Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 74 for 0x2a (0.32 sec)

  1. src/cmd/internal/obj/loong64/asm.go

    	switch a {
    	case AADD:
    		return 0x20 << 15
    	case AADDU:
    		return 0x20 << 15
    	case ASGT:
    		return 0x24 << 15 // SLT
    	case ASGTU:
    		return 0x25 << 15 // SLTU
    	case AMASKEQZ:
    		return 0x26 << 15
    	case AMASKNEZ:
    		return 0x27 << 15
    	case AAND:
    		return 0x29 << 15
    	case AOR:
    		return 0x2a << 15
    	case AXOR:
    		return 0x2b << 15
    	case ASUB:
    		return 0x22 << 15
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 61.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/asm_zos_s390x.s

    	// set up R2 to point to CEECAADMC
    	BYTE $0xE3; BYTE $0x20; BYTE $0x04; BYTE $0xB8; BYTE $0x00; BYTE $0x17 // llgt  2,1208
    	BYTE $0xB9; BYTE $0x17; BYTE $0x00; BYTE $0x22                         // llgtr 2,2
    	BYTE $0xA5; BYTE $0x26; BYTE $0x7F; BYTE $0xFF                         // nilh  2,32767
    	BYTE $0xE3; BYTE $0x22; BYTE $0x00; BYTE $0x58; BYTE $0x00; BYTE $0x04 // lg    2,88(2)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  3. src/crypto/rsa/pss_test.go

    	sig := []byte{
    		0x95, 0x59, 0x6f, 0xd3, 0x10, 0xa2, 0xe7, 0xa2, 0x92, 0x9d,
    		0x4a, 0x07, 0x2e, 0x2b, 0x27, 0xcc, 0x06, 0xc2, 0x87, 0x2c,
    		0x52, 0xf0, 0x4a, 0xcc, 0x05, 0x94, 0xf2, 0xc3, 0x2e, 0x20,
    		0xd7, 0x3e, 0x66, 0x62, 0xb5, 0x95, 0x2b, 0xa3, 0x93, 0x9a,
    		0x66, 0x64, 0x25, 0xe0, 0x74, 0x66, 0x8c, 0x3e, 0x92, 0xeb,
    		0xc6, 0xe6, 0xc0, 0x44, 0xf3, 0xb4, 0xb4, 0x2e, 0x8c, 0x66,
    		0x0a, 0x37, 0x9c, 0x69,
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  4. src/runtime/defs1_netbsd_arm.go

    	_ITIMER_REAL    = 0x0
    	_ITIMER_VIRTUAL = 0x1
    	_ITIMER_PROF    = 0x2
    
    	_EV_ADD       = 0x1
    	_EV_DELETE    = 0x2
    	_EV_ENABLE    = 0x4
    	_EV_DISABLE   = 0x8
    	_EV_CLEAR     = 0x20
    	_EV_RECEIPT   = 0
    	_EV_ERROR     = 0x4000
    	_EV_EOF       = 0x8000
    	_EVFILT_READ  = 0x0
    	_EVFILT_WRITE = 0x1
    	_EVFILT_USER  = 0x8
    
    	_NOTE_TRIGGER = 0x1000000
    )
    
    type sigset struct {
    	__bits [4]uint32
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  5. src/runtime/defs1_netbsd_arm64.go

    	_ITIMER_REAL    = 0x0
    	_ITIMER_VIRTUAL = 0x1
    	_ITIMER_PROF    = 0x2
    
    	_EV_ADD       = 0x1
    	_EV_DELETE    = 0x2
    	_EV_ENABLE    = 0x4
    	_EV_DISABLE   = 0x8
    	_EV_CLEAR     = 0x20
    	_EV_RECEIPT   = 0
    	_EV_ERROR     = 0x4000
    	_EV_EOF       = 0x8000
    	_EVFILT_READ  = 0x0
    	_EVFILT_WRITE = 0x1
    	_EVFILT_USER  = 0x8
    
    	_NOTE_TRIGGER = 0x1000000
    )
    
    type sigset struct {
    	__bits [4]uint32
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  6. src/runtime/defs1_netbsd_386.go

    	_ITIMER_REAL    = 0x0
    	_ITIMER_VIRTUAL = 0x1
    	_ITIMER_PROF    = 0x2
    
    	_EV_ADD       = 0x1
    	_EV_DELETE    = 0x2
    	_EV_ENABLE    = 0x4
    	_EV_DISABLE   = 0x8
    	_EV_CLEAR     = 0x20
    	_EV_RECEIPT   = 0
    	_EV_ERROR     = 0x4000
    	_EV_EOF       = 0x8000
    	_EVFILT_READ  = 0x0
    	_EVFILT_WRITE = 0x1
    	_EVFILT_USER  = 0x8
    
    	_NOTE_TRIGGER = 0x1000000
    )
    
    type sigset struct {
    	__bits [4]uint32
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 3K bytes
    - Viewed (0)
  7. src/runtime/defs1_netbsd_amd64.go

    	_ITIMER_REAL    = 0x0
    	_ITIMER_VIRTUAL = 0x1
    	_ITIMER_PROF    = 0x2
    
    	_EV_ADD       = 0x1
    	_EV_DELETE    = 0x2
    	_EV_ENABLE    = 0x4
    	_EV_DISABLE   = 0x8
    	_EV_CLEAR     = 0x20
    	_EV_RECEIPT   = 0
    	_EV_ERROR     = 0x4000
    	_EV_EOF       = 0x8000
    	_EVFILT_READ  = 0x0
    	_EVFILT_WRITE = 0x1
    	_EVFILT_USER  = 0x8
    
    	_NOTE_TRIGGER = 0x1000000
    )
    
    type sigset struct {
    	__bits [4]uint32
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  8. src/runtime/defs_freebsd_arm.go

    	_SIGUSR2   = 0x1f
    
    	_FPE_INTDIV = 0x2
    	_FPE_INTOVF = 0x1
    	_FPE_FLTDIV = 0x3
    	_FPE_FLTOVF = 0x4
    	_FPE_FLTUND = 0x5
    	_FPE_FLTRES = 0x6
    	_FPE_FLTINV = 0x7
    	_FPE_FLTSUB = 0x8
    
    	_BUS_ADRALN = 0x1
    	_BUS_ADRERR = 0x2
    	_BUS_OBJERR = 0x3
    
    	_SEGV_MAPERR = 0x1
    	_SEGV_ACCERR = 0x2
    
    	_ITIMER_REAL    = 0x0
    	_ITIMER_VIRTUAL = 0x1
    	_ITIMER_PROF    = 0x2
    
    	_EV_ADD       = 0x1
    	_EV_DELETE    = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 4K bytes
    - Viewed (0)
  9. src/runtime/defs_freebsd_arm64.go

    	_SIGUSR2   = 0x1f
    
    	_FPE_INTDIV = 0x2
    	_FPE_INTOVF = 0x1
    	_FPE_FLTDIV = 0x3
    	_FPE_FLTOVF = 0x4
    	_FPE_FLTUND = 0x5
    	_FPE_FLTRES = 0x6
    	_FPE_FLTINV = 0x7
    	_FPE_FLTSUB = 0x8
    
    	_BUS_ADRALN = 0x1
    	_BUS_ADRERR = 0x2
    	_BUS_OBJERR = 0x3
    
    	_SEGV_MAPERR = 0x1
    	_SEGV_ACCERR = 0x2
    
    	_ITIMER_REAL    = 0x0
    	_ITIMER_VIRTUAL = 0x1
    	_ITIMER_PROF    = 0x2
    
    	_EV_ADD       = 0x1
    	_EV_DELETE    = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  10. src/runtime/defs_freebsd_386.go

    	_SIGUSR2   = 0x1f
    
    	_FPE_INTDIV = 0x2
    	_FPE_INTOVF = 0x1
    	_FPE_FLTDIV = 0x3
    	_FPE_FLTOVF = 0x4
    	_FPE_FLTUND = 0x5
    	_FPE_FLTRES = 0x6
    	_FPE_FLTINV = 0x7
    	_FPE_FLTSUB = 0x8
    
    	_BUS_ADRALN = 0x1
    	_BUS_ADRERR = 0x2
    	_BUS_OBJERR = 0x3
    
    	_SEGV_MAPERR = 0x1
    	_SEGV_ACCERR = 0x2
    
    	_ITIMER_REAL    = 0x0
    	_ITIMER_VIRTUAL = 0x1
    	_ITIMER_PROF    = 0x2
    
    	_EV_ADD       = 0x1
    	_EV_DELETE    = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 4.6K bytes
    - Viewed (0)
Back to top