Searched defs:VmovHigh (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/arm/ |
D | lithium-codegen-arm.cc | 2467 __ 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
|
D | macro-assembler-arm.cc | 913 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
|