Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/
Dlegalize-mul.mir60 ; CHECK: [[SMULH:%[0-9]+]]:_(s64) = G_SMULH [[COPY]], [[COPY1]]
63 ; CHECK: [[ICMP:%[0-9]+]]:_(s32) = G_ICMP intpred(ne), [[SMULH]](s64), [[ASHR]]
/external/pcre/dist2/src/sljit/
DsljitNativeARM_64.c118 #define SMULH 0x9b403c00 macro
769 FAIL_IF(push_inst(compiler, SMULH | RD(TMP_LR) | RN(arg1) | RM(arg2))); in emit_op_imm()
1098 …return push_inst(compiler, (op == SLJIT_LMUL_UW ? UMULH : SMULH) | RD(SLJIT_R1) | RN(TMP_REG1) | R… in sljit_emit_op0()
/external/llvm/lib/Target/AArch64/
DAArch64SchedCyclone.td194 // MADDX,MSUBX,SMULH,UMULH
DAArch64InstrFormats.td1487 // The Ra field of SMULH and UMULH is unused: it should be assembled as 31
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64SchedCyclone.td196 // MADDX,MSUBX,SMULH,UMULH
DAArch64InstrFormats.td1845 // The Ra field of SMULH and UMULH is unused: it should be assembled as 31
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md1047 ### SMULH ### subsection