Backfill func validation unit tests for SIMD load, store, and lane manipulations (#609)
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
This commit is contained in:
@@ -214,11 +214,13 @@ func (o OperandTypes) String() string {
|
||||
// AssemblerImpl implements Assembler.
|
||||
type AssemblerImpl struct {
|
||||
asm.BaseAssemblerImpl
|
||||
EnablePadding bool
|
||||
Root, Current *NodeImpl
|
||||
nodeCount int
|
||||
Buf *bytes.Buffer
|
||||
ForceReAssemble bool
|
||||
EnablePadding bool
|
||||
Root, Current *NodeImpl
|
||||
nodeCount int
|
||||
Buf *bytes.Buffer
|
||||
ForceReAssemble bool
|
||||
// MaxDisplacementForConstantPool is fixed to defaultMaxDisplacementForConstantPool
|
||||
// but have it as a field here for testability.
|
||||
MaxDisplacementForConstantPool int
|
||||
|
||||
pool constPool
|
||||
|
||||
@@ -212,11 +212,13 @@ func (o OperandTypes) String() string {
|
||||
// AssemblerImpl implements Assembler.
|
||||
type AssemblerImpl struct {
|
||||
asm.BaseAssemblerImpl
|
||||
Root, Current *NodeImpl
|
||||
Buf *bytes.Buffer
|
||||
temporaryRegister asm.Register
|
||||
nodeCount int
|
||||
pool constPool
|
||||
Root, Current *NodeImpl
|
||||
Buf *bytes.Buffer
|
||||
temporaryRegister asm.Register
|
||||
nodeCount int
|
||||
pool constPool
|
||||
// MaxDisplacementForConstantPool is fixed to defaultMaxDisplacementForConstPool
|
||||
// but have it as a field here for testability.
|
||||
MaxDisplacementForConstantPool int
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user