Searched refs:oplen (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/contrib/binutils/opcodes/
H A Dia64-opc.c258 int oplen = 5;
264 opval[0] = extract_op_bits (op_pointer, oplen, 5);
265 oplen += 5;
271 opval[1] = extract_op_bits (op_pointer, oplen, 8);
272 oplen += 8;
278 opval[1] = extract_op_bits (op_pointer, oplen, 16);
283 oplen += 16;
288 oplen--;
289 opval[2] = extract_op_bits (op_pointer, oplen, 12);
290 oplen
252 int oplen = 5; local
367 int oplen; local
[all...]
/freebsd-10.2-release/contrib/binutils/include/opcode/
H A Ds390.h61 int oplen; member in struct:s390_opcode
/freebsd-10.2-release/sys/dev/safe/
H A Dsafe.c852 int bypass, oplen, ivsize; local
1082 oplen = enccrd->crd_skip + enccrd->crd_len;
1083 if (maccrd->crd_skip + maccrd->crd_len != oplen) {
1086 oplen));
1099 printf("bypass %d coffset %d oplen %d\n",
1100 bypass, coffset, oplen);
1136 oplen = bypass + enccrd->crd_len;
1139 oplen = bypass + maccrd->crd_len;
1392 if (re->re_src.mapsize > oplen) {
1401 (re->re_src.mapsize-oplen)
[all...]
/freebsd-10.2-release/contrib/binutils/gas/config/
H A Dtc-s390.c1479 f = frag_more (opcode->oplen);
1480 memcpy (f, insn, opcode->oplen);
1481 dwarf2_emit_insn (opcode->oplen);
1495 fix_new_exp (frag_now, f - frag_now->fr_literal, opcode->oplen,
1635 if ( ( opformat->oplen == 6
1637 || ( opformat->oplen == 4
1639 || ( opformat->oplen == 2
1641 md_number_to_chars ((char *) insn, exp.X_add_number, opformat->oplen);
1648 && opformat->oplen == 6
/freebsd-10.2-release/contrib/binutils/gas/
H A Dcgen.c749 const unsigned long oplen, /* in bits */
758 res |= (oplen & 0x3F) << 6;
747 gas_cgen_encode_addend(const unsigned long start, const unsigned long len, const unsigned long oplen, const unsigned long wordsz, const unsigned long chunksz, const unsigned long signed_p, const unsigned long trunc_p) argument
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dada-lang.c2779 int oplen, struct symbol *sym,
2783 symbol, -oplen for operator being replaced). */
2786 + EXP_ELEM_TO_BYTES ((*expp)->nelts + 7 - oplen));
2789 newexp->nelts = exp->nelts + 7 - oplen;
2792 memcpy (newexp->elts + pc + 7, exp->elts + pc + oplen,
2793 EXP_ELEM_TO_BYTES (exp->nelts - pc - oplen));
2773 replace_operator_with_call(struct expression **expp, int pc, int nargs, int oplen, struct symbol *sym, struct block *block) argument
/freebsd-10.2-release/contrib/binutils/bfd/
H A Delflink.c7081 unsigned long * oplen, /* in bits */
7092 * oplen = (encoded >> 12) & 0x3F;
7117 unsigned long start, oplen, len, wordsz,
7180 decode_complex_addend (& start, & oplen, & len, & wordsz,
7196 "chunksz %ld, start %ld, len %ld, oplen %ld\n"
7199 oplen, x, mask, relocation);
7069 decode_complex_addend(unsigned long * start, unsigned long * oplen, unsigned long * len, unsigned long * wordsz, unsigned long * chunksz, unsigned long * lsb0_p, unsigned long * signed_p, unsigned long * trunc_p, unsigned long encoded) argument
7107 unsigned long start, oplen, len, wordsz, local

Completed in 217 milliseconds