Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for vdivesd (0.12 sec)

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

    		{name: "MULSD", argLength: 2, reg: fp21, asm: "MULSD", commutative: true, resultInArg0: true},
    		{name: "DIVSS", argLength: 2, reg: fp21, asm: "DIVSS", resultInArg0: true},
    		{name: "DIVSD", argLength: 2, reg: fp21, asm: "DIVSD", resultInArg0: true},
    
    		// MOVSxload: floating-point loads
    		// x==S for float32, x==D for float64
    		// load from arg0+auxint+aux, arg1 = mem
    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

    	{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}},
    	{ADPPS, yxshuf, Pq, opBytes{0x3a, 0x40, 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