mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-15 00:38:42 +00:00
Really, I can count!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27743 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c74e710000
commit
195d8adac9
@ -391,7 +391,7 @@ int main() {
|
|||||||
|
|
||||||
// Encode this as 2 bits of saturated cost, 4 bits of opcodes, 13 bits of
|
// Encode this as 2 bits of saturated cost, 4 bits of opcodes, 13 bits of
|
||||||
// LHS, and 13 bits of RHS = 32 bits.
|
// 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// ";
|
std::cout << " " << Val << "U,\t// ";
|
||||||
PrintMask(i, std::cout);
|
PrintMask(i, std::cout);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user