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

Function opGetArgA

opcode.go:181–183  ·  view source on GitHub ↗
(inst uint32)

Source from the content-addressed store, hash-verified

179}
180
181func opGetArgA(inst uint32) int {
182 return int(inst>>18) & 0xff
183}
184
185func opSetArgA(inst *uint32, arg int) {
186 *inst = (*inst & 0xfc03ffff) | uint32((arg&0xff)<<18)

Callers 5

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