Home | History | Annotate | Download | only in mips

Lines Matching defs:UseFixedDouble

450 LOperand* LChunkBuilder::UseFixedDouble(HValue* value, DoubleRegister reg) {
729 LOperand* left = UseFixedDouble(instr->left(), f2);
730 LOperand* right = UseFixedDouble(instr->right(), f4);
1152 LOperand* input = UseFixedDouble(instr->value(), f4);
1178 LOperand* input = UseFixedDouble(instr->value(), f8);
1636 LOperand* left = UseFixedDouble(instr->left(), f2);
1639 ? UseFixedDouble(instr->right(), f4)