Searched refs:VmovLow (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | macro-assembler-arm.h | 359 void VmovLow(Register dst, DwVfpRegister src); 360 void VmovLow(DwVfpRegister dst, Register src);
|
H A D | macro-assembler-arm.cc | 951 void TurboAssembler::VmovLow(Register dst, DwVfpRegister src) { in CallRecordWriteStub() function in v8::internal::TurboAssembler 960 void TurboAssembler::VmovLow(DwVfpRegister dst, Register src) { in CallRecordWriteStub() function in v8::internal::TurboAssembler 975 VmovLow(dst, DwVfpRegister::from_code(src_code / 2)); in CallRecordWriteStub() 985 VmovLow(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 | 1568 __ VmovLow(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() 1572 __ VmovLow(i.OutputDoubleRegister(), i.InputRegister(1)); in AssembleArchInstruction() 2477 __ VmovLow(dst, tmp.low()); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 1978 VmovLow(scratch, lhs); in emit_f32_copysign() 1981 VmovLow(scratch2, rhs); in emit_f32_copysign() 1986 VmovLow(dst, scratch); in emit_f32_copysign() 3076 VmovLow(dst.gp(), tmp.low()); in emit_i32x4_bitmask()
|
Completed in 17 milliseconds