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

Function opCreateABx

opcode.go:230–236  ·  view source on GitHub ↗
(op int, a int, bx int)

Source from the content-addressed store, hash-verified

228}
229
230func opCreateABx(op int, a int, bx int) uint32 {
231 var inst uint32 = 0
232 opSetOpCode(&inst, op)
233 opSetArgA(&inst, a)
234 opSetArgBx(&inst, bx)
235 return inst
236}
237
238func opCreateASbx(op int, a int, sbx int) uint32 {
239 var inst uint32 = 0

Callers 1

AddABxMethod · 0.85

Calls 3

opSetOpCodeFunction · 0.85
opSetArgAFunction · 0.85
opSetArgBxFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…