Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for divtab (0.04 sec)

  1. src/cmd/asm/internal/asm/testdata/amd64enc_extra.s

    	MOVQ CR0, DX // 0f20c2
    	MOVQ CR4, DI // 0f20e7
    	MOVQ AX, CR0 // 0f22c0
    	MOVQ DX, CR0 // 0f22c2
    	MOVQ DI, CR4 // 0f22e7
    	MOVQ DR0, AX // 0f21c0
    	MOVQ DR6, DX // 0f21f2
    	MOVQ DR7, SI // 0f21fe
    	// Test other movtab entries.
    	PUSHQ GS // 0fa8
    	PUSHQ FS // 0fa0
    	POPQ FS  // 0fa1
    	POPQ GS  // 0fa9
    	// All instructions below semantically have unsigned operands,
    	// but previous assembler permitted negative arguments.
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 57.6K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	DIVQ DX                                 // 48f7f2
    	DIVQ R11                                // 49f7f3
    	DIVB (BX)                               // f633
    	DIVB (R11)                              // 41f633
    	DIVB DL                                 // f6f2
    	DIVB R11                                // 41f6f3
    	DIVPD (BX), X2                          // 660f5e13
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (1)
Back to top