| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 728 return MCDisassembler::SoftFail; in checkDecodedInstruction() 741 return MCDisassembler::SoftFail; in checkDecodedInstruction() 944 S = SoftFail; in AddThumbPredicate() 950 S = SoftFail; in AddThumbPredicate() 959 S = SoftFail; in AddThumbPredicate() 969 S = SoftFail; in AddThumbPredicate() 999 Check(S, SoftFail); in AddThumbPredicate() 1027 Check(S, SoftFail); in AddThumbPredicate() 1058 Check(S, SoftFail); in UpdateThumbVFPPredicate() 1113 Result = MCDisassembler::SoftFail; in getThumbInstruction() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrFormats.td | 191 field bits<16> SoftFail = 0; 199 field bits<16> SoftFail = 0; 210 field bits<32> SoftFail = 0; 224 field bits<48> SoftFail = 0; 239 field bits<32> SoftFail = 0; 253 field bits<32> SoftFail = 0; 267 field bits<32> SoftFail = 0; 281 field bits<48> SoftFail = 0; 299 field bits<48> SoftFail = 0; 318 field bits<48> SoftFail = 0; [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrFormats.td | 63 // SoftFail is a field the disassembler can use to provide a way for 67 field bits<32> SoftFail = 0; 290 // SoftFail is a field the disassembler can use to provide a way for 294 field bits<32> SoftFail = 0;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaInstrFormats.td | 33 field bits<24> SoftFail = 0; 41 field bits<16> SoftFail = 0;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCDisassembler/ |
| H A D | MCDisassembler.h | 111 SoftFail = 1, enumerator
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mc/ |
| H A D | Disassembler.cpp | 67 case MCDisassembler::SoftFail: in PrintInsts()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
| H A D | AArch64Disassembler.cpp | 222 #define SoftFail MCDisassembler::SoftFail macro 1025 return SoftFail; in DecodeSignedLdStInstruction() 1119 return SoftFail; in DecodeExclusiveLdStInstruction() 1284 return SoftFail; in DecodePairLdStInstruction() 1289 return SoftFail; in DecodePairLdStInstruction() 1323 return SoftFail; in DecodeAuthLoadInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFInstrFormats.td | 114 field bits<64> SoftFail = 0;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrFormats.td | 267 // SoftFail is a field the disassembler can use to provide a way for 271 field bits<32> SoftFail = 0; 279 field bits<48> SoftFail = 0; 287 field bits<64> SoftFail = 0;
|
| H A D | RISCVInstrFormatsC.td | 17 // SoftFail is a field the disassembler can use to provide a way for 21 field bits<16> SoftFail = 0;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchInstrFormats.td | 23 // SoftFail is a field the disassembler can use to provide a way for 27 field bits<32> SoftFail = 0;
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/ |
| H A D | Disassembler.cpp | 208 case MCDisassembler::SoftFail: in LLVMDisasmInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips16InstrFormats.td | 65 field bits<16> SoftFail = 0; 78 field bits<32> SoftFail = 0;
|
| H A D | MicroMipsInstrFormats.td | 48 field bits<16> SoftFail = 0;
|
| H A D | MipsInstrFormats.td | 111 field bits<32> SoftFail = 0;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrFormats.td | 58 field bits<64> SoftFail = 0;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/ |
| H A D | SparcDisassembler.cpp | 245 S = MCDisassembler::SoftFail; in DecodeIntPairRegisterClass()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrFormats.td | 22 field bits<32> SoftFail = 0;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructions.td | 37 // SoftFail is a field the disassembler can use to provide a way for 41 …field bits<128> SoftFail = 0; // FIXME: If this is smaller than largest instruction, DecodeEmitter…
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrFormats.td | 34 field bits<48> SoftFail = 0;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrFormats.td | 26 field bits<32> SoftFail = 0;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrFormats.td | 23 field bits<32> SoftFail = 0;
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVBinaryReader.cpp | 458 case MCDisassembler::SoftFail: in createInstructions()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrFormats.td | 12 field bits<32> SoftFail = 0;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrFormats.td | 27 field bits<32> SoftFail = 0;
|