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

Function opGetArgB

opcode.go:189–191  ·  view source on GitHub ↗
(inst uint32)

Source from the content-addressed store, hash-verified

187}
188
189func opGetArgB(inst uint32) int {
190 return int(inst & 0x1ff)
191}
192
193func opSetArgB(inst *uint32, arg int) {
194 *inst = (*inst & 0xfffffe00) | uint32(arg&0x1ff)

Callers 6

initFunction · 0.85
initFunction · 0.85
opToStringFunction · 0.85
PropagateKMVMethod · 0.85
PropagateMVMethod · 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…