Home
last modified time | relevance | path

Searched refs:Xor2 (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h259 V(Xor2) \
H A Druntime_stubs.cpp1463 DEF_RUNTIME_STUBS(Xor2) in DEF_RUNTIME_STUBS()
1465 RUNTIME_STUBS_HEADER(Xor2); in DEF_RUNTIME_STUBS()
1469 auto res = SlowRuntimeStub::Xor2(thread, left, right); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h56 static JSTaggedValue Xor2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
H A Dslow_runtime_stub.cpp281 JSTaggedValue SlowRuntimeStub::Xor2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Xor2() function in panda::ecmascript::SlowRuntimeStub
283 INTERPRETER_TRACE(thread, Xor2); in Xor2()
H A Dinterpreter-inl.cpp2164 JSTaggedValue res = SlowRuntimeStub::Xor2(thread, left, right); in RunInternal()
H A Dinterpreter_assembly.cpp1488 JSTaggedValue res = SlowRuntimeStub::Xor2(thread, left, right);
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h59 V(Xor2) \
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Doperations_stub_builder.cpp1226 result = CallRuntime(glue, RTSTUB_ID(Xor2), { left, right }); in Xor()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1043 ra_.Emit<Xor2>(node, 0, lhs); in Binary()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.cpp1973 BinaryBitwiseArithmetic<Xor2, Xor2Wide>(node, lhs); in BinaryLogic()
/arkcompiler/runtime_core/compiler/tests/
H A Dir_builder_test.cpp1814 // Checks the build of the Xor2 instruction
1815 TEST_F(IrBuilderTest, Xor2) in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dir_builder_test.cpp1836 // Checks the build of the Xor2 instruction
1837 TEST_F(IrBuilderTest, Xor2) in TEST_F()

Completed in 64 milliseconds