Home
last modified time | relevance | path

Searched defs:op_type (Results 1 – 25 of 54) sorted by relevance

123

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DPostfixExpression.h59 BinaryOpNode(OpType op_type, Node &left, Node &right) in BinaryOpNode()
138 UnaryOpNode(OpType op_type, Node &operand) in UnaryOpNode()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DPostfixExpression.cpp52 if (auto op_type = GetBinaryOpType(token)) { in ParseOneExpression() local
63 if (auto op_type = GetUnaryOpType(token)) { in ParseOneExpression() local
/minix3/external/bsd/bind/dist/bin/tests/pkcs11/
H A Dpkcs11-md5sum.c96 pk11_optype_t op_type = OP_DIGEST; in main() local
H A Dpkcs11-hmacmd5.c113 pk11_optype_t op_type = OP_DIGEST; in main() local
/minix3/external/bsd/bind/dist/bin/tests/pkcs11/benchmarks/
H A Drandom.c94 pk11_optype_t op_type = OP_RAND; in main() local
H A Dsha1.c95 pk11_optype_t op_type = OP_DIGEST; in main() local
H A Dfind.c101 pk11_optype_t op_type = OP_RSA; in main() local
H A Dpubrsa.c136 pk11_optype_t op_type = OP_RSA; in main() local
H A Dgenrsa.c124 pk11_optype_t op_type = OP_RSA; in main() local
H A Dverify.c138 pk11_optype_t op_type = OP_RSA; in main() local
H A Dprivrsa.c215 pk11_optype_t op_type = OP_RSA; in main() local
H A Dsign.c217 pk11_optype_t op_type = OP_RSA; in main() local
/openbsd-src/sys/arch/amd64/amd64/
H A Dcodepatch.c42 enum op_type { OP_CALL, OP_JMP }; enum
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dxtensa-relax.h60 enum op_type enum
H A Dtc-d10v.c568 d10v_insert_operand (insn, op_type, value, left, fix) in d10v_insert_operand() argument
1702 int op_type; local
/openbsd-src/usr.sbin/tcpdump/
H A Dprint-nhrp.c64 u_int8_t op_type; /* NHRP packet type */ member
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Drecog.h28 enum op_type { enum
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dxtensa-relax.h97 enum op_type enum
H A Dtc-d10v.c522 int op_type, in d10v_insert_operand()
1531 int op_type; in md_apply_fix() local
/openbsd-src/gnu/gcc/gcc/
H A Dtree-vect-transform.c796 int op_type; in vect_create_epilog_for_reduction() local
1146 int op_type; in vectorizable_reduction() local
1486 int op_type; in vectorizable_operation() local
1984 int op_type; in vectorizable_live_operation() local
H A Drecog.h26 enum op_type { enum
/openbsd-src/usr.sbin/vmd/
H A Dmmio.h103 enum x86_opcode_type op_type; /* Type of opcode */ member
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcgen-opc.c557 enum cgen_operand_type op_type = opinst->op_type; in cgen_get_insn_operands() local
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dcgen-opc.c557 enum cgen_operand_type op_type = opinst->op_type; in cgen_get_insn_operands() local
/openbsd-src/gnu/usr.bin/perl/
H A Dpp_sys.c1966 const int op_type = PL_op->op_type; PP() local
2567 int op_type; PP() local
3290 const int op_type = PL_op->op_type; PP() local
3828 const int op_type = PL_op->op_type; PP() local
4962 const int op_type = PL_op->op_type; PP() local
[all...]

123