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

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
no-aliases.d 21 30: 9b220c20 smaddl x0, w1, w2, x3
22 34: 9b227c20 smaddl x0, w1, w2, xzr
23 38: 9b227c20 smaddl x0, w1, w2, xzr
alias.s 38 smaddl x0, w1, w2, x3
39 smaddl x0, w1, w2, xzr
alias.d 20 30: 9b220c20 smaddl x0, w1, w2, x3
illegal.s 97 smaddl w0, w1, w2, x3
98 smaddl x0, x1, w2, x3
99 smaddl x0, w1, x2, x3
100 smaddl x0, w1, w2, w3
illegal.l 61 [^:]*:97: Error: .*`smaddl w0,w1,w2,x3'
62 [^:]*:98: Error: .*`smaddl x0,x1,w2,x3'
63 [^:]*:99: Error: .*`smaddl x0,w1,x2,x3'
64 [^:]*:100: Error: .*`smaddl x0,w1,w2,w3'
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm64/
anames.go 180 "SMADDL",
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
anames.go 177 "SMADDL",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
anames.go 177 "SMADDL",
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm64/
anames.go 180 "SMADDL",
  /system/core/libpixelflinger/tests/arch-arm64/disassembler/
arm64_diassembler_test.cpp 148 { 0x9b3f3fc0, "smaddl x0, w30, wzr, x15" },
149 { 0x9b2079ef, "smaddl x15, w15, w0, x30" },
150 { 0x9b2f7ffe, "smaddl x30, wzr, w15, xzr" },
151 { 0x9b3e001f, "smaddl xzr, w0, w30, x0" },
  /external/llvm/test/CodeGen/AArch64/
dp-3source.ll 41 ; CHECK: smaddl {{x[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}, {{x[0-9]+}}
aarch64-fix-cortex-a53-835769.ll 165 ; CHECK-NEXT: smaddl
168 ; CHECK-NOWORKAROUND-NEXT: smaddl
  /system/core/libpixelflinger/codeflinger/
Arm64Disassembler.cpp 59 {0xffe08000, 0x9b200000, "smaddl <xd>, <wn>, <wm>, <xa>"},
  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-asm-2.c 144 value = 576; /* --> smaddl. */
aarch64-tbl.h 206 /* e.g. SMADDL <Xd>, <Wn>, <Wm>, <Xa>. */
212 /* e.g. SMADDL <Xd>, <Wn>, <Wm>, <Xa>. */
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-arithmetic-encoding.s 464 smaddl x1, w2, w3, x4
473 ; CHECK: smaddl x1, w2, w3, x4 ; encoding: [0x41,0x10,0x23,0x9b]
basic-a64-instructions.s     [all...]
  /external/v8/src/arm64/
macro-assembler-arm64-inl.h 1098 void MacroAssembler::Smaddl(const Register& rd,
1104 smaddl(rd, rn, rm, ra);
    [all...]
disasm-arm64.cc 643 mnemonic = "smaddl";
    [all...]
  /external/v8/test/cctest/
test-disasm-arm64.cc 494 COMPARE(smaddl(x0, w1, w2, x3), "smaddl x0, w1, w2, x3");
495 COMPARE(smaddl(x25, w21, w22, x16), "smaddl x25, w21, w22, x16");
    [all...]
  /external/pcre/dist/sljit/
sljitNativeARM_64.c 110 #define SMADDL 0x9b200000
731 FAIL_IF(push_inst(compiler, SMADDL | RD(dst) | RN(arg1) | RM(arg2) | (31 << 10)));
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64SchedCyclone.td 189 // MADDW,MSUBW,SMADDL,SMSUBL,UMADDL,UMSUBL
  /external/llvm/test/MC/Disassembler/AArch64/
arm64-arithmetic.txt 431 # CHECK: smaddl x1, w2, w3, x4
  /system/core/libpixelflinger/include/private/pixelflinger/
ggl_fixed.h 473 "smaddl %x[result], %w[x], %w[y],%x[round] \n"
    [all...]
  /external/vixl/doc/
supported-instructions.md 1044 ### SMADDL ###
1048 void smaddl(const Register& rd,
    [all...]

Completed in 621 milliseconds

1 2