HomeSort by: relevance | last modified time | path
    Searched defs:opsize (Results 1 - 16 of 16) sorted by relevancy

  /src/external/bsd/elftoolchain/dist/libdwarf/
libdwarf_lineno.c 107 uint64_t address, file, line, column, opsize; local
164 opsize = _dwarf_decode_uleb128(&p);
185 p += opsize;
  /src/external/gpl3/binutils/dist/opcodes/
s390-dis.c 415 int status, opsize, bufsize, bytes_to_dump, i; local
441 opsize = s390_insn_length (buffer);
442 status = opsize > bufsize;
447 opsize = s390_insn_length (buffer);
488 return opsize;
498 bytes_to_dump = opsize;
  /src/external/gpl3/binutils.old/dist/opcodes/
s390-dis.c 415 int status, opsize, bufsize, bytes_to_dump, i; local
441 opsize = s390_insn_length (buffer);
442 status = opsize > bufsize;
447 opsize = s390_insn_length (buffer);
488 return opsize;
498 bytes_to_dump = opsize;
  /src/external/gpl3/gdb/dist/opcodes/
s390-dis.c 418 int status, opsize, bufsize, bytes_to_dump, i; local
444 opsize = s390_insn_length (buffer);
445 status = opsize > bufsize;
450 opsize = s390_insn_length (buffer);
491 return opsize;
501 bytes_to_dump = opsize;
  /src/external/gpl3/gdb.old/dist/opcodes/
s390-dis.c 358 int status, opsize, bufsize, bytes_to_dump, i; local
384 opsize = s390_insn_length (buffer);
385 status = opsize > bufsize;
390 opsize = s390_insn_length (buffer);
431 return opsize;
441 bytes_to_dump = opsize;
  /src/external/gpl3/gdb/dist/sim/msp430/
msp430-sim.c 1048 int opsize; local
1075 opsize = msp430_decode_opcode (msp430_cpu->regs[0], opcode, msp430_getbyte,
1077 PC += opsize;
1078 if (opsize <= 0)
1128 PC -= opsize;
  /src/external/gpl3/gdb.old/dist/sim/msp430/
msp430-sim.c 1048 int opsize; local
1075 opsize = msp430_decode_opcode (msp430_cpu->regs[0], opcode, msp430_getbyte,
1077 PC += opsize;
1078 if (opsize <= 0)
1128 PC -= opsize;
  /src/lib/libnvmm/
libnvmm_x86.c 1551 /* [REX-present][enc][opsize] */
2435 int opsize; local
2437 /* Get the opsize */
2439 opsize = opcode->defsize;
2441 opsize = 8;
2445 opsize = 2;
2447 opsize = 4;
2451 opsize = 4;
2453 opsize = 2;
2458 return opsize;
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rx/
rx.cc 3337 int opsize;
3356 opsize = get_attr_length (op);
3357 if (opsize >= 0 && opsize < 8)
3358 return MAX (0, opsize - 1);
3323 int opsize; local
  /src/external/gpl3/gcc/dist/gcc/config/rx/
rx.cc 3337 int opsize;
3356 opsize = get_attr_length (op);
3357 if (opsize >= 0 && opsize < 8)
3358 return MAX (0, opsize - 1);
3323 int opsize; local
  /src/external/gpl3/binutils/dist/include/opcode/
mips.h 309 unsigned int opsize; member in struct:mips_msb_operand
  /src/external/gpl3/binutils.old/dist/include/opcode/
mips.h 309 unsigned int opsize; member in struct:mips_msb_operand
  /src/external/gpl3/gdb/dist/include/opcode/
mips.h 309 unsigned int opsize; member in struct:mips_msb_operand
  /src/external/gpl3/gdb.old/dist/include/opcode/
mips.h 561 unsigned int opsize; member in struct:mips_msb_operand
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 17565 unsigned HOST_WIDE_INT opsize = 0;
17589 opsize += (*tail)->dw_loc_oprnd1.v.val_unsigned
17595 opsize += (*tail)->dw_loc_oprnd1.v.val_unsigned;
17599 if (last != NULL && opsize != bitsize)
17552 unsigned HOST_WIDE_INT opsize = 0; local
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 17651 unsigned HOST_WIDE_INT opsize = 0;
17675 opsize += (*tail)->dw_loc_oprnd1.v.val_unsigned
17681 opsize += (*tail)->dw_loc_oprnd1.v.val_unsigned;
17685 if (last != NULL && opsize != bitsize)
17638 unsigned HOST_WIDE_INT opsize = 0; local

Completed in 120 milliseconds