Lines Matching refs:VOP2
61 * - VOP2* | VOP3 represents a VOP2 instruction in VOP3 encoding
62 * - VOP2* | DPP represents a VOP2 instruction with data parallel primitive.
63 * - VOP2* | SDWA represents a VOP2 instruction with sub-dword addressing.
99 VOP2 = 1 << 9,
291 assert(format == Format::VOP1 || format == Format::VOP2 || format == Format::VOPC);
1269 constexpr bool isVOP2() const noexcept { return (uint16_t)format & (uint16_t)Format::VOP2; }
1438 * This format can be used for VOP1, VOP2 or VOPC instructions.
1509 * This format can be used for VOP1, VOP2 or VOPC instructions.