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

Function opSetArgA

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

Source from the content-addressed store, hash-verified

183}
184
185func opSetArgA(inst *uint32, arg int) {
186 *inst = (*inst & 0xfc03ffff) | uint32((arg&0xff)<<18)
187}
188
189func opGetArgB(inst uint32) int {
190 return int(inst & 0x1ff)

Callers 4

opCreateABCFunction · 0.85
opCreateABxFunction · 0.85
opCreateASbxFunction · 0.85
SetAMethod · 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…