Home
last modified time | relevance | path

Searched defs:ilvr_b (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc1790 __ ilvr_b(dst, scratch, dst); in AssembleArchInstruction() local
1799 __ ilvr_b(dst, kSimd128RegZero, dst); in AssembleArchInstruction() local
3464 __ ilvr_b(dst, kSimd128RegZero, dst); in AssembleArchInstruction() local
3551 __ ilvr_b(dst, src1, src0); in AssembleArchInstruction() local
3707 __ ilvr_b(kSimd128ScratchReg, src, src); in AssembleArchInstruction() local
3747 __ ilvr_b(i.OutputSimd128Register(), kSimd128RegZero, in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc1717 __ ilvr_b(dst, kSimd128ScratchReg, dst); in AssembleArchInstruction() local
1730 __ ilvr_b(dst, kSimd128RegZero, dst); in AssembleArchInstruction() local
3294 __ ilvr_b(dst, kSimd128RegZero, dst); in AssembleArchInstruction() local
3381 __ ilvr_b(dst, src1, src0); in AssembleArchInstruction() local
3537 __ ilvr_b(kSimd128ScratchReg, src, src); in AssembleArchInstruction() local
3574 __ ilvr_b(i.OutputSimd128Register(), kSimd128RegZero, in AssembleArchInstruction() local
/third_party/node/deps/v8/src/wasm/baseline/mips/
Dliftoff-assembler-mips.h1879 SIMD_BINOP(i16x8_extmul_low_i8x16_s, ilvr_b, dotp_s_h) in SIMD_BINOP() argument