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

  /external/elfutils/0.153/libebl/
libebl.h 241 If NAME is null, return the maximum REGNO + 1 that has a name.
242 Otherwise, store in NAME the name for DWARF register number REGNO
244 Return -1 if NAMELEN is too short or REGNO is negative or too large.
245 Return 0 if REGNO is unused (a gap in the DWARF number assignment).
251 int regno, char *name, size_t namelen,
368 Dwarf_Half regno; /* DWARF register number. */ member in struct:__anon25834
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-arm64.c 145 int regno = abs_regno % num_regs; local
150 switch (regno) {
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-24],
218 VG_(transfer) (&amd64->guest_FPREG[regno-24], &fpreg64,
valgrind-low-mips32.c 257 int regno = abs_regno % num_regs; local
262 switch (regno) {
343 default: VG_(printf)("regno: %d\n", regno); vg_assert(0);
valgrind-low-mips64.c 258 int regno = abs_regno % num_regs; local
263 switch (regno) {
344 default: VG_(printf)("regno: %d\n", regno); vg_assert(0);
server.c 1054 int regno; local
    [all...]
  /external/elfutils/0.153/libdw/
cfi.c 126 #define register_rule(regno, r_rule, r_value) do { \
127 if (unlikely (! enough_registers (regno))) \
129 fs->regs[regno].rule = reg_##r_rule; \
130 fs->regs[regno].value = (r_value); \
136 Dwarf_Word regno; local
185 get_uleb128 (regno, program);
187 fs->cfa_val_reg = regno;
219 get_uleb128 (regno, program);
220 register_rule (regno, undefined, 0);
224 get_uleb128 (regno, program)
    [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 276 int regno; /* virtual register number of result */ member in struct:arth
gencode.c 6657 int regno = alloc_reg(); local
6931 int regno = alloc_reg(); local
    [all...]
  /external/lldb/source/Plugins/UnwindAssembly/x86/
UnwindAssembly-x86.cpp 138 bool push_reg_p (int& regno);
139 bool mov_reg_to_local_stack_frame_p (int& regno, int& fp_offset);
356 bool AssemblyParse_x86::push_reg_p (int& regno) {
365 regno = (*p - 0x50) | regno_prefix_bit;
376 bool AssemblyParse_x86::mov_reg_to_local_stack_frame_p (int& regno, int& rbp_offset) {
416 regno = ((*(p + 1) >> 3) & 0x7) | src_reg_prefix_bit;
847 int insn_len, offset, regno; local
860 || push_reg_p (regno) || mov_reg_to_local_stack_frame_p (regno, offset))
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java 1249 int regno = 1; local
    [all...]
  /external/qemu/disas/
arm.c 1732 int regno = ((given >> 12) & 0xf) | ((given >> (22 - 4)) & 0x10); local
1941 int regno; local
2570 int regno = ((given >> 16) & 0xf) | ((given >> (7 - 4)) & 0x10); local
    [all...]
  /external/elfutils/0.153/src/
readelf.c 7911 int regno; member in struct:register_info
    [all...]
  /external/valgrind/main/VEX/priv/
host_s390_defs.c 9720 UInt regno = hregNumber(insn->variant.xindir.dst); local
9772 UInt regno = hregNumber(insn->variant.xassisted.dst); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386.h 1489 int regno; \/* next available register number *\/ member in struct:ix86_args
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 1035 milliseconds