Home
last modified time | relevance | path

Searched refs:GetOpcodeExtension (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/interpreter/
Dinstruction_handler_base.h75 return static_cast<unsigned>(GetInst().GetPrimaryOpcode()) + state_->GetOpcodeExtension(); in GetExceptionOpcode()
248 SetOpcodeExtension(GetOpcodeExtension() - GetPrimaryOpcode()); in MoveToExceptionHandler()
281 ALWAYS_INLINE uint16_t GetOpcodeExtension() const in GetOpcodeExtension() function
283 return state_->GetOpcodeExtension(); in GetOpcodeExtension()
Dinstruction_handler_state.h84 ALWAYS_INLINE uint16_t GetOpcodeExtension() const in GetOpcodeExtension() function