MCPcopy Create free account
hub / github.com/yuin/gopher-lua / opGetArgBx

Function opGetArgBx

opcode.go:205–207  ·  view source on GitHub ↗
(inst uint32)

Source from the content-addressed store, hash-verified

203}
204
205func opGetArgBx(inst uint32) int {
206 return int(inst & 0x3ffff)
207}
208
209func opSetArgBx(inst *uint32, arg int) {
210 *inst = (*inst & 0xfffc0000) | uint32(arg&0x3ffff)

Callers 4

opGetArgSbxFunction · 0.85
opToStringFunction · 0.85
PropagateKMVMethod · 0.85
patchCodeFunction · 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…