11/* ========================== begin_copyright_notice ============================
22
3- Copyright (C) 2017-2024 Intel Corporation
3+ Copyright (C) 2017-2025 Intel Corporation
44
55SPDX-License-Identifier: MIT
66
@@ -706,7 +706,8 @@ static const iga::OpSpec MODEL_GEN7P5_OPSPECS[unsigned(Op::TOTAL_OPS) + 1] {
706706 OpSpec::Attr::SUPPORTS_PREDICATION|OpSpec::Attr::SUPPORTS_FLAGMODIFIER|OpSpec::Attr::SUPPORTS_SATURATION
707707 },
708708 {Op::INVALID, Platform::GEN7P5, 0x0 , nullptr , nullptr , OpSpec::Format::INVALID, {}, OpSpec::Attr::NONE, },
709- {Op::WAIT /* Op::89 */ , Platform::GEN7P5, 0x30 ,
709+ {Op::INVALID, Platform::GEN7P5, 0x0 , nullptr , nullptr , OpSpec::Format::INVALID, {}, OpSpec::Attr::NONE, },
710+ {Op::WAIT /* Op::90 */ , Platform::GEN7P5, 0x30 ,
710711 " wait" ,
711712 " Wait Notification" ,
712713 OpSpec::Format::SYNC_UNARY,
@@ -716,14 +717,14 @@ static const iga::OpSpec MODEL_GEN7P5_OPSPECS[unsigned(Op::TOTAL_OPS) + 1] {
716717 },
717718 OpSpec::Attr::NONE
718719 },
719- {Op::WHILE /* Op::90 */ , Platform::GEN7P5, 0x27 ,
720+ {Op::WHILE /* Op::91 */ , Platform::GEN7P5, 0x27 ,
720721 " while" ,
721722 " While" ,
722723 OpSpec::Format::JUMP_UNARY_IMM,
723724 {}, // no type mappings
724725 OpSpec::Attr::SUPPORTS_PREDICATION
725726 },
726- {Op::XOR /* Op::91 */ , Platform::GEN7P5, 0x07 ,
727+ {Op::XOR /* Op::92 */ , Platform::GEN7P5, 0x07 ,
727728 " xor" ,
728729 " Logic Xor" ,
729730 OpSpec::Format::BASIC_BINARY_REG_REGIMM,
0 commit comments