Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 23 of 23 for di (0.13 sec)

  1. doc/asm.html

    </p>
    
    <p>
    Addressing modes:
    </p>
    
    <ul>
    
    <li>
    <code>(DI)(BX*2)</code>: The location at address <code>DI</code> plus <code>BX*2</code>.
    </li>
    
    <li>
    <code>64(DI)(BX*2)</code>: The location at address <code>DI</code> plus <code>BX*2</code> plus 64.
    These modes accept only 1, 2, 4, and 8 as scale factors.
    </li>
    
    </ul>
    
    <p>
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/avx512enc/avx512er.s

    	VEXP2PD (R14), K2, Z17                             // 62c2fd4ac80e
    	VEXP2PD -7(DI)(R8*8), K2, Z17                      // 62a2fd4ac88cc7f9ffffff
    	VEXP2PD Z31, K2, Z23                               // 6282fd4ac8ff
    	VEXP2PD Z0, K2, Z23                                // 62e2fd4ac8f8
    	VEXP2PD (R14), K2, Z23                             // 62c2fd4ac83e
    	VEXP2PD -7(DI)(R8*8), K2, Z23                      // 62a2fd4ac8bcc7f9ffffff
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue May 22 14:57:15 GMT 2018
    - 28.4K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg debug/macho, type Regs386 struct, BX uint32
    pkg debug/macho, type Regs386 struct, CS uint32
    pkg debug/macho, type Regs386 struct, CX uint32
    pkg debug/macho, type Regs386 struct, DI uint32
    pkg debug/macho, type Regs386 struct, DS uint32
    pkg debug/macho, type Regs386 struct, DX uint32
    pkg debug/macho, type Regs386 struct, ES uint32
    pkg debug/macho, type Regs386 struct, FLAGS uint32
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
Back to top