| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_classes/ |
| D | generic_class.sts | 16 {% for ge in generic_elements %} 21 params: '{{ge}}' 26 class gen{{ge}} {}
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_interfaces/ |
| D | generic_interface.sts | 16 {% for ge in generic_elements %} 21 params: '{{ge}}' 26 interface gen{{ge}} {}
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | lse_doc.md | 83 31.b Compare GE i32 v30, v7 -> (v32) 95 16.b Compare GE i32 v27, v6 -> (v17) 264 31.b Compare GE i32 v30, v7 -> (v32) 276 16.b Compare GE i32 v27, v6 -> (v17) 286 31.b Compare GE i32 v30, v7 -> (v32) 297 16.b Compare GE i32 v27, v6 -> (v17)
|
| D | licm_conditions_doc.md | 60 7.b Compare GE i64 v6p, v2 -> (v8) 135 7.b Compare GE i64 v6p, v2 -> (v8)
|
| D | simplify_sb_doc.md | 401 13.b Compare GE i32 v7p, v10p -> (v14) 443 40.b Compare GE i32 v3, v1 -> (v41) 452 13.b Compare GE i32 v29, v1 -> (v14)
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | binary_op.def | 38 BINARYOP(ge)
|
| /arkcompiler/runtime_core/ |
| D | AUTHORS | 46 Ge Tingke
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/bridges/scripts/ |
| D | test.sh | 19 if [ $# -ge 3 ]; then
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/ |
| D | gotos.sts | 22 //! ASM arm64: "b.ge #+0x14", x64: "jnl +0x14", arm: "bge 0x10000068"
|
| /arkcompiler/runtime_core/static_core/irtoc/scripts/ |
| D | memcopy.irt | 68 compare := Compare(len_bytes, 64).GE.b 143 compare := Compare(len_bytes, 64).GE.b 156 If(idx, len_bytes).GE.Unlikely.b {
|
| D | tests.irt | 105 If(a, b).GE { 116 If(a, b).GE {
|
| /arkcompiler/ets_frontend/ets2panda/ |
| D | AUTHORS | 59 Ge Tingke
|
| /arkcompiler/runtime_core/static_core/ |
| D | AUTHORS | 66 Ge Tingke
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_cc.def | 28 CONDCODE(GE, 0xa) /* signed greater than or equal */
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | PBC2IR.md | 43 | jgez | i64 Constant 0, bool Compare GE, IfImm | 49 | jge | bool Compare GE, IfImm |
|
| /arkcompiler/runtime_core/docs/ |
| D | PBC2IR.md | 43 | jgez | i64 Constant 0, bool Compare GE, IfImm | 49 | jge | bool Compare GE, IfImm |
|
| /arkcompiler/toolchain/build/config/mac/ |
| D | mac_sdk.gni | 87 "-ge",
|
| /arkcompiler/runtime_core/static_core/plugins/ets/irtoc_scripts/ |
| D | string_builder.irt | 117 If(index, LoadI(buffer).Imm(Constants::ARRAY_LENGTH_OFFSET).i32).GE.Unlikely.b { 162 If(index, LoadI(buffer).Imm(Constants::ARRAY_LENGTH_OFFSET).i32).GE.Unlikely.b { 213 If(index, LoadI(buffer).Imm(Constants::ARRAY_LENGTH_OFFSET).i32).GE.Unlikely.b {
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_MPISel.h | 78 /* lt/le in float is replaced by gt/ge on swaped operands */
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ge(e){var t=e.parent;return(278===t.kind||277===t.kind||279===t.kind)&&t.tagName===e}function me(t… class
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | operand.cpp | 205 "VC", "HI", "LS", "GE", "LT", "GT", "LE", "AL"};
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | bytecode_optimizer_isapi.rb | 210 @cc_cases ||= %w[EQ NE LT LE GT GE]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | callconv.cpp | 206 encoder->EncodeJump(expandDone, NUM_ACTUAL_REG, Imm(numExpected), Condition::GE); in GeneratePrologue() 335 encoder->EncodeJump(expandDone, NUM_ACTUAL_REG, Imm(numExpected), Condition::GE); in GenerateNativePrologue()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | callconv.cpp | 161 encoder->EncodeJump(expandDone, NUM_ACTUAL_REG, Imm(numExpected), Condition::GE); in GeneratePrologue()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | type_info.h | 307 GE, // greater than or equal enumerator
|