/external/elfutils/backends/ |
ppc_regs.c | 38 int regno, char *name, size_t namelen, 45 if (regno < 0 || regno > 1155 || namelen < 8) 50 *type = (regno < 32 ? DW_ATE_signed 51 : regno < 64 ? DW_ATE_float : DW_ATE_unsigned); 53 if (regno < 32 || regno == 64 || regno == 66) 55 else if (regno < 64 || regno == 65 [all...] |
s390_regs.c | 55 int regno, char *name, size_t namelen, 62 if (regno < 0 || regno > 65 || namelen < 7) 69 if (regno < 16) 74 else if (regno < 32) 80 else if (regno < 48 || regno > 63) 88 switch (regno) 92 name[1] = regno + '0'; 99 name[2] = regno - 10 + '0' [all...] |
sparc_regs.c | 38 int regno, char *name, size_t namelen, 48 if (regno < 0 || regno >= 32 + nfp + nspec || namelen < 6) 56 if (regno >= 32 + nfp) 58 regno -= 32 + nfp; 66 if ((ebl->machine != EM_SPARC ? 0 : 4) + 1 - (unsigned int) regno <= 1) 68 return stpncpy (name, names[ebl->machine != EM_SPARC][regno], 72 if (regno < 32) 75 name[0] = "goli"[regno >> 3]; 76 name[1] = (regno & 7) + '0' [all...] |
ia64_regs.c | 38 int regno, char *name, size_t namelen, 45 if (regno < 0 || regno > 687 + 63 || namelen < 12) 52 switch (regno) 56 name[1] = (regno - 0) + '0'; 64 name[1] = (regno - 0) / 10 + '0'; 65 name[2] = (regno - 0) % 10 + '0'; 74 name[2] = (regno - 100) / 10 + '0'; 75 name[3] = (regno - 0) % 10 + '0'; 83 name[1] = (regno - 128) + '0' [all...] |
i386_regs.c | 38 int regno, char *name, size_t namelen, 45 if (regno < 0 || regno > 45 || namelen < 6) 51 if (regno < 11) 54 if (regno < 9) 57 else if (regno < 19) 63 else if (regno < 29) 68 else if (regno < 37) 73 else if (regno < 40) 81 switch (regno) [all...] |
x86_64_regs.c | 39 int regno, char *name, size_t namelen, 46 if (regno < 0 || regno > 66 || namelen < 7) 52 if (regno < 17) 57 else if (regno < 33) 62 else if (regno < 41) 68 else if (regno < 49) 70 else if (regno > 49 && regno < 60) 78 switch (regno) [all...] |
alpha_regs.c | 38 int regno, char *name, size_t namelen, 45 if (regno < 0 || regno > 66 || namelen < 7) 53 if (regno >= 32 && regno < 64) 59 switch (regno) 69 name[1] = regno - 1 + '0'; 75 name[1] = regno - 9 + '0'; 81 name[1] = regno - 16 + '0'; 87 name[1] = regno - 22 + '8' [all...] |
x86_64_corenote.c | 43 { .offset = at * 8, .regno = dwreg, .count = n, .bits = 64 } 45 { .offset = at * 8, .regno = dwreg, .count = n, .bits = 16, .pad = 6 } 99 { .offset = 0, .regno = 65, .count = 2, .bits = 16 }, /* fcw-fsw */ 100 { .offset = 24, .regno = 64, .count = 1, .bits = 32 }, /* mxcsr */ 101 { .offset = 32, .regno = 33, .count = 8, .bits = 80, .pad = 6 }, /* stN */ 102 { .offset = 32 + 128, .regno = 17, .count = 16, .bits = 128 }, /* xmm */
|
alpha_corenote.c | 41 { .offset = 0, .regno = 0, .count = 31, .bits = 64 }, /* r0-r30 */ 42 { .offset = 32 * 8, .regno = 64, .count = 1, .bits = 64 }, /* pc */ 43 { .offset = 33 * 8, .regno = 66, .count = 1, .bits = 64 }, /* unique */ 49 { .offset = 0, .regno = 32, .count = 32, .bits = 64 }, /* f0-f30, fpcr */
|
ppc_corenote.c | 48 { .offset = at * BITS/8, .regno = dwreg, .count = n, .bits = BITS } 69 { .offset = 0, .regno = 32, .count = 32, .bits = 64 }, /* f0-f31 */ 70 { .offset = 32 * 8 + 4, .regno = 65, .count = 1, .bits = 32 } /* fpscr */ 77 { .offset = 0, .regno = 1124, .count = 32, .bits = 128 }, 79 { .offset = 32 * 16, .regno = 67, .count = 1, .bits = 32, .pad = 12 }, 81 { .offset = 33 * 16, .regno = 356, .count = 1, .bits = 32, .pad = 12 } 87 { .offset = 0, .regno = ???, .count = 32, .bits = 32 }, 89 { .offset = 32 * 4, .regno = ???, .count = 1, .bits = 64 }, */ 91 { .offset = 34 * 4, .regno = 612, .count = 1, .bits = 32 }
|
i386_corenote.c | 43 { .offset = at * 4, .regno = dwreg, .count = n, .bits = 32 } 45 { .offset = at * 4, .regno = dwreg, .count = n, .bits = 16, .pad = 2 } 90 { .offset = 0, .regno = 37, .count = 2, .bits = 32 }, /* fctrl-fstat */ 91 { .offset = 7 * 4, .regno = 11, .count = 8, .bits = 80 }, /* stN */ 97 { .offset = 0, .regno = 37, .count = 2, .bits = 16 }, /* fctrl-fstat */ 98 { .offset = 24, .regno = 39, .count = 1, .bits = 32 }, /* mxcsr */ 99 { .offset = 32, .regno = 11, .count = 8, .bits = 80, .pad = 6 }, /* stN */ 100 { .offset = 32 + 128, .regno = 21, .count = 8, .bits = 128 }, /* xmm */
|
/external/elfutils/tests/ |
allregs.c | 101 int regno; member in struct:reginfo 112 return a->regno - b->regno; 126 int regno, 134 if (regno >= state->nregs) 136 state->info = realloc (state->info, (regno + 1) * sizeof state->info[0]); 138 ((void *) &state->info[regno + 1] 140 state->nregs = regno + 1; 143 state->info[regno].regno = regno 218 int regno = atoi (arg); local [all...] |
/external/llvm/lib/Target/Mips/Disassembler/ |
MipsDisassembler.cpp | 92 unsigned RegNo, 97 unsigned RegNo, 102 unsigned RegNo, 107 unsigned RegNo, 112 unsigned RegNo, 117 unsigned RegNo, 122 unsigned RegNo, 127 unsigned RegNo, 137 unsigned RegNo, 142 unsigned RegNo, [all...] |
/external/valgrind/main/coregrind/m_gdbserver/ |
target.c | 289 void fetch_register (int regno) 295 if (regno >= the_low_target.num_regs) { 296 dlog(0, "error fetch_register regno %d max %d\n", 297 regno, the_low_target.num_regs); 300 size = register_size (regno); 305 (*the_low_target.transfer_register) (tid, regno, buf, 309 supply_register (regno, buf, &mod); 314 regno, size, the_low_target.reg_defs[regno].name, bufimage, 322 void usr_fetch_inferior_registers (int regno) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/InstPrinter/ |
AMDGPUInstPrinter.h | 19 static const char *getRegisterName(unsigned RegNo); 21 // virtual void printRegName(raw_ostream &OS, unsigned RegNo) const;
|
/external/mesa3d/src/gallium/drivers/radeon/InstPrinter/ |
AMDGPUInstPrinter.h | 19 static const char *getRegisterName(unsigned RegNo); 21 // virtual void printRegName(raw_ostream &OS, unsigned RegNo) const;
|
/external/llvm/lib/Target/SystemZ/Disassembler/ |
SystemZDisassembler.cpp | 50 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo, 53 assert(RegNo < 16 && "Invalid register"); 54 if (!isAddress || RegNo) { 55 RegNo = Regs[RegNo]; 56 if (RegNo == 0) 59 Inst.addOperand(MCOperand::CreateReg(RegNo)); 63 static DecodeStatus DecodeGR32BitRegisterClass(MCInst &Inst, uint64_t RegNo, 66 return decodeRegisterClass(Inst, RegNo, SystemZMC::GR32Regs); 69 static DecodeStatus DecodeGR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, [all...] |
/external/llvm/lib/Target/AArch64/Disassembler/ |
AArch64Disassembler.cpp | 65 static DecodeStatus DecodeGPR64RegisterClass(llvm::MCInst &Inst, unsigned RegNo, 68 DecodeGPR64xspRegisterClass(llvm::MCInst &Inst, unsigned RegNo, 71 static DecodeStatus DecodeGPR32RegisterClass(llvm::MCInst &Inst, unsigned RegNo, 74 DecodeGPR32wspRegisterClass(llvm::MCInst &Inst, unsigned RegNo, 77 static DecodeStatus DecodeFPR8RegisterClass(llvm::MCInst &Inst, unsigned RegNo, 79 static DecodeStatus DecodeFPR16RegisterClass(llvm::MCInst &Inst, unsigned RegNo, 81 static DecodeStatus DecodeFPR32RegisterClass(llvm::MCInst &Inst, unsigned RegNo, 83 static DecodeStatus DecodeFPR64RegisterClass(llvm::MCInst &Inst, unsigned RegNo, 86 unsigned RegNo, uint64_t Address, 88 static DecodeStatus DecodeVPR64RegisterClass(llvm::MCInst &Inst, unsigned RegNo, [all...] |
/external/llvm/lib/Target/PowerPC/InstPrinter/ |
PPCInstPrinter.cpp | 26 void PPCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { 27 OS << getRegisterName(RegNo); 237 unsigned RegNo; 240 case PPC::CR0: RegNo = 0; break; 241 case PPC::CR1: RegNo = 1; break; 242 case PPC::CR2: RegNo = 2; break; 243 case PPC::CR3: RegNo = 3; break; 244 case PPC::CR4: RegNo = 4; break; 245 case PPC::CR5: RegNo = 5; break; 246 case PPC::CR6: RegNo = 6; break [all...] |
/external/llvm/include/llvm/CodeGen/ |
MachineRegisterInfo.h | 63 MachineOperand *&getRegUseDefListHead(unsigned RegNo) { 64 if (TargetRegisterInfo::isVirtualRegister(RegNo)) 65 return VRegInfo[RegNo].second; 66 return PhysRegUseDefLists[RegNo]; 69 MachineOperand *getRegUseDefListHead(unsigned RegNo) const { 70 if (TargetRegisterInfo::isVirtualRegister(RegNo)) 71 return VRegInfo[RegNo].second; 72 return PhysRegUseDefLists[RegNo]; 183 reg_iterator reg_begin(unsigned RegNo) const { 184 return reg_iterator(getRegUseDefListHead(RegNo)); [all...] |
/development/ndk/sources/android/libportable/arch-arm/ |
unwind.c | 45 uint32_t regno, 51 uint32_t regno,
|
/external/javassist/src/main/javassist/compiler/ |
AccessorMaker.java | 63 int regno = 1; local 65 regno += code.addLoad(regno, params[i]); 66 code.setMaxLocals(regno + 1); // the last parameter is added. 120 int regno = 0; local 123 regno += code.addLoad(regno, params[i]); 125 code.setMaxLocals(regno);
|
/external/elfutils/libdwfl/ |
dwfl_module_register_names.c | 56 int (*func) (void *, int regno, const char *setname, 77 for (int regno = 0; regno < nregs && likely (result == 0); ++regno) 84 ssize_t len = ebl_register_info (mod->ebl, regno, name, sizeof name, 95 result = (*func) (arg, regno, setname, prefix, name, bits, type);
|
/external/elfutils/libebl/ |
eblreginfo.c | 59 ebl_register_info (ebl, regno, name, namelen, prefix, setname, bits, type) 61 int regno; 69 return ebl == NULL ? -1 : ebl->register_info (ebl, regno, name, namelen,
|
/external/qemu/target-arm/ |
op_helper.c | 299 uint32_t HELPER(get_user_reg)(uint32_t regno) 303 if (regno == 13) { 305 } else if (regno == 14) { 307 } else if (regno >= 8 309 val = env->usr_regs[regno - 8]; 311 val = env->regs[regno]; 316 void HELPER(set_user_reg)(uint32_t regno, uint32_t val) 318 if (regno == 13) { 320 } else if (regno == 14) { 322 } else if (regno >= [all...] |