Home
last modified time | relevance | path

Searched defs:mulh (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/assembler/instructions/
Dinsn_def_riscv.json26 "mulh": { "opcode": "0200_1033", "type": "R-type" }, object
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DLLVMReactor.cpp344 llvm::Value *mulh = jit->builder->CreateAShr(mult, intTy->getBitWidth()); in lowerMulHigh() local