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

  /external/llvm/test/MC/AArch64/
arm64-basic-a64-instructions.s 4 crc32h w28, wzr, w30
12 // CHECK: crc32h w28, wzr, w30 // encoding: [0xfc,0x47,0xde,0x1a]
basic-a64-instructions.s     [all...]
  /external/clang/test/CodeGen/
arm-crc32.c 19 int crc32h(int a, short b) function
23 // CHECK: call i32 @llvm.arm.crc32h(i32 %a, i32 [[T0]])
arm64-crc32.c 19 int crc32h(int a, short b) function
23 // CHECK: call i32 @llvm.aarch64.crc32h(i32 %a, i32 [[T0]])
  /external/llvm/test/MC/ARM/
crc32-thumb.s 5 crc32h r0, r1, r2
9 @ CHECK: crc32h r0, r1, r2 @ encoding: [0xc1,0xfa,0x92,0xf0]
crc32.s 5 crc32h r0, r1, r2
9 @ CHECK: crc32h r0, r1, r2 @ encoding: [0x42,0x00,0x21,0xe1]
directive-arch_extension-crc.s 19 crc32h r0, r1, r2
41 crc32h r0, r1, r2
  /external/vixl/test/
test-disasm-a64.cc 579 TEST(crc32h) {
582 COMPARE(crc32h(w1, w2, w3), "crc32h w1, w2, w3");
583 COMPARE(crc32h(w2, w13, w23), "crc32h w2, w13, w23");
584 COMPARE(crc32h(w11, w12, w15), "crc32h w11, w12, w15");
    [all...]
test-assembler-a64.cc     [all...]
  /external/vixl/src/vixl/a64/
assembler-a64.h     [all...]
macro-assembler-a64.h     [all...]
assembler-a64.cc 1207 void Assembler::crc32h(const Register& rd, function in class:vixl::Assembler
1211 Emit(SF(rm) | Rm(rm) | CRC32H | Rn(rn) | Rd(rd));
    [all...]

Completed in 58 milliseconds