Searched refs:mulh (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/diagnostics/loong64/ |
H A D | disasm-loong64.cc | 1095 Format(instr, "mulh.w 'rd, 'rj, 'rk"); in DecodeTypekOp17() 1098 Format(instr, "mulh.wu 'rd, 'rj, 'rk"); in DecodeTypekOp17() 1104 Format(instr, "mulh.d 'rd, 'rj, 'rk"); in DecodeTypekOp17() 1107 Format(instr, "mulh.du 'rd, 'rj, 'rk"); in DecodeTypekOp17()
|
/third_party/node/deps/v8/src/execution/riscv64/ |
H A D | simulator-riscv64.h | 116 inline int64_t mulh(int64_t a, int64_t b) { in mulh() function
|
H A D | simulator-riscv64.cc | 3158 set_rd(mulh(rs1(), rs2())); in DecodeRVRType()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | assembler-riscv64.h | 490 void mulh(Register rd, Register rs1, Register rs2);
|
H A D | macro-assembler-riscv64.cc | 551 mulh(rd, rs, rt.rm()); in Mulh64() 557 mulh(rd, rs, scratch); in Mulh64()
|
H A D | assembler-riscv64.cc | 1787 void Assembler::mulh(Register rd, Register rs1, Register rs2) { in mulh() function in v8::internal::Assembler
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMReactor.cpp | 380 llvm::Value *mulh = jit->builder->CreateAShr(mult, intTy->getBitWidth()); in lowerMulHigh() local 381 return jit->builder->CreateTrunc(mulh, ty); in lowerMulHigh()
|
Completed in 41 milliseconds