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

/freebsd-11-stable/sys/mips/rmi/dev/xlr/
H A Dxgmac_mdio.h54 uint32_t op_type = 0x0; /* address operation */ local
58 ((op_type & 0x3) << 28) |
80 uint32_t op_type = 0x3; /* read operation */ local
86 ((op_type & 0x3) << 28) |
109 uint32_t op_type = 0x1; /* write operation */ local
114 ((op_type & 0x3) << 28) |
/freebsd-11-stable/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.c3237 tree op_type = TREE_TYPE (TREE_OPERAND (arg, 0));
3238 if (FLOAT_TYPE_P (op_type)
3246 HONOR_NANS (TYPE_MODE (op_type)));
3216 tree op_type = TREE_TYPE (TREE_OPERAND (arg, 0)); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp50 if (auto op_type = GetBinaryOpType(token)) {
57 stack.push_back(MakeNode<BinaryOpNode>(alloc, *op_type, *left, *right));
61 if (auto op_type = GetUnaryOpType(token)) {
67 stack.push_back(MakeNode<UnaryOpNode>(alloc, *op_type, *operand));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h59 BinaryOpNode(OpType op_type, Node &left, Node &right) argument
60 : Node(BinaryOp), m_op_type(op_type), m_left(&left), m_right(&right) {}
138 UnaryOpNode(OpType op_type, Node &operand) argument
139 : Node(UnaryOp), m_op_type(op_type), m_operand(&operand) {}
/freebsd-11-stable/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-11-stable/sys/amd64/vmm/
H A Dvmm_instruction_emul.c60 /* struct vie_op.op_type */
93 .op_type = VIE_OP_TYPE_TWOB_GRP15,
97 .op_type = VIE_OP_TYPE_MOVZX,
101 .op_type = VIE_OP_TYPE_MOVZX,
105 .op_type = VIE_OP_TYPE_BITTEST,
110 .op_type = VIE_OP_TYPE_MOVSX,
117 .op_type = VIE_OP_TYPE_ADD,
121 .op_type = VIE_OP_TYPE_TWO_BYTE
125 .op_type = VIE_OP_TYPE_OR,
129 .op_type
[all...]
/freebsd-11-stable/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c566 u_int kctx_len, key_half, op_type, transhdr_len, wr_len; local
585 op_type = CHCR_ENCRYPT_OP;
587 op_type = CHCR_DECRYPT_OP;
636 if (op_type == CHCR_ENCRYPT_OP) {
675 V_SCMD_ENC_DEC_CTRL(op_type) |
769 u_int kctx_len, key_half, op_type, transhdr_len, wr_len; local
811 op_type = CHCR_ENCRYPT_OP;
813 op_type = CHCR_DECRYPT_OP;
824 if (op_type == CHCR_ENCRYPT_OP) {
842 if (op_type
1118 u_int iv_len, kctx_len, op_type, transhdr_len, wr_len; local
[all...]
/freebsd-11-stable/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-11-stable/contrib/binutils/include/opcode/
H A Dcr16.h244 operand_type op_type; member in struct:__anon583
H A Dcgen.h763 enum cgen_operand_type op_type;
752 enum cgen_operand_type op_type; member in struct:__anon570
/freebsd-11-stable/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-11-stable/sys/amd64/include/
H A Dvmm.h484 uint8_t op_type; /* type of operation (e.g. MOV) */ member in struct:vie_op
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dt4fw_api.h3024 __be32 op_type; member in struct:fw_debug_cmd
/freebsd-11-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h9501 __be32 op_type; member in struct:fw_debug_cmd
9549 __be32 op_type; member in struct:fw_diag_cmd

Completed in 285 milliseconds