Assert Control Codes Generation
This commit is contained in:
parent
c5a849212f
commit
5bb80ab009
2 changed files with 103 additions and 1 deletions
|
@ -578,6 +578,10 @@ union Instruction {
|
|||
BitField<55, 1, u64> saturate;
|
||||
} fmul32;
|
||||
|
||||
union {
|
||||
BitField<52, 1, u64> generates_cc;
|
||||
} op_32;
|
||||
|
||||
union {
|
||||
BitField<48, 1, u64> is_signed;
|
||||
} shift;
|
||||
|
@ -1658,4 +1662,4 @@ private:
|
|||
}
|
||||
};
|
||||
|
||||
} // namespace Tegra::Shader
|
||||
} // namespace Tegra::Shader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue