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

1 2 3

  /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/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]+}}
  /external/pcre/dist2/src/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...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCCodeEmitter.cpp 560 // The Ra field of SMULH and UMULH is unused: it should be assembled as 31
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
arm64enc.s 305 SMULH R17, R21, R21 // b57e519b
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
arm64enc.s 305 SMULH R17, R21, R21 // b57e519b
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
tables.go 311 SMULH
780 SMULH: "SMULH",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
tables.go 311 SMULH
780 SMULH: "SMULH",
    [all...]
  /external/vixl/test/aarch64/
test-assembler-aarch64.cc     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64SchedCyclone.td 194 // MADDX,MSUBX,SMULH,UMULH
  /external/capstone/suite/MC/AArch64/
basic-a64-instructions.s.cs 638 0xbe,0x7f,0x5c,0x9b = smulh x30, x29, x28
639 0x7f,0x7f,0x5a,0x9b = smulh xzr, x27, x26
640 0xf9,0x7f,0x58,0x9b = smulh x25, xzr, x24
641 0xd7,0x7e,0x5f,0x9b = smulh x23, x22, xzr
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
ARM64Ops.go 168 {name: "MULH", argLength: 2, reg: gp21, asm: "SMULH", commutative: true}, // (arg0 * arg1) >> 64, signed
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
ARM64Ops.go 168 {name: "MULH", argLength: 2, reg: gp21, asm: "SMULH", commutative: true}, // (arg0 * arg1) >> 64, signed
  /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/
libvixl-arm64.so 
  /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/
libvixl-arm64.so 

Completed in 556 milliseconds

1 2 3