/external/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 404 uint64_t Address, in DecodeUImmWithOffset() 543 static DecodeStatus DecodeINSVE_DF(MCInst &MI, InsnType insn, uint64_t Address, in DecodeINSVE_DF() 590 uint64_t Address, in DecodeAddiGroupBranch() 629 uint64_t Address, in DecodePOP35GroupBranchMMR6() 660 uint64_t Address, in DecodeDaddiGroupBranch() 699 uint64_t Address, in DecodePOP37GroupBranchMMR6() 730 uint64_t Address, in DecodeBlezlGroupBranch() 773 uint64_t Address, in DecodeBgtzlGroupBranch() 817 uint64_t Address, in DecodeBgtzGroupBranch() 866 uint64_t Address, in DecodeBlezGroupBranch() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/Disassembler/ |
D | SystemZDisassembler.cpp | 75 uint64_t Address, uint64_t Offset, in tryAddingSymbolicOperand() 94 uint64_t Address, in DecodeGR32BitRegisterClass() 100 uint64_t Address, in DecodeGRH32BitRegisterClass() 106 uint64_t Address, in DecodeGR64BitRegisterClass() 112 uint64_t Address, in DecodeGR128BitRegisterClass() 118 uint64_t Address, in DecodeADDR64BitRegisterClass() 124 uint64_t Address, in DecodeFP32BitRegisterClass() 130 uint64_t Address, in DecodeFP64BitRegisterClass() 136 uint64_t Address, in DecodeFP128BitRegisterClass() 142 uint64_t Address, in DecodeVR32BitRegisterClass() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 404 uint64_t Address, in DecodeUImmWithOffset() 585 static DecodeStatus DecodeINSVE_DF(MCInst &MI, InsnType insn, uint64_t Address, in DecodeINSVE_DF() 632 static DecodeStatus DecodeDAHIDATIMMR6(MCInst &MI, InsnType insn, uint64_t Address, in DecodeDAHIDATIMMR6() 646 static DecodeStatus DecodeDAHIDATI(MCInst &MI, InsnType insn, uint64_t Address, in DecodeDAHIDATI() 661 uint64_t Address, in DecodeAddiGroupBranch() 700 uint64_t Address, in DecodePOP35GroupBranchMMR6() 734 uint64_t Address, in DecodeDaddiGroupBranch() 773 uint64_t Address, in DecodePOP37GroupBranchMMR6() 807 uint64_t Address, in DecodePOP65GroupBranchMMR6() 846 uint64_t Address, in DecodePOP75GroupBranchMMR6() [all …]
|
/external/llvm/lib/Target/SystemZ/Disassembler/ |
D | SystemZDisassembler.cpp | 69 uint64_t Address, uint64_t Offset, in tryAddingSymbolicOperand() 88 uint64_t Address, in DecodeGR32BitRegisterClass() 94 uint64_t Address, in DecodeGRH32BitRegisterClass() 100 uint64_t Address, in DecodeGR64BitRegisterClass() 106 uint64_t Address, in DecodeGR128BitRegisterClass() 112 uint64_t Address, in DecodeADDR64BitRegisterClass() 118 uint64_t Address, in DecodeFP32BitRegisterClass() 124 uint64_t Address, in DecodeFP64BitRegisterClass() 130 uint64_t Address, in DecodeFP128BitRegisterClass() 136 uint64_t Address, in DecodeVR32BitRegisterClass() [all …]
|
/external/capstone/arch/SystemZ/ |
D | SystemZDisassembler.c | 49 uint64_t Address, const void *Decoder) in DecodeGR32BitRegisterClass() 55 uint64_t Address, const void *Decoder) in DecodeGRH32BitRegisterClass() 61 uint64_t Address, const void *Decoder) in DecodeGR64BitRegisterClass() 67 uint64_t Address, const void *Decoder) in DecodeGR128BitRegisterClass() 73 uint64_t Address, const void *Decoder) in DecodeADDR64BitRegisterClass() 79 uint64_t Address, const void *Decoder) in DecodeFP32BitRegisterClass() 85 uint64_t Address, const void *Decoder) in DecodeFP64BitRegisterClass() 91 uint64_t Address, const void *Decoder) in DecodeFP128BitRegisterClass() 111 uint64_t Address, const void *Decoder) in decodeAccessRegOperand() 117 uint64_t Address, const void *Decoder) in decodeU4ImmOperand() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/Disassembler/ |
D | PPCDisassembler.cpp | 249 uint64_t Address, in DecodeCRRCRegisterClass() 255 uint64_t Address, in DecodeCRRC0RegisterClass() 261 uint64_t Address, in DecodeCRBITRCRegisterClass() 267 uint64_t Address, in DecodeF4RCRegisterClass() 273 uint64_t Address, in DecodeF8RCRegisterClass() 279 uint64_t Address, in DecodeVFRCRegisterClass() 285 uint64_t Address, in DecodeVRRCRegisterClass() 291 uint64_t Address, in DecodeVSRCRegisterClass() 297 uint64_t Address, in DecodeVSFRCRegisterClass() 303 uint64_t Address, in DecodeVSSRCRegisterClass() [all …]
|
/external/capstone/arch/Mips/ |
D | MipsDisassembler.c | 323 uint64_t Address, bool isBigEndian, MCRegisterInfo *MRI) in MipsDisassembler_getInstruction() 409 uint64_t Address, bool isBigEndian, MCRegisterInfo *MRI) in Mips64Disassembler_getInstruction() 469 uint64_t Address, MCRegisterInfo *Decoder) in DecodeINSVE_DF_4() 524 uint64_t Address, MCRegisterInfo *Decoder) in DecodeAddiGroupBranch_4() 560 uint64_t Address, MCRegisterInfo *Decoder) in DecodeDaddiGroupBranch_4() 596 uint64_t Address, MCRegisterInfo *Decoder) in DecodeBlezlGroupBranch_4() 636 uint64_t Address, MCRegisterInfo *Decoder) in DecodeBgtzlGroupBranch_4() 676 uint64_t Address, MCRegisterInfo *Decoder) in DecodeBgtzGroupBranch_4() 722 uint64_t Address, MCRegisterInfo *Decoder) in DecodeBlezGroupBranch_4() 762 unsigned RegNo, uint64_t Address, MCRegisterInfo *Decoder) in DecodeCPU16RegsRegisterClass() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/Disassembler/ |
D | SparcDisassembler.cpp | 156 uint64_t Address, in DecodeIntRegsRegisterClass() 167 uint64_t Address, in DecodeI64RegsRegisterClass() 179 uint64_t Address, in DecodeFPRegsRegisterClass() 191 uint64_t Address, in DecodeDFPRegsRegisterClass() 203 uint64_t Address, in DecodeQFPRegsRegisterClass() 217 uint64_t Address, in DecodeCPRegsRegisterClass() 227 uint64_t Address, in DecodeFCCRegsRegisterClass() 236 uint64_t Address, in DecodeASRRegsRegisterClass() 245 uint64_t Address, in DecodePRRegsRegisterClass() 254 uint64_t Address, const void *Decoder) { in DecodeIntPairRegisterClass() [all …]
|
/external/llvm/lib/Target/Sparc/Disassembler/ |
D | SparcDisassembler.cpp | 154 uint64_t Address, in DecodeIntRegsRegisterClass() 165 uint64_t Address, in DecodeI64RegsRegisterClass() 177 uint64_t Address, in DecodeFPRegsRegisterClass() 189 uint64_t Address, in DecodeDFPRegsRegisterClass() 201 uint64_t Address, in DecodeQFPRegsRegisterClass() 215 uint64_t Address, in DecodeCPRegsRegisterClass() 225 uint64_t Address, in DecodeFCCRegsRegisterClass() 234 uint64_t Address, in DecodeASRRegsRegisterClass() 243 uint64_t Address, in DecodePRRegsRegisterClass() 252 uint64_t Address, const void *Decoder) { in DecodeIntPairRegisterClass() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/Disassembler/ |
D | RISCVDisassembler.cpp | 70 uint64_t Address, in DecodeGPRRegisterClass() 95 uint64_t Address, in DecodeFPR32RegisterClass() 109 uint64_t Address, in DecodeFPR32CRegisterClass() 131 uint64_t Address, in DecodeFPR64RegisterClass() 145 uint64_t Address, in DecodeFPR64CRegisterClass() 156 uint64_t Address, in DecodeGPRNoX0RegisterClass() 166 uint64_t Address, in DecodeGPRNoX0X2RegisterClass() 176 uint64_t Address, in DecodeGPRCRegisterClass() 188 static void addImplySP(MCInst &Inst, int64_t Address, const void *Decoder) { in addImplySP() 206 int64_t Address, const void *Decoder) { in decodeUImmOperand() [all …]
|
/external/llvm/lib/Target/PowerPC/Disassembler/ |
D | PPCDisassembler.cpp | 216 uint64_t Address, in DecodeCRRCRegisterClass() 222 uint64_t Address, in DecodeCRRC0RegisterClass() 228 uint64_t Address, in DecodeCRBITRCRegisterClass() 234 uint64_t Address, in DecodeF4RCRegisterClass() 240 uint64_t Address, in DecodeF8RCRegisterClass() 246 uint64_t Address, in DecodeVRRCRegisterClass() 252 uint64_t Address, in DecodeVSRCRegisterClass() 258 uint64_t Address, in DecodeVSFRCRegisterClass() 264 uint64_t Address, in DecodeVSSRCRegisterClass() 270 uint64_t Address, in DecodeGPRCRegisterClass() [all …]
|
/external/capstone/arch/Sparc/ |
D | SparcDisassembler.c | 88 uint64_t Address, const void *Decoder) in DecodeIntRegsRegisterClass() 102 uint64_t Address, const void *Decoder) in DecodeI64RegsRegisterClass() 116 uint64_t Address, const void *Decoder) in DecodeFPRegsRegisterClass() 130 uint64_t Address, const void *Decoder) in DecodeDFPRegsRegisterClass() 144 uint64_t Address, const void *Decoder) in DecodeQFPRegsRegisterClass() 161 uint64_t Address, const void *Decoder) in DecodeFCCRegsRegisterClass() 251 static DecodeStatus DecodeMem(MCInst *MI, unsigned insn, uint64_t Address, in DecodeMem() 296 static DecodeStatus DecodeLoadInt(MCInst *Inst, unsigned insn, uint64_t Address, in DecodeLoadInt() 303 static DecodeStatus DecodeLoadFP(MCInst *Inst, unsigned insn, uint64_t Address, in DecodeLoadFP() 310 static DecodeStatus DecodeLoadDFP(MCInst *Inst, unsigned insn, uint64_t Address, in DecodeLoadDFP() [all …]
|
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 411 uint64_t Address, const void *Decoder) in DecodePredicateOperand() 447 uint16_t *Size, uint64_t Address) in _ARM_getInstruction() 684 uint16_t *Size, uint64_t Address) in _Thumb_getInstruction() 903 uint64_t Address, const void *Decoder) in DecodeGPRRegisterClass() 915 uint64_t Address, const void *Decoder) in DecodeGPRnopcRegisterClass() 928 uint64_t Address, const void *Decoder) in DecodeGPRwithAPSRRegisterClass() 942 uint64_t Address, const void *Decoder) in DecodetGPRRegisterClass() 955 uint64_t Address, const void *Decoder) in DecodeGPRPairRegisterClass() 972 uint64_t Address, const void *Decoder) in DecodetcGPRRegisterClass() 1003 uint64_t Address, const void *Decoder) in DecoderGPRRegisterClass() [all …]
|
/external/capstone/arch/PowerPC/ |
D | PPCDisassembler.c | 162 uint64_t Address, in DecodeCRRCRegisterClass() 169 uint64_t Address, in DecodeCRBITRCRegisterClass() 176 uint64_t Address, in DecodeF4RCRegisterClass() 183 uint64_t Address, in DecodeF8RCRegisterClass() 190 uint64_t Address, in DecodeVRRCRegisterClass() 197 uint64_t Address, in DecodeVSRCRegisterClass() 204 uint64_t Address, in DecodeVSFRCRegisterClass() 211 uint64_t Address, in DecodeGPRCRegisterClass() 218 uint64_t Address, in DecodeGPRC_NOR0RegisterClass() 225 uint64_t Address, in DecodeG8RCRegisterClass() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 340 uint64_t Address, in getInstruction() 433 static bool tryAddingSymbolicOperand(uint64_t Address, int32_t Value, in tryAddingSymbolicOperand() 545 static void tryAddingPcLoadReferenceComment(uint64_t Address, int Value, in tryAddingPcLoadReferenceComment() 690 uint64_t Address, in getInstruction() 852 uint64_t Address, const void *Decoder) { in DecodeGPRRegisterClass() 863 uint64_t Address, const void *Decoder) { in DecodeGPRnopcRegisterClass() 869 uint64_t Address, const void *Decoder) { in DecodetGPRRegisterClass() 876 uint64_t Address, const void *Decoder) { in DecodetcGPRRegisterClass() 906 uint64_t Address, const void *Decoder) { in DecoderGPRRegisterClass() 923 uint64_t Address, const void *Decoder) { in DecodeSPRRegisterClass() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 428 uint64_t Address, raw_ostream &OS, in checkDecodedInstruction() 449 uint64_t Address, raw_ostream &OS, in getInstruction() 528 static bool tryAddingSymbolicOperand(uint64_t Address, int32_t Value, in tryAddingSymbolicOperand() 546 static void tryAddingPcLoadReferenceComment(uint64_t Address, int Value, in tryAddingPcLoadReferenceComment() 685 uint64_t Address, in getInstruction() 877 uint64_t Address, const void *Decoder) { in DecodeGPRRegisterClass() 888 uint64_t Address, const void *Decoder) { in DecodeGPRnopcRegisterClass() 901 uint64_t Address, const void *Decoder) { in DecodeGPRwithAPSRRegisterClass() 915 uint64_t Address, const void *Decoder) { in DecodetGPRRegisterClass() 927 uint64_t Address, const void *Decoder) { in DecodeGPRPairRegisterClass() [all …]
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 416 uint64_t Address, raw_ostream &OS, in checkDecodedInstruction() 438 uint64_t Address, raw_ostream &OS, in getInstruction() 545 static bool tryAddingSymbolicOperand(uint64_t Address, int32_t Value, in tryAddingSymbolicOperand() 563 static void tryAddingPcLoadReferenceComment(uint64_t Address, int Value, in tryAddingPcLoadReferenceComment() 700 uint64_t Address, in getInstruction() 882 uint64_t Address, const void *Decoder) { in DecodeGPRRegisterClass() 893 uint64_t Address, const void *Decoder) { in DecodeGPRnopcRegisterClass() 906 uint64_t Address, const void *Decoder) { in DecodeGPRwithAPSRRegisterClass() 920 uint64_t Address, const void *Decoder) { in DecodetGPRRegisterClass() 932 uint64_t Address, const void *Decoder) { in DecodeGPRPairRegisterClass() [all …]
|
/external/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 45 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() 57 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() 201 uint64_t Address, in DecodeGRRegsRegisterClass() 213 uint64_t Address, in DecodeRRegsRegisterClass() 224 uint64_t Address, const void *Decoder) { in DecodeBitpOperand() 235 uint64_t Address, const void *Decoder) { in DecodeNegImmOperand() 275 Decode2OpInstructionFail(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2OpInstructionFail() 345 Decode2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2RInstruction() 358 Decode2RImmInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2RImmInstruction() 371 DecodeR2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeR2RInstruction() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 45 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() 57 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() 201 uint64_t Address, in DecodeGRRegsRegisterClass() 213 uint64_t Address, in DecodeRRegsRegisterClass() 224 uint64_t Address, const void *Decoder) { in DecodeBitpOperand() 235 uint64_t Address, const void *Decoder) { in DecodeNegImmOperand() 275 Decode2OpInstructionFail(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2OpInstructionFail() 345 Decode2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2RInstruction() 358 Decode2RImmInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2RImmInstruction() 371 DecodeR2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeR2RInstruction() [all …]
|
/external/capstone/arch/XCore/ |
D | XCoreDisassembler.c | 145 uint64_t Address, void *Decoder) in DecodeGRRegsRegisterClass() 159 uint64_t Address, void *Decoder) in DecodeRRegsRegisterClass() 172 uint64_t Address, void *Decoder) in DecodeBitpOperand() 186 uint64_t Address, void *Decoder) in DecodeNegImmOperand() 235 static DecodeStatus Decode2OpInstructionFail(MCInst *Inst, unsigned Insn, uint64_t Address, in Decode2OpInstructionFail() 306 static DecodeStatus Decode2RInstruction(MCInst *Inst, unsigned Insn, uint64_t Address, in Decode2RInstruction() 320 static DecodeStatus Decode2RImmInstruction(MCInst *Inst, unsigned Insn, uint64_t Address, in Decode2RImmInstruction() 334 static DecodeStatus DecodeR2RInstruction(MCInst *Inst, unsigned Insn, uint64_t Address, in DecodeR2RInstruction() 348 static DecodeStatus Decode2RSrcDstInstruction(MCInst *Inst, unsigned Insn, uint64_t Address, in Decode2RSrcDstInstruction() 363 static DecodeStatus DecodeRUSInstruction(MCInst *Inst, unsigned Insn, uint64_t Address, in DecodeRUSInstruction() [all …]
|
/external/llvm/lib/Target/Lanai/Disassembler/ |
D | LanaiDisassembler.cpp | 74 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() 132 uint64_t Address, in getInstruction() 164 uint64_t Address, const void *Decoder) { in DecodeGPRRegisterClass() 174 uint64_t Address, const void *Decoder) { in decodeRiMemoryValue() 186 uint64_t Address, const void *Decoder) { in decodeRrMemoryValue() 198 uint64_t Address, const void *Decoder) { in decodeSplsValue() 210 uint64_t Address, uint64_t Offset, in tryAddingSymbolicOperand() 218 static DecodeStatus decodeBranch(MCInst &MI, unsigned Insn, uint64_t Address, in decodeBranch() 227 uint64_t Address, const void *Decoder) { in decodeShiftImm() 235 uint64_t Address, in decodePredicateOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/Disassembler/ |
D | ARCDisassembler.cpp | 51 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() 60 static bool readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction64() 70 static bool readInstruction48(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction48() 79 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() 122 uint64_t Address, in DecodeGPR32RegisterClass() 135 uint64_t Address, in DecodeGBR32ShortRegister() 159 static DecodeStatus DecodeMEMrs9(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeMEMrs9() 169 static bool DecodeSymbolicOperand(MCInst &Inst, uint64_t Address, in DecodeSymbolicOperand() 179 static void DecodeSymbolicOperandOff(MCInst &Inst, uint64_t Address, in DecodeSymbolicOperandOff() 189 uint64_t Address, const void *Decoder) { in DecodeBranchTargetS() [all …]
|
/external/syzkaller/vendor/google.golang.org/grpc/resolver/ |
D | resolver.go | 75 type Address struct { struct 77 Addr string 79 Type AddressType 84 ServerName string 87 Metadata interface{} 108 NewAddress(addresses []Address)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/Disassembler/ |
D | AVRDisassembler.cpp | 62 uint64_t Address, const void *Decoder) { in DecodeGPR8RegisterClass() 67 uint64_t Address, const void *Decoder) { in DecodeLD8RegisterClass() 72 uint64_t Address, const void *Decoder) { in DecodePTRREGSRegisterClass() 78 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() 91 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() 116 uint64_t Address, in getInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/Disassembler/ |
D | LanaiDisassembler.cpp | 131 MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, in getInstruction() 173 uint64_t Address, const void *Decoder) { in decodeRiMemoryValue() 185 uint64_t Address, const void *Decoder) { in decodeRrMemoryValue() 197 uint64_t Address, const void *Decoder) { in decodeSplsValue() 209 uint64_t Address, uint64_t Offset, in tryAddingSymbolicOperand() 217 static DecodeStatus decodeBranch(MCInst &MI, unsigned Insn, uint64_t Address, in decodeBranch() 226 uint64_t Address, const void *Decoder) { in decodeShiftImm() 234 uint64_t Address, in decodePredicateOperand()
|