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

  /external/llvm/test/MC/AArch64/
arm64-diagno-predicate.s 20 crc32b w5, w7, w20
22 // CHECK-ERROR-NEXT: crc32b w5, w7, w20
arm64-basic-a64-instructions.s 3 crc32b w5, w7, w20
11 // CHECK: crc32b w5, w7, w20 // encoding: [0xe5,0x40,0xd4,0x1a]
basic-a64-instructions.s     [all...]
  /external/llvm/test/MC/X86/
x86_64-encoding.s 13 // CHECK: crc32b %bl, %eax
15 crc32b %bl, %eax
17 // CHECK: crc32b 4(%rbx), %eax
19 crc32b 4(%rbx), %eax
57 // CHECK: crc32b %r11b, %eax
59 crc32b %r11b, %eax
61 // CHECK: crc32b 4(%rbx), %eax
63 crc32b 4(%rbx), %eax
65 // CHECK: crc32b %dil, %rax
67 crc32b %dil,%ra
    [all...]
x86-32-coverage.s     [all...]
  /external/clang/test/CodeGen/
arm-crc32.c 5 int crc32b(int a, char b) function
9 // CHECK: call i32 @llvm.arm.crc32b(i32 %a, i32 [[T0]])
arm64-crc32.c 5 int crc32b(int a, char b) function
9 // CHECK: call i32 @llvm.aarch64.crc32b(i32 %a, i32 [[T0]])
  /external/llvm/test/MC/ARM/
crc32-thumb.s 4 crc32b r0, r1, r2
8 @ CHECK: crc32b r0, r1, r2 @ encoding: [0xc1,0xfa,0x82,0xf0]
crc32.s 4 crc32b r0, r1, r2
8 @ CHECK: crc32b r0, r1, r2 @ encoding: [0x42,0x00,0x01,0xe1]
directive-arch_extension-crc.s 17 crc32b r0, r1, r2
38 crc32b r0, r1, r2
  /external/vixl/test/
test-disasm-a64.cc 568 TEST(crc32b) {
571 COMPARE(crc32b(w0, w1, w2), "crc32b w0, w1, w2");
572 COMPARE(crc32b(w0, w11, w22), "crc32b w0, w11, w22");
573 COMPARE(crc32b(w10, w20, w30), "crc32b w10, w20, w30");
    [all...]
test-assembler-a64.cc     [all...]
  /external/vixl/src/vixl/a64/
assembler-a64.h     [all...]
macro-assembler-a64.h     [all...]
assembler-a64.cc 1199 void Assembler::crc32b(const Register& rd, function in class:vixl::Assembler
1203 Emit(SF(rm) | Rm(rm) | CRC32B | Rn(rn) | Rd(rd));
    [all...]

Completed in 767 milliseconds