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

Function opSetOpCode

opcode.go:177–179  ·  view source on GitHub ↗
(inst *uint32, opcode int)

Source from the content-addressed store, hash-verified

175}
176
177func opSetOpCode(inst *uint32, opcode int) {
178 *inst = (*inst & 0x3ffffff) | uint32(opcode<<26)
179}
180
181func opGetArgA(inst uint32) int {
182 return int(inst>>18) & 0xff

Callers 4

opCreateABCFunction · 0.85
opCreateABxFunction · 0.85
opCreateASbxFunction · 0.85
SetOpCodeMethod · 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…