Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for CVTSS2SI (0.77 sec)

  1. src/cmd/vendor/golang.org/x/arch/x86/x86asm/gnu.go

    		unmarkImplicit(&inst, PrefixDataSize)
    		markLastImplicit(&inst, PrefixDataSize)
    
    	case CVTSI2SD, CVTSI2SS:
    		if !isMem(inst.Args[1]) {
    			markLastImplicit(&inst, PrefixDataSize)
    		}
    
    	case CVTSD2SI, CVTSS2SI, CVTTSD2SI, CVTTSS2SI,
    		ENTER, FLDENV, FNSAVE, FNSTENV, FRSTOR, LGDT, LIDT, LRET,
    		POP, PUSH, RET, SGDT, SIDT, SYSRET, XBEGIN:
    		markLastImplicit(&inst, PrefixDataSize)
    
    	case LOOP, LOOPE, LOOPNE, MONITOR:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 21.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/arch/x86/x86asm/plan9x.go

    	BSR:       true,
    	BT:        true,
    	BTC:       true,
    	BTR:       true,
    	BTS:       true,
    	CMP:       true,
    	CMPXCHG:   true,
    	CVTSI2SD:  true,
    	CVTSI2SS:  true,
    	CVTSD2SI:  true,
    	CVTSS2SI:  true,
    	CVTTSD2SI: true,
    	CVTTSS2SI: true,
    	DEC:       true,
    	DIV:       true,
    	FLDENV:    true,
    	FRSTOR:    true,
    	IDIV:      true,
    	IMUL:      true,
    	IN:        true,
    	INC:       true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*2066*/ uint16(xMatch),
    	/*2067*/ uint16(xCondDataSize), 2071, 2077, 0,
    	/*2071*/ uint16(xSetOp), uint16(CVTSS2SI),
    	/*2073*/ uint16(xReadSlashR),
    	/*2074*/ uint16(xArgR32),
    	/*2075*/ uint16(xArgXmmM32),
    	/*2076*/ uint16(xMatch),
    	/*2077*/ uint16(xSetOp), uint16(CVTSS2SI),
    	/*2079*/ uint16(xReadSlashR),
    	/*2080*/ uint16(xArgR32),
    	/*2081*/ uint16(xArgXmmM32),
    	/*2082*/ 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)
Back to top