Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/arm/
Dmacro-assembler-arm.h501 void VmovHigh(Register dst, DwVfpRegister src);
502 void VmovHigh(DwVfpRegister dst, Register src);
Dlithium-codegen-arm.cc2445 __ VmovHigh(scratch, input_reg); in DoCmpHoleAndBranch() local
2460 __ VmovHigh(scratch, value); in DoCompareMinusZeroAndBranch() local
3779 __ VmovHigh(input_high, input); in DoMathRound() local
4805 __ VmovHigh(scratch, result_reg); in EmitNumberUntagD() local
4898 __ VmovHigh(scratch1, double_scratch2); in DoDeferredTaggedToI() local
4979 __ VmovHigh(scratch1, double_input); in DoDoubleToI() local
5004 __ VmovHigh(scratch1, double_input); in DoDoubleToSmi() local
5220 __ VmovHigh(result_reg, value_reg); in DoDoubleBits() local
5231 __ VmovHigh(result_reg, hi_reg); in DoConstructDouble() local
Dmacro-assembler-arm.cc950 void MacroAssembler::VmovHigh(Register dst, DwVfpRegister src) { in VmovHigh() function in v8::internal::MacroAssembler
960 void MacroAssembler::VmovHigh(DwVfpRegister dst, Register src) { in VmovHigh() function in v8::internal::MacroAssembler
2582 VmovHigh(input_high, double_input); in TryInt32Floor()