Searched refs:SMULH (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | legalize-mul.mir | 60 ; 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/ |
D | sljitNativeARM_64.c | 118 #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/ |
D | AArch64SchedCyclone.td | 194 // MADDX,MSUBX,SMULH,UMULH
|
D | AArch64InstrFormats.td | 1487 // 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/ |
D | AArch64SchedCyclone.td | 196 // MADDX,MSUBX,SMULH,UMULH
|
D | AArch64InstrFormats.td | 1845 // The Ra field of SMULH and UMULH is unused: it should be assembled as 31
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 1047 ### SMULH ### subsection
|