Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/ts2panda/tests/expression/
DoperationEqual.test.ts48 let lhs = new VReg(); variable
68 let lhs = new VReg(); variable
88 let lhs = new VReg(); variable
108 let lhs = new VReg(); variable
128 let lhs = new VReg(); variable
148 let lhs = new VReg(); variable
168 let lhs = new VReg(); variable
188 let lhs = new VReg(); variable
209 let lhs = new VReg(); variable
Dbinary.test.ts61 let lhs = new VReg(); variable
75 let lhs = new VReg(); variable
148 let lhs = new VReg(); variable
179 let lhs = new VReg(); variable
193 let lhs = new VReg(); variable
207 let lhs = new VReg(); variable
221 let lhs = new VReg(); variable
235 let lhs = new VReg(); variable
249 let lhs = new VReg(); variable
263 let lhs = new VReg(); variable
[all …]
DcmpBinary.test.ts59 let lhs = new VReg(); variable
82 let lhs = new VReg(); variable
105 let lhs = new VReg(); variable
128 let lhs = new VReg(); variable
151 let lhs = new VReg(); variable
174 let lhs = new VReg(); variable
197 let lhs = new VReg(); variable
220 let lhs = new VReg(); variable
244 let lhs = new VReg(); variable
263 let lhs = new VReg(); variable
[all …]
DlogicBinary.test.ts39 let lhs = new VReg(); variable
61 let lhs = new VReg(); variable
Dconditions.test.ts106 let lhs = new VReg(); variable
/arkcompiler/ets_frontend/ts2panda/tests/statements/
Dwhile.test.ts66 let lhs = new VReg(); variable
93 let lhs = new VReg(); variable
126 let lhs = new VReg(); variable
159 let lhs = new VReg(); variable
DdoWhile.test.ts73 let lhs = new VReg(); variable
109 let lhs = new VReg(); variable
Dfor.test.ts110 let lhs = new VReg(); variable
152 let lhs = new VReg(); variable
202 let lhs = new VReg(); variable
277 let lhs = new VReg(); variable
/arkcompiler/runtime_core/libpandabase/
Dmacros.h146 #define ASSERT_OP(lhs, op, rhs) do { \ 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
207 #define ASSERT_OP(lhs, op, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) argument
208 #define CHECK_LE(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) argument
209 #define CHECK_LT(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) argument
[all …]
/arkcompiler/toolchain/tooling/test/utils/
Dtest_util.h242 #define ASSERT_EQ(lhs, rhs) \ argument
251 #define ASSERT_NE(lhs, rhs) \ argument
260 #define ASSERT_STREQ(lhs, rhs) \ argument
285 #define ASSERT_LOCATION_EQ(lhs, rhs) \ argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DbinaryExpression.cpp44 compiler::VReg lhs = pg->AllocReg(); in CompileLogical() local
89 compiler::VReg lhs = pg->AllocReg(); in Compile() local
DtemplateLiteral.cpp54 compiler::VReg lhs = pg->AllocReg(); in Compile() local
/arkcompiler/runtime_core/verification/value/
Dvar_binding.h33 void Equate(Variables::Var lhs, Variable::Var rhs) in Equate()
/arkcompiler/runtime_core/runtime/tests/tooling/
Dtest_util.h253 #define ASSERT_EQ(lhs, rhs) \ argument
262 #define ASSERT_NE(lhs, rhs) \ argument
271 #define ASSERT_STREQ(lhs, rhs) \ argument
296 #define ASSERT_LOCATION_EQ(lhs, rhs) \ argument
/arkcompiler/runtime_core/verification/type/
Dtype_system.h178 void Relate(TypeNum lhs, TypeNum rhs) in Relate()
210 bool CheckIfLhsParamsSubtypeOfRhs(const TypeParamsIdx &lhs, const TypeParamsIdx &rhs) const in CheckIfLhsParamsSubtypeOfRhs()
241 bool CheckIfLhsSubtypeOfRhs(TypeNum lhs, TypeNum rhs) const in CheckIfLhsSubtypeOfRhs()
253 bool IsInDirectRelation(TypeNum lhs, TypeNum rhs) const in IsInDirectRelation()
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dcondition.cpp44 VReg lhs = pg->AllocReg(); in Compile() local
/arkcompiler/runtime_core/libpandabase/utils/
Dtype_converter.cpp63 bool operator==(const ValueUnit &lhs, const ValueUnit &rhs) in operator ==()
82 bool operator!=(const ValueUnit &lhs, const ValueUnit &rhs) in operator !=()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dbalance_expressions.cpp135 Inst *lhs = GetOperand(first_idx, split_idx); in AllocateSourcesRec() local
175 Inst *BalanceExpressions::GenerateElementalOperator(Inst *lhs, Inst *rhs) in GenerateElementalOperator()
/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/compiler/tests/amd64/
Dasmjit_test.cpp86 x86::Gp lhs = a.zax(); in TEST_F() local
177 x86::Gp lhs = a.zax(); in TEST_F() local
/arkcompiler/runtime_core/verification/util/
Dlazy.h332 auto JoinStreams(LHS lhs, RHS rhs) in JoinStreams()
349 auto JoinStreams(LHS lhs, MHS mhs, RHS rhs) in JoinStreams()
Dset_operations.h83 S SetDifference(const S &lhs, const S &rhs) in SetDifference()
Drelation.h59 void SymmRelate(RelIndex lhs, RelIndex rhs) in SymmRelate()
/arkcompiler/runtime_core/libpandabase/tests/
Dserializer_test.cpp77 bool operator==(const PodStruct &lhs, const PodStruct &rhs) in operator ==()
165 bool operator==(const TestStruct &lhs, const TestStruct &rhs) in operator ==()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dlinear_order.cpp86 …auto cmp = [](BasicBlock *lhs, BasicBlock *rhs) { return lhs->GetGuestPc() >= rhs->GetGuestPc(); }; in AddSortedByPc()

12