MCPcopy Index your code
hub / github.com/yuin/gopher-lua / opSetArgC

Function opSetArgC

opcode.go:201–203  ·  view source on GitHub ↗
(inst *uint32, arg int)

Source from the content-addressed store, hash-verified

199}
200
201func opSetArgC(inst *uint32, arg int) {
202 *inst = (*inst & 0xfffc01ff) | uint32((arg&0x1ff)<<9)
203}
204
205func opGetArgBx(inst uint32) int {
206 return int(inst & 0x3ffff)

Callers 2

opCreateABCFunction · 0.85
SetCMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…