Home
last modified time | relevance | path

Searched full:le (Results 1 – 25 of 58) 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_driver/src/
Dtriple.cpp47 /* Currently Triple is used only to configure aarch64: be/le, ILP32/LP64 in Init()
62 /* Currently Triple is used only to configure aarch64: be/le, ILP32/LP64. in Init()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dbinary_op.def31 BINARYOP(le)
/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/linter/test_rules/
Drule145.sts54 let le = (): number => { if(get()) return 1; }
/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/
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/docs/
DPBC2IR.md42 | jlez | i64 Constant 0, bool Compare LE, IfImm |
48 | jle | bool Compare LE, IfImm |
/arkcompiler/runtime_core/static_core/docs/
DPBC2IR.md42 | jlez | i64 Constant 0, bool Compare LE, IfImm |
48 | jle | bool Compare LE, IfImm |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_MPISel.h78 /* lt/le in float is replaced by gt/ge on swaped operands */
/arkcompiler/runtime_core/static_core/plugins/ets/irtoc_scripts/
Dstring.irt308 If(length_packed, 1).LE.Unlikely.b {
403 If(length_packed, 1).LE.Unlikely.b {
518 If(length_packed, 1).LE.Unlikely.b {
/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb210 @cc_cases ||= %w[EQ NE LT LE GT GE]
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dcommon_call.cpp165 __ B(Condition::LE, next); in PushUndefinedWithArgc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Doperand.cpp205 "VC", "HI", "LS", "GE", "LT", "GT", "LE", "AL"};
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dtype_info.h305 LE, // less than or equal enumerator
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb94 /^j(eq|ne|lt|gt|le|ge)z?$/ => "if",

123