MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / bitNot

Method bitNot

src/hx/cppia/CppiaCompiler.cpp:1206–1209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1204
1205
1206 void bitNot(const JitVal &inDest, const JitVal &v0) HXCPP_OVERRIDE
1207 {
1208 emit_op1(SLJIT_NOT32, inDest, v0);
1209 }
1210
1211 void bitOp(BitOp inOp, const JitVal &inDest, const JitVal &v0, const JitVal &v1 ) HXCPP_OVERRIDE
1212 {

Callers 1

genCodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected