Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/interpreter/
Dinstruction_handler_base.h40 return (static_cast<unsigned>(GetInst().GetOpcode()) & 0xff) + state_->GetOpcodeExtension(); in GetExceptionOpcode()
161 SetOpcodeExtension(GetOpcodeExtension() - GetPrimaryOpcode()); in MoveToExceptionHandler()
199 ALWAYS_INLINE uint16_t GetOpcodeExtension() const in GetOpcodeExtension() function
201 return state_->GetOpcodeExtension(); in GetOpcodeExtension()
Dinstruction_handler_state.h86 ALWAYS_INLINE uint16_t GetOpcodeExtension() const in GetOpcodeExtension() function