HomeSort by relevance Sort by last modified time
    Searched refs:arg_reg (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
z8k-dis.c 44 unsigned long arg_reg[0x0f]; member in struct:__anon116530
450 instr_data->arg_reg[datum_value] = instr_nibl;
453 instr_data->arg_reg[datum_value] = instr_nibl;
546 instr_data->arg_reg[datum_value]);
551 sprintf (tmp_str, "rr%ld(#0x%lx)", instr_data->arg_reg[datum_value],
554 sprintf (tmp_str, "r%ld(#0x%lx)", instr_data->arg_reg[datum_value],
560 sprintf (tmp_str, "rr%ld(r%ld)", instr_data->arg_reg[datum_value],
561 instr_data->arg_reg[ARG_RX]);
563 sprintf (tmp_str, "r%ld(r%ld)", instr_data->arg_reg[datum_value],
564 instr_data->arg_reg[ARG_RX])
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/mips/
ffi.c 237 unsigned *loc, unsigned *arg_reg)
254 *arg_reg = *loc / FFI_SIZEOF_ARG;
255 if (*arg_reg > 7)
257 flags += (FFI_TYPE_DOUBLE << (*arg_reg * FFI_FLAG_BITS));
265 *arg_reg = ALIGN(*loc, FFI_SIZEOF_ARG) / FFI_SIZEOF_ARG;
421 unsigned arg_reg = 0; local
439 arg_reg = 1;
450 while (count-- > 0 && arg_reg < 8)
472 ((cif->arg_types)[index]->type << (arg_reg * FFI_FLAG_BITS));
473 arg_reg++
    [all...]
  /art/runtime/
dex_file.cc 993 uint16_t arg_reg = code_item->registers_size_ - code_item->ins_size_; local
    [all...]
  /art/compiler/debug/
elf_debug_info_writer.h 196 uint32_t arg_reg = 0; local
204 const uint32_t vreg = dex_code->registers_size_ - dex_code->ins_size_ + arg_reg;
208 arg_reg++;
224 const uint32_t vreg = dex_code->registers_size_ - dex_code->ins_size_ + arg_reg;
227 arg_reg += is64bitValue ? 2 : 1;
231 DCHECK_EQ(arg_reg, dex_code->ins_size_);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-nds32.c     [all...]

Completed in 166 milliseconds