Home
last modified time | relevance | path

Searched refs:SMULH (Results 1 – 4 of 4) sorted by relevance

/external/pcre/dist/sljit/
DsljitNativeARM_64.c111 #define SMULH 0x9b403c00 macro
735 FAIL_IF(push_inst(compiler, SMULH | RD(TMP_LR) | RN(arg1) | RM(arg2))); in emit_op_imm()
1263 …return push_inst(compiler, (op == SLJIT_LUMUL ? UMULH : SMULH) | RD(SLJIT_R1) | RN(TMP_REG1) | RM(… in sljit_emit_op0()
/external/llvm/lib/Target/AArch64/
DAArch64SchedCyclone.td193 // MADDX,MSUBX,SMULH,UMULH
DAArch64InstrFormats.td1490 // The Ra field of SMULH and UMULH is unused: it should be assembled as 31
/external/vixl/doc/
Dsupported-instructions.md1064 ### SMULH ### subsection