Home
last modified time | relevance | path

Searched refs:Jne (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Doptimized_fast_call.cpp128 __ Jne(&arg4); in OptimizedFastCallAndPushArgv()
140 __ Jne(&arg5); in OptimizedFastCallAndPushArgv()
152 __ Jne(&arg6); in OptimizedFastCallAndPushArgv()
163 __ Jne(&argc); in OptimizedFastCallAndPushArgv()
182 __ Jne(&lCopyLoop2); in OptimizedFastCallAndPushArgv()
201 __ Jne(&lCopyLoop1); in OptimizedFastCallAndPushArgv()
325 __ Jne(&arg1); in JSFastCallWithArgVAndPushArgv()
336 __ Jne(&arg2); in JSFastCallWithArgVAndPushArgv()
347 __ Jne(&arg3); in JSFastCallWithArgVAndPushArgv()
357 __ Jne( in JSFastCallWithArgVAndPushArgv()
[all...]
H A Dasm_interpreter_call.cpp311 __ Jne(&slowPathEntry); in JSCallCommonEntry()
1004 __ Jne(&arg1); in CallFastBuiltin()
1012 __ Jne(&arg2); in CallFastBuiltin()
1022 __ Jne(&arg3); in CallFastBuiltin()
1171 __ Jne(&notUndefined); in ResumeRspAndDispatch()
1192 __ Jne(&notEcmaObject); in ResumeRspAndDispatch()
1365 __ Jne(&notUndefined); in ResumeRspAndReturnBaseline()
1382 __ Jne(&notEcmaObject); in ResumeRspAndReturnBaseline()
1632 __ Jne(&checkMark); in ASMFastWriteBarrier()
1639 __ Jne( in ASMFastWriteBarrier()
[all...]
H A Doptimized_call.cpp174 __ Jne(&lCopyLoop2); in OptimizedCallAndPushArgv()
195 __ Jne(&lCopyLoop1); in OptimizedCallAndPushArgv()
831 __ Jne(lNonCallable); in JSCallCheck()
837 __ Jne(lNonCallable); in JSCallCheck()
919 __ Jne(&lCopyArgument2); in JSBoundFunctionCallInternal()
937 __ Jne(&lCopyBoundArgumentLoop); in JSBoundFunctionCallInternal()
1144 __ Jne(&align16Bytes); in PushArgsWithArgV()
1290 __ Jne(&align16Bytes); in GenJSCallWithArgV()
/arkcompiler/runtime_core/libpandafile/tests/
H A Dbytecode_emitter_tests.cpp423 emitter.Jne(0, label); in HWTEST()
440 emitter.Jne(JNE_REG, label); in HWTEST()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
H A Dassembler_x64.h136 void Jne(Label *target, Distance distance = Distance::Far);
H A Dassembler_x64.cpp370 // 75 : Jne rel8; in EmitJne()
375 // 0F 85 : Jne rel32 in EmitJne()
391 // 0F 86 : Jne rel32 in EmitJbe()
915 void AssemblerX64::Jne(Label *target, Distance distance) in Jne() function in panda::ecmascript::x64::AssemblerX64
931 // 75 : Jne rel8; in Jne()
940 // 0F 85 : Jne rel32 in Jne()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dbytecode_emitter_tests.cpp570 emitter.Jne(0, label); in TEST()
587 emitter.Jne(JNE_REG, label); in TEST()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
H A Dasm_assembler.h264 void Jne(int64 symIdx) override;
H A Dassembler.h277 virtual void Jne(int64 symIdx) = 0;
H A Delf_assembler.h255 void Jne(int64 symIdx) override;
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinterpreter_test.cpp730 [](BytecodeEmitter *emitter, uint8_t reg, const Label &label) { emitter->Jne(reg, label); }); in TEST_F()
732 [](BytecodeEmitter *emitter, uint8_t reg, const Label &label) { emitter->Jne(reg, label); }); in TEST_F()
734 [](BytecodeEmitter *emitter, uint8_t reg, const Label &label) { emitter->Jne(reg, label); }); in TEST_F()
2598 emitter.Jne(vregNum + i, label); in CreateResolvedMethod()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.cpp2027 BinaryEquality<JneObj, Jne, Jnez, Jeqz>(node, lhs, ifFalse); in Binary()
2072 BinaryEqualityCondition<JneObj, Jne, Jnez>(node, lhs, ifFalse); in Condition()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dasm_assembler.cpp1271 void AsmAssembler::Jne(int64 symIdx) in Jne() function in assembler::AsmAssembler
H A Delf_assembler.cpp1824 void ElfAssembler::Jne(int64 symIdx) in Jne() function in ElfAssembler
H A Dx64_emitter.cpp976 assmbler.Jne(TransferLabel(opnd0, funcUniqueId)); in EmitInsn()
/arkcompiler/runtime_core/compiler/tests/
H A Dir_builder_test.cpp1265 TEST_F(IrBuilderTest, Jne) in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dir_builder_test.cpp1287 TEST_F(IrBuilderTest, Jne) in TEST_F()

Completed in 45 milliseconds