HomeSort by relevance Sort by last modified time
    Searched refs:num_regs (Results 26 - 50 of 54) sorted by null

12 3

  /bionic/libc/tools/
gensyscalls.py 305 num_regs = count_arm_param_registers(syscall["params"])
306 if num_regs > 4:
394 num_regs = count_generic_param_registers64(syscall["params"])
395 if (num_regs > 3):
  /system/core/libmemunreachable/
ThreadCapture.cpp 227 unsigned int num_regs = iovec.iov_len / sizeof(uintptr_t); local
228 thread_info.regs.assign(&regs[0], &regs[num_regs]);
  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-opc.c 2209 const int num_regs = opnd->reglist.num_regs; local
    [all...]
aarch64-asm.c 138 insert_field (FLD_len, code, info->reglist.num_regs - 1, 0);
159 switch (info->reglist.num_regs)
169 value = info->reglist.num_regs == 4 ? 0x3 : 0x8;
201 if (is_ld1r && info->reglist.num_regs == 2)
    [all...]
  /bionic/libc/kernel/uapi/sound/
asoc.h 234 __le32 num_regs; member in struct:snd_soc_tplg_bytes_control
  /external/kernel-headers/original/uapi/sound/
asoc.h 312 __le32 num_regs; member in struct:snd_soc_tplg_bytes_control
  /external/ltrace/sysdeps/linux-gnu/x86/
fetch.c 301 size_t num_regs = 0; local
304 num_regs = 8;
308 num_regs = 2;
311 if (context->freg >= num_regs) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regex.h 448 unsigned num_regs;
524 /* Set REGS to hold NUM_REGS registers, storing them in STARTS and
527 allocated with malloc, and must each be at least `NUM_REGS * sizeof
530 If NUM_REGS == 0, then subsequent matches should allocate their own
444 unsigned num_regs; member in struct:re_registers
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regex.h 451 unsigned num_regs;
532 /* Set REGS to hold NUM_REGS registers, storing them in STARTS and
535 allocated with malloc, and must each be at least `NUM_REGS * sizeof
538 If NUM_REGS == 0, then subsequent matches should allocate their own
447 unsigned num_regs; member in struct:re_registers
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c 29 int num_regs; member in struct:nvfx_fpc
175 if (fpc->num_regs < (dst.index + 1))
176 fpc->num_regs = dst.index + 1;
    [all...]
  /art/runtime/
quick_exception_handler.cc 337 const size_t num_regs = method->GetCodeItem()->registers_size_; local
339 new_frame = ShadowFrame::CreateDeoptimizedFrame(num_regs, nullptr, method, GetDexPc());
  /external/v8/src/arm/
simulator-arm.cc 1645 int num_regs = count_bits(rlist); local
1684 int num_regs; local
    [all...]
simulator-arm.h 285 int num_regs,
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ia64.c 318 unsigned short num_regs; /* # of registers in this set */ member in struct:__anon75170::dynreg
936 md.in.num_regs = ins;
937 md.loc.num_regs = locs;
938 md.out.num_regs = outs;
939 md.rot.num_regs = rots;
4615 offsetT num_regs; local
7883 unsigned num_regs = l->X_add_number >> 16; local
    [all...]
tc-metag.c 6383 size_t i, num_regs = sizeof(metag_regtab)\/sizeof(metag_regtab[0]); local
6404 size_t i, num_regs = sizeof(metag_dsp_regtab)\/sizeof(metag_dsp_regtab[0]); local
    [all...]
tc-xtensa.c 2006 int n, num_regs = 0; local
    [all...]
  /external/v8/src/ppc/
simulator-ppc.h 274 void ProcessPUW(Instruction* instr, int num_regs, int operand_size,
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-amd64.c 373 target->num_regs = dyn_num_regs;
  /toolchain/binutils/binutils-2.25/include/opcode/
aarch64.h 711 unsigned num_regs : 3;
708 unsigned num_regs : 3; member in struct:aarch64_opnd_info::__anon75634::__anon75637
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu.h 1005 int num_regs,
1010 int num_regs,
brw_eu_emit.c     [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c 1641 uint32_t max_dist, num_regs, *sample_locs; local
    [all...]
  /external/v8/src/compiler/
register-allocator.cc 2821 int num_regs = num_registers(); local
2938 int num_regs = num_registers(); local
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 723 uint16_t num_regs = code_item->registers_size_; local
726 CREATE_SHADOW_FRAME(num_regs, /* link */ nullptr, method, /* dex pc */ 0);
    [all...]
  /external/v8/src/s390/
simulator-s390.h 266 void ProcessPUW(Instruction* instr, int num_regs, int operand_size,

Completed in 3247 milliseconds

12 3