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

Method c

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

Source from the content-addressed store, hash-verified

151func (i instruction) a() int { return int(i >> posA & maxArgA) }
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 }

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected