/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 | 190 field bits<16> SoftFail = 0; 198 field bits<16> SoftFail = 0; 209 field bits<32> SoftFail = 0; 223 field bits<48> SoftFail = 0; 238 field bits<32> SoftFail = 0; 252 field bits<32> SoftFail = 0; 266 field bits<32> SoftFail = 0; 280 field bits<48> SoftFail = 0; 298 field bits<48> SoftFail = 0; 317 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 | 110 SoftFail = 1, enumerator
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/ |
H A D | Disassembler.cpp | 62 case MCDisassembler::SoftFail: in PrintInsts()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64Disassembler.cpp | 215 #define SoftFail MCDisassembler::SoftFail macro 973 return SoftFail; in DecodeSignedLdStInstruction() 1067 return SoftFail; in DecodeExclusiveLdStInstruction() 1208 return SoftFail; in DecodePairLdStInstruction() 1213 return SoftFail; in DecodePairLdStInstruction() 1247 return SoftFail; in DecodeAuthLoadInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFInstrFormats.td | 107 field bits<64> 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/Target/RISCV/ |
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;
|
H A D | RISCVInstrFormats.td | 232 // SoftFail is a field the disassembler can use to provide a way for 236 field bits<32> SoftFail = 0;
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/ |
H A D | Disassembler.cpp | 270 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 | 244 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 | 39 // SoftFail is a field the disassembler can use to provide a way for 43 field bits<96> 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/MSP430/ |
H A D | MSP430InstrFormats.td | 34 field bits<48> 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 | 473 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;
|