Searched defs:vextractd (Results 1 – 1 of 1) sorted by relevance
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| D | code-generator-ppc.cc | 2226 __ vextractd(kScratchSimd128Reg, i.InputSimd128Register(0), in AssembleArchInstruction() local 2242 __ vextractd(kScratchSimd128Reg, i.InputSimd128Register(0), in AssembleArchInstruction() local 2408 __ vextractd(kScratchSimd128Reg, src0, in AssembleArchInstruction() local 2410 __ vextractd(tempFPReg0, src1, Operand(1 * lane_width_in_bytes)); in AssembleArchInstruction() local 3583 __ vextractd(kScratchSimd128Reg, i.InputSimd128Register(0), in AssembleArchInstruction() local 3644 __ vextractd(kScratchSimd128Reg, kScratchSimd128Reg, in AssembleArchInstruction() local 3659 __ vextractd(kScratchSimd128Reg, kScratchSimd128Reg, in AssembleArchInstruction() local 3733 __ vextractd(kScratchSimd128Reg, src, Operand(lane_number)); in AssembleArchInstruction() local
|