Searched refs:SOPC_instruction (Results 1 – 2 of 2) sorted by relevance
999 struct SOPC_instruction;1094 SOPC_instruction& sopc() noexcept in sopc()1097 return *(SOPC_instruction*)this; in sopc()1099 const SOPC_instruction& sopc() const noexcept in sopc()1102 return *(SOPC_instruction*)this; in sopc()1370 struct SOPC_instruction : public Instruction { struct1373 static_assert(sizeof(SOPC_instruction) == sizeof(Instruction) + 4, "Unexpected padding"); argument
4708 static_assert(sizeof(SOPK_instruction) <= sizeof(SOPC_instruction), in try_convert_sopc_to_sopk()