Searched refs:VmovHigh (Results 1 – 3 of 3) sorted by relevance
361 void VmovHigh(Register dst, DwVfpRegister src);362 void VmovHigh(DwVfpRegister dst, Register src);
831 void TurboAssembler::VmovHigh(Register dst, DwVfpRegister src) { in VmovHigh() function in v8::internal::TurboAssembler840 void TurboAssembler::VmovHigh(DwVfpRegister dst, Register src) { in VmovHigh() function in v8::internal::TurboAssembler871 VmovHigh(dst, DwVfpRegister::from_code(src_code / 2)); in VmovExtended()881 VmovHigh(DwVfpRegister::from_code(dst_code / 2), src); in VmovExtended()
1547 __ VmovHigh(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local1551 __ VmovHigh(i.OutputDoubleRegister(), i.InputRegister(1)); in AssembleArchInstruction() local