Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dmacro-assembler-arm.h361 void VmovHigh(Register dst, DwVfpRegister src);
362 void VmovHigh(DwVfpRegister dst, Register src);
Dmacro-assembler-arm.cc831 void TurboAssembler::VmovHigh(Register dst, DwVfpRegister src) { in VmovHigh() function in v8::internal::TurboAssembler
840 void TurboAssembler::VmovHigh(DwVfpRegister dst, Register src) { in VmovHigh() function in v8::internal::TurboAssembler
871 VmovHigh(dst, DwVfpRegister::from_code(src_code / 2)); in VmovExtended()
881 VmovHigh(DwVfpRegister::from_code(dst_code / 2), src); in VmovExtended()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc1547 __ VmovHigh(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1551 __ VmovHigh(i.OutputDoubleRegister(), i.InputRegister(1)); in AssembleArchInstruction() local