Searched defs:pckev_w (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 2574 __ pckev_w(dst, src1, src0); in AssembleArchInstruction() local 2964 __ pckev_w(dst, kSimd128RegZero, kSimd128ScratchReg); in AssembleArchInstruction() local 2974 __ pckev_w(dst, kSimd128RegZero, kSimd128ScratchReg); in AssembleArchInstruction() local
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 2365 __ pckev_w(dst, src1, src0); in AssembleArchInstruction() local 2755 __ pckev_w(dst, kSimd128RegZero, kSimd128ScratchReg); in AssembleArchInstruction() local 2765 __ pckev_w(dst, kSimd128RegZero, kSimd128ScratchReg); in AssembleArchInstruction() local
|