Home
last modified time | relevance | path

Searched refs:VmovHigh (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/arm/
Dmacro-assembler-arm.h540 void VmovHigh(Register dst, DwVfpRegister src);
541 void VmovHigh(DwVfpRegister dst, Register src);
Dmacro-assembler-arm.cc955 void MacroAssembler::VmovHigh(Register dst, DwVfpRegister src) { in VmovHigh() function in v8::internal::MacroAssembler
965 void MacroAssembler::VmovHigh(DwVfpRegister dst, Register src) { in VmovHigh() function in v8::internal::MacroAssembler
2322 VmovHigh(input_high, double_input); in TryInt32Floor()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc2323 __ VmovHigh(scratch, input_reg); in DoCmpHoleAndBranch() local
2338 __ VmovHigh(scratch, value); in DoCompareMinusZeroAndBranch() local
3498 __ VmovHigh(input_high, input); in DoMathRound() local
4673 __ VmovHigh(scratch, result_reg); in EmitNumberUntagD() local
4764 __ VmovHigh(scratch1, double_scratch2); in DoDeferredTaggedToI() local
4840 __ VmovHigh(scratch1, double_input); in DoDoubleToI() local
4865 __ VmovHigh(scratch1, double_input); in DoDoubleToSmi() local
5094 __ VmovHigh(result_reg, value_reg); in DoDoubleBits() local
5105 __ VmovHigh(result_reg, hi_reg); in DoConstructDouble() local
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc871 __ VmovHigh(i.OutputRegister(), i.InputFloat64Register(0)); in AssembleArchInstruction() local
875 __ VmovHigh(i.OutputFloat64Register(), i.InputRegister(1)); in AssembleArchInstruction() local