HomeSort by relevance Sort by last modified time
    Searched full:smulh (Results 1 - 25 of 39) sorted by null

1 2

  /external/llvm/test/MC/Disassembler/AArch64/
arm64-canonical-form.txt 9 # CHECK: smulh x0, x0, x0
arm64-arithmetic.txt 443 # CHECK: smulh x1, x2, x3
basic-a64-instructions.txt 1109 # and smulh have them).
1111 # CHECK: smulh x30, x29, x28
1112 # CHECK: smulh xzr, x27, x26
1210 # CHECK: smulh x30, x29, x28
1211 # CHECK: smulh xzr, x27, x26
1212 # CHECK: smulh x25, xzr, x24
1213 # CHECK: smulh x23, x22, xzr
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm64/
anames.go 184 "SMULH",
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
anames.go 181 "SMULH",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
anames.go 181 "SMULH",
  /external/llvm/test/CodeGen/AArch64/
arm64-mul.ll 21 ; CHECK: smulh {{x[0-9]+}}, {{x[0-9]+}}, {{x[0-9]+}}
arm64-xaluo.ll 210 ; CHECK-NEXT: smulh [[HREG:x[0-9]+]], x0, x1
379 ; CHECK-NEXT: smulh [[HREG:x[0-9]+]], x0, x1
575 ; CHECK-NEXT: smulh [[HREG:x[0-9]+]], x0, x1
dp-3source.ll 82 ; CHECK: smulh {{x[0-9]+}}, {{x[0-9]+}}, {{x[0-9]+}}
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm64/
anames.go 184 "SMULH",
  /external/v8/test/cctest/
test-assembler-arm64.cc     [all...]
test-disasm-arm64.cc 471 COMPARE(smulh(x0, x1, x2), "smulh x0, x1, x2");
    [all...]
  /external/pcre/dist/sljit/
sljitNativeARM_64.c 111 #define SMULH 0x9b403c00
735 FAIL_IF(push_inst(compiler, SMULH | RD(TMP_LR) | RN(arg1) | RM(arg2)));
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-arithmetic-encoding.s 482 smulh x1, x2, x3
485 ; CHECK: smulh x1, x2, x3 ; encoding: [0x41,0x7c,0x43,0x9b]
basic-a64-instructions.s     [all...]
  /external/v8/src/arm64/
macro-assembler-arm64-inl.h 1127 void MacroAssembler::Smulh(const Register& rd,
1132 smulh(rd, rn, rm);
    [all...]
disasm-arm64.cc 675 mnemonic = "smulh";
    [all...]
assembler-arm64.cc 1511 void Assembler::smulh(const Register& rd, function in class:v8::internal::Assembler
    [all...]
assembler-arm64.h     [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCCodeEmitter.cpp 613 // The Ra field of SMULH and UMULH is unused: it should be assembled as 31
  /external/vixl/test/
test-assembler-a64.cc     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64SchedCyclone.td 193 // MADDX,MSUBX,SMULH,UMULH
  /external/vixl/doc/
supported-instructions.md 1064 ### SMULH ###
1068 void smulh(const Register& xd, const Register& xn, const Register& xm)
    [all...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.h     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-tbl.h 172 /* e.g. SMULH <Xd>, <Xn>, <Xm>. */
    [all...]

Completed in 1212 milliseconds

1 2