Searched defs:crc32w (Results 1 - 4 of 4) sorted by relevance
/third_party/vixl/src/aarch64/ | ||
H A D | assembler-aarch64.cc | 843 void Assembler::crc32w(const Register& wd, in crc32w() function in vixl::aarch64::Assembler |
/third_party/vixl/src/aarch32/ | ||
H A D | assembler-aarch32.cc | 4125 void Assembler::crc32w(Condition cond, Register rd, Register rn, Register rm) { in crc32w() function in vixl::aarch32::Assembler |
H A D | assembler-aarch32.h | 2196 void crc32w(Register rd, Register rn, Register rm) { crc32w(al, rd, rn, rm); } in crc32w() function in vixl::aarch32::Assembler |
H A D | disasm-aarch32.cc | 1443 void Disassembler::crc32w(Condition cond, in crc32w() function in vixl::aarch32::Disassembler [all...] |
Completed in 113 milliseconds