MCPcopy Index your code
hub / github.com/Shopify/go-lua / testTMode

Function testTMode

instructions.go:225–225  ·  view source on GitHub ↗
(m opCode)

Source from the content-addressed store, hash-verified

223func cMode(m opCode) byte { return (opModes[m] >> 2) & 3 }
224func testAMode(m opCode) bool { return opModes[m]&(1<<6) != 0 }
225func testTMode(m opCode) bool { return opModes[m]&(1<<7) != 0 }
226
227var opModes []byte = []byte{
228 // T A B C mode opcode

Callers 2

jumpControlMethod · 0.85
invertJumpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected