Searched refs:move_v (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 970 TurboAssembler::move_v(dst.toW(), src.toW()); in Move() 2122 move_v(kSimd128ScratchReg, lhs_msa); in emit_i8x16_shuffle() 2125 move_v(kSimd128ScratchReg, rhs_msa); in emit_i8x16_shuffle() 2144 move_v(kSimd128ScratchReg, lhs_msa); in emit_i8x16_swizzle() 2148 move_v(dst_msa, rhs_msa); in emit_i8x16_swizzle() 3373 move_v(dst.fp().toW(), src1.fp().toW()); in emit_i8x16_replace_lane() 3383 move_v(dst.fp().toW(), src1.fp().toW()); in emit_i16x8_replace_lane() 3393 move_v(dst.fp().toW(), src1.fp().toW()); in emit_i32x4_replace_lane() 3403 move_v(dst.fp().toW(), src1.fp().toW()); in emit_i64x2_replace_lane() 3414 move_v(ds in emit_f32x4_replace_lane() [all...] |
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 2081 __ move_v(dst, src); in AssembleArchInstruction() 2221 __ move_v(dst, src); in AssembleArchInstruction() 2307 __ move_v(dst, src); in AssembleArchInstruction() 2487 __ move_v(dst, src); in AssembleArchInstruction() 2877 __ move_v(dst, src); in AssembleArchInstruction() 3086 __ move_v(dst, src); in AssembleArchInstruction() 3454 __ move_v(kSimd128ScratchReg, src0); in AssembleArchInstruction() 3457 __ move_v(kSimd128ScratchReg, src1); in AssembleArchInstruction() 3618 __ move_v(kSimd128ScratchReg, src0); in AssembleArchInstruction() 3621 __ move_v(kSimd128ScratchRe in AssembleArchInstruction() [all...] |
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 2003 __ move_v(dst, src); in AssembleArchInstruction() 2126 __ move_v(dst, src); in AssembleArchInstruction() 2385 __ move_v(dst, src); in AssembleArchInstruction() 2732 __ move_v(dst, src); in AssembleArchInstruction() 2934 __ move_v(dst, src); in AssembleArchInstruction() 3284 __ move_v(kSimd128ScratchReg, src0); in AssembleArchInstruction() 3287 __ move_v(kSimd128ScratchReg, src1); in AssembleArchInstruction() 3448 __ move_v(kSimd128ScratchReg, src0); in AssembleArchInstruction() 3451 __ move_v(kSimd128ScratchReg, src1); in AssembleArchInstruction() 3473 __ move_v(ds in AssembleArchInstruction() [all...] |
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.h | 1358 void move_v(MSARegister wd, MSARegister ws);
|
H A D | assembler-mips64.cc | 3616 void Assembler::move_v(MSARegister wd, MSARegister ws) { in move_v() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.h | 1295 void move_v(MSARegister wd, MSARegister ws);
|
H A D | assembler-mips.cc | 3400 void Assembler::move_v(MSARegister wd, MSARegister ws) { in move_v() function in v8::internal::Assembler
|
Completed in 47 milliseconds