Searched refs:ByteInstruction (Results 1 – 1 of 1) sorted by relevance
84 class ByteInstruction : public Instruction { class86 explicit ByteInstruction(uint8 value) : Instruction(DEFBYTE, value) {} in ByteInstruction() function in courgette::__anon9242cf010111::ByteInstruction416 uint8 b = static_cast<ByteInstruction*>(instruction)->byte_value(); in Encode()484 new(std::nothrow) ByteInstruction(static_cast<uint8>(i)); in GetByteInstruction()