Searched refs:Ashr (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | common_stub_csigns.h | 38 V(Ashr) \
|
H A D | operations_stub_builder.h | 52 GateRef Ashr(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperation());
|
H A D | call_signature.h | 379 V(Ashr) \
|
H A D | call_signature.cpp | 128 DEF_CALL_SIGNATURE(Ashr) in DEF_CALL_SIGNATURE() 130 BINARY_CALL_SIGNATURE(Ashr) in DEF_CALL_SIGNATURE()
|
H A D | common_stubs.cpp | 249 Return(operationBuilder.Ashr(glue, x, y)); in GenerateCircuit()
|
H A D | operations_stub_builder.cpp | 884 GateRef OperationsStubBuilder::Ashr(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) in Ashr() function in panda::ecmascript::kungfu::OperationsStubBuilder
|
H A D | slowpath_lowering.cpp | 1480 GateRef result = builder_.CallStub(glue_, gate, CommonStubCSigns::Ashr, in LowerAshr2()
|
H A D | interpreter_stub.cpp | 2101 GateRef result = builder.Ashr(glue, left, acc, callback);
in DECLARE_ASM_HANDLER()
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | ir_builder_test.cpp | 2447 TEST_F(IrBuilderTest, Ashr) in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | ir_builder_test.cpp | 2469 TEST_F(IrBuilderTest, Ashr) in TEST_F()
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 1110 GateRef result = builder.Ashr(glue, left, acc, callback); in GenerateCircuit()
|
Completed in 61 milliseconds