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

Function opSetArgB

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

Source from the content-addressed store, hash-verified

191}
192
193func opSetArgB(inst *uint32, arg int) {
194 *inst = (*inst & 0xfffffe00) | uint32(arg&0x1ff)
195}
196
197func opGetArgC(inst uint32) int {
198 return int(inst>>9) & 0x1ff

Callers 2

opCreateABCFunction · 0.85
SetBMethod · 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…