Searched refs:ilvr_b (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | code-generator-mips.cc | 1717 __ ilvr_b(dst, kSimd128ScratchReg, dst); in AssembleArchInstruction() local 1730 __ ilvr_b(dst, kSimd128RegZero, dst); in AssembleArchInstruction() local 2357 ASSEMBLE_SIMD_EXTENDED_MULTIPLY(ilvr_b, dotp_s_h); in AssembleArchInstruction() 2363 ASSEMBLE_SIMD_EXTENDED_MULTIPLY(ilvr_b, dotp_u_h); in AssembleArchInstruction() 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/compiler/backend/mips64/ |
D | code-generator-mips64.cc | 1790 __ 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/wasm/baseline/mips64/ |
D | liftoff-assembler-mips64.h | 2033 ilvr_b(dst_msa, kSimd128ScratchReg, dst_msa); in LoadTransform() 2037 ilvr_b(dst_msa, kSimd128RegZero, dst_msa); in LoadTransform() 3212 ilvr_b(kSimd128ScratchReg, src.fp().toW(), src.fp().toW()); in emit_i16x8_sconvert_i8x16_low() 3227 ilvr_b(dst.fp().toW(), kSimd128RegZero, src.fp().toW()); in emit_i16x8_uconvert_i8x16_low()
|
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
D | liftoff-assembler-mips.h | 1879 SIMD_BINOP(i16x8_extmul_low_i8x16_s, ilvr_b, dotp_s_h) in SIMD_BINOP() argument 1881 SIMD_BINOP(i16x8_extmul_low_i8x16_u, ilvr_b, dotp_u_h) in SIMD_BINOP()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
D | macro-assembler-mips64.cc | 2687 EXT_MUL_BINOP(MSAS8, ilvr_b, dotp_s_h) in CallRecordWriteStub() 2690 EXT_MUL_BINOP(MSAU8, ilvr_b, dotp_u_h) in CallRecordWriteStub()
|
D | assembler-mips64.h | 1211 void ilvr_b(MSARegister wd, MSARegister ws, MSARegister wt);
|
/third_party/node/deps/v8/src/codegen/mips/ |
D | assembler-mips.h | 1150 void ilvr_b(MSARegister wd, MSARegister ws, MSARegister wt);
|