|
|
@ -2070,14 +2070,6 @@ struct FpGenerator : Xbyak::CodeGenerator { |
|
|
|
} |
|
|
|
} |
|
|
|
L("@@"); |
|
|
|
L("@@"); |
|
|
|
} |
|
|
|
} |
|
|
|
void mov32c(const Reg64& r, uint64_t c) |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
if (c & 0xffffffff00000000ULL) { |
|
|
|
|
|
|
|
mov(r, c); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
mov(Xbyak::Reg32(r.getIdx()), (uint32_t)c); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
private: |
|
|
|
private: |
|
|
|
FpGenerator(const FpGenerator&); |
|
|
|
FpGenerator(const FpGenerator&); |
|
|
|
void operator=(const FpGenerator&); |
|
|
|
void operator=(const FpGenerator&); |
|
|
|