Home
last modified time | relevance | path

Searched refs:CRC32CW (Results 1 – 9 of 9) sorted by relevance

/external/vixl/test/aarch32/config/
Drd-rn-rm-a32.json32 "Crc32cw", // CRC32CW{<q>} <Rd>, <Rn>, <Rm> ; A1
Drd-rn-rm-t32.json35 "Crc32cw", // CRC32CW{<q>} <Rd>, <Rn>, <Rm> ; T1
/external/v8/src/arm64/
Dconstants-arm64.h983 CRC32CW = DataProcessing2SourceFixed | 0x00005800, enumerator
/external/vixl/src/aarch64/
Dconstants-aarch64.h1073 CRC32CW = DataProcessing2SourceFixed | 0x00005800, enumerator
Ddisasm-aarch64.cc711 case CRC32CW: in VisitDataProcessing2Source()
Dsimulator-aarch64.cc2044 case CRC32CW: { in VisitDataProcessing2Source()
Dassembler-aarch64.cc788 Emit(SF(wm) | Rm(wm) | CRC32CW | Rn(wn) | Rd(wd)); in crc32cw()
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md350 ### CRC32CW ### subsection
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td4333 def CRC32CW : AI_crc32<1, 0b10, "cw", int_arm_crc32cw>;