Searched refs:Xor2 (Results 1 - 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 259 V(Xor2) \
|
H A D | runtime_stubs.cpp | 1463 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 D | slow_runtime_stub.h | 56 static JSTaggedValue Xor2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
|
H A D | slow_runtime_stub.cpp | 281 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 D | interpreter-inl.cpp | 2164 JSTaggedValue res = SlowRuntimeStub::Xor2(thread, left, right); in RunInternal()
|
H A D | interpreter_assembly.cpp | 1488 JSTaggedValue res = SlowRuntimeStub::Xor2(thread, left, right);
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 59 V(Xor2) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | operations_stub_builder.cpp | 1226 result = CallRuntime(glue, RTSTUB_ID(Xor2), { left, right }); in Xor()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.cpp | 1043 ra_.Emit<Xor2>(node, 0, lhs); in Binary()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | ETSGen.cpp | 1973 BinaryBitwiseArithmetic<Xor2, Xor2Wide>(node, lhs); in BinaryLogic()
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | ir_builder_test.cpp | 1814 // Checks the build of the Xor2 instruction 1815 TEST_F(IrBuilderTest, Xor2) in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | ir_builder_test.cpp | 1836 // Checks the build of the Xor2 instruction 1837 TEST_F(IrBuilderTest, Xor2) in TEST_F()
|
Completed in 64 milliseconds