Home
last modified time | relevance | path

Searched refs:op_type (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/amd64/vmm/
H A Dvmm_instruction_emul.c131 .op_type = VIE_OP_TYPE_ADD,
139 .op_type = VIE_OP_TYPE_OR,
143 .op_type = VIE_OP_TYPE_SUB,
147 .op_type = VIE_OP_TYPE_CMP,
151 .op_type = VIE_OP_TYPE_CMP,
155 .op_type = VIE_OP_TYPE_MOV,
159 .op_type = VIE_OP_TYPE_MOV,
163 .op_type = VIE_OP_TYPE_MOV,
167 .op_type = VIE_OP_TYPE_MOV,
171 .op_type = VIE_OP_TYPE_MOV,
[all …]
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c643 op_type = CHCR_ENCRYPT_OP; in ccr_cipher()
645 op_type = CHCR_DECRYPT_OP; in ccr_cipher()
851 op_type = CHCR_ENCRYPT_OP; in ccr_eta()
853 op_type = CHCR_DECRYPT_OP; in ccr_eta()
934 if (op_type == CHCR_DECRYPT_OP) in ccr_eta()
978 if (op_type == CHCR_DECRYPT_OP) in ccr_eta()
982 if (op_type == CHCR_DECRYPT_OP) in ccr_eta()
1146 op_type = CHCR_ENCRYPT_OP; in ccr_gcm()
1148 op_type = CHCR_DECRYPT_OP; in ccr_gcm()
1504 op_type = CHCR_ENCRYPT_OP; in ccr_ccm()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h59 BinaryOpNode(OpType op_type, Node &left, Node &right) in BinaryOpNode() argument
60 : Node(BinaryOp), m_op_type(op_type), m_left(&left), m_right(&right) {} in BinaryOpNode()
138 UnaryOpNode(OpType op_type, Node &operand) in UnaryOpNode() argument
139 : Node(UnaryOp), m_op_type(op_type), m_operand(&operand) {} in UnaryOpNode()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp52 if (auto op_type = GetBinaryOpType(token)) { in ParseOneExpression() local
59 stack.push_back(MakeNode<BinaryOpNode>(alloc, *op_type, *left, *right)); in ParseOneExpression()
63 if (auto op_type = GetUnaryOpType(token)) { in ParseOneExpression() local
69 stack.push_back(MakeNode<UnaryOpNode>(alloc, *op_type, *operand)); in ParseOneExpression()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_uverbs.c679 switch (cur_cqe->op_type) { in set_ib_wc_op_sq()
702 __func__, cur_cqe->op_type); in set_ib_wc_op_sq()
715 switch (cur_cqe->op_type) { in set_ib_wc_op_rq()
1008 switch (iwucq->cur_cqe.op_type) { in irdma_wc_read_opcode()
1030 iwucq->cur_cqe.op_type); in irdma_wc_read_opcode()
1066 switch (cur_cqe->op_type) { in irdma_wc_read_wc_flags()
1705 info.op_type = IRDMA_OP_TYPE_SEND_SOL; in irdma_upost_send()
1707 info.op_type = IRDMA_OP_TYPE_SEND; in irdma_upost_send()
1760 info.op_type = IRDMA_OP_TYPE_RDMA_READ; in irdma_upost_send()
1773 info.op_type = IRDMA_OP_TYPE_BIND_MW; in irdma_upost_send()
[all …]
H A Dirdma_uk.c389 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_rdma_write()
577 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_send()
793 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_inline_rdma_write()
865 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_inline_send()
1376 info->op_type = (u8)FIELD_GET(IRDMACQ_OP, qword3); in irdma_uk_cq_poll_cmpl()
1458 info->op_type = (u8)FIELD_GET(IRDMACQ_OP, qword3); in irdma_uk_cq_poll_cmpl()
1481 info->op_type = (u8)FIELD_GET(IRDMAQPSQ_OPCODE, in irdma_uk_cq_poll_cmpl()
1485 if (info->op_type != IRDMAQP_OP_NOP) { in irdma_uk_cq_poll_cmpl()
1493 if (info->op_type == IRDMA_OP_TYPE_BIND_MW && in irdma_uk_cq_poll_cmpl()
H A Dirdma_user.h246 u8 op_type; member
281 u8 op_type; member
/freebsd/sys/dev/irdma/
H A Dirdma_verbs.h304 switch (cq_poll_info->op_type) { in set_ib_wc_op_sq()
328 cq_poll_info->op_type); in set_ib_wc_op_sq()
346 switch (cq_poll_info->op_type) { in set_ib_wc_op_rq()
H A Dirdma_uk.c389 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_rdma_write()
577 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_send()
761 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_inline_rdma_write()
833 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_inline_send()
1267 info->op_type = (u8)FIELD_GET(IRDMACQ_OP, qword3); in irdma_uk_cq_poll_cmpl()
1352 info->op_type = (u8)FIELD_GET(IRDMACQ_OP, qword3); in irdma_uk_cq_poll_cmpl()
1374 info->op_type = (u8)FIELD_GET(IRDMAQPSQ_OPCODE, in irdma_uk_cq_poll_cmpl()
1378 if (info->op_type != IRDMAQP_OP_NOP) { in irdma_uk_cq_poll_cmpl()
1386 if (info->op_type == IRDMA_OP_TYPE_BIND_MW && in irdma_uk_cq_poll_cmpl()
H A Dirdma_user.h342 u8 op_type; member
377 u8 op_type; member
H A Dirdma_verbs.c2482 info.op_type = IRDMA_OP_TYPE_SEND_SOL; in irdma_post_send()
2484 info.op_type = IRDMA_OP_TYPE_SEND; in irdma_post_send()
2487 info.op_type = IRDMA_OP_TYPE_SEND_SOL_INV; in irdma_post_send()
2489 info.op_type = IRDMA_OP_TYPE_SEND_INV; in irdma_post_send()
2519 info.op_type = IRDMA_OP_TYPE_RDMA_WRITE_SOL; in irdma_post_send()
2521 info.op_type = IRDMA_OP_TYPE_RDMA_WRITE; in irdma_post_send()
2541 info.op_type = IRDMA_OP_TYPE_RDMA_READ; in irdma_post_send()
2549 info.op_type = IRDMA_OP_TYPE_INV_STAG; in irdma_post_send()
H A Dfbsd_kcompat.c627 u8 op_type; member
890 &dev->cqp_cmd_stats[irdma_sws_list[i].op_type], in irdma_sw_stats_tunables_init()
H A Dirdma_utils.c2356 __func__, cq_poll_info->qp_id, cq_poll_info->op_type, in irdma_generated_cmpls()
2427 cmpl->cpi.op_type = (u8)FIELD_GET(IRDMAQPSQ_OPCODE, wqe_qword); in irdma_generate_flush_completions()
2433 if (cmpl->cpi.op_type == IRDMAQP_OP_NOP) { in irdma_generate_flush_completions()
2472 cmpl->cpi.op_type = IRDMA_OP_TYPE_REC; in irdma_generate_flush_completions()
/freebsd/sys/dev/bxe/
H A Decore_init_ops.h257 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVSDPatterns.td77 ValueType op_type,
84 (op_type op_reg_class:$rs1),
85 (op_type op_reg_class:$rs2))),
98 ValueType op_type,
105 (op_type op_reg_class:$rs1),
106 (op_type op_reg_class:$rs2))),
/freebsd/tools/build/
H A Dcheckstyle9.pl2047 my $op_type = substr($curr_values, $off + 1, 1);
2053 if ($op_type ne 'V' &&
/freebsd/sys/amd64/include/
H A Dvmm.h559 uint8_t op_type; /* type of operation (e.g. MOV) */ member
/freebsd/contrib/ofed/libcxgb4/
H A Dt4fw_api.h3024 __be32 op_type; member
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h9633 __be32 op_type; member
9698 __be32 op_type; member