Searched refs:crc32d (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/llvm/test/MC/Mips/crc/ |
D | invalid64.s | 8 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
|
D | valid64.s | 5 crc32d $10, $11, $10 # CHECK: crc32d $10, $11, $10 # encoding: [0x7d,0x6a,0x00,0xcf]
|
/external/llvm-project/clang/test/CodeGen/ |
D | arm-crc32.c | 44 int crc32d(int a, long long b) in crc32d() function
|
D | arm64-crc32.c | 48 uint32_t crc32d(uint32_t a, uint64_t b) in crc32d() function
|
/external/clang/test/CodeGen/ |
D | arm64-crc32.c | 45 int crc32d(int a, long b) in crc32d() function
|
D | arm-crc32.c | 44 int crc32d(int a, long long b) in crc32d() function
|
/external/llvm-project/llvm/test/MC/Disassembler/Mips/crc/ |
D | valid-64r6.txt | 7 0x7d 0x6a 0x00 0xcf # CHECK: crc32d $10, $11, $10
|
D | valid-64r6-el.txt | 7 0xcf 0x00 0x6a 0x7d # CHECK: crc32d $10, $11, $10
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips64r6InstrInfo.td | 122 class CRC32D_DESC : CRC_DESC_BASE<"crc32d", GPR32Opnd, II_CRC32D>;
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | Mips64r6InstrInfo.td | 122 class CRC32D_DESC : CRC_DESC_BASE<"crc32d", GPR32Opnd, II_CRC32D>;
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenAsmMatcher.inc | 4981 "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…
|