Searched refs:oplen (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ia64-opc.c | 251 int oplen = 5; in extract_op() local 257 opval[0] = extract_op_bits (op_pointer, oplen, 5); in extract_op() 258 oplen += 5; in extract_op() 264 opval[1] = extract_op_bits (op_pointer, oplen, 8); in extract_op() 265 oplen += 8; in extract_op() 271 opval[1] = extract_op_bits (op_pointer, oplen, 16); in extract_op() 276 oplen += 16; in extract_op() 281 oplen--; in extract_op() 282 opval[2] = extract_op_bits (op_pointer, oplen, 12); in extract_op() 283 oplen += 12; in extract_op() [all …]
|
/toolchain/binutils/binutils-2.25/gold/ |
D | dwarf_reader.cc | 1986 size_t oplen = 0; in process_one_opcode() local 1989 oplen++; in process_one_opcode() 2005 *len = oplen; in process_one_opcode() 2014 *len = oplen; in process_one_opcode() 2021 oplen += templen; in process_one_opcode() 2029 oplen += templen; in process_one_opcode() 2037 oplen += templen; in process_one_opcode() 2045 oplen += templen; in process_one_opcode() 2062 oplen += 2; in process_one_opcode() 2082 oplen += templen; in process_one_opcode() [all …]
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | s390.h | 65 int oplen; member
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-s390.c | 1529 f = frag_more (opcode->oplen); in md_gather_operands() 1530 memcpy (f, insn, opcode->oplen); in md_gather_operands() 1531 dwarf2_emit_insn (opcode->oplen); in md_gather_operands() 1545 fix_new_exp (frag_now, f - frag_now->fr_literal, opcode->oplen, in md_gather_operands() 1682 if ( ( opformat->oplen == 6 in s390_insn() 1684 || ( opformat->oplen == 4 in s390_insn() 1686 || ( opformat->oplen == 2 in s390_insn() 1688 md_number_to_chars ((char *) insn, exp.X_add_number, opformat->oplen); in s390_insn() 1695 && opformat->oplen == 6 in s390_insn()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | cgen.c | 750 const unsigned long oplen, /* in bits */ in gas_cgen_encode_addend() argument 759 res |= (oplen & 0x3F) << 6; in gas_cgen_encode_addend()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elflink.c | 7873 unsigned long *oplen, /* in bits */ in decode_complex_addend() argument 7884 * oplen = (encoded >> 12) & 0x3F; in decode_complex_addend() 7900 unsigned long start, oplen, len, wordsz, chunksz, lsb0_p, signed_p, trunc_p; in bfd_elf_perform_complex_relocation() local 7909 decode_complex_addend (&start, &oplen, &len, &wordsz, in bfd_elf_perform_complex_relocation() 7929 oplen, (unsigned long) x, (unsigned long) mask, in bfd_elf_perform_complex_relocation()
|