Home
last modified time | relevance | path

Searched defs:lhs (Results 1 – 25 of 78) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/libpandabase/
Dmacros.h145 #define ASSERT_OP(lhs, op, rhs) … argument
159 #define CHECK_LE(lhs, rhs) ASSERT_OP(lhs, <=, rhs) argument
161 #define CHECK_LT(lhs, rhs) ASSERT_OP(lhs, <, rhs) argument
163 #define CHECK_GE(lhs, rhs) ASSERT_OP(lhs, >=, rhs) argument
165 #define CHECK_GT(lhs, rhs) ASSERT_OP(lhs, >, rhs) argument
167 #define CHECK_EQ(lhs, rhs) ASSERT_OP(lhs, ==, rhs) argument
169 #define CHECK_NE(lhs, rhs) ASSERT_OP(lhs, !=, rhs) argument
208 #define ASSERT_OP(lhs, op, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro… argument
209 #define CHECK_LE(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro… argument
210 #define CHECK_LT(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro… argument
[all …]
/arkcompiler/runtime_core/libpandabase/
Dmacros.h169 #define ASSERT_OP(lhs, op, rhs) do { \ argument
182 #define CHECK_LE(lhs, rhs) ASSERT_OP(lhs, <=, rhs) argument
184 #define CHECK_LT(lhs, rhs) ASSERT_OP(lhs, <, rhs) argument
186 #define CHECK_GE(lhs, rhs) ASSERT_OP(lhs, >=, rhs) argument
188 #define CHECK_GT(lhs, rhs) ASSERT_OP(lhs, >, rhs) argument
190 #define CHECK_EQ(lhs, rhs) ASSERT_OP(lhs, ==, rhs) argument
192 #define CHECK_NE(lhs, rhs) ASSERT_OP(lhs, !=, rhs) argument
230 #define ASSERT_OP(lhs, op, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) argument
231 #define CHECK_LE(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) argument
232 #define CHECK_LT(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) argument
[all …]
/arkcompiler/ets_runtime/ecmascript/base/
Dmath_helper.h73 inline int32_t SignedDiv32(int32_t lhs, int32_t rhs) in SignedDiv32()
84 inline int64_t SignedDiv64(int64_t lhs, int64_t rhs) in SignedDiv64()
95 inline int32_t SignedMod32(int32_t lhs, int32_t rhs) in SignedMod32()
104 inline bool SignedAddOverflow32(int32_t lhs, int32_t rhs, int32_t *val) in SignedAddOverflow32()
113 inline bool SignedSubOverflow32(int32_t lhs, int32_t rhs, int32_t *val) in SignedSubOverflow32()
121 inline bool SignedMulOverflow32(int32_t lhs, int32_t rhs, int32_t *val) in SignedMulOverflow32()
/arkcompiler/ets_runtime/ecmascript/compiler/base/
Ddepend_chain_helper.cpp28 auto lhs = this->head_; in Merge() local
52 auto lhs = this->head_; in Equals() local
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dcondition.cpp43 VReg lhs = pg->AllocReg(); in CompileBinaryExpr() local
133 VReg lhs = etsg->AllocReg(); in CompileLogicalOrExpr() local
163 VReg lhs = etsg->AllocReg(); in CompileLogicalAndExpr() local
225 VReg lhs = etsg->AllocReg(); in CompileBinaryExprForBigInt() local
261 VReg lhs = etsg->AllocReg(); in CompileBinaryExpr() local
/arkcompiler/runtime_core/static_core/verification/value/
Dvar_binding.h33 void Equate(Variables::Var lhs, Variable::Var rhs) in Equate()
/arkcompiler/toolchain/tooling/test/utils/
Dtest_util.h254 #define ASSERT_EQ(lhs, rhs) \ argument
263 #define ASSERT_NE(lhs, rhs) \ argument
272 #define ASSERT_STREQ(lhs, rhs) \ argument
297 #define ASSERT_LOCATION_EQ(lhs, rhs) \ argument
/arkcompiler/runtime_core/libabckit/src/
Dmacros.h65 #define LIBABCKIT_WRONG_CTX(lhs, rhs, returnvalue) \ argument
73 #define LIBABCKIT_WRONG_CTX_VOID(lhs, rhs) \ argument
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_util.h254 #define ASSERT_EQ(lhs, rhs) \ argument
263 #define ASSERT_NE(lhs, rhs) \ argument
272 #define ASSERT_STREQ(lhs, rhs) \ argument
297 #define ASSERT_LOCATION_EQ(lhs, rhs) \ argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DbinaryExpression.cpp42 compiler::VReg lhs = pg->AllocReg(); in CompileLogical() local
116 compiler::VReg lhs = pg->AllocReg(); in Compile() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dcpu_affinity.cpp82 void CpuSet::And(CpuSet &result, const CpuSet &lhs, const CpuSet &rhs) in And()
88 void CpuSet::Or(CpuSet &result, const CpuSet &lhs, const CpuSet &rhs) in Or()
94 void CpuSet::Xor(CpuSet &result, const CpuSet &lhs, const CpuSet &rhs) in Xor()
195 …std::sort(cpu.begin(), cpu.end(), [](const CpuInfo &lhs, const CpuInfo &rhs) { return lhs.freq > r… in LoadCpuFreq()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.h483 void JumpCompareRegister(const ir::AstNode *node, VReg lhs, Label *ifFalse) in JumpCompareRegister()
699 void EmitEtsEquals([[maybe_unused]] const ir::AstNode *node, [[maybe_unused]] const VReg lhs, in EmitEtsEquals()
782 void BinaryNumberComparison(const ir::AstNode *node, VReg lhs, Label *ifFalse) in BinaryNumberComparison()
789 void RefEqualityStrictDynamic(const ir::AstNode *node, VReg lhs, Label *ifFalse) in RefEqualityStrictDynamic()
798 void BinaryEquality(const ir::AstNode *node, VReg lhs, Label *ifFalse) in BinaryEquality()
806 void BinaryEqualityCondition(const ir::AstNode *node, VReg lhs, Label *ifFalse) in BinaryEqualityCondition()
853 void RefEqualityStrict(const ir::AstNode *node, VReg lhs, Label *ifFalse) in RefEqualityStrict()
866 void BinaryRelation(const ir::AstNode *node, VReg lhs, Label *ifFalse) in BinaryRelation()
874 void BinaryRelationCondition(const ir::AstNode *node, VReg lhs, Label *ifFalse) in BinaryRelationCondition()
908 void BinaryFloatingPointComparison(const ir::AstNode *node, VReg lhs, Label *ifFalse) in BinaryFloatingPointComparison()
[all …]
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dcondition.cpp44 VReg lhs = pg->AllocReg(); in Compile() local
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dcpu_affinity.cpp87 void CpuSet::And(CpuSet &result, const CpuSet &lhs, const CpuSet &rhs) in And()
93 void CpuSet::Or(CpuSet &result, const CpuSet &lhs, const CpuSet &rhs) in Or()
99 void CpuSet::Xor(CpuSet &result, const CpuSet &lhs, const CpuSet &rhs) in Xor()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dearly_elimination.cpp260 bool EarlyElimination::MayAccessOneMemory(GateRef lhs, GateRef rhs) in MayAccessOneMemory()
319 bool EarlyElimination::CompareOrder(GateRef lhs, GateRef rhs) in CompareOrder()
324 bool EarlyElimination::CheckReplacement(GateRef lhs, GateRef rhs) in CheckReplacement()
444 bool EarlyElimination::CheckRenameReplacement(GateRef lhs, GateRef rhs) in CheckRenameReplacement()
497 auto lhs = this->head_; in Merge() local
539 auto lhs = this->head_; in Equals() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dtype_converter.cpp60 bool operator==(const ValueUnit &lhs, const ValueUnit &rhs) in operator ==()
79 bool operator!=(const ValueUnit &lhs, const ValueUnit &rhs) in operator !=()
/arkcompiler/runtime_core/libpandabase/utils/
Dtype_converter.cpp57 bool operator==(const ValueUnit &lhs, const ValueUnit &rhs) in operator ==()
76 bool operator!=(const ValueUnit &lhs, const ValueUnit &rhs) in operator !=()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker_macros.h25 #define CHECKER_EQ(lhs, rhs) CHECK_EQ(lhs, rhs) argument
63 #define ABCKIT_CHECK_EQ(lhs, rhs) \ argument
69 #define CHECKER_EQ(lhs, rhs) \ argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dbranch_elimination.h26 Inst *lhs; member
Dbalance_expressions.cpp135 Inst *lhs = GetOperand(firstIdx, splitIdx); in AllocateSourcesRec() local
175 Inst *BalanceExpressions::GenerateElementalOperator(Inst *lhs, Inst *rhs) in GenerateElementalOperator()
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-config/
Dtest.py39 def compare_output(lhs, rhs): argument
/arkcompiler/runtime_core/compiler/tests/x86/
Dasmjit_test.cpp62 x86::Gp lhs = a.zax(); in TEST_F() local
104 x86::Gp lhs = a.zax(); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/x86/
Dasmjit_test.cpp61 x86::Gp lhs = a.zax(); in TEST_F() local
103 x86::Gp lhs = a.zax(); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DstringConstantsLowering.cpp27 auto const lhs = concat->Left()->AsStringLiteral(); in FoldConcat() local
/arkcompiler/runtime_core/static_core/verification/type/
Dtype_type.cpp110 …nLeastUpperBoundsNestedFunction(std::array<uint32_t, Builtin::LAST> const &supertypes, size_t &lhs, in BuildBuiltinLeastUpperBoundsNestedFunction()
132 for (size_t lhs = 1; lhs < Builtin::LAST; lhs++) { in BuildBuiltinLeastUpperBounds() local
463 bool IsSubtypeImpl(Type lhs, Type rhs, TypeSystem *tsys) in IsSubtypeImpl()
612 Type Type::IntersectSpans(Span<Type const> lhs, Span<Type const> rhs, TypeSystem *tsys) in IntersectSpans()
647 Type TpIntersection(Type lhs, Type rhs, TypeSystem *tsys) in TpIntersection()
705 Type TpUnion(Type lhs, Type rhs, TypeSystem *tsys) in TpUnion()

1234