MCPcopy Index your code
hub / github.com/Shopify/go-lua / createAx

Function createAx

instructions.go:178–178  ·  view source on GitHub ↗
(op opCode, a int)

Source from the content-addressed store, hash-verified

176}
177
178func createAx(op opCode, a int) instruction { return instruction(op)<<posOp | instruction(a)<<posAx }
179
180func (i instruction) String() string {
181 op := i.opCode()

Callers 1

encodeExtraArgMethod · 0.85

Calls 1

instructionTypeAlias · 0.85

Tested by

no test coverage detected