Searched refs:crc32cd (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/crc/ |
D | invalid64.s | 17 crc32cd $1, $2, $2 # CHECK: :[[@LINE]]:3: error: source and destination must match 18 crc32cd $1, $2, $3 # CHECK: :[[@LINE]]:3: error: source and destination must match 19 crc32cd $1, $2, 2 # CHECK: :[[@LINE]]:19: error: invalid operand for instruction 20 crc32cd $1, 2, $2 # CHECK: :[[@LINE]]:15: error: invalid operand for instruction 21 crc32cd 1, $2, $2 # CHECK: :[[@LINE]]:11: error: invalid operand for instruction 22 crc32cd $1, $2 # CHECK: :[[@LINE]]:3: error: too few operands for instruction 23 crc32cd $1 # CHECK: :[[@LINE]]:3: error: too few operands for instruction 24 crc32cd $1, $2, 0($2) # CHECK: :[[@LINE]]:19: error: invalid operand for instruction
|
D | valid64.s | 6 crc32cd $10, $11, $10 # CHECK: crc32cd $10, $11, $10 # encoding: [0x7d,0x6a,0x01,0xcf]
|
/external/clang/test/CodeGen/ |
D | arm-crc32.c | 54 int crc32cd(int a, long long b) in crc32cd() function
|
D | arm64-crc32.c | 51 int crc32cd(int a, long b) in crc32cd() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/Mips/crc/ |
D | valid-64r6-el.txt | 11 0xcf 0x01 0x6a 0x7d # CHECK: crc32cd $10, $11, $10
|
D | valid-64r6.txt | 11 0x7d 0x6a 0x01 0xcf # CHECK: crc32cd $10, $11, $10
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | Mips64r6InstrInfo.td | 121 class CRC32CD_DESC : CRC_DESC_BASE<"crc32cd", GPR32Opnd, II_CRC32CD>;
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenAsmMatcher.inc | 4889 "rc32cb\007crc32cd\007crc32ch\007crc32cw\006crc32d\006crc32h\006crc32w\004" 5855 …{ 2935 /* crc32cd */, Mips::CRC32CD, Convert__GPR32AsmReg1_0__GPR32AsmReg1_1__GPR32AsmReg1_2, Feat… 8980 …{ Feature_HasStdEnc|Feature_HasMips64r6|Feature_HasCRC|Feature_NotInMicroMips, 2935 /* crc32cd */,…
|