Home
last modified time | relevance | path

Searched defs:VmovHigh (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/arm/
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