Searched refs:crc32h (Results 1 - 21 of 21) sorted by relevance

/external/llvm/test/MC/AArch64/
H A Darm64-basic-a64-instructions.s4 crc32h w28, wzr, w30
12 // CHECK: crc32h w28, wzr, w30 // encoding: [0xfc,0x47,0xde,0x1a]
H A Dcyclone-crc.s4 crc32h w3, w5, w6
10 CHECK: crc32h w3, w5, w6
H A Dbasic-a64-instructions.s1500 crc32h w28, wzr, w30
1508 // CHECK: crc32h w28, wzr, w30 // encoding: [0xfc,0x47,0xde,0x1a]
/external/clang/test/CodeGen/
H A Darm-crc32.c18 int crc32h(int a, short b) function
22 // CHECK: call i32 @llvm.arm.crc32h(i32 %a, i32 [[T0]])
H A Darm64-crc32.c19 int crc32h(int a, short b) function
23 // CHECK: call i32 @llvm.aarch64.crc32h(i32 %a, i32 [[T0]])
/external/llvm/test/MC/ARM/
H A Dcrc32-thumb.s5 crc32h r0, r1, r2
9 @ CHECK: crc32h r0, r1, r2 @ encoding: [0xc1,0xfa,0x92,0xf0]
H A Dcrc32.s5 crc32h r0, r1, r2
9 @ CHECK: crc32h r0, r1, r2 @ encoding: [0x42,0x00,0x21,0xe1]
H A Ddirective-arch_extension-crc.s19 crc32h r0, r1, r2
41 crc32h r0, r1, r2
/external/vixl/test/aarch32/
H A Dtest-assembler-rd-rn-rm-a32.cc56 M(crc32h) \
607 #include "aarch32/traces/assembler-rd-rn-rm-a32-crc32h.h"
H A Dtest-assembler-rd-rn-rm-t32.cc56 M(crc32h) \
607 #include "aarch32/traces/assembler-rd-rn-rm-t32-crc32h.h"
/external/vixl/src/aarch32/
H A Dassembler-aarch32.h2134 void crc32h(Condition cond, Register rd, Register rn, Register rm);
2135 void crc32h(Register rd, Register rn, Register rm) { crc32h(al, rd, rn, rm); } function in class:vixl::aarch32::Assembler
H A Ddisasm-aarch32.h594 void crc32h(Condition cond, Register rd, Register rn, Register rm);
H A Dassembler-aarch32.cc3751 void Assembler::crc32h(Condition cond, Register rd, Register rn, Register rm) { function in class:vixl::aarch32::Assembler
3768 Delegate(kCrc32h, &Assembler::crc32h, cond, rd, rn, rm);
H A Dmacro-assembler-aarch32.h1711 crc32h(cond, rd, rn, rm);
H A Ddisasm-aarch32.cc1425 void Disassembler::crc32h(Condition cond, function in class:vixl::aarch32::Disassembler
21331 crc32h(Condition::None(),
[all...]
/external/vixl/src/aarch64/
H A Dassembler-aarch64.h877 void crc32h(const Register& wd, const Register& wn, const Register& wm);
H A Dmacro-assembler-aarch64.h2779 crc32h(rd, rn, rm);
H A Dassembler-aarch64.cc744 void Assembler::crc32h(const Register& wd, function in class:vixl::aarch64::Assembler
/external/vixl/test/aarch64/
H A Dtest-disasm-aarch64.cc627 TEST(crc32h) {
630 COMPARE(crc32h(w1, w2, w3), "crc32h w1, w2, w3");
631 COMPARE(crc32h(w2, w13, w23), "crc32h w2, w13, w23");
632 COMPARE(crc32h(w11, w12, w15), "crc32h w11, w12, w15");
H A Dtest-trace-aarch64.cc114 __ crc32h(w4, w5, w6);
H A Dtest-assembler-aarch64.cc21825 TEST(crc32h) {

Completed in 1504 milliseconds