Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 28 of 28 for RDX (0.04 sec)

  1. src/cmd/vendor/golang.org/x/arch/x86/x86asm/plan9x.go

    	EBP:  "BP",
    	ESI:  "SI",
    	EDI:  "DI",
    	R8L:  "R8",
    	R9L:  "R9",
    	R10L: "R10",
    	R11L: "R11",
    	R12L: "R12",
    	R13L: "R13",
    	R14L: "R14",
    	R15L: "R15",
    	RAX:  "AX",
    	RCX:  "CX",
    	RDX:  "DX",
    	RBX:  "BX",
    	RSP:  "SP",
    	RBP:  "BP",
    	RSI:  "SI",
    	RDI:  "DI",
    	R8:   "R8",
    	R9:   "R9",
    	R10:  "R10",
    	R11:  "R11",
    	R12:  "R12",
    	R13:  "R13",
    	R14:  "R14",
    	R15:  "R15",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go

    type Reg struct {
    	R15    int64
    	R14    int64
    	R13    int64
    	R12    int64
    	R11    int64
    	R10    int64
    	R9     int64
    	R8     int64
    	Rdi    int64
    	Rsi    int64
    	Rbp    int64
    	Rbx    int64
    	Rdx    int64
    	Rcx    int64
    	Rax    int64
    	Trapno uint32
    	Fs     uint16
    	Gs     uint16
    	Err    uint32
    	Es     uint16
    	Ds     uint16
    	Rip    int64
    	Cs     int64
    	Rflags int64
    	Rsp    int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  3. src/syscall/ztypes_linux_amd64.go

    	R14      uint64
    	R13      uint64
    	R12      uint64
    	Rbp      uint64
    	Rbx      uint64
    	R11      uint64
    	R10      uint64
    	R9       uint64
    	R8       uint64
    	Rax      uint64
    	Rcx      uint64
    	Rdx      uint64
    	Rsi      uint64
    	Rdi      uint64
    	Orig_rax uint64
    	Rip      uint64
    	Cs       uint64
    	Eflags   uint64
    	Rsp      uint64
    	Ss       uint64
    	Fs_base  uint64
    	Gs_base  uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 12K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/arch/x86/x86asm/gnu.go

    	EDI:  "%edi",
    	R8L:  "%r8d",
    	R9L:  "%r9d",
    	R10L: "%r10d",
    	R11L: "%r11d",
    	R12L: "%r12d",
    	R13L: "%r13d",
    	R14L: "%r14d",
    	R15L: "%r15d",
    	RAX:  "%rax",
    	RCX:  "%rcx",
    	RDX:  "%rdx",
    	RBX:  "%rbx",
    	RSP:  "%rsp",
    	RBP:  "%rbp",
    	RSI:  "%rsi",
    	RDI:  "%rdi",
    	R8:   "%r8",
    	R9:   "%r9",
    	R10:  "%r10",
    	R11:  "%r11",
    	R12:  "%r12",
    	R13:  "%r13",
    	R14:  "%r14",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 21.4K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/arch/x86/x86asm/decode.go

    	xArgR64M16       // arg r64/m16
    	xArgR64op        // arg r64 with +rd in opcode
    	xArgR8           // arg r8
    	xArgR8op         // arg r8 with +rb in opcode
    	xArgRAX          // arg RAX
    	xArgRDX          // arg RDX
    	xArgRM           // arg r/m
    	xArgRM16         // arg r/m16
    	xArgRM32         // arg r/m32
    	xArgRM64         // arg r/m64
    	xArgRM8          // arg r/m8
    	xArgReg          // arg reg
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 10 18:59:52 UTC 2023
    - 45.1K bytes
    - Viewed (0)
  6. src/runtime/asm_amd64.s

    	// invoke INT3. The debugger should write the argument
    	// frame for the call at SP, set up argument registers, push
    	// the trapping PC on the stack, set the PC to the function to
    	// call, set RDX to point to the closure (if a closure call),
    	// and resume execution.
    	//
    	// If the function returns, this will set R12 to 1 and invoke
    	// INT3. The debugger can then inspect any return value saved
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"PtraceRegs.R9", Field, 0},
    		{"PtraceRegs.Rax", Field, 0},
    		{"PtraceRegs.Rbp", Field, 0},
    		{"PtraceRegs.Rbx", Field, 0},
    		{"PtraceRegs.Rcx", Field, 0},
    		{"PtraceRegs.Rdi", Field, 0},
    		{"PtraceRegs.Rdx", Field, 0},
    		{"PtraceRegs.Rip", Field, 0},
    		{"PtraceRegs.Rsi", Field, 0},
    		{"PtraceRegs.Rsp", Field, 0},
    		{"PtraceRegs.Ss", Field, 0},
    		{"PtraceRegs.Uregs", Field, 0},
    		{"PtraceRegs.Xcs", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  8. api/go1.txt

    pkg syscall (linux-amd64), type PtraceRegs struct, Rcx uint64
    pkg syscall (linux-amd64), type PtraceRegs struct, Rdi uint64
    pkg syscall (linux-amd64), type PtraceRegs struct, Rdx uint64
    pkg syscall (linux-amd64), type PtraceRegs struct, Rip uint64
    pkg syscall (linux-amd64), type PtraceRegs struct, Rsi uint64
    pkg syscall (linux-amd64), type PtraceRegs struct, Rsp uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top