/external/llvm/test/CodeGen/ARM/ |
D | crc32.ll | 21 ; CHECK: crc32w r0, r0, r1 22 %val = call i32 @llvm.arm.crc32w(i32 %cur, i32 %next) 52 declare i32 @llvm.arm.crc32w(i32, i32)
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-crc32.ll | 21 ; CHECK: crc32w w0, w0, w1 22 %val = call i32 @llvm.aarch64.crc32w(i32 %cur, i32 %next) 65 declare i32 @llvm.aarch64.crc32w(i32, i32)
|
/external/llvm/test/CodeGen/X86/ |
D | sse42.ll | 23 ; X32: crc32w 8(%esp), %eax 26 ; X64: crc32w %si,
|
D | avx-intrinsics-x86.ll | 3294 ; CHECK-NEXT: crc32w {{[0-9]+}}(%esp), %eax
|
/external/llvm/test/MC/ARM/ |
D | crc32.s | 6 crc32w r0, r1, r2 10 @ CHECK: crc32w r0, r1, r2 @ encoding: [0x42,0x00,0x41,0xe1]
|
D | crc32-thumb.s | 6 crc32w r0, r1, r2 10 @ CHECK: crc32w r0, r1, r2 @ encoding: [0xc1,0xfa,0xa2,0xf0]
|
D | directive-arch_extension-crc.s | 21 crc32w r0, r1, r2 44 crc32w r0, r1, r2
|
/external/llvm/test/MC/X86/ |
D | x86_64-encoding.s | 23 crc32w %bx, %eax 27 crc32w 4(%rbx), %eax
|
D | x86-32-coverage.s | 9889 crc32w %bx, %eax 9893 crc32w 4(%ebx), %eax
|
/external/llvm/test/MC/AArch64/ |
D | arm64-basic-a64-instructions.s | 5 crc32w w0, w1, w2
|
D | basic-a64-instructions.s | 1501 crc32w w0, w1, w2
|
/external/clang/test/CodeGen/ |
D | arm-crc32.c | 33 int crc32w(int a, int b) in crc32w() function
|
D | arm64-crc32.c | 33 int crc32w(int a, int b) in crc32w() function
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | crc32-thumb.txt | 5 # CHECK: crc32w r0, r1, r2
|
D | crc32.txt | 5 # CHECK: crc32w r0, r1, r2
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-crc32.txt | 5 # CHECK: crc32w w0, w1, w2
|
D | basic-a64-instructions.txt | 1047 # CHECK: crc32w w0, w1, w2
|
/external/llvm/test/MC/Disassembler/X86/ |
D | x86-32.txt | 37 # CHECK: crc32w %ax, %eax
|
D | simple-tests.txt | 350 # CHECK: crc32w %ax, %eax
|
/external/vixl/test/ |
D | test-disasm-a64.cc | 601 TEST(crc32w) { in TEST() argument 604 COMPARE(crc32w(w2, w3, w4), "crc32w w2, w3, w4"); in TEST() 605 COMPARE(crc32w(w3, w14, w24), "crc32w w3, w14, w24"); in TEST() 606 COMPARE(crc32w(w13, w13, w16), "crc32w w13, w13, w16"); in TEST()
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.h | 2840 crc32w(rd, rn, rm); in Crc32w()
|
D | assembler-a64.h | 1625 void crc32w(const Register& rd,
|
D | assembler-a64.cc | 1247 void Assembler::crc32w(const Register& rd, in crc32w() function in vixl::Assembler
|
/external/vixl/doc/ |
D | supported-instructions.md | 381 void crc32w(const Register& rd,
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 755 def CRC32Wrr : BaseCRC32<0, 0b10, 0, GPR32, int_aarch64_crc32w, "crc32w">;
|