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

/freebsd-11-stable/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-11-stable/contrib/binutils/include/opcode/
H A Ds390.h61 int oplen; member in struct:s390_opcode
/freebsd-11-stable/contrib/lua/src/
H A Dloslib.c263 int oplen = 1; /* length of options being checked */ local
264 for (; *option != '\0' && oplen <= convlen; option += oplen) {
266 oplen++; /* will check options with next length (+1) */
267 else if (memcmp(conv, option, oplen) == 0) { /* match? */
268 memcpy(buff, conv, oplen); /* copy valid option to buffer */
269 buff[oplen] = '\0';
270 return conv + oplen; /* return next item */
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_lineno.c648 static uint8_t oplen[] = {0, 1, 1, 1, 1, 0, 0, 0, 1}; variable
715 RCHECK(WRITE_BLOCK(oplen, sizeof(oplen) / sizeof(oplen[0])));
/freebsd-11-stable/sys/dev/safe/
H A Dsafe.c853 int bypass, oplen, ivsize; local
1083 oplen = enccrd->crd_skip + enccrd->crd_len;
1084 if (maccrd->crd_skip + maccrd->crd_len != oplen) {
1087 oplen));
1100 printf("bypass %d coffset %d oplen %d\n",
1101 bypass, coffset, oplen);
1137 oplen = bypass + enccrd->crd_len;
1140 oplen = bypass + maccrd->crd_len;
1391 if (re->re_src.mapsize > oplen) {
1400 (re->re_src.mapsize-oplen)
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/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
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c4797 Dwarf_Small minlen, defstmt, lrange, opbase, oplen; local
4885 oplen = re->dw_read(d, &offset, 1);
4886 printf(" Opcode %d has %u args\n", i, oplen);

Completed in 159 milliseconds