Home
last modified time | relevance | path

Searched refs:Shr (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/runtime_core/docs/
DPBC2IR.md70 | shr2 | i32 Shr |
71 | shr2.64 | i64 Shr |
99 | shri | i64 Constant, i32 Shr |
110 | shr | i32 Shr|
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.h38 V(Shr) \
Doperations_stub_builder.h51 …GateRef Shr(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperatio…
Dcall_signature.h337 V(Shr) \
Dcall_signature.cpp122 DEF_CALL_SIGNATURE(Shr) in DEF_CALL_SIGNATURE() argument
124 BINARY_CALL_SIGNATURE(Shr) in DEF_CALL_SIGNATURE()
Dcommon_stubs.cpp172 Return(operationBuilder.Shr(glue, x, y)); in GenerateCircuit()
Doperations_stub_builder.cpp738 GateRef OperationsStubBuilder::Shr(GateRef glue, GateRef left, GateRef right, ProfileOperation call… in Shr() function in panda::ecmascript::kungfu::OperationsStubBuilder
Dslowpath_lowering.cpp1353 GateRef result = builder_.CallStub(glue_, gate, CommonStubCSigns::Shr, in LowerShr2()
Dinterpreter_stub.cpp1708 GateRef result = builder.Shr(glue, left, acc, callback); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.h149 void Shr(Immediate src, Register dst);
Dassembler_x64.cpp1014 void AssemblerX64::Shr(Immediate src, Register dst) in Shr() function in panda::ecmascript::x64::AssemblerX64
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp130 __ Shr(MethodLiteral::NumArgsBits::START_BIT, methodCallField); in OptimizedCallAndPushUndefined() local
416 __ Shr(MethodLiteral::BuiltinIdBits::START_BIT, methodExtraLiteralInfo); in GenJSCall() local
833 __ Shr(MethodLiteral::NumArgsBits::START_BIT, tmp); in PushArgsWithArgV() local
Doptimized_fast_call.cpp121 __ Shr(MethodLiteral::NumArgsBits::START_BIT, methodCallField); in OptimizedFastCallAndPushUndefined() local
Dasm_interpreter_call.cpp1027 __ Shr(MethodLiteral::FunctionKindBits::START_BIT, temp); in ResumeRspAndDispatch() local
/arkcompiler/runtime_core/compiler/tests/
Dinst_generator.h164 {Opcode::Shr, integer_types_},
Dir_builder_test.cpp1937 INST(2, Opcode::Shr).s32().Inputs(0, 1); in TEST_F()
1963 INST(2, Opcode::Shr).s64().Inputs(0, 1); in TEST_F()
2422 TEST_F(IrBuilderTest, Shr) in TEST_F() argument
2439 INST(2, Opcode::Shr).s32().Inputs(0, 1); in TEST_F()
2726 INST(1, Opcode::Shr).s32().Inputs(0, 2); in TEST_F()