Jit64: Make psq_lXX PIE-compliant

This commit is contained in:
MerryMage
2017-04-14 11:47:26 +01:00
parent 722aca0830
commit cac77527e9
8 changed files with 44 additions and 20 deletions

View File

@ -39,6 +39,12 @@ public:
// Trashes: all three RSCRATCH
const u8** pairedLoadQuantized;
// In: array index: GQR to use.
// In: ECX: Address to read from.
// Out: XMM0: Bottom 32-bit slot holds the read value.
// Trashes: all three RSCRATCH
const u8** singleLoadQuantized;
// In: array index: GQR to use.
// In: ECX: Address to write to.
// In: XMM0: Bottom two 32-bit slots hold the pair of floats to be written.