@@ -6343,6 +6343,34 @@ var Instructions = []Instruction{
|
||||
{Type: "m64", Action: 0x2},
|
||||
},
|
||||
},
|
||||
{
|
||||
ISA: []string{"SSE2"},
|
||||
Operands: []Operand{
|
||||
{Type: "xmm", Action: 0x1},
|
||||
{Type: "r32", Action: 0x2},
|
||||
},
|
||||
},
|
||||
{
|
||||
ISA: []string{"SSE2"},
|
||||
Operands: []Operand{
|
||||
{Type: "r32", Action: 0x1},
|
||||
{Type: "xmm", Action: 0x2},
|
||||
},
|
||||
},
|
||||
{
|
||||
ISA: []string{"SSE2"},
|
||||
Operands: []Operand{
|
||||
{Type: "m32", Action: 0x1},
|
||||
{Type: "xmm", Action: 0x2},
|
||||
},
|
||||
},
|
||||
{
|
||||
ISA: []string{"SSE2"},
|
||||
Operands: []Operand{
|
||||
{Type: "xmm", Action: 0x1},
|
||||
{Type: "m32", Action: 0x2},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user