Clean up some getBits code

This commit is contained in:
wheremyfoodat 2023-06-10 13:22:34 +03:00
parent bf125bf2cf
commit b04ad7215b
2 changed files with 14 additions and 9 deletions

View file

@ -8,6 +8,8 @@
using namespace Xbyak;
using namespace Xbyak::util;
using Helpers::getBit;
using Helpers::getBits;
// Register that points to PICA state
static constexpr Reg64 statePointer = rbp;