Home
last modified time | relevance | path

Searched refs:Ashr (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcommon_stub_csigns.h38 V(Ashr) \
H A Doperations_stub_builder.h52 GateRef Ashr(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperation());
H A Dcall_signature.h379 V(Ashr) \
H A Dcall_signature.cpp128 DEF_CALL_SIGNATURE(Ashr) in DEF_CALL_SIGNATURE()
130 BINARY_CALL_SIGNATURE(Ashr) in DEF_CALL_SIGNATURE()
H A Dcommon_stubs.cpp249 Return(operationBuilder.Ashr(glue, x, y)); in GenerateCircuit()
H A Doperations_stub_builder.cpp884 GateRef OperationsStubBuilder::Ashr(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) in Ashr() function in panda::ecmascript::kungfu::OperationsStubBuilder
H A Dslowpath_lowering.cpp1480 GateRef result = builder_.CallStub(glue_, gate, CommonStubCSigns::Ashr, in LowerAshr2()
H A Dinterpreter_stub.cpp2101 GateRef result = builder.Ashr(glue, left, acc, callback); in DECLARE_ASM_HANDLER()
/arkcompiler/runtime_core/compiler/tests/
H A Dir_builder_test.cpp2447 TEST_F(IrBuilderTest, Ashr) in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dir_builder_test.cpp2469 TEST_F(IrBuilderTest, Ashr) in TEST_F()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp1110 GateRef result = builder.Ashr(glue, left, acc, callback); in GenerateCircuit()

Completed in 61 milliseconds