HomeSort by relevance Sort by last modified time
    Searched defs:regno (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/elfutils/libebl/
libebl.h 236 If NAME is null, return the maximum REGNO + 1 that has a name.
237 Otherwise, store in NAME the name for DWARF register number REGNO
239 Return -1 if NAMELEN is too short or REGNO is negative or too large.
240 Return 0 if REGNO is unused (a gap in the DWARF number assignment).
246 int regno, char *name, size_t namelen,
371 Dwarf_Half regno; /* DWARF register number. */ member in struct:__anon18911
442 /* Convert *REGNO as is in DWARF to a lower range suitable for
444 extern bool ebl_dwarf_to_regno (Ebl *ebl, unsigned *regno)
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-s390x.c 125 int regno = abs_regno % num_regs; local
130 switch (regno) {
valgrind-low-arm.c 183 int regno = abs_regno % num_regs; local
188 switch (regno) {
valgrind-low-arm64.c 144 int regno = abs_regno % num_regs; local
149 switch (regno) {
valgrind-low-ppc32.c 183 int regno = abs_regno % num_regs; local
188 switch (regno) {
valgrind-low-amd64.c 156 int regno = abs_regno % dyn_num_regs; local
161 switch (regno) {
211 convert_f64le_to_f80le ((UChar *)&amd64->guest_FPREG[regno-24],
217 VG_(transfer) (&amd64->guest_FPREG[regno-24], &fpreg64,
valgrind-low-ppc64.c 258 int regno = abs_regno % num_regs; local
294 switch (regno) {
valgrind-low-x86.c 123 int regno = abs_regno % num_regs; local
128 switch (regno) {
170 convert_f64le_to_f80le ((UChar *)&x86->guest_FPREG[regno-16],
176 VG_(transfer) (&x86->guest_FPREG[regno-16], &fpreg64,
valgrind-low-mips32.c 256 int regno = abs_regno % num_regs; local
261 switch (regno) {
342 default: VG_(printf)("regno: %d\n", regno); vg_assert(0);
valgrind-low-mips64.c 257 int regno = abs_regno % num_regs; local
262 switch (regno) {
343 default: VG_(printf)("regno: %d\n", regno); vg_assert(0);
server.c 1290 int regno; local
    [all...]
  /system/extras/simpleperf/
perf_regs.cpp 135 std::string GetRegName(size_t regno, ArchType arch) {
136 // Cast regno to int type to avoid -Werror=type-limits.
137 int reg = static_cast<int>(regno);
188 int regno; local
192 regno = PERF_REG_X86_IP;
195 regno = PERF_REG_ARM_PC;
198 regno = PERF_REG_ARM64_PC;
203 regs->valid_mask |= (1ULL << regno);
204 regs->data[regno] = ip;
207 bool GetRegValue(const RegSet& regs, size_t regno, uint64_t* value)
217 size_t regno; local
    [all...]
  /external/elfutils/libdw/
cfi.c 121 #define register_rule(regno, r_rule, r_value) do { \
122 if (unlikely (! enough_registers (regno, &fs, &result))) \
124 fs->regs[regno].rule = reg_##r_rule; \
125 fs->regs[regno].value = (r_value); \
131 Dwarf_Word regno; local
184 get_uleb128 (regno, program, end);
186 fs->cfa_val_reg = regno;
219 get_uleb128 (regno, program, end);
220 register_rule (regno, undefined, 0);
224 get_uleb128 (regno, program, end)
    [all...]
  /external/elfutils/tests/
allregs.c 75 int regno; member in struct:reginfo
86 return a->regno - b->regno;
100 int regno,
108 if (regno >= state->nregs)
110 state->info = realloc (state->info, (regno + 1) * sizeof state->info[0]);
112 ((void *) &state->info[regno + 1]
114 state->nregs = regno + 1;
117 state->info[regno].regno = regno
193 int regno = atoi (arg); local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
fr30-asm.c 58 int regno;
62 regno = **strp - '0';
67 regno = regno * 10 + (**strp - '0');
71 return regno;
85 int regno;
91 regno = parse_register_number (strp);
92 if (regno == -1)
94 if (regno > 7 && !high_low)
96 if (regno < 8 && high_low
57 int regno; local
84 int regno; local
    [all...]
frv-asm.c 581 int regno;
586 regno = **strp - '0';
588 regno = regno * 10 + (**strp - '0');
590 return regno;
600 long regno;
606 regno = parse_register_number (strp);
610 if (! spr_valid (regno))
612 *valuep = regno;
617 regno = parse_register_number (strp)
580 int regno; local
599 long regno; local
    [all...]
h8300-dis.c 320 int regno[3] = { 0, 0, 0 }; local
478 regno[opnr] = thisnib;
502 regno[opnr] = thisnib;
603 high = regno[1];
614 low = regno[0];
622 if (regno[0] == 0)
623 outfn (stream, "er%d", regno[1]);
625 outfn (stream, "er%d-er%d", regno[1] - regno[0],
626 regno[1])
    [all...]
m32c-asm.c 862 int regno = 0;
870 regno = **strp - '0';
871 if (regno > 4)
877 regno = **strp - '0';
878 if (regno > 2)
880 regno = **strp - '0' + 4;
885 regno = 6;
891 regno = 7;
896 *valuep |= 0x80 >> regno;
898 *valuep |= 1 << regno;
861 int regno = 0; local
    [all...]
m68k-dis.c 490 /* Print a base register REGNO and displacement DISP, on INFO->STREAM.
491 REGNO = -1 for pc, -2 for none (suppressed). */
494 print_base (int regno, bfd_vma disp, disassemble_info *info)
496 if (regno == -1)
505 if (regno == -2)
507 else if (regno == -3)
510 (*info->fprintf_func) (info->stream, "%s@(", reg_names[regno]);
641 int regno;
741 for (regno = ARRAY_SIZE (names_v4e); --regno >= 0;
639 int regno; local
1208 (*info->fprintf_func) (info->stream, "-%%fp%d", regno); local
    [all...]
  /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);
JvstCodeGen.java 344 int regno = indexOfParam1(); local
347 regno += bytecode.addLoad(regno, p);
381 int regno = indexOfParam1();
384 regno += bytecode.addLoad(regno, p);
600 * @param regno the index of the local variable in which
605 CtClass[] params, int regno) {
624 int s = code.addLoad(regno, pt); // ?load <regno>
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-spu.c 449 unsigned int regno;
501 unsigned regno;
527 regno = 0;
529 regno = regno * 10 + *param++ - '0';
551 regno = 128;
557 regno = rn[i].regno;
565 if (regno == 11)
567 else if (regno == 12
447 unsigned int regno; member in struct:reg_name
499 unsigned regno; local
    [all...]
tc-d10v.c 698 int i, j, flags, mask, shift, regno; local
762 regno = (ins >> shift) & mask;
764 regno += 16;
767 if (regno == 0)
768 regno = 19;
770 regno = 18;
773 regno = 22;
775 regno = 21;
783 mod[j] |= 1 << regno;
785 mod[j] |= 1 << (regno + 1)
835 int i, j, flags, mask, shift, regno; local
    [all...]
tc-tilepro.c 704 int regno = instr->operand_values[k].X_add_number; local
705 BFD_HOST_U_64_BIT mask = ((BFD_HOST_U_64_BIT)1) << regno;
714 tilepro_register_names[regno]);
992 int regno = EXTRACT_REGNO(regno_and_flags); local
998 regname, tilepro_register_names[regno]);
1005 expression->X_add_number = regno;
    [all...]
  /external/libpcap/
gencode.h 274 int regno; /* virtual register number of result */ member in struct:arth

Completed in 743 milliseconds

1 2 3