Searched refs:oplen (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | parse.c | 813 oplen += length_of_subexp (expr, endpos - oplen); in length_of_subexp() 817 return oplen; in length_of_subexp() 837 int oplen = 1; in operator_length_standard() local 851 oplen = 5 + BYTES_TO_EXP_ELEM (oplen + 1); in operator_length_standard() 857 oplen = 4; in operator_length_standard() 865 oplen = 3; in operator_length_standard() 869 oplen = 1; in operator_length_standard() 920 oplen = 4 + BYTES_TO_EXP_ELEM (oplen + 1); in operator_length_standard() 925 oplen = (oplen + HOST_CHAR_BIT - 1) / HOST_CHAR_BIT; in operator_length_standard() 926 oplen = 4 + BYTES_TO_EXP_ELEM (oplen); in operator_length_standard() [all …]
|
H A D | ada-lang.c | 3222 newexp->nelts = exp->nelts + 7 - oplen; in replace_operator_with_call() 3226 EXP_ELEM_TO_BYTES (exp->nelts - pc - oplen)); in replace_operator_with_call() 8291 int oplen, nargs; in ada_dump_subexp_body() local 8331 elt += oplen; in ada_dump_subexp_body() 8344 int oplen, nargs; in ada_print_subexp() local 8357 *pos += oplen; in ada_print_subexp() 8362 *pos += oplen; in ada_print_subexp() 8373 *pos += oplen; in ada_print_subexp() 8396 *pos += oplen; in ada_print_subexp() 8419 *pos += oplen; in ada_print_subexp() [all …]
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | ia64-opc.c | 252 int oplen = 5; in extract_op() local 259 oplen += 5; in extract_op() 266 oplen += 8; in extract_op() 277 oplen += 16; in extract_op() 282 oplen--; in extract_op() 284 oplen += 12; in extract_op() 292 oplen += 16; in extract_op() 298 return oplen; in extract_op() 367 int oplen; in locate_opcode_ent() local 419 next_op = op_pointer + ((oplen + 7) / 8); in locate_opcode_ent() [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | ia64-opc.c | 252 int oplen = 5; in extract_op() local 259 oplen += 5; in extract_op() 266 oplen += 8; in extract_op() 277 oplen += 16; in extract_op() 282 oplen--; in extract_op() 284 oplen += 12; in extract_op() 292 oplen += 16; in extract_op() 298 return oplen; in extract_op() 367 int oplen; in locate_opcode_ent() local 419 next_op = op_pointer + ((oplen + 7) / 8); in locate_opcode_ent() [all …]
|
/openbsd/gnu/usr.bin/binutils/include/opcode/ |
H A D | s390.h | 59 int oplen; member
|
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | s390.h | 60 int oplen; member
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-s390.c | 1448 f = frag_more (opcode->oplen); 1449 memcpy (f, insn, opcode->oplen); 1450 dwarf2_emit_insn (opcode->oplen); 1464 fix_new_exp (frag_now, f - frag_now->fr_literal, opcode->oplen, 1604 if ( ( opformat->oplen == 6 1607 || ( opformat->oplen == 4 1610 || ( opformat->oplen == 2 1613 md_number_to_chars (insn, exp.X_add_number, opformat->oplen); 1620 && opformat->oplen == 6
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-s390.c | 1478 f = frag_more (opcode->oplen); 1479 memcpy (f, insn, opcode->oplen); 1480 dwarf2_emit_insn (opcode->oplen); 1494 fix_new_exp (frag_now, f - frag_now->fr_literal, opcode->oplen, 1634 if ( ( opformat->oplen == 6 1636 || ( opformat->oplen == 4 1638 || ( opformat->oplen == 2 1640 md_number_to_chars ((char *) insn, exp.X_add_number, opformat->oplen); 1647 && opformat->oplen == 6
|