HomeSort by: relevance | last modified time | path
    Searched refs:operand (Results 1 - 25 of 620) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/libpcap/dist/
bpf_image.c 140 const char *operand; local
147 operand = operand_buf;
153 operand = operand_buf;
158 operand = "";
164 operand = operand_buf;
170 operand = operand_buf;
176 operand = operand_buf;
181 operand = "#pktlen";
187 operand = operand_buf;
193 operand = operand_buf
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
tic30-dis.c 224 operand based on the size in bytes. */
355 char operand[2][OPERAND_BUFFER_LEN] = local
382 get_register_operand ((insn_word & 0x001F0000) >> 16, operand[dest_op]);
383 /* Get the source operand based on addressing mode. */
387 /* Check for the NOP instruction before getting the operand. */
389 get_register_operand ((insn_word & 0x0000001F), operand[src_op]);
392 sprintf (operand[src_op], "@0x%lX", (insn_word & 0x0000FFFF));
395 get_indirect_operand ((insn_word & 0x0000FFFF), 2, operand[src_op]);
398 /* Get the value of the immediate operand based on variable type. */
403 sprintf (operand[src_op], "%2.2f", f_number)
442 char operand[3][OPERAND_BUFFER_LEN] = local
488 char operand[2][3][OPERAND_BUFFER_LEN] = local
610 char operand[2][OPERAND_BUFFER_LEN] = local
    [all...]
tic54x-dis.c 180 char operand[4][64] = { {0},{0},{0},{0}, }; local
214 sprint_dual_address (info, operand[i], XMEM (opcode));
215 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
218 sprint_dual_address (info, operand[i], YMEM (opcode));
219 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
244 sprint_indirect_address (info, operand[i], opcode);
245 info->fprintf_func (info->stream, "%s", operand[i]);
252 sprint_direct_address (info, operand[i], opcode);
253 info->fprintf_func (info->stream, "%s", operand[i]);
269 sprint_mmr (info, operand[i], MMRX (opcode))
    [all...]
alpha-dis.c 132 const struct alpha_operand *operand = alpha_operands + *opindex; local
133 if (operand->extract)
134 (*operand->extract) (insn, &invalid);
158 const struct alpha_operand *operand = alpha_operands + *opindex; local
164 if ((operand->flags & AXP_OPERAND_FAKE) != 0)
168 if (operand->extract)
169 value = (*operand->extract) (insn, (int *) NULL);
172 value = (insn >> operand->shift) & ((1 << operand->bits) - 1);
173 if (operand->flags & AXP_OPERAND_SIGNED
    [all...]
m10300-dis.c 38 const struct mn10300_operand *operand; local
314 operand = &mn10300_operands[*opindex_ptr];
316 /* If this operand is a PLUS (autoincrement), then do not emit
318 if ((operand->flags & MN10300_OPERAND_PLUS) != 0)
321 if ((operand->flags & MN10300_OPERAND_DREG) != 0
322 || (operand->flags & MN10300_OPERAND_AREG) != 0
323 || (operand->flags & MN10300_OPERAND_RREG) != 0
324 || (operand->flags & MN10300_OPERAND_XRREG) != 0)
325 value = ((insn >> (operand->shift + extra_shift))
326 & ((1 << operand->bits) - 1))
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
tic30-dis.c 224 operand based on the size in bytes. */
355 char operand[2][OPERAND_BUFFER_LEN] = local
382 get_register_operand ((insn_word & 0x001F0000) >> 16, operand[dest_op]);
383 /* Get the source operand based on addressing mode. */
387 /* Check for the NOP instruction before getting the operand. */
389 get_register_operand ((insn_word & 0x0000001F), operand[src_op]);
392 sprintf (operand[src_op], "@0x%lX", (insn_word & 0x0000FFFF));
395 get_indirect_operand ((insn_word & 0x0000FFFF), 2, operand[src_op]);
398 /* Get the value of the immediate operand based on variable type. */
403 sprintf (operand[src_op], "%2.2f", f_number)
442 char operand[3][OPERAND_BUFFER_LEN] = local
488 char operand[2][3][OPERAND_BUFFER_LEN] = local
610 char operand[2][OPERAND_BUFFER_LEN] = local
    [all...]
tic54x-dis.c 180 char operand[4][64] = { {0},{0},{0},{0}, }; local
214 sprint_dual_address (info, operand[i], XMEM (opcode));
215 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
218 sprint_dual_address (info, operand[i], YMEM (opcode));
219 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
244 sprint_indirect_address (info, operand[i], opcode);
245 info->fprintf_func (info->stream, "%s", operand[i]);
252 sprint_direct_address (info, operand[i], opcode);
253 info->fprintf_func (info->stream, "%s", operand[i]);
269 sprint_mmr (info, operand[i], MMRX (opcode))
    [all...]
alpha-dis.c 132 const struct alpha_operand *operand = alpha_operands + *opindex; local
133 if (operand->extract)
134 (*operand->extract) (insn, &invalid);
158 const struct alpha_operand *operand = alpha_operands + *opindex; local
164 if ((operand->flags & AXP_OPERAND_FAKE) != 0)
168 if (operand->extract)
169 value = (*operand->extract) (insn, (int *) NULL);
172 value = (insn >> operand->shift) & ((1 << operand->bits) - 1);
173 if (operand->flags & AXP_OPERAND_SIGNED
    [all...]
m10300-dis.c 38 const struct mn10300_operand *operand; local
314 operand = &mn10300_operands[*opindex_ptr];
316 /* If this operand is a PLUS (autoincrement), then do not emit
318 if ((operand->flags & MN10300_OPERAND_PLUS) != 0)
321 if ((operand->flags & MN10300_OPERAND_DREG) != 0
322 || (operand->flags & MN10300_OPERAND_AREG) != 0
323 || (operand->flags & MN10300_OPERAND_RREG) != 0
324 || (operand->flags & MN10300_OPERAND_XRREG) != 0)
325 value = ((insn >> (operand->shift + extra_shift))
326 & ((1 << operand->bits) - 1))
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
tic30-dis.c 224 operand based on the size in bytes. */
355 char operand[2][OPERAND_BUFFER_LEN] = local
382 get_register_operand ((insn_word & 0x001F0000) >> 16, operand[dest_op]);
383 /* Get the source operand based on addressing mode. */
387 /* Check for the NOP instruction before getting the operand. */
389 get_register_operand ((insn_word & 0x0000001F), operand[src_op]);
392 sprintf (operand[src_op], "@0x%lX", (insn_word & 0x0000FFFF));
395 get_indirect_operand ((insn_word & 0x0000FFFF), 2, operand[src_op]);
398 /* Get the value of the immediate operand based on variable type. */
403 sprintf (operand[src_op], "%2.2f", f_number)
442 char operand[3][OPERAND_BUFFER_LEN] = local
488 char operand[2][3][OPERAND_BUFFER_LEN] = local
610 char operand[2][OPERAND_BUFFER_LEN] = local
    [all...]
tic54x-dis.c 180 char operand[4][64] = { {0},{0},{0},{0}, }; local
214 sprint_dual_address (info, operand[i], XMEM (opcode));
215 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
218 sprint_dual_address (info, operand[i], YMEM (opcode));
219 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
244 sprint_indirect_address (info, operand[i], opcode);
245 info->fprintf_func (info->stream, "%s", operand[i]);
252 sprint_direct_address (info, operand[i], opcode);
253 info->fprintf_func (info->stream, "%s", operand[i]);
269 sprint_mmr (info, operand[i], MMRX (opcode))
    [all...]
alpha-dis.c 132 const struct alpha_operand *operand = alpha_operands + *opindex; local
133 if (operand->extract)
134 (*operand->extract) (insn, &invalid);
158 const struct alpha_operand *operand = alpha_operands + *opindex; local
164 if ((operand->flags & AXP_OPERAND_FAKE) != 0)
168 if (operand->extract)
169 value = (*operand->extract) (insn, (int *) NULL);
172 value = (insn >> operand->shift) & ((1 << operand->bits) - 1);
173 if (operand->flags & AXP_OPERAND_SIGNED
    [all...]
m10300-dis.c 38 const struct mn10300_operand *operand; local
314 operand = &mn10300_operands[*opindex_ptr];
316 /* If this operand is a PLUS (autoincrement), then do not emit
318 if ((operand->flags & MN10300_OPERAND_PLUS) != 0)
321 if ((operand->flags & MN10300_OPERAND_DREG) != 0
322 || (operand->flags & MN10300_OPERAND_AREG) != 0
323 || (operand->flags & MN10300_OPERAND_RREG) != 0
324 || (operand->flags & MN10300_OPERAND_XRREG) != 0)
325 value = ((insn >> (operand->shift + extra_shift))
326 & ((1 << operand->bits) - 1))
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
tic30-dis.c 224 operand based on the size in bytes. */
355 char operand[2][OPERAND_BUFFER_LEN] = local
382 get_register_operand ((insn_word & 0x001F0000) >> 16, operand[dest_op]);
383 /* Get the source operand based on addressing mode. */
387 /* Check for the NOP instruction before getting the operand. */
389 get_register_operand ((insn_word & 0x0000001F), operand[src_op]);
392 sprintf (operand[src_op], "@0x%lX", (insn_word & 0x0000FFFF));
395 get_indirect_operand ((insn_word & 0x0000FFFF), 2, operand[src_op]);
398 /* Get the value of the immediate operand based on variable type. */
403 sprintf (operand[src_op], "%2.2f", f_number)
442 char operand[3][OPERAND_BUFFER_LEN] = local
488 char operand[2][3][OPERAND_BUFFER_LEN] = local
610 char operand[2][OPERAND_BUFFER_LEN] = local
    [all...]
tic54x-dis.c 180 char operand[4][64] = { {0},{0},{0},{0}, }; local
214 sprint_dual_address (info, operand[i], XMEM (opcode));
215 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
218 sprint_dual_address (info, operand[i], YMEM (opcode));
219 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
244 sprint_indirect_address (info, operand[i], opcode);
245 info->fprintf_func (info->stream, "%s", operand[i]);
252 sprint_direct_address (info, operand[i], opcode);
253 info->fprintf_func (info->stream, "%s", operand[i]);
269 sprint_mmr (info, operand[i], MMRX (opcode))
    [all...]
alpha-dis.c 132 const struct alpha_operand *operand = alpha_operands + *opindex; local
133 if (operand->extract)
134 (*operand->extract) (insn, &invalid);
158 const struct alpha_operand *operand = alpha_operands + *opindex; local
164 if ((operand->flags & AXP_OPERAND_FAKE) != 0)
168 if (operand->extract)
169 value = (*operand->extract) (insn, (int *) NULL);
172 value = (insn >> operand->shift) & ((1 << operand->bits) - 1);
173 if (operand->flags & AXP_OPERAND_SIGNED
    [all...]
m10300-dis.c 38 const struct mn10300_operand *operand; local
314 operand = &mn10300_operands[*opindex_ptr];
316 /* If this operand is a PLUS (autoincrement), then do not emit
318 if ((operand->flags & MN10300_OPERAND_PLUS) != 0)
321 if ((operand->flags & MN10300_OPERAND_DREG) != 0
322 || (operand->flags & MN10300_OPERAND_AREG) != 0
323 || (operand->flags & MN10300_OPERAND_RREG) != 0
324 || (operand->flags & MN10300_OPERAND_XRREG) != 0)
325 value = ((insn >> (operand->shift + extra_shift))
326 & ((1 << operand->bits) - 1))
    [all...]
  /src/usr.sbin/gspa/gspa/
gsp_ass.h 90 /* Structure for an operand */
91 typedef struct operand { struct
99 struct operand *next;
100 } *operand; typedef in typeref:struct:operand
102 /* Values for operand type */
103 #define REG 1 /* register operand */
104 #define EXPR 2 /* expression operand */
106 #define STR_OPN 8 /* string operand */
125 operand abs_adr(expr);
126 operand add_operand(operand, operand)
    [all...]
gsp_act.c 42 free_operands(operand l)
44 operand op, oq;
55 operand
56 add_operand(operand first, operand last)
58 operand p;
66 operand
69 operand o;
79 operand
82 operand o
    [all...]
  /src/external/mpl/dhcp/
Makefile.inc 9 -Wno-conversion -Wno-constant-logical-operand \
  /src/external/gpl3/binutils/dist/gas/config/
tc-h8300.c 483 If the user also specifies the operand's size, store that size
495 as_bad (_("missing operand"));
503 /* If SRC starts with an explicit operand size, skip it and store the size
530 as_bad (_("invalid operand size requested"));
538 /* The many forms of operand:
554 constant_fits_width_p (struct h8_op *operand, offsetT width)
558 num = ((operand->exp.X_add_number & 0xffffffff) ^ 0x80000000) - 0x80000000;
563 constant_fits_size_p (struct h8_op *operand, int size, int no_symbols)
568 && (operand->exp.X_add_symbol != 0 || operand->exp.X_op_symbol != 0)
1897 struct h8_op operand[3]; local
    [all...]
tc-pdp11.c 339 parse_reg (char *str, struct pdp11_code *operand)
349 operand->code = *str - '0';
353 operand->error = _("Bad register name");
360 operand->code = 6;
366 operand->code = 7;
371 operand->error = _("Bad register name");
377 operand->error = _("Bad register name");
385 parse_ac5 (char *str, struct pdp11_code *operand)
398 operand->code = *str - '0';
402 operand->error = _("Bad register name")
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-h8300.c 483 If the user also specifies the operand's size, store that size
495 as_bad (_("missing operand"));
503 /* If SRC starts with an explicit operand size, skip it and store the size
530 as_bad (_("invalid operand size requested"));
538 /* The many forms of operand:
554 constant_fits_width_p (struct h8_op *operand, offsetT width)
558 num = ((operand->exp.X_add_number & 0xffffffff) ^ 0x80000000) - 0x80000000;
563 constant_fits_size_p (struct h8_op *operand, int size, int no_symbols)
568 && (operand->exp.X_add_symbol != 0 || operand->exp.X_op_symbol != 0)
1897 struct h8_op operand[3]; local
    [all...]
tc-pdp11.c 339 parse_reg (char *str, struct pdp11_code *operand)
349 operand->code = *str - '0';
353 operand->error = _("Bad register name");
360 operand->code = 6;
366 operand->code = 7;
371 operand->error = _("Bad register name");
377 operand->error = _("Bad register name");
385 parse_ac5 (char *str, struct pdp11_code *operand)
398 operand->code = *str - '0';
402 operand->error = _("Bad register name")
    [all...]
  /src/sys/arch/ia64/disasm/
disasm_extract.c 1815 operand(struct asm_inst *i, int op, enum asm_oper_type ot, uint64_t bits, function
1915 operand(i, 0, ASM_OPER_PREG, bits, 0, 6);
1919 operand(i, 1, ASM_OPER_GREG, bits, 6, 7);
1920 operand(i, 2, ASM_OPER_GREG, bits, 13, 7);
1921 operand(i, 3, ASM_OPER_GREG, bits, 20, 7);
1927 operand(i, 1, ASM_OPER_GREG, bits, 6, 7);
1928 operand(i, 2, ASM_OPER_GREG, bits, 13, 7);
1930 operand(i, 4, ASM_OPER_GREG, bits, 20, 7);
1933 operand(i, 1, ASM_OPER_GREG, bits, 6, 7);
1935 operand(i, 3, ASM_OPER_GREG, bits, 20, 7)
    [all...]

Completed in 69 milliseconds

1 2 3 4 5 6 7 8 91011>>