Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc2187 __ mtvsrd(dst, kScratchReg); in AssembleArchInstruction() local
2195 __ mtvsrd(dst, kScratchReg); in AssembleArchInstruction() local
2202 __ mtvsrd(dst, i.InputRegister(0)); in AssembleArchInstruction() local
2208 __ mtvsrd(dst, i.InputRegister(0)); in AssembleArchInstruction() local
2214 __ mtvsrd(dst, i.InputRegister(0)); in AssembleArchInstruction() local
2220 __ mtvsrd(dst, i.InputRegister(0)); in AssembleArchInstruction() local
2290 __ mtvsrd(kScratchSimd128Reg, r0); in AssembleArchInstruction() local
2304 __ mtvsrd(kScratchSimd128Reg, r0); in AssembleArchInstruction() local
2318 __ mtvsrd(kScratchSimd128Reg, i.InputRegister(2)); in AssembleArchInstruction() local
2332 __ mtvsrd(kScratchSimd128Reg, i.InputRegister(2)); in AssembleArchInstruction() local
[all …]
/third_party/node/deps/v8/src/codegen/ppc/
Dassembler-ppc.cc1919 void Assembler::mtvsrd(const Simd128Register rt, const Register ra) { in mtvsrd() function in v8::internal::Assembler