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

Method setAx

instructions.go:162–162  ·  view source on GitHub ↗
(arg int)

Source from the content-addressed store, hash-verified

160func (i *instruction) setC(arg int) { i.setArg(posC, sizeC, arg) }
161func (i *instruction) setBx(arg int) { i.setArg(posBx, sizeBx, arg) }
162func (i *instruction) setAx(arg int) { i.setArg(posAx, sizeAx, arg) }
163func (i *instruction) setSBx(arg int) { i.setArg(posBx, sizeBx, arg+maxArgSBx) }
164
165func createABC(op opCode, a, b, c int) instruction {

Callers

nothing calls this directly

Calls 1

setArgMethod · 0.95

Tested by

no test coverage detected