Searched refs:VmovHigh (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | macro-assembler-arm.h | 357 void VmovHigh(Register dst, DwVfpRegister src); 358 void VmovHigh(DwVfpRegister dst, Register src);
|
H A D | macro-assembler-arm.cc | 933 void TurboAssembler::VmovHigh(Register dst, DwVfpRegister src) { in CallRecordWriteStub() function in v8::internal::TurboAssembler 942 void TurboAssembler::VmovHigh(DwVfpRegister dst, Register src) { in CallRecordWriteStub() function in v8::internal::TurboAssembler 973 VmovHigh(dst, DwVfpRegister::from_code(src_code / 2)); in CallRecordWriteStub() 983 VmovHigh(DwVfpRegister::from_code(dst_code / 2), src); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 1576 __ VmovHigh(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() 1580 __ VmovHigh(i.OutputDoubleRegister(), i.InputRegister(1)); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 1997 VmovHigh(scratch, lhs); in emit_f64_copysign() 2000 VmovHigh(scratch2, rhs); in emit_f64_copysign() 2006 VmovHigh(dst, scratch); in emit_f64_copysign()
|
Completed in 17 milliseconds