Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for IMUL (0.03 sec)

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

    	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,
    	LEA:       true,
    	MOV:       true,
    	MOVNTI:    true,
    	MUL:       true,
    	NEG:       true,
    	NOP:       true,
    	NOT:       true,
    	OR:        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)
  2. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*13163*/ uint16(xCondDataSize), 13167, 13171, 0,
    	/*13167*/ uint16(xSetOp), uint16(IMUL),
    	/*13169*/ uint16(xArgRM16),
    	/*13170*/ uint16(xMatch),
    	/*13171*/ uint16(xSetOp), uint16(IMUL),
    	/*13173*/ uint16(xArgRM32),
    	/*13174*/ uint16(xMatch),
    	/*13175*/ uint16(xCondDataSize), 13167, 13171, 13179,
    	/*13179*/ uint16(xSetOp), uint16(IMUL),
    	/*13181*/ uint16(xArgRM64),
    	/*13182*/ 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