Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dlithium-codegen-arm.cc2467 __ VmovHigh(scratch, input_reg); in DoCmpHoleAndBranch() local
2482 __ VmovHigh(scratch, value); in DoCompareMinusZeroAndBranch() local
3828 __ VmovHigh(input_high, input); in DoMathRound() local
4897 __ VmovHigh(scratch, result_reg); in EmitNumberUntagD() local
4988 __ VmovHigh(scratch1, double_scratch2); in DoDeferredTaggedToI() local
5065 __ VmovHigh(scratch1, double_input); in DoDoubleToI() local
5090 __ VmovHigh(scratch1, double_input); in DoDoubleToSmi() local
5306 __ VmovHigh(result_reg, value_reg); in DoDoubleBits() local
5317 __ VmovHigh(result_reg, hi_reg); in DoConstructDouble() local
Dmacro-assembler-arm.cc913 void MacroAssembler::VmovHigh(Register dst, DwVfpRegister src) { in VmovHigh() function in v8::internal::MacroAssembler
923 void MacroAssembler::VmovHigh(DwVfpRegister dst, Register src) { in VmovHigh() function in v8::internal::MacroAssembler