mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
This commit adds the wasm architecture to the compile command. A later commit will contain the corresponding linker changes. Design doc: https://docs.google.com/document/d/131vjr4DH6JFnb-blm_uRdaC0_Nv3OUwjEY5qVCxCup4 The following files are generated: - src/cmd/compile/internal/ssa/opGen.go - src/cmd/compile/internal/ssa/rewriteWasm.go - src/cmd/internal/obj/wasm/anames.go Updates #18892 Change-Id: Ifb4a96a3e427aac2362a1c97967d5667450fba3b Reviewed-on: https://go-review.googlesource.com/103295 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Cherry Zhang <cherryyz@google.com>
189 lines
2.4 KiB
Go
189 lines
2.4 KiB
Go
// Generated by stringer -i a.out.go -o anames.go -p wasm
|
|
// Do not edit.
|
|
|
|
package wasm
|
|
|
|
import "cmd/internal/obj"
|
|
|
|
var Anames = []string{
|
|
obj.A_ARCHSPECIFIC: "CallImport",
|
|
"Get",
|
|
"Set",
|
|
"Tee",
|
|
"Not",
|
|
"Unreachable",
|
|
"Nop",
|
|
"Block",
|
|
"Loop",
|
|
"If",
|
|
"Else",
|
|
"End",
|
|
"Br",
|
|
"BrIf",
|
|
"BrTable",
|
|
"Return",
|
|
"Call",
|
|
"CallIndirect",
|
|
"Drop",
|
|
"Select",
|
|
"I32Load",
|
|
"I64Load",
|
|
"F32Load",
|
|
"F64Load",
|
|
"I32Load8S",
|
|
"I32Load8U",
|
|
"I32Load16S",
|
|
"I32Load16U",
|
|
"I64Load8S",
|
|
"I64Load8U",
|
|
"I64Load16S",
|
|
"I64Load16U",
|
|
"I64Load32S",
|
|
"I64Load32U",
|
|
"I32Store",
|
|
"I64Store",
|
|
"F32Store",
|
|
"F64Store",
|
|
"I32Store8",
|
|
"I32Store16",
|
|
"I64Store8",
|
|
"I64Store16",
|
|
"I64Store32",
|
|
"CurrentMemory",
|
|
"GrowMemory",
|
|
"I32Const",
|
|
"I64Const",
|
|
"F32Const",
|
|
"F64Const",
|
|
"I32Eqz",
|
|
"I32Eq",
|
|
"I32Ne",
|
|
"I32LtS",
|
|
"I32LtU",
|
|
"I32GtS",
|
|
"I32GtU",
|
|
"I32LeS",
|
|
"I32LeU",
|
|
"I32GeS",
|
|
"I32GeU",
|
|
"I64Eqz",
|
|
"I64Eq",
|
|
"I64Ne",
|
|
"I64LtS",
|
|
"I64LtU",
|
|
"I64GtS",
|
|
"I64GtU",
|
|
"I64LeS",
|
|
"I64LeU",
|
|
"I64GeS",
|
|
"I64GeU",
|
|
"F32Eq",
|
|
"F32Ne",
|
|
"F32Lt",
|
|
"F32Gt",
|
|
"F32Le",
|
|
"F32Ge",
|
|
"F64Eq",
|
|
"F64Ne",
|
|
"F64Lt",
|
|
"F64Gt",
|
|
"F64Le",
|
|
"F64Ge",
|
|
"I32Clz",
|
|
"I32Ctz",
|
|
"I32Popcnt",
|
|
"I32Add",
|
|
"I32Sub",
|
|
"I32Mul",
|
|
"I32DivS",
|
|
"I32DivU",
|
|
"I32RemS",
|
|
"I32RemU",
|
|
"I32And",
|
|
"I32Or",
|
|
"I32Xor",
|
|
"I32Shl",
|
|
"I32ShrS",
|
|
"I32ShrU",
|
|
"I32Rotl",
|
|
"I32Rotr",
|
|
"I64Clz",
|
|
"I64Ctz",
|
|
"I64Popcnt",
|
|
"I64Add",
|
|
"I64Sub",
|
|
"I64Mul",
|
|
"I64DivS",
|
|
"I64DivU",
|
|
"I64RemS",
|
|
"I64RemU",
|
|
"I64And",
|
|
"I64Or",
|
|
"I64Xor",
|
|
"I64Shl",
|
|
"I64ShrS",
|
|
"I64ShrU",
|
|
"I64Rotl",
|
|
"I64Rotr",
|
|
"F32Abs",
|
|
"F32Neg",
|
|
"F32Ceil",
|
|
"F32Floor",
|
|
"F32Trunc",
|
|
"F32Nearest",
|
|
"F32Sqrt",
|
|
"F32Add",
|
|
"F32Sub",
|
|
"F32Mul",
|
|
"F32Div",
|
|
"F32Min",
|
|
"F32Max",
|
|
"F32Copysign",
|
|
"F64Abs",
|
|
"F64Neg",
|
|
"F64Ceil",
|
|
"F64Floor",
|
|
"F64Trunc",
|
|
"F64Nearest",
|
|
"F64Sqrt",
|
|
"F64Add",
|
|
"F64Sub",
|
|
"F64Mul",
|
|
"F64Div",
|
|
"F64Min",
|
|
"F64Max",
|
|
"F64Copysign",
|
|
"I32WrapI64",
|
|
"I32TruncSF32",
|
|
"I32TruncUF32",
|
|
"I32TruncSF64",
|
|
"I32TruncUF64",
|
|
"I64ExtendSI32",
|
|
"I64ExtendUI32",
|
|
"I64TruncSF32",
|
|
"I64TruncUF32",
|
|
"I64TruncSF64",
|
|
"I64TruncUF64",
|
|
"F32ConvertSI32",
|
|
"F32ConvertUI32",
|
|
"F32ConvertSI64",
|
|
"F32ConvertUI64",
|
|
"F32DemoteF64",
|
|
"F64ConvertSI32",
|
|
"F64ConvertUI32",
|
|
"F64ConvertSI64",
|
|
"F64ConvertUI64",
|
|
"F64PromoteF32",
|
|
"I32ReinterpretF32",
|
|
"I64ReinterpretF64",
|
|
"F32ReinterpretI32",
|
|
"F64ReinterpretI64",
|
|
"RESUMEPOINT",
|
|
"CALLNORESUME",
|
|
"MOVB",
|
|
"MOVH",
|
|
"MOVW",
|
|
"MOVD",
|
|
"WORD",
|
|
"LAST",
|
|
}
|