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

  /external/elfutils/libebl/
libebl.h 237 If NAME is null, return the maximum REGNO + 1 that has a name.
238 Otherwise, store in NAME the name for DWARF register number REGNO
240 Return -1 if NAMELEN is too short or REGNO is negative or too large.
241 Return 0 if REGNO is unused (a gap in the DWARF number assignment).
247 int regno, char *name, size_t namelen,
332 Dwarf_Half regno; /* DWARF register number. */ member in struct:__anon7910
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-mips32.c 149 int regno = abs_regno % num_regs; local
154 switch (regno) {
228 default: VG_(printf)("regno: %d\n", regno); vg_assert(0);
valgrind-low-s390x.c 126 int regno = abs_regno % num_regs; local
131 switch (regno) {
valgrind-low-arm.c 185 int regno = abs_regno % num_regs; local
190 switch (regno) {
valgrind-low-ppc32.c 184 int regno = abs_regno % num_regs; local
189 switch (regno) {
valgrind-low-ppc64.c 181 int regno = abs_regno % num_regs; local
186 switch (regno) {
valgrind-low-x86.c 124 int regno = abs_regno % num_regs; local
129 switch (regno) {
171 convert_f64le_to_f80le ((UChar *)&x86->guest_FPREG[regno-16],
177 VG_(transfer) (&x86->guest_FPREG[regno-16], &fpreg64,
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,
server.c 844 int regno; local
848 regno = strtol(&own_buf[1], NULL, 16);
858 supply_register_from_string (regno, regbytes, &mod);
868 "ERROR changing register %s regno %d\n"
873 find_register_by_number (regno)->name, regno,
    [all...]
  /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/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...]
  /external/valgrind/main/VEX/useful/
hd_fpu.c 273 UInt regno = fp_get_tos(); local
274 assert(regno >= 0 && regno < 8);
275 regno += stregno;
276 if (regno >= 8) regno -= 8;
277 assert(regno >= 0 && regno < 8);
278 return regno;
304 UInt fp_get_tag ( UInt regno )
    [all...]
  /external/libpcap/
gencode.h 257 int regno; /* virtual register number of result */ member in struct:arth
gencode.c 5584 int regno = alloc_reg(); local
5857 int regno = alloc_reg(); local
    [all...]
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java 1249 int regno = 1; local
    [all...]
  /external/qemu/
arm-dis.c 1728 int regno = ((given >> 12) & 0xf) | ((given >> (22 - 4)) & 0x10); local
1937 int regno; local
2566 int regno = ((given >> 16) & 0xf) | ((given >> (7 - 4)) & 0x10); local
    [all...]
  /external/elfutils/src/
readelf.c 5856 Dwarf_Half regno; member in struct:register_info
    [all...]
  /external/valgrind/main/VEX/priv/
host_s390_defs.c 7678 UInt regno = hregNumber(insn->variant.xindir.dst); local
7730 UInt regno = hregNumber(insn->variant.xassisted.dst); local
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 321 milliseconds