Searched refs:copy_s_d (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 3351 copy_s_d(dst.gp(), lhs.fp().toW(), imm_lane_idx); in emit_i64x2_extract_lane() 3364 copy_s_d(kScratchReg, lhs.fp().toW(), imm_lane_idx); in emit_f64x2_extract_lane()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.h | 1346 void copy_s_d(Register rd, MSARegister ws, uint32_t n);
|
H A D | macro-assembler-mips64.cc | 2667 copy_s_d(scratch, src, laneidx); in CallRecordWriteStub()
|
H A D | assembler-mips64.cc | 3568 void Assembler::copy_s_d(Register rd, MSARegister ws, uint32_t n) { in copy_s_d() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 2211 __ copy_s_d(kScratchReg, i.InputSimd128Register(0), i.InputInt8(1)); in AssembleArchInstruction() 2233 __ copy_s_d(i.OutputRegister(), i.InputSimd128Register(0), in AssembleArchInstruction()
|
Completed in 36 milliseconds