Home
last modified time | relevance | path

Searched refs:ilvr_b (Results 1 – 7 of 7) sorted by relevance

/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
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/
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/wasm/baseline/mips64/
Dliftoff-assembler-mips64.h2033 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/
Dliftoff-assembler-mips.h1879 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/
Dmacro-assembler-mips64.cc2687 EXT_MUL_BINOP(MSAS8, ilvr_b, dotp_s_h) in CallRecordWriteStub()
2690 EXT_MUL_BINOP(MSAU8, ilvr_b, dotp_u_h) in CallRecordWriteStub()
Dassembler-mips64.h1211 void ilvr_b(MSARegister wd, MSARegister ws, MSARegister wt);
/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips.h1150 void ilvr_b(MSARegister wd, MSARegister ws, MSARegister wt);