/prebuilts/ndk/5/platforms/android-8/arch-arm/usr/lib/ |
libdl.so | |
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/ |
libdl.so | |
libthread_db.so | |
/prebuilts/ndk/6/platforms/android-8/arch-arm/usr/lib/ |
libdl.so | |
/external/llvm/lib/Target/X86/ |
X86FloatingPoint.cpp | 189 unsigned getSlot(unsigned RegNo) const { 190 assert(RegNo < NumFPRegs && "Regno out of range!"); 191 return RegMap[RegNo]; 194 /// isLive - Is RegNo currently live in the stack? 195 bool isLive(unsigned RegNo) const { 196 unsigned Slot = getSlot(RegNo); 197 return Slot < StackTop && Stack[Slot] == RegNo; 208 /// isScratchReg - Returns trus if RegNo is a scratch FP register. 209 static bool isScratchReg(unsigned RegNo) { [all...] |
/external/llvm/lib/Target/Hexagon/InstPrinter/ |
HexagonInstPrinter.cpp | 37 StringRef HexagonInstPrinter::getRegName(unsigned RegNo) const { 38 return getRegisterName(RegNo);
|
/external/valgrind/main/coregrind/m_debuginfo/ |
d3basics.c | 396 static Bool get_Dwarf_Reg( /*OUT*/Addr* a, Word regno, RegSummary* regs ) 400 if (regno == 5/*EBP*/) { *a = regs->fp; return True; } 401 if (regno == 4/*ESP*/) { *a = regs->sp; return True; } 403 if (regno == 6/*RBP*/) { *a = regs->fp; return True; } 404 if (regno == 7/*RSP*/) { *a = regs->sp; return True; } 406 if (regno == 1/*SP*/) { *a = regs->sp; return True; } 408 if (regno == 1/*SP*/) { *a = regs->sp; return True; } 410 if (regno == 13) { *a = regs->sp; return True; } 411 if (regno == 11) { *a = regs->fp; return True; } 413 if (regno == 15) { *a = regs->sp; return True; [all...] |
/external/valgrind/main/VEX/priv/ |
host_generic_regs.h | 113 static inline HReg mkHReg ( UInt regno, HRegClass rc, Bool virtual ) { 114 UInt r24 = regno & 0x00FFFFFF; 117 if (r24 != regno) 118 vpanic("mkHReg: regno exceeds 2^24"); 119 return regno | (((UInt)rc) << 28) | (virtual ? (1<<24) : 0);
|
/external/llvm/lib/Target/Mips/AsmParser/ |
MipsAsmParser.cpp | 75 bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc); 166 unsigned getReg(int RC,int RegNo); 717 unsigned MipsAsmParser::getReg(int RC,int RegNo) { 718 return *(getContext().getRegisterInfo().getRegClass(RC).begin() + RegNo); 748 int RegNo = -1; 750 RegNo = tryParseRegister(is64BitReg); 751 if (RegNo == -1) 754 Operands.push_back(MipsOperand::CreateReg(RegNo, S, 917 bool MipsAsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, 921 RegNo = tryParseRegister(isMips64()) [all...] |
/external/valgrind/main/coregrind/m_gdbserver/ |
remote-utils.c | 958 char * outreg (int regno, char *buf) 960 if ((regno >> 12) != 0) 961 *buf++ = tohex ((regno >> 12) & 0xf); 962 if ((regno >> 8) != 0) 963 *buf++ = tohex ((regno >> 8) & 0xf); 964 *buf++ = tohex ((regno >> 4) & 0xf); 965 *buf++ = tohex (regno & 0xf); 967 collect_register_as_string (regno, buf); 968 buf += 2 * register_size (regno);
|
valgrind-low-amd64.c | 157 int regno = abs_regno % dyn_num_regs; local 162 switch (regno) { 212 convert_f64le_to_f80le ((UChar *)&amd64->guest_FPREG[regno-16], 218 VG_(transfer) (&amd64->guest_FPREG[regno-16], &fpreg64,
|
/external/llvm/lib/Target/ARM/Disassembler/ |
ARMDisassembler.cpp | 154 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, 157 unsigned RegNo, uint64_t Address, 159 static DecodeStatus DecodetGPRRegisterClass(MCInst &Inst, unsigned RegNo, 161 static DecodeStatus DecodetcGPRRegisterClass(MCInst &Inst, unsigned RegNo, 163 static DecodeStatus DecoderGPRRegisterClass(MCInst &Inst, unsigned RegNo, 165 static DecodeStatus DecodeSPRRegisterClass(MCInst &Inst, unsigned RegNo, 167 static DecodeStatus DecodeDPRRegisterClass(MCInst &Inst, unsigned RegNo, 169 static DecodeStatus DecodeDPR_8RegisterClass(MCInst &Inst, unsigned RegNo, 172 unsigned RegNo, 175 static DecodeStatus DecodeQPRRegisterClass(MCInst &Inst, unsigned RegNo, [all...] |
/development/ndk/tests/prebuilt-library/jni/ |
libfoo.so | |
/external/elfutils/backends/ |
sparc_corenote.c | 46 { .offset = at * BITS/8, .regno = dwreg, .count = n, .bits = BITS }
|
/external/llvm/include/llvm/MC/ |
MCInstPrinter.h | 68 virtual void printRegName(raw_ostream &OS, unsigned RegNo) const;
|
/external/llvm/lib/MC/MCParser/ |
COFFAsmParser.cpp | 125 bool ParseSEHRegisterNumber(unsigned &RegNo); 453 bool COFFAsmParser::ParseSEHRegisterNumber(unsigned &RegNo) { 479 RegNo = SEHRegNo; 487 RegNo = n;
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/ |
libthread_db.so | |
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/ |
libthread_db.so | |
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/ |
libthread_db.so | |
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/ |
libthread_db.so | |
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/ |
libthread_db.so | |
/external/llvm/lib/Target/ARM/InstPrinter/ |
ARMInstPrinter.h | 30 virtual void printRegName(raw_ostream &OS, unsigned RegNo) const; 34 static const char *getRegisterName(unsigned RegNo);
|
/external/llvm/lib/Target/Mips/InstPrinter/ |
MipsInstPrinter.cpp | 67 void MipsInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { 68 OS << '$' << StringRef(getRegisterName(RegNo)).lower();
|
/external/llvm/lib/Target/X86/InstPrinter/ |
X86ATTInstPrinter.cpp | 36 unsigned RegNo) const { 38 << '%' << getRegisterName(RegNo)
|
X86IntelInstPrinter.cpp | 30 void X86IntelInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { 31 OS << getRegisterName(RegNo);
|