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

Function opSetArgBx

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

Source from the content-addressed store, hash-verified

207}
208
209func opSetArgBx(inst *uint32, arg int) {
210 *inst = (*inst & 0xfffc0000) | uint32(arg&0x3ffff)
211}
212
213func opGetArgSbx(inst uint32) int {
214 return opGetArgBx(inst) - opMaxArgSbx

Callers 3

opSetArgSbxFunction · 0.85
opCreateABxFunction · 0.85
SetBxMethod · 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…