HomeSort by relevance Sort by last modified time
    Searched refs:crc32x (Results 1 - 7 of 7) sorted by null

  /external/llvm/test/MC/AArch64/
arm64-basic-a64-instructions.s 6 crc32x w7, w9, x20
14 // CHECK: crc32x w7, w9, x20 // encoding: [0x27,0x4d,0xd4,0x9a]
basic-a64-instructions.s     [all...]
  /external/vixl/test/
test-disasm-a64.cc 601 TEST(crc32x) {
604 COMPARE(crc32x(w3, w4, x5), "crc32x w3, w4, x5");
605 COMPARE(crc32x(w4, w15, x25), "crc32x w4, w15, x25");
606 COMPARE(crc32x(w14, w14, x30), "crc32x w14, w14, x30");
    [all...]
test-assembler-a64.cc     [all...]
  /external/vixl/src/vixl/a64/
assembler-a64.h     [all...]
macro-assembler-a64.h     [all...]
assembler-a64.cc 1223 void Assembler::crc32x(const Register& rd, function in class:vixl::Assembler
    [all...]

Completed in 311 milliseconds