Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for idivt (0.09 sec)

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

    	IDIVQ (BX)                              // 48f73b
    	IDIVQ (R11)                             // 49f73b
    	IDIVQ DX                                // 48f7fa
    	IDIVQ R11                               // 49f7fb
    	IDIVB (BX)                              // f63b
    	IDIVB (R11)                             // 41f63b
    	IDIVB DL                                // f6fa
    	IDIVB R11                               // 41f6fb
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    		{name: "DIVQ", argLength: 2, reg: gp11div, typ: "(Int64,Int64)", asm: "IDIVQ", aux: "Bool", clobberFlags: true},
    		{name: "DIVL", argLength: 2, reg: gp11div, typ: "(Int32,Int32)", asm: "IDIVL", aux: "Bool", clobberFlags: true},
    		{name: "DIVW", argLength: 2, reg: gp11div, typ: "(Int16,Int16)", asm: "IDIVW", aux: "Bool", clobberFlags: true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (1)
  3. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*13209*/ uint16(xCondDataSize), 13213, 13217, 0,
    	/*13213*/ uint16(xSetOp), uint16(IDIV),
    	/*13215*/ uint16(xArgRM16),
    	/*13216*/ uint16(xMatch),
    	/*13217*/ uint16(xSetOp), uint16(IDIV),
    	/*13219*/ uint16(xArgRM32),
    	/*13220*/ uint16(xMatch),
    	/*13221*/ uint16(xCondDataSize), 13213, 13217, 13225,
    	/*13225*/ uint16(xSetOp), uint16(IDIV),
    	/*13227*/ uint16(xArgRM64),
    	/*13228*/ uint16(xMatch),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      When the procession came opposite to Alice, they all stopped
    and looked at her, and the Queen said severely `Who is this?'
    She said it to the Knave of Hearts, who only bowed and smiled in reply.
    
      `Idiot!' said the Queen, tossing her head impatiently; and,
    turning to Alice, she went on, `What's your name, child?'
    
      `My name is Alice, so please your Majesty,' said Alice very
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      When the procession came opposite to Alice, they all stopped
    and looked at her, and the Queen said severely `Who is this?'
    She said it to the Knave of Hearts, who only bowed and smiled in reply.
    
      `Idiot!' said the Queen, tossing her head impatiently; and,
    turning to Alice, she went on, `What's your name, child?'
    
      `My name is Alice, so please your Majesty,' said Alice very
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
Back to top