update
This commit is contained in:
@@ -4,9 +4,9 @@ import (
|
||||
"reflect"
|
||||
"testing"
|
||||
|
||||
"github.com/mmcloughlin/avo/ir"
|
||||
"github.com/mmcloughlin/avo/operand"
|
||||
"github.com/mmcloughlin/avo/reg"
|
||||
"sources.truenas.cloud/code/avo/ir"
|
||||
"sources.truenas.cloud/code/avo/operand"
|
||||
"sources.truenas.cloud/code/avo/reg"
|
||||
)
|
||||
|
||||
func TestCases(t *testing.T) {
|
||||
|
||||
@@ -3,8 +3,8 @@ package x86
|
||||
import (
|
||||
"errors"
|
||||
|
||||
"github.com/mmcloughlin/avo/ir"
|
||||
"github.com/mmcloughlin/avo/operand"
|
||||
"sources.truenas.cloud/code/avo/ir"
|
||||
"sources.truenas.cloud/code/avo/operand"
|
||||
)
|
||||
|
||||
// build constructs an instruction object from a list of acceptable forms, and
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
package x86
|
||||
|
||||
import (
|
||||
intrep "github.com/mmcloughlin/avo/ir"
|
||||
"github.com/mmcloughlin/avo/operand"
|
||||
intrep "sources.truenas.cloud/code/avo/ir"
|
||||
"sources.truenas.cloud/code/avo/operand"
|
||||
)
|
||||
|
||||
// ADCB: Add with Carry.
|
||||
|
||||
@@ -8,8 +8,8 @@ import (
|
||||
"math"
|
||||
"testing"
|
||||
|
||||
"github.com/mmcloughlin/avo/operand"
|
||||
"github.com/mmcloughlin/avo/reg"
|
||||
"sources.truenas.cloud/code/avo/operand"
|
||||
"sources.truenas.cloud/code/avo/reg"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
package x86
|
||||
|
||||
import (
|
||||
"github.com/mmcloughlin/avo/operand"
|
||||
"github.com/mmcloughlin/avo/reg"
|
||||
"sources.truenas.cloud/code/avo/operand"
|
||||
"sources.truenas.cloud/code/avo/reg"
|
||||
)
|
||||
|
||||
// maxoperands is the maximum number of operands in an instruction form, including implicit operands.
|
||||
|
||||
Reference in New Issue
Block a user