Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for cmovnl (0.1 sec)

  1. src/cmd/internal/obj/ppc64/asm9.go

    	{as: AFMOVSZ, a1: C_XOREG, a6: C_FREG, type_: 45, size: 4},
    
    	{as: AMOVFL, a1: C_CREG, a6: C_CREG, type_: 67, size: 4},
    	{as: AMOVFL, a1: C_FPSCR, a6: C_CREG, type_: 73, size: 4},
    	{as: AMOVFL, a1: C_FPSCR, a6: C_FREG, type_: 53, size: 4},
    	{as: AMOVFL, a1: C_FREG, a3: C_32CON, a6: C_FPSCR, type_: 64, size: 4},
    	{as: AMOVFL, a1: C_FREG, a6: C_FPSCR, type_: 64, size: 4},
    	{as: AMOVFL, a1: C_32CON, a6: C_FPSCR, type_: 65, size: 4},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/arm64/asm7.go

    		case ATST:
    			oprangeset(ATSTW, t)
    
    			/* register/register, and shifted */
    		case AMVN:
    			oprangeset(AMVNW, t)
    
    		case AMOVK:
    			oprangeset(AMOVKW, t)
    			oprangeset(AMOVN, t)
    			oprangeset(AMOVNW, t)
    			oprangeset(AMOVZ, t)
    			oprangeset(AMOVZW, t)
    
    		case ASWPD:
    			for i := range atomicLDADD {
    				oprangeset(i, t)
    			}
    			for i := range atomicSWP {
    				if i == ASWPD {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/x86/asm6.go

    	{AMOVW, Yml, Ynone, Ygs, movMemReg, [4]uint8{0x8e, 5, 0, 0}},
    
    	// mov cr
    	{AMOVL, Ycr0, Ynone, Yrl, movRegMem2op, [4]uint8{0x0f, 0x20, 0, 0}},
    	{AMOVL, Ycr2, Ynone, Yrl, movRegMem2op, [4]uint8{0x0f, 0x20, 2, 0}},
    	{AMOVL, Ycr3, Ynone, Yrl, movRegMem2op, [4]uint8{0x0f, 0x20, 3, 0}},
    	{AMOVL, Ycr4, Ynone, Yrl, movRegMem2op, [4]uint8{0x0f, 0x20, 4, 0}},
    	{AMOVL, Ycr8, Ynone, Yrl, movRegMem2op, [4]uint8{0x0f, 0x20, 8, 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