Home
last modified time | relevance | path

Searched refs:mulh (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/diagnostics/loong64/
H A Ddisasm-loong64.cc1095 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 Dsimulator-riscv64.h116 inline int64_t mulh(int64_t a, int64_t b) { in mulh() function
H A Dsimulator-riscv64.cc3158 set_rd(mulh(rs1(), rs2())); in DecodeRVRType()
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.h490 void mulh(Register rd, Register rs1, Register rs2);
H A Dmacro-assembler-riscv64.cc551 mulh(rd, rs, rt.rm()); in Mulh64()
557 mulh(rd, rs, scratch); in Mulh64()
H A Dassembler-riscv64.cc1787 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 DLLVMReactor.cpp380 llvm::Value *mulh = jit->builder->CreateAShr(mult, intTy->getBitWidth()); in lowerMulHigh() local
381 return jit->builder->CreateTrunc(mulh, ty); in lowerMulHigh()

Completed in 70 milliseconds