Searched defs:opcode (Results 1 – 2 of 2) sorted by relevance
335 inline void OpLit(uint8_t opcode) in OpLit()341 inline void OpReg(uint8_t opcode, DfxRegs& regs) in OpReg()364 inline void OpBReg(uint8_t opcode, AddressType& exprPtr, DfxRegs& regs) in OpBReg()390 inline void OpNop(uint8_t opcode) in OpNop()
54 uint8_t opcode; in Decode() local