17 lines
281 B
Go
17 lines
281 B
Go
//go:build ignore
|
|
|
|
package main
|
|
|
|
import (
|
|
. "sources.truenas.cloud/code/avo/build"
|
|
. "sources.truenas.cloud/code/avo/operand"
|
|
. "sources.truenas.cloud/code/avo/reg"
|
|
)
|
|
|
|
func main() {
|
|
TEXT("Issue65", NOSPLIT, "func()")
|
|
VINSERTI128(Imm(1), Y0.AsX(), Y1, Y2)
|
|
RET()
|
|
Generate()
|
|
}
|