Searched refs:GetPrimaryOpcode (Results 1 – 12 of 12) sorted by relevance
23 uint8_t GetPrimaryOpcode()25 return inst_.GetPrimaryOpcode();193 goto* dispatchTable[handler.GetPrimaryOpcode()];234 << "Current value is: " << static_cast<int>(handler.GetPrimaryOpcode())241 goto* dispatchTable[handler.GetPrimaryOpcode()];245 << "Current value is: " << static_cast<int>(handler.GetPrimaryOpcode())
40 goto* dispatchTable[handler.GetPrimaryOpcode()];67 goto* dispatchTable[handler.GetPrimaryOpcode()];
67 goto* dispatchTable[inst.GetPrimaryOpcode()];273 % << "Current value is: " << static_cast<int>(inst.GetPrimaryOpcode…287 % goto* dispatchTable[inst.GetPrimaryOpcode()];
75 return static_cast<unsigned>(GetInst().GetPrimaryOpcode()) + state_->GetOpcodeExtension(); in GetExceptionOpcode()78 ALWAYS_INLINE uint8_t GetPrimaryOpcode() const in GetPrimaryOpcode() function80 return static_cast<unsigned>(GetInst().GetPrimaryOpcode()); in GetPrimaryOpcode()253 SetOpcodeExtension(GetOpcodeExtension() - GetPrimaryOpcode()); in MoveToExceptionHandler()
93 ALWAYS_INLINE uint8_t GetPrimaryOpcode() const in GetPrimaryOpcode() function
162 DISPATCH(state.GetDispatchTable(), state.GetPrimaryOpcode());201 DISPATCH(state.GetDispatchTable(), handler.GetPrimaryOpcode());261 DISPATCH(state.GetDispatchTable(), handler.GetPrimaryOpcode());309 goto* state.GetDispatchTable()[state.GetPrimaryOpcode()];324 DISPATCH(handler.GetDispatchTable(), handler.GetPrimaryOpcode());334 goto* state.GetDispatchTable()[state.GetPrimaryOpcode()];
52 uint8_t GetPrimaryOpcode() const in GetPrimaryOpcode() function
307 uint8_t primary = GetPrimaryOpcode();317 …ASSERT(GetPrimaryOpcode() >= <%= Panda::prefixes.map(&:opcode_idx).min %>); // NOLINT(readability…329 …return GetPrimaryOpcode() >= <%= Panda::prefixes.map(&:opcode_idx).min %>; // NOLINT(readability-…485 auto opcode = GetPrimaryOpcode();
384 uint8_t primary = GetPrimaryOpcode();394 …ASSERT(GetPrimaryOpcode() >= <%= Panda::prefixes.map(&:opcode_idx).min %>); // NOLINT(readability…406 …return GetPrimaryOpcode() >= <%= Panda::prefixes.map(&:opcode_idx).min %>; // NOLINT(readability-…554 auto opcode = GetPrimaryOpcode();
271 uint8_t GetPrimaryOpcode() const in GetPrimaryOpcode() function
281 uint8_t GetPrimaryOpcode() const in GetPrimaryOpcode() function
187 uint8_t GetPrimaryOpcode() in GetPrimaryOpcode() function189 return inst_.GetPrimaryOpcode(); in GetPrimaryOpcode()