Searched defs:opCode (Results 1 – 5 of 5) sorted by relevance
81 inline bool HandleOpAll(uint8_t opCode) in HandleOpAll()94 inline bool HandleOpChar(const DynChunk &byteCode, uint8_t opCode) in HandleOpChar()119 inline bool HandleOpWordBoundary(uint8_t opCode) in HandleOpWordBoundary()140 inline bool HandleOpLineStart(uint8_t opCode) in HandleOpLineStart()154 inline bool HandleOpLineEnd(uint8_t opCode) in HandleOpLineEnd()168 inline void HandleOpSaveStart(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveStart()178 inline void HandleOpSaveEnd(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveEnd()188 inline void HandleOpSaveReset(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveReset()201 inline void HandleOpMatch(const DynChunk &byteCode, uint8_t opCode) in HandleOpMatch()211 inline void HandleOpSplitFirst(const DynChunk &byteCode, uint8_t opCode) in HandleOpSplitFirst()[all …]
108 uint8_t opCode = byteCode.GetU8(GetCurrentPC()); in ExecuteInternal() local
93 RegExpOpCode::RegExpOpCode(uint8_t opCode, int size) : opCode_(opCode), size_(size) {} in RegExpOpCode()98 uint8_t opCode = buf.GetU8(pc); in GetRegExpOpCode() local104 RegExpOpCode *RegExpOpCode::GetRegExpOpCode(uint8_t opCode) in GetRegExpOpCode()
162 OpCode opCode = acc_.GetOpCode(gate); in CheckSimpleGate() local
310 auto opCode = bcIns.GetOpcode(); in CalcOpCodeChecksum() local