Home
last modified time | relevance | path

Searched refs:LS (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.cpp103 __ B(Condition::LS, next); in PushArgsWithArgv()
122 __ B(Condition::LS, next); in PushArgsWithArgvInPair()
142 __ B(Condition::LS, &pushPadding); in PushArgsWithArgvInPair()
H A Doptimized_fast_call.cpp231 __ B(Condition::LS, &call); in OptimizedFastCallAndPushArgv()
464 __ B(Condition::LS, &call); in JSFastCallWithArgVAndPushArgv()
H A Dasm_interpreter_call.cpp92 __ B(Condition::LS, &callJSFunctionEntry); in AsmInterpEntryDispatch()
792 __ B(Condition::LS, &getThis); // constructor is base in ResumeRspAndDispatch()
905 __ B(Condition::LS, &getThis); // constructor is base
H A Doptimized_call.cpp246 __ B(Condition::LS, &copyArguments); in OptimizedCallAndPushArgv()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dtype_info.h310 LS, // less than or equal enumerator
H A Dencode_visitor.cpp2006 enc->GetEncoder()->EncodeJump(label, lenReg, Imm(value), Condition::LS); in VisitBoundsCheckI()
2010 enc->GetEncoder()->EncodeJump(label, lenReg, tmp, Condition::LS); in VisitBoundsCheckI()
H A Dcodegen.cpp835 return Condition::LS; in ConvertCc()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64_constants.h86 LS = 9, enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
H A Dcodegen_intrinsics_ets.cpp222 enc->EncodeJump(labelFastPathDone, reg1, Imm(1), Condition::LS); in EncodeSbAppendString()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H A Dencode.cpp53 case Condition::LS: in Convert()
635 case Condition::LS: in EncodeJump()
636 // LS is same as EQ in EncodeJump()
2148 GetMasm()->Mov(Convert(Condition::LS), VixlReg(dst), VixlReg(src0)); in EncodeMin()
2182 GetMasm()->Mov(Convert(Condition::LS), VixlReg(dst), VixlReg(src1)); in EncodeMax()
3066 case Condition::LS: in EncodeSelect()
3067 // LS is same as EQ in EncodeSelect()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dencode.cpp61 case Condition::LS: in Convert()
363 case Condition::LS: in EncodeJump()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
H A Dencode.cpp55 case Condition::LS: in ArchCcInt()
94 case Condition::LS: in ArchCcFloat()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 63 milliseconds