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

/external/llvm/test/MC/AArch64/
H A Darm64-basic-a64-instructions.s8 crc32ch w13, w17, w25
16 // CHECK: crc32ch w13, w17, w25 // encoding: [0x2d,0x56,0xd9,0x1a]
H A Dcyclone-crc.s17 crc32ch w3, w5, w7
23 CHECK: crc32ch w3, w5, w7
H A Dbasic-a64-instructions.s1504 crc32ch w13, w17, w25
1512 // CHECK: crc32ch w13, w17, w25 // encoding: [0x2d,0x56,0xd9,0x1a]
/external/clang/test/CodeGen/
H A Darm-crc32.c25 int crc32ch(int a, short b) function
29 // CHECK: call i32 @llvm.arm.crc32ch(i32 %a, i32 [[T0]])
H A Darm64-crc32.c26 int crc32ch(int a, short b) function
30 // CHECK: call i32 @llvm.aarch64.crc32ch(i32 %a, i32 [[T0]])
/external/llvm/test/MC/ARM/
H A Dcrc32-thumb.s19 crc32ch r0, r1, r2
23 @ CHECK: crc32ch r0, r1, r2 @ encoding: [0xd1,0xfa,0x92,0xf0]
H A Dcrc32.s19 crc32ch r0, r1, r2
23 @ CHECK: crc32ch r0, r1, r2 @ encoding: [0x42,0x02,0x21,0xe1]
H A Ddirective-arch_extension-crc.s26 crc32ch r0, r1, r2
51 crc32ch r0, r1, r2
/external/vixl/test/aarch32/
H A Dtest-assembler-rd-rn-rm-a32.cc54 M(crc32ch) \
605 #include "aarch32/traces/assembler-rd-rn-rm-a32-crc32ch.h"
H A Dtest-assembler-rd-rn-rm-t32.cc54 M(crc32ch) \
605 #include "aarch32/traces/assembler-rd-rn-rm-t32-crc32ch.h"
/external/vixl/src/aarch32/
H A Dassembler-aarch32.h2124 void crc32ch(Condition cond, Register rd, Register rn, Register rm);
2125 void crc32ch(Register rd, Register rn, Register rm) { function in class:vixl::aarch32::Assembler
2126 crc32ch(al, rd, rn, rm);
H A Ddisasm-aarch32.h590 void crc32ch(Condition cond, Register rd, Register rn, Register rm);
H A Dassembler-aarch32.cc3711 void Assembler::crc32ch(Condition cond, Register rd, Register rn, Register rm) { function in class:vixl::aarch32::Assembler
3728 Delegate(kCrc32ch, &Assembler::crc32ch, cond, rd, rn, rm);
H A Dmacro-assembler-aarch32.h1683 crc32ch(cond, rd, rn, rm);
H A Ddisasm-aarch32.cc1407 void Disassembler::crc32ch(Condition cond, function in class:vixl::aarch32::Disassembler
21682 crc32ch(Condition::None(),
[all...]
/external/vixl/src/aarch64/
H A Dassembler-aarch64.h889 void crc32ch(const Register& wd, const Register& wn, const Register& wm);
H A Dmacro-assembler-aarch64.h2799 crc32ch(rd, rn, rm);
H A Dassembler-aarch64.cc776 void Assembler::crc32ch(const Register& wd, function in class:vixl::aarch64::Assembler
/external/vixl/test/aarch64/
H A Dtest-disasm-aarch64.cc671 TEST(crc32ch) {
674 COMPARE(crc32ch(w5, w6, w7), "crc32ch w5, w6, w7");
675 COMPARE(crc32ch(w6, w17, w27), "crc32ch w6, w17, w27");
676 COMPARE(crc32ch(w16, w16, w2), "crc32ch w16, w16, w2");
H A Dtest-trace-aarch64.cc112 __ crc32ch(w23, w24, w25);
H A Dtest-assembler-aarch64.cc21983 TEST(crc32ch) {

Completed in 1759 milliseconds