Assert Control Flow Instructions using Control Codes

This commit is contained in:
FernandoS27
2018-10-19 12:17:02 -04:00
parent b5f8a5f0a3
commit 3aa8b644a9
2 changed files with 28 additions and 3 deletions

View File

@ -1232,6 +1232,7 @@ union Instruction {
BitField<60, 1, u64> is_b_gpr;
BitField<59, 1, u64> is_c_gpr;
BitField<20, 24, s64> smem_imm;
BitField<0, 5, ControlCode> flow_control_code;
Attribute attribute;
Sampler sampler;
@ -1658,4 +1659,4 @@ private:
}
};
} // namespace Tegra::Shader
} // namespace Tegra::Shader