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

1 2 3 4 5

  /src/external/mpl/dhcp/bind/dist/lib/isc/include/pk11/
internal.h 35 pk11_get_best_token(pk11_optype_t optype);
pk11.h 105 pk11_get_session(pk11_context_t *ctx, pk11_optype_t optype, bool need_services,
139 pk11_optype_t optype);
  /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/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/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/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/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/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/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/gcc.old/dist/gcc/
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...]
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...]
  /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.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/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/external/bsd/libfido2/dist/fuzz/
wrap.c 244 (EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2),
246 (ctx, optype, cmd, p1, p2),
396 (EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd, int p1, void *p2),
398 (ctx, keytype, optype, cmd, p1, p2),
  /src/external/gpl3/gcc/dist/gcc/config/pdp11/
pdp11.cc 480 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype;
540 optype = REGOP;
543 optype = CNSTOP;
545 optype = POPOP;
547 optype = PUSHOP;
549 optype = OFFSOP;
551 optype = MEMOP;
553 optype = RNDOP;
557 if (optype == RNDOP)
567 if (optype == PUSHOP && order == big
477 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/pdp11/
pdp11.cc 480 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype;
540 optype = REGOP;
543 optype = CNSTOP;
545 optype = POPOP;
547 optype = PUSHOP;
549 optype = OFFSOP;
551 optype = MEMOP;
553 optype = RNDOP;
557 if (optype == RNDOP)
567 if (optype == PUSHOP && order == big
477 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/
pk11.c 270 pk11_get_session(pk11_context_t *ctx, pk11_optype_t optype, bool need_services,
291 switch (optype) {
642 pk11_get_best_token(pk11_optype_t optype) {
645 switch (optype) {
880 pk11_optype_t optype) {
1047 if (optype == OP_RSA) {
1049 } else if (optype == OP_ECDSA) {
1051 } else if (optype == OP_EDDSA) {
  /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/crypto/external/bsd/openssl.old/dist/crypto/evp/
pmeth_lib.c 366 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype,
387 if ((optype != -1) && !(ctx->operation & optype)) {
401 int EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype,
404 return EVP_PKEY_CTX_ctrl(ctx, keytype, optype, cmd, 0, &value);
448 int EVP_PKEY_CTX_md(EVP_PKEY_CTX *ctx, int optype, int cmd, const char *md)
456 return EVP_PKEY_CTX_ctrl(ctx, -1, optype, cmd, 0, (void *)m);
  /src/external/bsd/pcc/dist/pcc/arch/pdp11/
local2.c 361 if (optype(p->n_op) != LTYPE)
552 if (optype(p->n_op) != LTYPE)
559 if (optype(p->n_op) == BITYPE)
561 if (optype(p->n_op) != LTYPE)
  /src/external/gpl3/binutils/dist/opcodes/
tic54x-dis.c 34 const enum optype [], int, int);
92 && (OPTYPE (tm->operand_types[0]) == OP_Smem
93 || OPTYPE (tm->operand_types[1]) == OP_Smem
94 || OPTYPE (tm->operand_types[2]) == OP_Smem
95 || OPTYPE (tm->operand_types[1]) == OP_Sind
96 || OPTYPE (tm->operand_types[0]) == OP_Lmem
97 || OPTYPE (tm->operand_types[1]) == OP_Lmem));
174 const enum optype tm_operands[],
184 enum optype src = OP_None;
185 enum optype dst = OP_None
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
tic54x-dis.c 34 const enum optype [], int, int);
92 && (OPTYPE (tm->operand_types[0]) == OP_Smem
93 || OPTYPE (tm->operand_types[1]) == OP_Smem
94 || OPTYPE (tm->operand_types[2]) == OP_Smem
95 || OPTYPE (tm->operand_types[1]) == OP_Sind
96 || OPTYPE (tm->operand_types[0]) == OP_Lmem
97 || OPTYPE (tm->operand_types[1]) == OP_Lmem));
174 const enum optype tm_operands[],
184 enum optype src = OP_None;
185 enum optype dst = OP_None
    [all...]

Completed in 71 milliseconds

1 2 3 4 5