/arkcompiler/runtime_core/docs/ |
D | PBC2IR.md | 70 | shr2 | i32 Shr | 71 | shr2.64 | i64 Shr | 99 | shri | i64 Constant, i32 Shr | 110 | shr | i32 Shr|
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | common_stubs.h | 38 V(Shr) \
|
D | operations_stub_builder.h | 51 …GateRef Shr(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperatio…
|
D | call_signature.h | 337 V(Shr) \
|
D | call_signature.cpp | 122 DEF_CALL_SIGNATURE(Shr) in DEF_CALL_SIGNATURE() argument 124 BINARY_CALL_SIGNATURE(Shr) in DEF_CALL_SIGNATURE()
|
D | common_stubs.cpp | 172 Return(operationBuilder.Shr(glue, x, y)); in GenerateCircuit()
|
D | operations_stub_builder.cpp | 738 GateRef OperationsStubBuilder::Shr(GateRef glue, GateRef left, GateRef right, ProfileOperation call… in Shr() function in panda::ecmascript::kungfu::OperationsStubBuilder
|
D | slowpath_lowering.cpp | 1353 GateRef result = builder_.CallStub(glue_, gate, CommonStubCSigns::Shr, in LowerShr2()
|
D | interpreter_stub.cpp | 1708 GateRef result = builder.Shr(glue, left, acc, callback); in DECLARE_ASM_HANDLER()
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
D | assembler_x64.h | 149 void Shr(Immediate src, Register dst);
|
D | assembler_x64.cpp | 1014 void AssemblerX64::Shr(Immediate src, Register dst) in Shr() function in panda::ecmascript::x64::AssemblerX64
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
D | optimized_call.cpp | 130 __ 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
|
D | optimized_fast_call.cpp | 121 __ Shr(MethodLiteral::NumArgsBits::START_BIT, methodCallField); in OptimizedFastCallAndPushUndefined() local
|
D | asm_interpreter_call.cpp | 1027 __ Shr(MethodLiteral::FunctionKindBits::START_BIT, temp); in ResumeRspAndDispatch() local
|
/arkcompiler/runtime_core/compiler/tests/ |
D | inst_generator.h | 164 {Opcode::Shr, integer_types_},
|
D | ir_builder_test.cpp | 1937 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()
|