| /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/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/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/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...] |
| /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/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/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/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/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/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/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,
|