Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H A Dold_instruction_enum.h131 JNE_V8_IMM16 = 60, member in Opcode
H A Dold_instruction.h573 case Opcode::JNE_V8_IMM16: in GetFormat()
1391 case Opcode::JNE_V8_IMM16: in HasFlag()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Decma_opcode_des.h238 V(JNE_V8_IMM16) \
H A Dbytecodes.cpp1548 case EcmaOpcode::JNE_V8_IMM16: in InitBytecodeInfo()
H A Dslowpath_lowering.cpp720 case EcmaOpcode::JNE_V8_IMM16: in Lower()
/arkcompiler/runtime_core/libpandafile/tests/
H A Dbytecode_emitter_tests.cpp449 expected << Opcode::JNE_V8_IMM16 << JNE_REG << Split16(INSN_SZ + N_NOPS); in HWTEST()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dbytecode_emitter_tests.cpp596 expected << Opcode::JNE_V8_IMM16 << JNE_REG << Split16(INSN_SZ + N_NOPS); in TEST()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp6891 HANDLE_OPCODE(JNE_V8_IMM16) { in RunInternal()
6893 DISPATCH(JNE_V8_IMM16); in RunInternal()
H A Dinterpreter_assembly.cpp4930 DISPATCH(JNE_V8_IMM16);
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp3556 BYTECODE_BASELINE_HANDLER_IMPLEMENT(JNE_V8_IMM16) in BYTECODE_BASELINE_HANDLER_IMPLEMENT()

Completed in 58 milliseconds