Searched refs:opcode (Results 276 - 300 of 407) sorted by relevance

<<11121314151617

/freebsd-10.2-release/contrib/gdb/gdb/
H A Drs6000-tdep.c122 static CORE_ADDR branch_dest (int opcode, int instr, CORE_ADDR pc,
247 branch_dest (int opcode, int instr, CORE_ADDR pc, CORE_ADDR safety) argument
256 switch (opcode)
344 int opcode; local
354 opcode = insn >> 26;
355 breaks[1] = branch_dest (opcode, insn, loc, breaks[0]);
H A Dax-gdb.c188 enum exp_opcode op = (*pc)->opcode;
1248 /* The index in ops of the opcode we're considering. */
1263 /* Note that we know here that we only need to try each opcode once.
1494 enum exp_opcode op = (*pc)[0].opcode;
/freebsd-10.2-release/sys/cam/scsi/
H A Dscsi_da.c2911 cmd10->opcode = (cmd6.opcode == READ_6) ? READ_10 : WRITE_10;
3923 scsi_cmd->opcode = FORMAT_UNIT;
3963 cdb10->opcode = READ_DEFECT_DATA_10;
3974 cdb12->opcode = READ_DEFECT_DATA_12;
4002 scsi_cmd->opcode = SANITIZE;
H A Dscsi_pt.c616 scsi_cmd->opcode = readop ? RECEIVE : SEND;
/freebsd-10.2-release/sys/dev/mly/
H A Dmly.c839 mci->opcode = MDACMD_IOCTL;
1103 mci->opcode = MDACMD_IOCTL;
1228 mci->opcode = MDACMD_IOCTL;
2246 ss->opcode = MDACMD_SCSI;
2614 mly_printf(sc, " opcode %d\n", ge->opcode);
2634 switch(ge->opcode) {
/freebsd-10.2-release/sys/dev/drm2/radeon/
H A Dr300.c1155 switch(pkt->opcode) {
1164 DRM_ERROR("No reloc for packet3 %d\n", pkt->opcode);
1245 DRM_ERROR("Packet3 opcode %x not supported\n", pkt->opcode);
/freebsd-10.2-release/sys/dev/sdhci/
H A Dsdhci.c856 if (cmd->opcode == MMC_STOP_TRANSMISSION)
874 WR2(slot, SDHCI_COMMAND_FLAGS, (cmd->opcode << 8) | (flags & 0xff));
1077 req->cmd->opcode, req->cmd->arg, req->cmd->flags,
/freebsd-10.2-release/sys/dev/mfi/
H A Dmfi_tbolt.c1174 "command 0x%X\n", hdr, cm->cm_frame->dcmd.opcode);
1218 if (cm->cm_frame->dcmd.opcode != MFI_DCMD_CTRL_EVENT_WAIT) {
1423 dcmd->opcode = MFI_DCMD_LD_MAP_GET_INFO;
/freebsd-10.2-release/contrib/ofed/librdmacm/examples/
H A Dmckey.c216 send_wr.opcode = IBV_WR_SEND_WITH_IMM;
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h546 the opcode, or right before the REX prefix if one is present) */
564 /* opcode state */
566 /* The last byte of the opcode, not counting any ModR/M extension */
567 uint8_t opcode; member in struct:InternalInstruction
568 /* The ModR/M byte of the instruction, if it is an opcode extension */
573 /* The type of opcode, used for indexing into the array of decode tables */
606 /* A register or immediate operand encoded into the opcode */
/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h224 bool ShouldOptimizeCast(Instruction::CastOps opcode,const Value *V,
/freebsd-10.2-release/contrib/binutils/include/opcode/
H A Dnp1.h23 unsigned long opcode; member in struct:gld_opcode
29 /* We store four bytes of opcode for all opcodes because that
32 instruction is based on the opcode.
35 particular opcode in order for an instruction to be an instance
36 of that opcode.
/freebsd-10.2-release/sys/dev/oce/
H A Doce_sysctl.c396 int rc = 0, i, bin_offset = 0, opcode, num_bytes; local
458 opcode = FLASHROM_OPER_FLASH;
460 opcode = FLASHROM_OPER_SAVE;
465 rc = oce_mbox_write_flashrom(sc, imgatt.optype, opcode,
/freebsd-10.2-release/sys/dev/sym/
H A Dsym_hipd.c2009 u32 opcode, new, old, tmp1, tmp2; local
2018 opcode = *cur;
2026 if (opcode == 0) {
2038 if (opcode == SCR_DATA_ZERO) {
2045 (unsigned)opcode);
2050 switch (opcode >> 28) {
2079 if ((opcode & SCR_NO_FLUSH) &&
2081 opcode = (opcode & ~SCR_NO_FLUSH);
2089 opcode
[all...]
/freebsd-10.2-release/sys/dev/mrsas/
H A Dmrsas_ioctl.c101 if (in_cmd->dcmd.opcode == 0) {
/freebsd-10.2-release/sys/pci/
H A Dncr.c2998 ncrcmd opcode, new, old, tmp1, tmp2; local
3008 opcode = *src++;
3009 WRITESCRIPT_OFF(dst, offset, opcode);
3019 if (opcode == 0) {
3027 (src-1), (unsigned)opcode);
3032 switch (opcode >> 28) {
3054 if ((opcode & SCR_NO_FLUSH) && !(np->features&FE_PFEN))
3056 (opcode & ~SCR_NO_FLUSH));
3071 if (opcode & 0x00800000)
/freebsd-10.2-release/sys/dev/amr/
H A Damrreg.h423 u_int16_t mb_blkcount; /* u_int8_t opcode */
530 u_int8_t opcode; member in struct:amr_linux_ioctl::__anon7852::__anon7853
/freebsd-10.2-release/sys/dev/isp/
H A Disp.c7298 unsigned int ibits, obits, box, opcode; local
7300 opcode = mbp->param[0];
7302 ibits = ISP_FC_IBITS(opcode);
7303 obits = ISP_FC_OBITS(opcode);
7305 ibits = ISP_SCSI_IBITS(opcode);
7306 obits = ISP_SCSI_OBITS(opcode);
7319 isp->isp_lastmbxcmd = opcode;
7343 unsigned int ibits, obits, box, opcode; local
7345 opcode = mbp->param[0];
7347 if (opcode > MAX_FC_OPCOD
[all...]
/freebsd-10.2-release/contrib/binutils/gas/config/
H A Dtc-mips.c31 #include "opcode/mips.h"
144 /* The opcode's entry in mips_opcodes or mips16_opcodes. */
559 /* The opcode hash table we use for the mips16. */
787 The frag's "opcode" points to the first fixup for relaxable code.
820 with the following opcode replacements:
900 argument code found in the opcode file for this relocation, whether
954 /* Change INSN's opcode so that the operand given by FIELD has value VALUE.
957 include/opcode/mips.h specifies operand fields using the macros
1320 /* Initialise INSN from opcode entry MO. Leave its position unspecified. */
1365 and install the opcode i
10517 int opcode = 0; local
[all...]
/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DDAGISelMatcher.h61 CheckOpcode, // Fail if not opcode.
62 SwitchOpcode, // Dispatch based on opcode.
476 /// specified opcode, if not it fails to match.
480 CheckOpcodeMatcher(const SDNodeInfo &opcode) argument
481 : Matcher(CheckOpcode), Opcode(opcode) {}
498 /// SwitchOpcodeMatcher - Switch based on the current node's opcode, dispatching
499 /// to one matcher per opcode. If the opcode doesn't match any of the cases,
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DInstructions.cpp1988 // order dependent (SetLT f.e.) the opcode is changed.
2118 /// opcode should be used in the elimination. This assumes that there are two
2201 // Allowed, use first cast's opcode.
2204 // Allowed, use second cast's opcode.
2302 // Allowed, use first cast's opcode
2315 // Allowed, use second cast's opcode
2327 // Allowed, use first cast's opcode
2339 // Allowed, use second cast's opcode
2368 default: llvm_unreachable("Invalid opcode provided");
2390 default: llvm_unreachable("Invalid opcode provide
2492 Instruction::CastOps opcode = local
2506 Instruction::CastOps opcode = local
2520 Instruction::CastOps opcode = local
2533 Instruction::CastOps opcode = local
[all...]
/freebsd-10.2-release/contrib/ofed/libibverbs/include/infiniband/
H A Dkern-abi.h315 __u32 opcode; member in struct:ibv_kern_wc
669 __u32 opcode; member in struct:ibv_kern_send_wr
/freebsd-10.2-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp779 unsigned opcode = NVPTXISD::StoreParam; local
781 opcode = NVPTXISD::StoreParamU32;
783 opcode = NVPTXISD::StoreParamS32;
784 Chain = DAG.getMemIntrinsicNode(opcode, dl, CopyParamVTs, CopyParamOps, 5,
925 unsigned opcode; local
927 opcode = NVPTXISD::LastCallArg;
929 opcode = NVPTXISD::CallArg;
933 Chain = DAG.getNode(opcode, dl, CallArgVTs, CallArgOps, 4);
/freebsd-10.2-release/crypto/heimdal/lib/krb5/
H A Dkcm.c102 uint16_t opcode,
123 ret = krb5_store_int16(sp, opcode);
101 krb5_kcm_storage_request(krb5_context context, uint16_t opcode, krb5_storage **storage_p) argument
/freebsd-10.2-release/crypto/openssl/crypto/modes/asm/
H A Dghash-x86_64.pl77 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
80 $code .= "\t$opcode\t".join(',',$arg,reverse @_)."\n";

Completed in 525 milliseconds

<<11121314151617