Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ddivq (0.07 sec)

  1. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    		// DIVx[U] computes [arg0 / arg1, arg0 % arg1]
    		// For signed versions, AuxInt non-zero means that the divisor has been proved to be not -1.
    		{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},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (1)
  2. src/cmd/internal/obj/x86/asm6.go

    	{ADECW, yincq, Pe, opBytes{0xff, 01}},
    	{ADIVB, ydivb, Pb, opBytes{0xf6, 06}},
    	{ADIVL, ydivl, Px, opBytes{0xf7, 06}},
    	{ADIVPD, yxm, Pe, opBytes{0x5e}},
    	{ADIVPS, yxm, Pm, opBytes{0x5e}},
    	{ADIVQ, ydivl, Pw, opBytes{0xf7, 06}},
    	{ADIVSD, yxm, Pf2, opBytes{0x5e}},
    	{ADIVSS, yxm, Pf3, opBytes{0x5e}},
    	{ADIVW, ydivl, Pe, opBytes{0xf7, 06}},
    	{ADPPD, yxshuf, Pq, opBytes{0x3a, 0x41, 0}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
Back to top