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

Method bx

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

Source from the content-addressed store, hash-verified

152func (i instruction) b() int { return int(i >> posB & maxArgB) }
153func (i instruction) c() int { return int(i >> posC & maxArgC) }
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

Callers 4

StringMethod · 0.95
objectNameMethod · 0.80
initFunction · 0.80
executeSwitchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected