Home
last modified time | relevance | path

Searched defs:move_v (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc2081 __ move_v(dst, src); in AssembleArchInstruction() local
2221 __ move_v(dst, src); in AssembleArchInstruction() local
2307 __ move_v(dst, src); in AssembleArchInstruction() local
2487 __ move_v(dst, src); in AssembleArchInstruction() local
2877 __ move_v(dst, src); in AssembleArchInstruction() local
3086 __ move_v(dst, src); in AssembleArchInstruction() local
3454 __ move_v(kSimd128ScratchReg, src0); in AssembleArchInstruction() local
3457 __ move_v(kSimd128ScratchReg, src1); in AssembleArchInstruction() local
3618 __ move_v(kSimd128ScratchReg, src0); in AssembleArchInstruction() local
3621 __ move_v(kSimd128ScratchReg, src1); in AssembleArchInstruction() local
[all …]
/third_party/node/deps/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc2003 __ move_v(dst, src); in AssembleArchInstruction() local
2126 __ move_v(dst, src); in AssembleArchInstruction() local
2385 __ move_v(dst, src); in AssembleArchInstruction() local
2732 __ move_v(dst, src); in AssembleArchInstruction() local
2934 __ move_v(dst, src); in AssembleArchInstruction() local
3284 __ move_v(kSimd128ScratchReg, src0); in AssembleArchInstruction() local
3287 __ move_v(kSimd128ScratchReg, src1); in AssembleArchInstruction() local
3448 __ move_v(kSimd128ScratchReg, src0); in AssembleArchInstruction() local
3451 __ move_v(kSimd128ScratchReg, src1); in AssembleArchInstruction() local
3473 __ move_v(dst, ctl); in AssembleArchInstruction() local
[all …]
/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips.cc3400 void Assembler::move_v(MSARegister wd, MSARegister ws) { in move_v() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/mips64/
Dassembler-mips64.cc3616 void Assembler::move_v(MSARegister wd, MSARegister ws) { in move_v() function in v8::internal::Assembler