/illumos-gate/usr/src/tools/smatch/src/ |
H A D | simplify.c | 83 assert(insn->opcode == OP_PHI); in get_phisources() 91 assert(def->opcode == OP_PHISOURCE); in get_phisources() 138 if (!br || br->opcode != OP_CBR) in if_convert_phi() 317 switch (insn->opcode) { in kill_insn() 407 return opcode_table[insn->opcode].flags & OPF_TARGET; in has_target() 450 switch (insn->opcode) { in replace_with_pseudo() 472 return p->def->opcode; in def_opcode() 500 if (src && src->opcode == OP_ZEXT && src->orig_type) { in operand_size() 533 switch (insn->opcode) { in eval_insn() 653 if (and->opcode != OP_AND) in simplify_mask_or_and() [all …]
|
H A D | flow.c | 60 if (insn->opcode == OP_SYMADDR && insn->target == pseudo) in pseudo_truth_value() 97 if (insn->opcode != OP_PHI) in bb_depends_on_phi() 145 if (br->opcode != OP_CBR && br->opcode != OP_BR) in try_to_simplify_bb() 169 switch (insn->opcode) { in bb_has_side_effects() 204 if (def->bb != bb || def->opcode != OP_PHI) in simplify_phi_branch() 221 if (!insn || insn->opcode != OP_CBR || insn->cond != br->cond) in simplify_branch_branch() 264 if (!br || br->opcode != OP_CBR) in simplify_branch_nodes() 348 int opcode = dom->opcode; in dominates() local 350 if (opcode == OP_CALL || opcode == OP_ENTRY) in dominates() 352 if (opcode != OP_LOAD && opcode != OP_STORE) in dominates() [all …]
|
H A D | opcode.h | 6 enum opcode { enum 26 static inline int opcode_float(int opcode, struct symbol *type) in opcode_float() argument 29 return opcode; in opcode_float() 30 return opcode_table[opcode].to_float; in opcode_float()
|
H A D | memops.c | 38 if (one->opcode == OP_LOAD) in find_dominating_parents() 70 if (insn->bb && (insn->opcode != OP_LOAD && insn->opcode != OP_STORE)) in address_taken() 92 if (insn->opcode == OP_LOAD) { in simplify_loads() 113 if (dom->opcode == OP_LOAD) in simplify_loads() 156 if (insn->opcode == OP_STORE) { in kill_dominated_stores() 176 if (dom->opcode == OP_LOAD) in kill_dominated_stores()
|
H A D | unssa.c | 84 assert(def->opcode == OP_PHISOURCE); in replace_phi_node() 86 def->opcode = OP_COPY; in replace_phi_node() 113 phi->opcode = OP_COPY; in replace_phi_node() 127 if (insn->opcode != OP_PHI) in rewrite_phi_bb()
|
H A D | cse.c | 42 hash = (insn->opcode << 3) + (insn->size >> 3); in cse_collect() 43 switch (insn->opcode) { in cse_collect() 166 if (i1->opcode != i2->opcode) in insn_compare() 167 return i1->opcode < i2->opcode ? -1 : 1; in insn_compare() 169 switch (i1->opcode) { in insn_compare()
|
/illumos-gate/usr/src/cmd/sendmail/db/txn/ |
H A D | txn_auto.c | 23 opcode) in __txn_regop_log() argument 28 u_int32_t opcode; 44 + sizeof(opcode); 55 memcpy(bp, &opcode, sizeof(opcode)); 56 bp += sizeof(opcode); 100 printf("\topcode: %lu\n", (u_long)argp->opcode); 130 memcpy(&argp->opcode, bp, sizeof(argp->opcode)); 131 bp += sizeof(argp->opcode); 277 opcode, xid, formatID, gtrid, bqual, begin_lsn) in __txn_xa_regop_log() argument 282 u_int32_t opcode; [all …]
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | iscsi_protocol.h | 107 uint8_t opcode; member 120 uint8_t opcode; member 163 uint8_t opcode; member 194 uint8_t opcode; member 239 uint8_t opcode; member 268 uint8_t opcode; member 284 uint8_t opcode; member 300 uint8_t opcode; member 330 uint8_t opcode; member 365 uint8_t opcode; member [all …]
|
/illumos-gate/usr/src/cmd/sendmail/db/db/ |
H A D | db_rec.c | 71 if ((cmp_p == 0 && redo && argp->opcode == DB_ADD_DUP) || 72 (cmp_n == 0 && !redo && argp->opcode == DB_REM_DUP)) { 82 } else if ((cmp_n == 0 && !redo && argp->opcode == DB_ADD_DUP) || 83 (cmp_p == 0 && redo && argp->opcode == DB_REM_DUP)) { 155 if (argp->opcode == DB_SPLITNEW) { 163 if (argp->opcode == DB_SPLITOLD) { 227 if ((cmp_p == 0 && redo && argp->opcode == DB_ADD_BIG) || 228 (cmp_n == 0 && !redo && argp->opcode == DB_REM_BIG)) { 238 } else if ((cmp_n == 0 && !redo && argp->opcode == DB_ADD_BIG) || 239 (cmp_p == 0 && redo && argp->opcode == DB_REM_BIG)) { [all …]
|
H A D | db_auto.c | 23 opcode, fileid, pgno, indx, nbytes, hdr, in __db_addrem_log() argument 29 u_int32_t opcode; 53 + sizeof(opcode) 71 memcpy(bp, &opcode, sizeof(opcode)); 72 bp += sizeof(opcode); 149 printf("\topcode: %lu\n", (u_long)argp->opcode); 203 memcpy(&argp->opcode, bp, sizeof(argp->opcode)); 204 bp += sizeof(argp->opcode); 234 opcode, fileid, pgno, pageimage, pagelsn) in __db_split_log() argument 239 u_int32_t opcode; [all …]
|
/illumos-gate/usr/src/uts/common/sys/ib/clients/iser/ |
H A D | iser_xfer.h | 83 opcode: 4; /* iSER opcode */ member 86 uint8_t opcode: 4, 104 opcode : 4; member 108 uint8_t opcode : 4, 124 opcode : 4; member 128 uint8_t opcode : 4,
|
/illumos-gate/usr/src/cmd/sendmail/db/log/ |
H A D | log_auto.c | 24 opcode, name, uid, id, ftype) in __log_register_log() argument 29 u_int32_t opcode; 50 + sizeof(opcode) 65 memcpy(bp, &opcode, sizeof(opcode)); 66 bp += sizeof(opcode); 134 printf("\topcode: %lu\n", (u_long)argp->opcode); 184 memcpy(&argp->opcode, bp, sizeof(argp->opcode)); 185 bp += sizeof(argp->opcode);
|
/illumos-gate/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_rec.c | 129 op = OPCODE_OF(argp->opcode); 142 !redo || PAIR_ISKEYBIG(argp->opcode) ? 145 !redo || PAIR_ISDATABIG(argp->opcode) ? 235 if ((cmp_p == 0 && redo && argp->opcode == PUTOVFL) || 236 (cmp_n == 0 && !redo && argp->opcode == DELOVFL)) { 241 } else if ((cmp_p == 0 && redo && argp->opcode == DELOVFL) || 242 (cmp_n == 0 && !redo && argp->opcode == PUTOVFL)) { 282 if ((cmp_p == 0 && redo && argp->opcode == PUTOVFL) || 283 (cmp_n == 0 && !redo && argp->opcode == DELOVFL)) { 287 } else if ((cmp_p == 0 && redo && argp->opcode == DELOVFL) || [all …]
|
H A D | hash_auto.c | 24 opcode, fileid, pgno, ndx, pagelsn, key, in __ham_insdel_log() argument 30 u_int32_t opcode; 53 + sizeof(opcode) 70 memcpy(bp, &opcode, sizeof(opcode)); 71 bp += sizeof(opcode); 146 printf("\topcode: %lu\n", (u_long)argp->opcode); 199 memcpy(&argp->opcode, bp, sizeof(argp->opcode)); 200 bp += sizeof(argp->opcode); 228 opcode, fileid, prev_pgno, prevlsn, new_pgno, pagelsn, in __ham_newpage_log() argument 234 u_int32_t opcode; [all …]
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | fsys_tftp.c | 101 tp.opcode = htons(TFTP_RRQ); in tftp_file_read() 104 len = sizeof(tp.ip) + sizeof(tp.udp) + sizeof(tp.opcode) + in tftp_file_read() 142 if (tr->opcode == ntohs(TFTP_ERROR)) in tftp_file_read() 150 if (tr->opcode == ntohs(TFTP_OACK)) { in tftp_file_read() 172 tp.opcode = htons(TFTP_ERROR); in tftp_file_read() 178 len = sizeof(tp.ip) + sizeof(tp.udp) + sizeof(tp.opcode) + sizeof(tp.u.err.errcode) + in tftp_file_read() 198 else if (tr->opcode == htons(TFTP_DATA)) { in tftp_file_read() 211 tp.opcode = htons(TFTP_ACK); in tftp_file_read() 291 if (tr->opcode == ntohs (TFTP_ERROR)) in buf_fill() 299 if (tr->opcode == ntohs (TFTP_OACK)) in buf_fill() [all …]
|
/illumos-gate/usr/src/lib/libndmp/common/ |
H A D | libndmp.c | 56 static int ndmp_door_setup(int opcode); 66 int opcode = NDMP_DEVICES_GET_INFO; in ndmp_get_devinfo() local 69 if (ndmp_door_setup(opcode)) in ndmp_get_devinfo() 127 int opcode = NDMP_TERMINATE_SESSION_ID; in ndmp_terminate_session() local 130 if (ndmp_door_setup(opcode)) in ndmp_terminate_session() 157 int opcode = NDMP_SHOW; in ndmp_get_session_info() local 160 if (ndmp_door_setup(opcode)) in ndmp_get_session_info() 370 int opcode = NDMP_GET_STAT; in ndmp_get_stats() local 378 if (ndmp_door_setup(opcode)) in ndmp_get_stats() 408 int opcode = NDMP_GET_DOOR_STATUS; in ndmp_door_status() local [all …]
|
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/ |
H A D | iser_cq.c | 453 int opcode; in iser_msg_handle() local 461 opcode = hdr->opcode; in iser_msg_handle() 462 if (opcode == ISER_OPCODE_CTRL_TYPE_PDU) { in iser_msg_handle() 480 } else if (opcode == ISER_OPCODE_HELLO_MSG) { /* at the target */ in iser_msg_handle() 485 ASSERT(opcode != ISER_OPCODE_HELLO_MSG); in iser_msg_handle() 496 hello_hdr->opcode, hello_hdr->maxver, hello_hdr->minver, in iser_msg_handle() 526 } else if (opcode == ISER_OPCODE_HELLOREPLY_MSG) { /* at initiator */ in iser_msg_handle() 532 ASSERT(opcode != ISER_OPCODE_HELLOREPLY_MSG); in iser_msg_handle() 543 hello_hdr->opcode, hello_hdr->maxver, hello_hdr->curver, in iser_msg_handle() 561 "terminating session on IDM handle (0x%p)", opcode, in iser_msg_handle() [all …]
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_hw.c | 548 u32 opcode = 0; in ecore_dmae_opcode() local 554 opcode |= (is_src_type_grc ? DMAE_CMD_SRC_MASK_GRC in ecore_dmae_opcode() 557 opcode |= (p_hwfn->rel_pf_id & DMAE_CMD_SRC_PF_ID_MASK) << in ecore_dmae_opcode() 561 opcode |= (is_dst_type_grc ? DMAE_CMD_DST_MASK_GRC in ecore_dmae_opcode() 564 opcode |= (p_hwfn->rel_pf_id & DMAE_CMD_DST_PF_ID_MASK) << in ecore_dmae_opcode() 574 opcode |= DMAE_CMD_COMP_WORD_EN_MASK << DMAE_CMD_COMP_WORD_EN_SHIFT; in ecore_dmae_opcode() 575 opcode |= DMAE_CMD_SRC_ADDR_RESET_MASK << in ecore_dmae_opcode() 579 opcode |= 1 << DMAE_CMD_COMP_FUNC_SHIFT; in ecore_dmae_opcode() 584 opcode |= DMAE_CMD_ENDIANITY << DMAE_CMD_ENDIANITY_MODE_SHIFT; in ecore_dmae_opcode() 586 opcode |= p_hwfn->port_id << DMAE_CMD_PORT_ID_SHIFT; in ecore_dmae_opcode() [all …]
|
/illumos-gate/usr/src/uts/common/io/bnx/570x/common/include/ |
H A D | l2_ftq.h | 45 u8_t opcode; member 64 u8_t opcode; member 195 u8_t opcode; member 233 u8_t opcode; member 281 u8_t opcode; member 311 u8_t opcode; member 349 u8_t opcode; member 361 u8_t opcode; member 422 u8_t opcode; member 442 u8_t opcode; member [all …]
|
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | db_auto.h | 11 u_int32_t opcode; member 28 u_int32_t opcode; member 42 u_int32_t opcode; member 73 u_int32_t opcode; member
|
H A D | txn_auto.h | 11 u_int32_t opcode; member 32 u_int32_t opcode; member 47 u_int32_t opcode; member
|
H A D | hash_auto.h | 17 u_int32_t opcode; member 33 u_int32_t opcode; member 65 u_int32_t opcode; member 95 u_int32_t opcode; member
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_dmae.c | 251 u32_t opcode = 0; in lm_dmae_opcode() local 253 opcode |= ((source.type == LM_DMAE_ADDRESS_GRC)?1:0) <<DMAE_CMD_SRC_SHIFT; in lm_dmae_opcode() 254 opcode |= ((dest.type == LM_DMAE_ADDRESS_GRC)?2:1) <<DMAE_CMD_DST_SHIFT; in lm_dmae_opcode() 255 opcode |= (!b_complete_to_host)<< DMAE_CMD_C_DST_SHIFT; in lm_dmae_opcode() 256 opcode |= 1 << DMAE_CMD_C_TYPE_ENABLE_SHIFT; in lm_dmae_opcode() 257 opcode |= 0 << DMAE_CMD_C_TYPE_CRC_ENABLE_SHIFT; in lm_dmae_opcode() 258 opcode |= (b_change_endianity ? 3:2)<<DMAE_CMD_ENDIANITY_SHIFT; in lm_dmae_opcode() 259 opcode |= PORT_ID(pdev) << DMAE_CMD_PORT_SHIFT; in lm_dmae_opcode() 260 opcode |= 0 << DMAE_CMD_CRC_RESET_SHIFT ; in lm_dmae_opcode() 261 opcode |= (!b_resume_prev) << DMAE_CMD_SRC_RESET_SHIFT; in lm_dmae_opcode() [all …]
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ |
H A D | iscsi_common.h | 161 u8 opcode /* opcode */; member 342 u8 opcode /* opcode. [constant, initialized] */; member 374 u8 opcode /* opcode. [constant, initialized] */; member 398 u8 opcode /* opcode. [constant, initialized] */; member 420 u8 opcode /* opcode */; member 453 u8 opcode /* opcode */; member 472 u8 opcode /* opcode */; member 496 u8 opcode /* opcode */; member 520 u8 opcode /* opcode */; member 555 u8 opcode /* opcode. [constant, initialized] */; member [all …]
|
/illumos-gate/usr/src/uts/sparc/fpu/ |
H A D | fpu_simulator.c | 42 #define FPUINFO_KSTAT(opcode) { \ argument 43 extern void __dtrace_probe___fpuinfo_##opcode(uint64_t *); \ 44 uint64_t *stataddr = &fpuinfo.opcode.value.ui64; \ 45 __dtrace_probe___fpuinfo_##opcode(stataddr); \ 46 atomic_inc_64(&fpuinfo.opcode.value.ui64); \ 262 if ((inst.opcode & 0xf) == 0) { in _fp_fpu_simulator() 267 } else if ((inst.opcode & 0x7) == 1) { in _fp_fpu_simulator() 278 if ((inst.opcode != flltos) && in _fp_fpu_simulator() 279 (inst.opcode != flltod) && in _fp_fpu_simulator() 280 (inst.opcode != flltox) && in _fp_fpu_simulator() [all …]
|