Home
last modified time | relevance | path

Searched full:le (Results 1 – 25 of 61) sorted by relevance

123

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/gclog/ark/
Dark_gclog_parser.py42 le = self.fallback.parse(line)
43 if le is None:
45 yield le
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dbinary_op.def31 BINARYOP(le)
Dopcodes.def89 OPCODE(le, CompareNode, OPCODEISCOMPARE, 8)
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_driver/src/
Dtriple.cpp21 /* Currently Triple is used only to configure aarch64: be/le, ILP32/LP64 in Init()
/arkcompiler/ets_runtime/test/moduletest/stringlocalecompare/
Dstringlocalecompare.js54 { str1: 'appleappleapple'.substring(5, 10), str2: 'app'.concat('le') },
57 { str1: 'appleappleapple'.substring(5, 11), str2: 'app'.concat('le') },
/arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/
Dets_isinteger.sts26 //! ASM_NEXT x64: /movd.*/, arm64: /cset\s+w[0-9]+,\s+le/, arm32: /vmrs APSR_nzcv, F…
44 //! ASM_NEXT x64: /ucomiss.*/, arm64: /cset\s+w[0-9]+,\s+le/, arm32: /mov\s+r[0-9]+,\s+…
62 //! ASM_NEXT x64: /movq.*/, arm64: /cset\s+w[0-9]+,\s+le/, arm32: /movt\s+r[…
82 //! ASM_NEXT x64: /ucomisd.*/, arm64: /cset\s+w[0-9]+,\s+le/, arm32: /bvs.*/
/arkcompiler/runtime_core/static_core/compiler/docs/
Dmove_constants_closer_to_usage_doc.md48 …3. IfImm LE i32 v0(r27), 0x5 …
87 …3. IfImm LE i32 v0(r1), 0x5 …
Dcleanup_doc.md234 2. If LE i64 v0, v1
268 2. If LE i64 v0, v1
/arkcompiler/runtime_core/compiler/docs/
Dmove_constants_closer_to_usage_doc.md48 …3. IfImm LE i32 v0(r27), 0x5 …
87 …3. IfImm LE i32 v0(r1), 0x5 …
Dcleanup_doc.md234 2. If LE i64 v0, v1
268 2. If LE i64 v0, v1
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
Dunexpected_token_36.sts29 for (le i: int = 2; i <= m; i++) {
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cc.def31 CONDCODE(LE, 0xd) /* signed less than or equal */
/arkcompiler/ets_frontend/ets2panda/linter/test/rules/
Drule145.sts54 let le = (): number => { if(get()) return 1; }
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dinstanceof.sts55 var le = () => { return String instanceof Object };
/arkcompiler/runtime_core/static_core/irtoc/scripts/
Dtests.irt131 If(a, 10).LE {
135 If(a, 100).LE {
Dmonitors.irt42 If(locked_list_capacity, locked_list_size).LE.u32.Unlikely { Goto(:SlowPath) }
Dstring_builder.irt88 If(size, count).LE.Unlikely.b {
Dmemcopy.irt79 compare := Compare(idx, 8).LE.b
/arkcompiler/runtime_core/static_core/docs/
DPBC2IR.md42 | jlez | i64 Constant 0, bool Compare LE, IfImm |
48 | jle | bool Compare LE, IfImm |
/arkcompiler/runtime_core/docs/
DPBC2IR.md42 | jlez | i64 Constant 0, bool Compare LE, IfImm |
48 | jle | bool Compare LE, IfImm |
/arkcompiler/runtime_core/static_core/plugins/ets/irtoc_scripts/
Dstring.irt322 If(length_packed, 1).LE.Unlikely.b {
417 If(length_packed, 1).LE.Unlikely.b {
532 If(length_packed, 1).LE.Unlikely.b {
662 If(pfx_len_packed, 1).LE.Unlikely.b {
668 If(str_len_packed, 1).LE.Unlikely.b {
753 If(sfx_len_packed, 1).LE.Unlikely.b {
759 If(str_len_packed, 1).LE.Unlikely.b {
763 IfImm(Compare(end_index, 0).LE.b).Imm(0).NE.Unlikely.b {
1126 IfImm(Compare(str_len_packed, 1).LE.b).Imm(0).NE.Unlikely.b {
1216 IfImm(Compare(str_len_packed, 1).LE.b).Imm(0).NE.Unlikely.b {
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_MPISel.h60 /* lt/le in float is replaced by gt/ge on swaped operands */
/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb210 @cc_cases ||= %w[EQ NE LT LE GT GE]
/arkcompiler/runtime_core/libabckit/src/codegen/templates_dynamic/
Dcodegen_dynamic_isapi.rb210 @cc_cases ||= %w[EQ NE LT LE GT GE]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Doperand.cpp205 "VC", "HI", "LS", "GE", "LT", "GT", "LE", "AL"};

123