Home
last modified time | relevance | path

Searched refs:crc32d (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/llvm/test/MC/Mips/crc/
Dinvalid64.s8 crc32d $1, $2, $2 # CHECK: :[[@LINE]]:3: error: source and destination must match
9 crc32d $1, $2, $3 # CHECK: :[[@LINE]]:3: error: source and destination must match
10 crc32d $1, $2, 2 # CHECK: :[[@LINE]]:18: error: invalid operand for instruction
11 crc32d $1, 2, $2 # CHECK: :[[@LINE]]:14: error: invalid operand for instruction
12 crc32d 1, $2, $2 # CHECK: :[[@LINE]]:10: error: invalid operand for instruction
13 crc32d $1, $2 # CHECK: :[[@LINE]]:3: error: too few operands for instruction
14 crc32d $1 # CHECK: :[[@LINE]]:3: error: too few operands for instruction
15 crc32d $1, $2, 0($2) # CHECK: :[[@LINE]]:18: error: invalid operand for instruction
Dvalid64.s5 crc32d $10, $11, $10 # CHECK: crc32d $10, $11, $10 # encoding: [0x7d,0x6a,0x00,0xcf]
/external/llvm-project/clang/test/CodeGen/
Darm-crc32.c44 int crc32d(int a, long long b) in crc32d() function
Darm64-crc32.c48 uint32_t crc32d(uint32_t a, uint64_t b) in crc32d() function
/external/clang/test/CodeGen/
Darm64-crc32.c45 int crc32d(int a, long b) in crc32d() function
Darm-crc32.c44 int crc32d(int a, long long b) in crc32d() function
/external/llvm-project/llvm/test/MC/Disassembler/Mips/crc/
Dvalid-64r6.txt7 0x7d 0x6a 0x00 0xcf # CHECK: crc32d $10, $11, $10
Dvalid-64r6-el.txt7 0xcf 0x00 0x6a 0x7d # CHECK: crc32d $10, $11, $10
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips64r6InstrInfo.td122 class CRC32D_DESC : CRC_DESC_BASE<"crc32d", GPR32Opnd, II_CRC32D>;
/external/llvm-project/llvm/lib/Target/Mips/
DMips64r6InstrInfo.td122 class CRC32D_DESC : CRC_DESC_BASE<"crc32d", GPR32Opnd, II_CRC32D>;
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenAsmMatcher.inc4981 "rc32cb\007crc32cd\007crc32ch\007crc32cw\006crc32d\006crc32h\006crc32w\004"
6240 …{ 2959 /* crc32d */, Mips::CRC32D, Convert__GPR32AsmReg1_0__GPR32AsmReg1_1__GPR32AsmReg1_2, AMFBS_…
9407 …{ 2959 /* crc32d */, 7 /* 0, 1, 2 */, MCK_GPR32AsmReg, AMFBS_HasStdEnc_HasMips64r6_HasCRC_NotInMic…