Searched refs:mulh (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfoM.td | 29 def MULH : ALU_rr<0b0000001, 0b001, "mulh">,
|
/third_party/elfutils/tests/ |
D | testfile-riscv64-dis1.expect.bz2 | 1testfile-riscv64-dis1.o: elf64-elf_riscv
2
3Disassembly of section .text ... |
/third_party/node/deps/v8/src/execution/riscv64/ |
D | simulator-riscv64.h | 116 inline int64_t mulh(int64_t a, int64_t b) { in mulh() function
|
D | simulator-riscv64.cc | 3158 set_rd(mulh(rs1(), rs2())); in DecodeRVRType()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
D | assembler-riscv64.h | 490 void mulh(Register rd, Register rs1, Register rs2);
|
D | macro-assembler-riscv64.cc | 551 mulh(rd, rs, rt.rm()); in Mulh64() 557 mulh(rd, rs, scratch); in Mulh64()
|
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/ |
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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenAsmMatcher.inc | 9941 "mulh\007vqdmull\010vqdmullb\010vqdmullt\006vqmovn\007vqmovnb\007vqmovnt"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | IntrinsicImpl.inc | 1589 "llvm.arm.mve.mulh.predicated", 11722 1, // llvm.arm.mve.mulh.predicated
|