Home
last modified time | relevance | path

Searched refs:JNE_V8_IMM8 (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H A Dold_instruction_enum.h130 JNE_V8_IMM8 = 59, member in Opcode
H A Dold_instruction.h571 case Opcode::JNE_V8_IMM8: in GetFormat()
1389 case Opcode::JNE_V8_IMM8: in HasFlag()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Decma_opcode_des.h237 V(JNE_V8_IMM8) \
H A Dbytecodes.cpp1547 case EcmaOpcode::JNE_V8_IMM8: in InitBytecodeInfo()
H A Dslowpath_lowering.cpp719 case EcmaOpcode::JNE_V8_IMM8: in Lower()
/arkcompiler/runtime_core/libpandafile/tests/
H A Dbytecode_emitter_tests.cpp429 expected << Opcode::JNE_V8_IMM8 << 0 << globals::IMM_3 << Opcode::RETURN; in HWTEST()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dbytecode_emitter_tests.cpp576 expected << Opcode::JNE_V8_IMM8 << 0 << globals::IMM_3 << Opcode::RETURN_VOID; in TEST()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp6887 HANDLE_OPCODE(JNE_V8_IMM8) { in RunInternal()
6889 DISPATCH(JNE_V8_IMM8); in RunInternal()
H A Dinterpreter_assembly.cpp4937 DISPATCH(JNE_V8_IMM8);
4951 DISPATCH(JNE_V8_IMM8);
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp3551 BYTECODE_BASELINE_HANDLER_IMPLEMENT(JNE_V8_IMM8) in BYTECODE_BASELINE_HANDLER_IMPLEMENT()

Completed in 49 milliseconds