Searched refs:op_type (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/sys/mips/rmi/dev/xlr/
H A Dxgmac_mdio.h51 uint32_t op_type = 0x0; /* address operation */ local
55 ((op_type & 0x3) << 28) |
77 uint32_t op_type = 0x3; /* read operation */ local
83 ((op_type & 0x3) << 28) |
106 uint32_t op_type = 0x1; /* write operation */ local
111 ((op_type & 0x3) << 28) |
/freebsd-9.3-release/contrib/gcc/
H A Drecog.h26 enum op_type { enum
175 enum op_type operand_type[MAX_RECOG_OPERANDS];
H A Dtree-vect-transform.c796 int op_type; local
798 op_type = TREE_CODE_LENGTH (TREE_CODE (operation));
799 reduction_op = TREE_OPERAND (operation, op_type-1);
1146 int op_type; local
1196 op_type = TREE_CODE_LENGTH (code);
1198 if (op_type != binary_op && op_type != ternary_op)
1205 for (i = 0; i < op_type-1; i++)
1345 if (op_type == binary_op)
1347 else if (op_type
1486 int op_type; local
1984 int op_type; local
[all...]
H A Dtree-ssa-dom.c1647 tree op_type, val_type; local
1666 op_type = TREE_TYPE (op);
1671 while (POINTER_TYPE_P (op_type) && POINTER_TYPE_P (val_type))
1673 op_type = TREE_TYPE (op_type);
1683 if (!lang_hooks.types_compatible_p (op_type, val_type))
H A Dregrename.c84 enum scan_actions, enum op_type, int);
88 enum op_type, int);
391 enum scan_actions action, enum op_type type, int earlyclobber)
658 enum scan_actions action, enum op_type type, int earlyclobber)
871 enum op_type type = recog_data.operand_type[opn];
H A Dtree-vectorizer.c1819 int op_type;
1862 op_type = TREE_CODE_LENGTH (code);
1863 if (op_type != binary_op)
1818 int op_type; local
H A Dfold-const.c3235 tree op_type = TREE_TYPE (TREE_OPERAND (arg, 0));
3236 if (FLOAT_TYPE_P (op_type)
3244 HONOR_NANS (TYPE_MODE (op_type)));
3214 tree op_type = TREE_TYPE (TREE_OPERAND (arg, 0)); local
/freebsd-9.3-release/bin/test/
H A Dtest.c123 short op_num, op_type; member in struct:t_op
298 if (t_wp_op && t_wp_op->op_type == UNOP) {
314 if (t_lex(nargc > 0 ? t_wp[1] : NULL), t_wp_op && t_wp_op->op_type ==
432 if (((op->op_type == UNOP || op->op_type == BUNOP)
461 return op->op_type == BINOP &&
483 return op->op_type == BINOP;
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Darc-opc.c340 enum operand op_type = OP_NONE;
358 op_type = OP_SHIMM;
379 op_type = OP_LIMM;
432 op_type = OP_REG;
439 ls_operand[LS_DEST] = op_type;
442 ls_operand[LS_BASE] = op_type;
446 ls_operand[LS_VALUE] = op_type;
448 ls_operand[LS_OFFSET] = op_type;
451 ls_operand[LS_OFFSET] = op_type;
1086 enum operand op_type;
338 enum operand op_type = OP_NONE; local
1083 enum operand op_type; local
[all...]
H A Dcgen-opc.c561 enum cgen_operand_type op_type = opinst->op_type;
562 if (op_type == CGEN_OPERAND_NIL)
565 indices[i] = (*cd->get_int_operand) (cd, op_type, fields);
557 enum cgen_operand_type op_type = opinst->op_type; local
H A Dcr16-dis.c133 for (i = 0; instruction->operands[i].op_type && i < MAX_OPERANDS; i++)
737 a.type = getargtype (instruction->operands[i].op_type);
738 a.size = getbits (instruction->operands[i].op_type);
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arc.c1884 int op_type, reloc_type;
1903 op_type = fixups[i].opindex;
1905 if (op_type == arc_operand_map['L']
1906 || op_type == arc_operand_map['s']
1907 || op_type == arc_operand_map['o']
1908 || op_type == arc_operand_map['O'])
1910 else if (op_type == arc_operand_map['J'])
1920 op_type = get_arc_exp_reloc_type (0, fixups[i].opindex,
1922 reloc_type = op_type + (int) BFD_RELOC_UNUSED;
1924 operand = &arc_operands[op_type];
1877 int op_type, reloc_type; local
[all...]
H A Dtc-cr16.c1888 for (i = 0; instruction->operands[i].op_type && i < MAX_OPERANDS; i++)
2082 if ((instruction->operands[0].op_type == abs24)
2133 ARRAY[i] = FUNC (instruction->operands[i].op_type)
/freebsd-9.3-release/contrib/binutils/include/opcode/
H A Dcr16.h244 operand_type op_type; member in struct:__anon713
H A Dcgen.h763 enum cgen_operand_type op_type;
752 enum cgen_operand_type op_type; member in struct:__anon700
/freebsd-9.3-release/sys/ia64/disasm/
H A Ddisasm_extract.c1803 op_type(struct asm_inst *i, int op, enum asm_oper_type ot) function
2266 op_type(i, 1, ASM_OPER_PR);
2272 op_type(i, 1, ASM_OPER_PR_ROT);
2277 op_type(i, 2, ot);
2305 op_type(i, 2, ASM_OPER_AREG);
2328 op_type(i, 3, ASM_OPER_AREG);
2403 op_type(i, 4, ASM_OPER_AREG);
2405 op_type(i, 5, ASM_OPER_AREG);
2409 op_type(i, 4, ASM_OPER_AREG);
2495 op_type(
[all...]
/freebsd-9.3-release/sys/dev/bxe/
H A Decore_init_ops.h257 uint32_t op_idx, op_type, addr, len; local
270 op_type = op->raw.op;
279 switch (op_type) {
/freebsd-9.3-release/sys/arm/mv/
H A Dmv_pci.c801 info->op_type == MV_TYPE_PCIE_AGGR_LANE)
/freebsd-9.3-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h7663 __be32 op_type; member in struct:fw_debug_cmd

Completed in 412 milliseconds