| /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/Disassembler/ |
| PPCDisassembler.cpp | 24 typedef MCDisassembler::DecodeStatus DecodeStatus; 35 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 65 static DecodeStatus decodeCondBrTarget(MCInst &Inst, unsigned Imm, 72 static DecodeStatus decodeDirectBrTarget(MCInst &Inst, unsigned Imm, 84 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo, 91 static DecodeStatus DecodeCRRCRegisterClass(MCInst &Inst, uint64_t RegNo, 97 static DecodeStatus DecodeCRBITRCRegisterClass(MCInst &Inst, uint64_t RegNo, 103 static DecodeStatus DecodeF4RCRegisterClass(MCInst &Inst, uint64_t RegNo, 109 static DecodeStatus DecodeF8RCRegisterClass(MCInst &Inst, uint64_t RegNo [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/Disassembler/ |
| SystemZDisassembler.cpp | 25 typedef MCDisassembler::DecodeStatus DecodeStatus; 35 DecodeStatus getInstruction(MCInst &instr, uint64_t &Size, 82 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo, 92 static DecodeStatus DecodeGR32BitRegisterClass(MCInst &Inst, uint64_t RegNo, 98 static DecodeStatus DecodeGRH32BitRegisterClass(MCInst &Inst, uint64_t RegNo, 104 static DecodeStatus DecodeGR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, 110 static DecodeStatus DecodeGR128BitRegisterClass(MCInst &Inst, uint64_t RegNo, 116 static DecodeStatus DecodeADDR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, 122 static DecodeStatus DecodeFP32BitRegisterClass(MCInst &Inst, uint64_t RegNo [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/Disassembler/ |
| XCoreDisassembler.cpp | 28 typedef MCDisassembler::DecodeStatus DecodeStatus; 38 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 75 static DecodeStatus DecodeGRRegsRegisterClass(MCInst &Inst, 80 static DecodeStatus DecodeRRegsRegisterClass(MCInst &Inst, 85 static DecodeStatus DecodeBitpOperand(MCInst &Inst, unsigned Val, 88 static DecodeStatus DecodeNegImmOperand(MCInst &Inst, unsigned Val, 91 static DecodeStatus Decode2RInstruction(MCInst &Inst, 96 static DecodeStatus Decode2RImmInstruction(MCInst &Inst, 101 static DecodeStatus DecodeR2RInstruction(MCInst &Inst [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/Disassembler/ |
| MipsDisassembler.cpp | 36 using DecodeStatus = MCDisassembler::DecodeStatus; 73 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 82 static DecodeStatus DecodeGPR64RegisterClass(MCInst &Inst, 87 static DecodeStatus DecodeCPU16RegsRegisterClass(MCInst &Inst, 92 static DecodeStatus DecodeGPRMM16RegisterClass(MCInst &Inst, 97 static DecodeStatus DecodeGPRMM16ZeroRegisterClass(MCInst &Inst, 102 static DecodeStatus DecodeGPRMM16MovePRegisterClass(MCInst &Inst, 107 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst, 112 static DecodeStatus DecodePtrRegisterClass(MCInst &Inst [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/Disassembler/ |
| LanaiDisassembler.cpp | 27 typedef MCDisassembler::DecodeStatus DecodeStatus; 50 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, 54 static DecodeStatus decodeRiMemoryValue(MCInst &Inst, unsigned Insn, 57 static DecodeStatus decodeRrMemoryValue(MCInst &Inst, unsigned Insn, 60 static DecodeStatus decodeSplsValue(MCInst &Inst, unsigned Insn, 63 static DecodeStatus decodeBranch(MCInst &Inst, unsigned Insn, uint64_t Address, 66 static DecodeStatus decodePredicateOperand(MCInst &Inst, unsigned Val, 70 static DecodeStatus decodeShiftImm(MCInst &Inst, unsigned Insn, 75 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t &Size [all...] |
| LanaiDisassembler.h | 29 MCDisassembler::DecodeStatus
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/Disassembler/ |
| AVRDisassembler.cpp | 30 typedef MCDisassembler::DecodeStatus DecodeStatus; 41 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 71 static DecodeStatus DecodeGPR8RegisterClass(MCInst &Inst, unsigned RegNo, 81 static DecodeStatus DecodeLD8RegisterClass(MCInst &Inst, unsigned RegNo, 91 static DecodeStatus DecodePTRREGSRegisterClass(MCInst &Inst, unsigned RegNo, 98 static DecodeStatus decodeFIOARr(MCInst &Inst, unsigned Insn, 101 static DecodeStatus decodeFIORdA(MCInst &Inst, unsigned Insn, 104 static DecodeStatus decodeFIOBIT(MCInst &Inst, unsigned Insn, 107 static DecodeStatus decodeCallTarget(MCInst &Inst, unsigned Insn [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/Disassembler/ |
| SparcDisassembler.cpp | 26 typedef MCDisassembler::DecodeStatus DecodeStatus; 37 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 145 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, 156 static DecodeStatus DecodeI64RegsRegisterClass(MCInst &Inst, 168 static DecodeStatus DecodeFPRegsRegisterClass(MCInst &Inst, 180 static DecodeStatus DecodeDFPRegsRegisterClass(MCInst &Inst, 192 static DecodeStatus DecodeQFPRegsRegisterClass(MCInst &Inst, 206 static DecodeStatus DecodeCPRegsRegisterClass(MCInst &Inst, 217 static DecodeStatus DecodeFCCRegsRegisterClass(MCInst &Inst, unsigned RegNo [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/VE/Disassembler/ |
| VEDisassembler.cpp | 27 typedef MCDisassembler::DecodeStatus DecodeStatus; 38 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 127 static DecodeStatus DecodeI32RegisterClass(MCInst &Inst, unsigned RegNo, 137 static DecodeStatus DecodeI64RegisterClass(MCInst &Inst, unsigned RegNo, 147 static DecodeStatus DecodeF32RegisterClass(MCInst &Inst, unsigned RegNo, 157 static DecodeStatus DecodeF128RegisterClass(MCInst &Inst, unsigned RegNo, 167 static DecodeStatus DecodeV64RegisterClass(MCInst &Inst, unsigned RegNo, 181 static DecodeStatus DecodeVMRegisterClass(MCInst &Inst, unsigned RegNo, 191 static DecodeStatus DecodeVM512RegisterClass(MCInst &Inst, unsigned RegNo [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/Disassembler/ |
| RISCVDisassembler.cpp | 30 typedef MCDisassembler::DecodeStatus DecodeStatus; 41 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 61 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, uint64_t RegNo, 78 static DecodeStatus DecodeFPR16RegisterClass(MCInst &Inst, uint64_t RegNo, 89 static DecodeStatus DecodeFPR32RegisterClass(MCInst &Inst, uint64_t RegNo, 100 static DecodeStatus DecodeFPR32CRegisterClass(MCInst &Inst, uint64_t RegNo, 111 static DecodeStatus DecodeFPR64RegisterClass(MCInst &Inst, uint64_t RegNo, 122 static DecodeStatus DecodeFPR64CRegisterClass(MCInst &Inst, uint64_t RegNo, 133 static DecodeStatus DecodeGPRNoX0RegisterClass(MCInst &Inst, uint64_t RegNo [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Disassembler/ |
| AArch64Disassembler.cpp | 35 // Pull DecodeStatus and its enum values into the global namespace. 36 using DecodeStatus = MCDisassembler::DecodeStatus; 40 static DecodeStatus DecodeFPR128RegisterClass(MCInst &Inst, 43 static DecodeStatus DecodeFPR128_loRegisterClass(MCInst &Inst, 47 static DecodeStatus DecodeFPR64RegisterClass(MCInst &Inst, unsigned RegNo, 50 static DecodeStatus DecodeFPR32RegisterClass(MCInst &Inst, unsigned RegNo, 53 static DecodeStatus DecodeFPR16RegisterClass(MCInst &Inst, unsigned RegNo, 56 static DecodeStatus DecodeFPR8RegisterClass(MCInst &Inst, unsigned RegNo, 59 static DecodeStatus DecodeGPR64commonRegisterClass(MCInst &Inst, unsigned RegNo [all...] |
| AArch64Disassembler.h | 26 MCDisassembler::DecodeStatus
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/Disassembler/ |
| MSP430Disassembler.cpp | 29 typedef MCDisassembler::DecodeStatus DecodeStatus; 33 DecodeStatus getInstructionI(MCInst &MI, uint64_t &Size, 37 DecodeStatus getInstructionII(MCInst &MI, uint64_t &Size, 41 DecodeStatus getInstructionCJ(MCInst &MI, uint64_t &Size, 49 DecodeStatus getInstruction(MCInst &MI, uint64_t &Size, 73 static DecodeStatus DecodeGR8RegisterClass(MCInst &MI, uint64_t RegNo, 91 static DecodeStatus DecodeGR16RegisterClass(MCInst &MI, uint64_t RegNo, 102 static DecodeStatus DecodeCGImm(MCInst &MI, uint64_t Bits, uint64_t Address, 105 static DecodeStatus DecodeMemOperand(MCInst &MI, uint64_t Bits [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/Disassembler/ |
| HexagonDisassembler.cpp | 38 using DecodeStatus = MCDisassembler::DecodeStatus; 54 DecodeStatus getSingleInstruction(MCInst &Instr, MCInst &MCB, 57 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 96 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo, 99 static DecodeStatus DecodeGeneralSubRegsRegisterClass(MCInst &Inst, 103 static DecodeStatus DecodeIntRegsLow8RegisterClass(MCInst &Inst, unsigned RegNo, 106 static DecodeStatus DecodeHvxVRRegisterClass(MCInst &Inst, unsigned RegNo, 109 static DecodeStatus DecodeDoubleRegsRegisterClass(MCInst &Inst, unsigned RegNo, 112 static DecodeStatus [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/Disassembler/ |
| ARCDisassembler.cpp | 30 using DecodeStatus = MCDisassembler::DecodeStatus; 43 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 86 static DecodeStatus DecodeSignedOperand(MCInst &Inst, unsigned InsnS, 91 static DecodeStatus DecodeFromCyclicRange(MCInst &Inst, unsigned InsnS, 96 static DecodeStatus DecodeBranchTargetS(MCInst &Inst, unsigned InsnS, 99 static DecodeStatus DecodeMEMrs9(MCInst &, unsigned, uint64_t, const void *); 101 static DecodeStatus DecodeLdLImmInstruction(MCInst &, uint64_t, uint64_t, 104 static DecodeStatus DecodeStLImmInstruction(MCInst &, uint64_t, uint64_t, 107 static DecodeStatus DecodeLdRLImmInstruction(MCInst &, uint64_t, uint64_t [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/ |
| ARMDisassembler.cpp | 36 using DecodeStatus = MCDisassembler::DecodeStatus; 138 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 143 DecodeStatus getARMInstruction(MCInst &Instr, uint64_t &Size, 147 DecodeStatus getThumbInstruction(MCInst &Instr, uint64_t &Size, 154 DecodeStatus AddThumbPredicate(MCInst&) const; 155 void UpdateThumbVFPPredicate(DecodeStatus &, MCInst&) const; 160 static bool Check(DecodeStatus &Out, DecodeStatus In) { 172 llvm_unreachable("Invalid DecodeStatus!"); [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Disassembler/ |
| AMDGPUDisassembler.h | 48 DecodeStatus getInstruction(MCInst &MI, uint64_t &Size, 60 DecodeStatus tryDecodeInst(const uint8_t* Table, MCInst &MI, uint64_t Inst, 63 Optional<DecodeStatus> onSymbolStart(SymbolInfoTy &Symbol, uint64_t &Size, 68 DecodeStatus decodeKernelDescriptor(StringRef KdName, ArrayRef<uint8_t> Bytes, 71 DecodeStatus 80 DecodeStatus decodeCOMPUTE_PGM_RSRC1(uint32_t FourByteBuffer, 87 DecodeStatus decodeCOMPUTE_PGM_RSRC2(uint32_t FourByteBuffer, 90 DecodeStatus convertSDWAInst(MCInst &MI) const; 91 DecodeStatus convertDPP8Inst(MCInst &MI) const; 92 DecodeStatus convertMIMGInst(MCInst &MI) const [all...] |
| AMDGPUDisassembler.cpp | 39 using DecodeStatus = llvm::MCDisassembler::DecodeStatus; 52 inline static MCDisassembler::DecodeStatus 71 static DecodeStatus decodeSoppBrTarget(MCInst &Inst, unsigned Imm, 85 static DecodeStatus decodeSMEMOffset(MCInst &Inst, unsigned Imm, 97 static DecodeStatus decodeBoolReg(MCInst &Inst, unsigned Val, 104 static DecodeStatus StaticDecoderName(MCInst &Inst, \ 147 static DecodeStatus decodeOperand_VSrc16(MCInst &Inst, 155 static DecodeStatus decodeOperand_VSrcV216(MCInst &Inst, 163 static DecodeStatus decodeOperand_VSrcV232(MCInst &Inst [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/Disassembler/ |
| BPFDisassembler.cpp | 29 typedef MCDisassembler::DecodeStatus DecodeStatus; 68 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 100 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, 115 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst, unsigned RegNo, 126 static DecodeStatus decodeMemoryOpValue(MCInst &Inst, unsigned Insn, 140 static DecodeStatus readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, 164 DecodeStatus BPFDisassembler::getInstruction(MCInst &Instr, uint64_t &Size, 170 DecodeStatus Result; 222 typedef DecodeStatus (*DecodeFunc)(MCInst &MI, unsigned insn, uint64_t Address [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCDisassembler/ |
| MCDisassembler.h | 100 enum DecodeStatus { 126 virtual DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 153 virtual Optional<DecodeStatus>
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Disassembler/ |
| WebAssemblyDisassembler.cpp | 35 using DecodeStatus = MCDisassembler::DecodeStatus; 45 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 48 Optional<DecodeStatus> onSymbolStart(SymbolInfoTy &Symbol, uint64_t &Size, 124 Optional<MCDisassembler::DecodeStatus> WebAssemblyDisassembler::onSymbolStart( 159 MCDisassembler::DecodeStatus WebAssemblyDisassembler::getInstruction(
|
| /src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/ |
| MCDisassembler.cpp | 19 Optional<MCDisassembler::DecodeStatus>
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/Disassembler/ |
| M68kDisassembler.cpp | 30 typedef MCDisassembler::DecodeStatus DecodeStatus; 126 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 457 DecodeStatus M68kDisassembler::getInstruction(MCInst &Instr, uint64_t &Size,
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-mc/ |
| Disassembler.cpp | 48 MCDisassembler::DecodeStatus S;
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-ml/ |
| Disassembler.cpp | 45 MCDisassembler::DecodeStatus S;
|