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

1 2

  /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]+}}
  /system/core/libpixelflinger/codeflinger/
Arm64Disassembler.cpp 59 {0xffe08000, 0x9b200000, "smaddl <xd>, <wn>, <wm>, <xa>"},
Arm64Assembler.cpp     [all...]
  /external/vixl/doc/
supported-instructions.md 776 ### smaddl ###
780 void smaddl(const Register& rd,
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64-inl.h 1089 void MacroAssembler::Smaddl(const Register& rd,
1095 smaddl(rd, rn, rm, ra);
    [all...]
disasm-arm64.cc 645 mnemonic = "smaddl";
    [all...]
assembler-arm64.cc 1236 void Assembler::smaddl(const Register& rd, function in class:v8::internal::Assembler
    [all...]
assembler-arm64.h     [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/vixl/src/a64/
macro-assembler-a64.h 929 void Smaddl(const Register& rd,
938 smaddl(rd, rn, rm, ra);
    [all...]
disasm-a64.cc 652 mnemonic = "smaddl";
    [all...]
assembler-a64.cc 923 void Assembler::smaddl(const Register& rd, function in class:vixl::Assembler
    [all...]
assembler-a64.h 1066 void smaddl(const Register& rd,
    [all...]
  /external/chromium_org/v8/test/cctest/
test-disasm-arm64.cc 481 COMPARE(smaddl(x0, w1, w2, x3), "smaddl x0, w1, w2, x3");
482 COMPARE(smaddl(x25, w21, w22, x16), "smaddl x25, w21, w22, x16");
    [all...]
test-assembler-arm64.cc     [all...]
  /external/vixl/test/
test-disasm-a64.cc 439 COMPARE(smaddl(x0, w1, w2, x3), "smaddl x0, w1, w2, x3");
440 COMPARE(smaddl(x30, w21, w22, x16), "smaddl x30, w21, w22, x16");
    [all...]
test-assembler-a64.cc     [all...]
  /art/compiler/dex/quick/arm64/
arm64_lir.h 334 kA64Smaddl4xwwx, // smaddl [10011011001] rm[20-16] [0] ra[14-10] rn[9-5] rd[4-0].
assemble_arm64.cc 524 "smaddl", "!0x, !1w, !2w, !3x", kFixupNone),
    [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
basic-a64-instructions.txt 1165 # CHECK: smaddl x3, w5, w2, x9
1166 # CHECK: smaddl xzr, w10, w11, x12
1167 # CHECK: smaddl x13, wzr, w14, x15
1168 # CHECK: smaddl x16, w17, wzr, x18
    [all...]
  /system/core/include/private/pixelflinger/
ggl_fixed.h 473 "smaddl %x[result], %w[x], %w[y],%x[round] \n"

Completed in 1070 milliseconds

1 2