Home
last modified time | relevance | path

Searched refs:JNE_V8_IMM8 (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dold_instruction_enum.h129 JNE_V8_IMM8 = 59, enumerator
Dold_instruction.h571 case Opcode::JNE_V8_IMM8: in GetFormat()
1388 case Opcode::JNE_V8_IMM8: in HasFlag()
/arkcompiler/ets_runtime/ecmascript/interpreter/templates/
Ddebugger_instruction_handler.inl1046 DEBUG_HANDLE_OPCODE(JNE_V8_IMM8) argument
1049 REAL_GOTO_DISPATCH_OPCODE(EcmaOpcode::JNE_V8_IMM8);
/arkcompiler/ets_runtime/ecmascript/compiler/
Decma_opcode_des.h227 V(JNE_V8_IMM8) \
Dbytecodes.cpp1314 case EcmaOpcode::JNE_V8_IMM8: in InitBytecodeInfo()
Dslowpath_lowering.cpp678 case EcmaOpcode::JNE_V8_IMM8: in Lower()
/arkcompiler/runtime_core/libpandafile/tests/
Dbytecode_emitter_tests.cpp429 expected << Opcode::JNE_V8_IMM8 << 0 << globals::IMM_3 << Opcode::RETURN;
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h6654 HANDLE_OPCODE(JNE_V8_IMM8) { in RunInternal()
6656 DISPATCH(JNE_V8_IMM8); in RunInternal()
Dinterpreter_assembly.cpp4866 DISPATCH(JNE_V8_IMM8); in HandleJneV8Imm8()
4880 DISPATCH(JNE_V8_IMM8); in HandleJeqV8Imm8()