HomeSort by: relevance | last modified time | path
    Searched defs:optype (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb/dist/sim/cr16/
gencode.c 164 int optype = cr16_instruction[i].operands[k].op_type; local
171 printf ("%d,%d",optype, shift);
  /src/external/gpl3/gdb.old/dist/sim/cr16/
gencode.c 164 int optype = cr16_instruction[i].operands[k].op_type; local
171 printf ("%d,%d",optype, shift);
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-ldmstm.ml 34 type optype = IN | OUT | INOUT type
115 let write_any_load optype nregs opnr first =
119 Printf.printf "%s (match_operand:SI %d \"%s\" \"\"))" indent (nregs * 2 + opnr) optype
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm-ldmstm.ml 34 type optype = IN | OUT | INOUT type
115 let write_any_load optype nregs opnr first =
119 Printf.printf "%s (match_operand:SI %d \"%s\" \"\"))" indent (nregs * 2 + opnr) optype
  /src/lib/libpuffs/
opdump.c 170 const char *optype; local
204 optype = map[preq->preq_optype];
207 optype = buf;
210 mydprintf("opclass %d%s, optype: %s, "
213 optype, preq->preq_cookie,
  /src/sys/arch/m68k/fpe/
fpu_emulate.c 91 int optype, sig; local
145 optype = (sval & 0x01C0);
162 if (optype == 0x0000) {
195 } else if (optype == 0x0080 || optype == 0x00C0) {
198 (optype & 0x40) ? "long" : "short"));
200 } else if (optype == 0x0040) {
  /src/external/gpl3/binutils/dist/include/opcode/
tic54x.h 31 enum optype { enum
116 #define OPTYPE(X) ((X)&~OPT)
124 enum optype operand_types[MAX_OPERANDS];
148 enum optype paroperand_types[MAX_OPERANDS];
  /src/external/gpl3/binutils.old/dist/include/opcode/
tic54x.h 31 enum optype { enum
116 #define OPTYPE(X) ((X)&~OPT)
124 enum optype operand_types[MAX_OPERANDS];
148 enum optype paroperand_types[MAX_OPERANDS];
  /src/external/gpl3/gcc/dist/gcc/
tree-chrec.cc 257 tree optype = TREE_TYPE (TREE_OPERAND (op1, 0));
259 && INTEGRAL_TYPE_P (optype)
260 && tree_nop_conversion_p (type, optype)
261 && TYPE_UNSIGNED (optype))
263 tree tem = chrec_convert (optype, op0, NULL);
266 chrec_fold_plus_1 (code, optype,
294 tree optype = TREE_TYPE (TREE_OPERAND (op0, 0));
296 && INTEGRAL_TYPE_P (optype)
297 && tree_nop_conversion_p (type, optype)
298 && TYPE_UNSIGNED (optype))
256 tree optype = TREE_TYPE (TREE_OPERAND (op1, 0)); local
293 tree optype = TREE_TYPE (TREE_OPERAND (op0, 0)); local
335 tree optype = TREE_TYPE (TREE_OPERAND (op1, 0)); local
450 tree optype = TREE_TYPE (TREE_OPERAND (op1, 0)); local
513 tree optype = TREE_TYPE (TREE_OPERAND (op0, 0)); local
    [all...]
value-prof.cc 671 tree optype, op1, op2; local
679 optype = TREE_TYPE (gimple_assign_lhs (stmt));
686 tmp0 = make_temp_ssa_name (optype, NULL, "PROF");
687 tmp1 = make_temp_ssa_name (optype, NULL, "PROF");
688 stmt1 = gimple_build_assign (tmp0, fold_convert (optype, value));
696 tmp2 = create_tmp_reg (optype, "PROF");
882 tree optype, op1, op2; local
890 optype = TREE_TYPE (gimple_assign_lhs (stmt));
897 result = create_tmp_reg (optype, "PROF");
898 tmp2 = make_temp_ssa_name (optype, NULL, "PROF")
1033 tree optype, op1, op2; local
1540 tree tmp0, tmp1, vcall_size, optype; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-chrec.cc 256 tree optype = TREE_TYPE (TREE_OPERAND (op1, 0));
258 && INTEGRAL_TYPE_P (optype)
259 && tree_nop_conversion_p (type, optype)
260 && TYPE_UNSIGNED (optype))
262 chrec_fold_plus_1 (code, optype,
263 chrec_convert (optype,
289 tree optype = TREE_TYPE (TREE_OPERAND (op0, 0));
291 && INTEGRAL_TYPE_P (optype)
292 && tree_nop_conversion_p (type, optype)
293 && TYPE_UNSIGNED (optype))
255 tree optype = TREE_TYPE (TREE_OPERAND (op1, 0)); local
288 tree optype = TREE_TYPE (TREE_OPERAND (op0, 0)); local
    [all...]
value-prof.cc 683 tree optype, op1, op2; local
691 optype = TREE_TYPE (gimple_assign_lhs (stmt));
698 tmp0 = make_temp_ssa_name (optype, NULL, "PROF");
699 tmp1 = make_temp_ssa_name (optype, NULL, "PROF");
700 stmt1 = gimple_build_assign (tmp0, fold_convert (optype, value));
708 tmp2 = create_tmp_reg (optype, "PROF");
894 tree optype, op1, op2; local
902 optype = TREE_TYPE (gimple_assign_lhs (stmt));
909 result = create_tmp_reg (optype, "PROF");
910 tmp2 = make_temp_ssa_name (optype, NULL, "PROF")
1045 tree optype, op1, op2; local
1548 tree tmp0, tmp1, vcall_size, optype; local
    [all...]
  /src/external/gpl3/gdb/dist/include/opcode/
tic54x.h 31 enum optype { enum
116 #define OPTYPE(X) ((X)&~OPT)
124 enum optype operand_types[MAX_OPERANDS];
148 enum optype paroperand_types[MAX_OPERANDS];
  /src/external/gpl3/gdb.old/dist/include/opcode/
tic54x.h 31 enum optype { enum
116 #define OPTYPE(X) ((X)&~OPT)
124 enum optype operand_types[MAX_OPERANDS];
148 enum optype paroperand_types[MAX_OPERANDS];
  /src/usr.sbin/bootp/common/
readfile.c 713 if (optype == OP_BOOLEAN) \
716 if (optype == OP_ADDITION) { \
727 if (optype == OP_BOOLEAN) \
735 if (optype == OP_ADDITION) { \
746 if (optype == OP_BOOLEAN) \
754 if (optype == OP_ADDITION) { \
765 if (optype == OP_BOOLEAN) \
768 if (optype == OP_ADDITION) { \
793 int optype; /* Indicates boolean, addition, or deletion */
832 optype = OP_ADDITION
787 int optype; \/* Indicates boolean, addition, or deletion *\/ local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
ctrl_params_translate.c 247 int optype; /* The operation type */ member in struct:translation_st
429 if (translation->optype != 0) {
2592 * Base search criteria: check that the optype and keytypes match,
2595 if (item->optype != -1 && (tmpl->optype & item->optype) == 0)
2694 int keytype, int optype,
2712 tmpl.optype = optype;
2778 int optype = pctx->operation == 0 ? -1 : pctx->operation local
2837 int optype = pctx->operation == 0 ? -1 : pctx->operation; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
ctrl_params_translate.c 239 int optype; /* The operation type */ member in struct:translation_st
418 if (translation->optype != 0) {
2540 * Base search criteria: check that the optype and keytypes match,
2543 if (item->optype != -1 && (tmpl->optype & item->optype) == 0)
2640 int keytype, int optype,
2654 tmpl.optype = optype;
2716 int optype = pctx->operation == 0 ? -1 : pctx->operation local
2775 int optype = pctx->operation == 0 ? -1 : pctx->operation; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-rl78.c 900 op_type_T optype;
909 optype = rl78_opcode_type (fragP->fr_opcode);
924 switch (optype)
962 switch (optype)
899 op_type_T optype; local
tc-rx.c 1556 op_type_T optype;
1594 optype = rx_opcode_type (fragP->fr_opcode);
1614 switch (optype)
1653 switch (optype)
1728 switch (optype)
1555 op_type_T optype; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-rl78.c 900 op_type_T optype;
909 optype = rl78_opcode_type (fragP->fr_opcode);
924 switch (optype)
962 switch (optype)
899 op_type_T optype; local
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pretty-print.cc 1901 tree optype = TREE_TYPE (op);
1904 if (lang_hooks.types_compatible_p (optype, type))
1907 else if (TREE_CODE (optype) == COMPLEX_TYPE
1908 && lang_hooks.types_compatible_p (type, TREE_TYPE (optype)))
1912 else if (TREE_CODE (optype) == COMPLEX_TYPE
1913 && lang_hooks.types_compatible_p (type, TREE_TYPE (optype))
1920 if (TREE_CODE (optype) == ARRAY_TYPE
1921 && TYPE_SIZE_UNIT (TREE_TYPE (optype))
1922 && TREE_CODE (TYPE_SIZE_UNIT (TREE_TYPE (optype))) == INTEGER_CST
1923 && !integer_zerop (TYPE_SIZE_UNIT (TREE_TYPE (optype))))
1898 tree optype = TREE_TYPE (op); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
lambda.cc 1126 tree optype = TREE_TYPE (callop); local
1127 tree fn_result = TREE_TYPE (optype);
1130 if (TREE_CODE (optype) == METHOD_TYPE)
1256 (stattype, TYPE_ATTRIBUTES (optype)));
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pretty-print.cc 1839 tree optype = TREE_TYPE (op);
1842 if (lang_hooks.types_compatible_p (optype, type))
1845 else if (TREE_CODE (optype) == COMPLEX_TYPE
1846 && lang_hooks.types_compatible_p (type, TREE_TYPE (optype)))
1850 else if (TREE_CODE (optype) == COMPLEX_TYPE
1851 && lang_hooks.types_compatible_p (type, TREE_TYPE (optype))
1858 if (TREE_CODE (optype) == ARRAY_TYPE
1859 && TYPE_SIZE_UNIT (TREE_TYPE (optype))
1860 && TREE_CODE (TYPE_SIZE_UNIT (TREE_TYPE (optype))) == INTEGER_CST
1861 && !integer_zerop (TYPE_SIZE_UNIT (TREE_TYPE (optype))))
1836 tree optype = TREE_TYPE (op); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
lambda.cc 1096 tree optype = TREE_TYPE (callop); local
1097 tree fn_result = TREE_TYPE (optype);
1208 (stattype, TYPE_ATTRIBUTES (optype)));
  /src/external/bsd/pcc/dist/pcc/mip/
pass2.h 359 optype(int o) function
362 cerror("optype");
392 #define optype(o) (dope[o]&TYFLG) macro

Completed in 64 milliseconds

1 2 3