Fix 'MIPS: [turbofan] Support for %_DoubleHi, %_DoubleLo and %_ConstructDouble.'
BUG= Review URL: https://codereview.chromium.org/988243004 Cr-Commit-Position: refs/heads/master@{#27083}
This commit is contained in:
parent
fcbe10739b
commit
18bf4c27b5
@ -687,9 +687,6 @@ void CodeGenerator::AssembleArchInstruction(Instruction* instr) {
|
||||
}
|
||||
case kMips64FmoveLowUwD:
|
||||
__ FmoveLow(i.OutputRegister(), i.InputDoubleRegister(0));
|
||||
// remove sign.
|
||||
__ dsll32(i.OutputRegister(), i.OutputRegister(), 0);
|
||||
__ dsrl32(i.OutputRegister(), i.OutputRegister(), 0);
|
||||
break;
|
||||
case kMips64FmoveLowDUw:
|
||||
__ FmoveLow(i.OutputDoubleRegister(), i.InputRegister(1));
|
||||
|
Loading…
Reference in New Issue
Block a user