MCPcopy Create free account
hub / github.com/Shopify/go-lua / sbx

Method sbx

instructions.go:156–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154func (i instruction) bx() int { return int(i >> posBx & maxArgBx) }
155func (i instruction) ax() int { return int(i >> posAx & maxArgAx) }
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) }

Callers 6

StringMethod · 0.95
jumpMethod · 0.80
isJumpListWalkableMethod · 0.80
lastLoadMethod · 0.80
initFunction · 0.80
executeSwitchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected