Searched defs:pckev_b (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/deps/v8/src/compiler/backend/mips/ |
| D | code-generator-mips.cc | 3401 __ pckev_b(dst, src1, src0); in AssembleArchInstruction() local 3592 __ pckev_b(dst, kSimd128RegZero, kSimd128ScratchReg); in AssembleArchInstruction() local 3602 __ pckev_b(dst, kSimd128RegZero, kSimd128ScratchReg); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/compiler/backend/mips64/ |
| D | code-generator-mips64.cc | 3571 __ pckev_b(dst, src1, src0); in AssembleArchInstruction() local 3765 __ pckev_b(dst, kSimd128RegZero, kSimd128ScratchReg); in AssembleArchInstruction() local 3778 __ pckev_b(dst, dst, kSimd128ScratchReg); in AssembleArchInstruction() local
|