mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-01 08:47:42 +00:00
Really, I can count!
llvm-svn: 27743
This commit is contained in:
parent
671f50cf33
commit
d134f32a85
@ -391,7 +391,7 @@ int main() {
|
||||
|
||||
// Encode this as 2 bits of saturated cost, 4 bits of opcodes, 13 bits of
|
||||
// LHS, and 13 bits of RHS = 32 bits.
|
||||
unsigned Val = (CostSat << 30) | (OpNum << 27) | (LHS << 13) | RHS;
|
||||
unsigned Val = (CostSat << 30) | (OpNum << 26) | (LHS << 13) | RHS;
|
||||
|
||||
std::cout << " " << Val << "U,\t// ";
|
||||
PrintMask(i, std::cout);
|
||||
|
Loading…
x
Reference in New Issue
Block a user