| /NextBSD/sys/mips/rmi/dev/xlr/ |
| HD | xgmac_mdio.h | 51 uint32_t op_type = 0x0; /* address operation */ in xmdio_address() local 55 ((op_type & 0x3) << 28) | in xmdio_address() 77 uint32_t op_type = 0x3; /* read operation */ in xmdio_read() local 83 ((op_type & 0x3) << 28) | in xmdio_read() 106 uint32_t op_type = 0x1; /* write operation */ in xmdio_write() local 111 ((op_type & 0x3) << 28) | in xmdio_write()
|
| /NextBSD/contrib/gcc/config/s390/ |
| HD | s390.md | 151 (define_attr "op_type" 165 (cond [(eq_attr "op_type" "NN") (const_string "other") 166 (eq_attr "op_type" "SS") (const_string "cs")] 174 (if_then_else (eq_attr "op_type" "E,RR,RI,RRE") 181 (cond [(eq_attr "op_type" "E,RR") (const_int 2) 182 (eq_attr "op_type" "RX,RI,RRE,RS,RSI,S,SI") (const_int 4)] 375 [(set_attr "op_type" "SI,SIY")]) 391 [(set_attr "op_type" "RI")]) 403 [(set_attr "op_type" "RI")]) 411 [(set_attr "op_type" "RI")]) [all …]
|
| /NextBSD/sys/amd64/vmm/ |
| HD | vmm_instruction_emul.c | 90 .op_type = VIE_OP_TYPE_MOVZX, 94 .op_type = VIE_OP_TYPE_MOVZX, 98 .op_type = VIE_OP_TYPE_BITTEST, 103 .op_type = VIE_OP_TYPE_MOVSX, 110 .op_type = VIE_OP_TYPE_TWO_BYTE 114 .op_type = VIE_OP_TYPE_SUB, 118 .op_type = VIE_OP_TYPE_CMP, 122 .op_type = VIE_OP_TYPE_CMP, 126 .op_type = VIE_OP_TYPE_MOV, 130 .op_type = VIE_OP_TYPE_MOV, [all …]
|
| /NextBSD/contrib/binutils/opcodes/ |
| HD | arc-opc.c | 338 enum operand op_type = OP_NONE; in insert_reg() local 356 op_type = OP_SHIMM; in insert_reg() 377 op_type = OP_LIMM; in insert_reg() 430 op_type = OP_REG; in insert_reg() 437 ls_operand[LS_DEST] = op_type; in insert_reg() 440 ls_operand[LS_BASE] = op_type; in insert_reg() 444 ls_operand[LS_VALUE] = op_type; in insert_reg() 446 ls_operand[LS_OFFSET] = op_type; in insert_reg() 449 ls_operand[LS_OFFSET] = op_type; in insert_reg() 1083 enum operand op_type; in extract_reg() local [all …]
|
| HD | cgen-opc.c | 557 enum cgen_operand_type op_type = opinst->op_type; in cgen_get_insn_operands() local 558 if (op_type == CGEN_OPERAND_NIL) in cgen_get_insn_operands() 561 indices[i] = (*cd->get_int_operand) (cd, op_type, fields); in cgen_get_insn_operands()
|
| HD | cr16-dis.c | 133 for (i = 0; instruction->operands[i].op_type && i < MAX_OPERANDS; i++) in get_number_of_operands() 737 a.type = getargtype (instruction->operands[i].op_type); in make_instruction() 738 a.size = getbits (instruction->operands[i].op_type); in make_instruction()
|
| /NextBSD/contrib/gcc/ |
| HD | tree-vect-transform.c | 796 int op_type; in vect_create_epilog_for_reduction() local 798 op_type = TREE_CODE_LENGTH (TREE_CODE (operation)); in vect_create_epilog_for_reduction() 799 reduction_op = TREE_OPERAND (operation, op_type-1); in vect_create_epilog_for_reduction() 1146 int op_type; in vectorizable_reduction() local 1196 op_type = TREE_CODE_LENGTH (code); in vectorizable_reduction() 1198 if (op_type != binary_op && op_type != ternary_op) in vectorizable_reduction() 1205 for (i = 0; i < op_type-1; i++) in vectorizable_reduction() 1345 if (op_type == binary_op) in vectorizable_reduction() 1347 else if (op_type == ternary_op) in vectorizable_reduction() 1486 int op_type; in vectorizable_operation() local [all …]
|
| HD | recog.h | 26 enum op_type { enum 175 enum op_type operand_type[MAX_RECOG_OPERANDS];
|
| HD | tree-ssa-dom.c | 1647 tree op_type, val_type; in cprop_operand() local 1666 op_type = TREE_TYPE (op); in cprop_operand() 1671 while (POINTER_TYPE_P (op_type) && POINTER_TYPE_P (val_type)) in cprop_operand() 1673 op_type = TREE_TYPE (op_type); in cprop_operand() 1683 if (!lang_hooks.types_compatible_p (op_type, val_type)) in cprop_operand()
|
| HD | regrename.c | 84 enum scan_actions, enum op_type, int); 88 enum op_type, int); 391 enum scan_actions action, enum op_type type, int earlyclobber) in scan_rtx_reg() 658 enum scan_actions action, enum op_type type, int earlyclobber) in scan_rtx() 871 enum op_type type = recog_data.operand_type[opn]; in build_def_use()
|
| HD | tree-vectorizer.c | 1818 int op_type; in vect_is_simple_reduction() local 1861 op_type = TREE_CODE_LENGTH (code); in vect_is_simple_reduction() 1862 if (op_type != binary_op) in vect_is_simple_reduction()
|
| HD | fold-const.c | 3216 tree op_type = TREE_TYPE (TREE_OPERAND (arg, 0)); in fold_truth_not_expr() local 3217 if (FLOAT_TYPE_P (op_type) in fold_truth_not_expr() 3225 HONOR_NANS (TYPE_MODE (op_type))); in fold_truth_not_expr()
|
| HD | ChangeLog-2004 | 5771 * config/s390/s390.md ("*negdi2_64"): Fix op_type attribute. 5996 * config/s390/s390.md (attribute "op_type"): Default to "NN". 6019 Do not set op_type attribute to "NN" where already default. 6024 ("*movmem_short", "*clrmem_short", "*cmpmem_short"): Don't set op_type. 6053 ("x_cs"): ... this new reservation. Check type instead of op_type. 6056 ("x_other"): ... this new reservation. Check type instead of op_type. 6059 * config/s390/s390.md (attribute "type"): Default according to op_type. 9148 ("*tmhi_full"): Fix incorrect op_type attribute.
|
| HD | ChangeLog-2003 | 7307 ("*subsi3_cc"): Fix op_type attribute. 16452 * config/s390/s390.md (attr "op_type"): Add "RXY", "RSY", "SIY". 16454 (all insns): Change op_type attribute where appropriate. 35951 determined by 'op_type'.
|
| HD | ChangeLog-2002 | 4177 * config/s390/s390.md ("*movdi_64"): Fix op_type attribute. 31154 *abssf2): Fix "op_type" attribute.
|
| HD | ChangeLog-1998 | 2534 * recog.h (enum op_type): Define.
|
| /NextBSD/contrib/binutils/gas/config/ |
| HD | tc-arc.c | 1877 int op_type, reloc_type; in md_assemble() local 1896 op_type = fixups[i].opindex; in md_assemble() 1898 if (op_type == arc_operand_map['L'] in md_assemble() 1899 || op_type == arc_operand_map['s'] in md_assemble() 1900 || op_type == arc_operand_map['o'] in md_assemble() 1901 || op_type == arc_operand_map['O']) in md_assemble() 1903 else if (op_type == arc_operand_map['J']) in md_assemble() 1913 op_type = get_arc_exp_reloc_type (0, fixups[i].opindex, in md_assemble() 1915 reloc_type = op_type + (int) BFD_RELOC_UNUSED; in md_assemble() 1917 operand = &arc_operands[op_type]; in md_assemble()
|
| HD | tc-cr16.c | 1888 for (i = 0; instruction->operands[i].op_type && i < MAX_OPERANDS; i++) in get_number_of_operands() 2082 if ((instruction->operands[0].op_type == abs24) in adjust_if_needed() 2133 ARRAY[i] = FUNC (instruction->operands[i].op_type) in assemble_insn()
|
| /NextBSD/contrib/binutils/include/opcode/ |
| HD | cr16.h | 244 operand_type op_type; member
|
| HD | cgen.h | 752 enum cgen_operand_type op_type; member
|
| HD | ChangeLog-9103 | 3076 * h8300.h: turned op_type enum into #define list
|
| /NextBSD/sys/dev/bxe/ |
| HD | ecore_init_ops.h | 257 uint32_t op_idx, op_type, addr, len; in ecore_init_block() local 270 op_type = op->raw.op; in ecore_init_block() 279 switch (op_type) { in ecore_init_block()
|
| /NextBSD/sys/amd64/include/ |
| HD | vmm.h | 468 uint8_t op_type; /* type of operation (e.g. MOV) */ member
|
| /NextBSD/contrib/ofed/libcxgb4/src/ |
| HD | t4fw_interface.h | 7575 __be32 op_type; member
|
| /NextBSD/sys/dev/cxgbe/firmware/ |
| HD | t4fw_interface.h | 7958 __be32 op_type; member
|