Home
last modified time | relevance | path

Searched defs:mfvsrd (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc2228 __ mfvsrd(kScratchReg, kScratchSimd128Reg); in AssembleArchInstruction() local
2236 __ mfvsrd(kScratchReg, kScratchSimd128Reg); in AssembleArchInstruction() local
2244 __ mfvsrd(i.OutputRegister(), kScratchSimd128Reg); in AssembleArchInstruction() local
2251 __ mfvsrd(i.OutputRegister(), kScratchSimd128Reg); in AssembleArchInstruction() local
2258 __ mfvsrd(i.OutputRegister(), kScratchSimd128Reg); in AssembleArchInstruction() local
2265 __ mfvsrd(kScratchReg, kScratchSimd128Reg); in AssembleArchInstruction() local
2272 __ mfvsrd(i.OutputRegister(), kScratchSimd128Reg); in AssembleArchInstruction() local
2278 __ mfvsrd(kScratchReg, kScratchSimd128Reg); in AssembleArchInstruction() local
2414 __ mfvsrd(scratch_0, src0); in AssembleArchInstruction() local
2415 __ mfvsrd(scratch_1, src1); in AssembleArchInstruction() local
[all …]
/third_party/node/deps/v8/src/codegen/ppc/
Dassembler-ppc.cc1909 void Assembler::mfvsrd(const Register ra, const Simd128Register rs) { in mfvsrd() function in v8::internal::Assembler