/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
H A D | optimized_fast_call.cpp | 128 __ 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 D | asm_interpreter_call.cpp | 311 __ Jne(&slowPathEntry); in JSCallCommonEntry() 1004 __ Jne(&arg1); in CallFastBuiltin() 1012 __ Jne(&arg2); in CallFastBuiltin() 1022 __ Jne(&arg3); in CallFastBuiltin() 1171 __ Jne(¬Undefined); in ResumeRspAndDispatch() 1192 __ Jne(¬EcmaObject); in ResumeRspAndDispatch() 1365 __ Jne(¬Undefined); in ResumeRspAndReturnBaseline() 1382 __ Jne(¬EcmaObject); in ResumeRspAndReturnBaseline() 1632 __ Jne(&checkMark); in ASMFastWriteBarrier() 1639 __ Jne( in ASMFastWriteBarrier() [all...] |
H A D | optimized_call.cpp | 174 __ 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 D | bytecode_emitter_tests.cpp | 423 emitter.Jne(0, label); in HWTEST() 440 emitter.Jne(JNE_REG, label); in HWTEST()
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
H A D | assembler_x64.h | 136 void Jne(Label *target, Distance distance = Distance::Far);
|
H A D | assembler_x64.cpp | 370 // 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 D | bytecode_emitter_tests.cpp | 570 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 D | asm_assembler.h | 264 void Jne(int64 symIdx) override;
|
H A D | assembler.h | 277 virtual void Jne(int64 symIdx) = 0;
|
H A D | elf_assembler.h | 255 void Jne(int64 symIdx) override;
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | interpreter_test.cpp | 730 [](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 D | ETSGen.cpp | 2027 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 D | asm_assembler.cpp | 1271 void AsmAssembler::Jne(int64 symIdx) in Jne() function in assembler::AsmAssembler
|
H A D | elf_assembler.cpp | 1824 void ElfAssembler::Jne(int64 symIdx) in Jne() function in ElfAssembler
|
H A D | x64_emitter.cpp | 976 assmbler.Jne(TransferLabel(opnd0, funcUniqueId)); in EmitInsn()
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | ir_builder_test.cpp | 1265 TEST_F(IrBuilderTest, Jne) in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | ir_builder_test.cpp | 1287 TEST_F(IrBuilderTest, Jne) in TEST_F()
|