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

Method setA

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

Source from the content-addressed store, hash-verified

156func (i instruction) sbx() int { return int(i>>posBx&maxArgBx) - maxArgSBx }
157
158func (i *instruction) setA(arg int) { i.setArg(posA, sizeA, arg) }
159func (i *instruction) setB(arg int) { i.setArg(posB, sizeB, arg) }
160func (i *instruction) setC(arg int) { i.setArg(posC, sizeC, arg) }
161func (i *instruction) setBx(arg int) { i.setArg(posBx, sizeBx, arg) }

Callers 6

loadNilMethod · 0.80
patchTestRegisterMethod · 0.80
PatchCloseMethod · 0.80
setReturnsMethod · 0.80
dischargeToRegisterMethod · 0.80
invertJumpMethod · 0.80

Calls 1

setArgMethod · 0.95

Tested by

no test coverage detected