Searched refs:Jle (Results 1 - 15 of 15) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
H A D | common_call.cpp | 123 __ Jle(stackOverflow); in StackOverflowCheck()
|
H A D | asm_interpreter_call.cpp | 520 __ Jle(&pushArgsEntry); in JSCallCommonSlowPath() 1150 __ Jle(&newObjectRangeReturn); in ResumeRspAndDispatch()
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
H A D | assembler_x64.h | 139 void Jle(Label *target, Distance distance = Distance::Far);
|
H A D | assembler_x64.cpp | 418 // 7E : Jle rel8 in EmitJle() 423 // 0F 8E: Jle rel32 in EmitJle() 1151 void AssemblerX64::Jle(Label *target, Distance distance) in Jle() function in panda::ecmascript::x64::AssemblerX64 1167 // 7E : Jle rel8; in Jle() 1176 // 0F 8E: Jle rel32 in Jle()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
H A D | asm_assembler.h | 270 void Jle(int64 symIdx) override;
|
H A D | assembler.h | 283 virtual void Jle(int64 symIdx) = 0;
|
H A D | elf_assembler.h | 261 void Jle(int64 symIdx) override;
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | interpreter_test.cpp | 751 [](BytecodeEmitter *emitter, uint8_t reg, const Label &label) { emitter->Jle(reg, label); }); in TEST_F() 753 [](BytecodeEmitter *emitter, uint8_t reg, const Label &label) { emitter->Jle(reg, label); }); in TEST_F() 755 [](BytecodeEmitter *emitter, uint8_t reg, const Label &label) { emitter->Jle(reg, label); }); in TEST_F()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | ETSGen.cpp | 2043 BinaryRelation<Jle, Jlez>(node, lhs, ifFalse); in Binary() 2080 BinaryRelationCondition<Jle, Jlez>(node, lhs, ifFalse); in Condition()
|
H A D | ETSCompiler.cpp | 163 etsg->JumpCompareRegister<compiler::Jle>(expr, countReg, endLabel); in Compile()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | asm_assembler.cpp | 1313 void AsmAssembler::Jle(int64 symIdx) in Jle() function in assembler::AsmAssembler
|
H A D | elf_assembler.cpp | 1854 void ElfAssembler::Jle(int64 symIdx) in Jle() function in ElfAssembler
|
H A D | x64_emitter.cpp | 994 assmbler.Jle(TransferLabel(opnd0, funcUniqueId)); in EmitInsn()
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | ir_builder_test.cpp | 1283 TEST_F(IrBuilderTest, Jle) in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | ir_builder_test.cpp | 1305 TEST_F(IrBuilderTest, Jle) in TEST_F()
|
Completed in 43 milliseconds