Searched defs:move_v (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 1936 __ move_v(dst, src); in AssembleArchInstruction() local 1970 __ move_v(dst, src); in AssembleArchInstruction() local 2185 __ move_v(dst, src); in AssembleArchInstruction() local 2334 __ move_v(dst, src); in AssembleArchInstruction() local 2645 __ move_v(kSimd128ScratchReg, src0); in AssembleArchInstruction() local 2648 __ move_v(kSimd128ScratchReg, src1); in AssembleArchInstruction() local 2809 __ move_v(kSimd128ScratchReg, src0); in AssembleArchInstruction() local 2812 __ move_v(kSimd128ScratchReg, src1); in AssembleArchInstruction() local 3670 __ move_v(dst, src); in AssembleMove() local 3754 __ move_v(temp, src); in AssembleSwap() local [all …]
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 1726 __ move_v(dst, src); in AssembleArchInstruction() local 1760 __ move_v(dst, src); in AssembleArchInstruction() local 1975 __ move_v(dst, src); in AssembleArchInstruction() local 2124 __ move_v(dst, src); in AssembleArchInstruction() local 2436 __ move_v(kSimd128ScratchReg, src0); in AssembleArchInstruction() local 2439 __ move_v(kSimd128ScratchReg, src1); in AssembleArchInstruction() local 2600 __ move_v(kSimd128ScratchReg, src0); in AssembleArchInstruction() local 2603 __ move_v(kSimd128ScratchReg, src1); in AssembleArchInstruction() local 3420 __ move_v(dst, src); in AssembleMove() local 3519 __ move_v(temp, src); in AssembleSwap() local [all …]
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 3685 void Assembler::move_v(MSARegister wd, MSARegister ws) { in move_v() function in v8::internal::Assembler
|
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 4011 void Assembler::move_v(MSARegister wd, MSARegister ws) { in move_v() function in v8::internal::Assembler
|