Searched defs:mtvsrd (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| D | code-generator-ppc.cc | 2187 __ 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/ |
| D | assembler-ppc.cc | 1919 void Assembler::mtvsrd(const Simd128Register rt, const Register ra) { in mtvsrd() function in v8::internal::Assembler
|