Searched refs:opCode (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dmpi.h449 mpiMsgCategory_t category, bit16 opCode,
453 mpiMsgCategory_t category, bit16 opCode,
461 mpiMsgCategory_t category, bit16 opCode,
465 mpiMsgCategory_t category, bit16 opCode,
H A Dsassp.c293 bit16 opCode; local
413 opCode = OPC_INB_SSPINIIOSTART;
472 opCode = OPC_INB_SSPINIEXTIOSTART;
500 opCode, outq, 0);
604 bit16 opCode = 0; local
683 opCode = OPC_INB_SSP_DIF_ENC_OPSTART;
688 opCode = OPC_INB_SSPINIIOSTART;
707 opCode = OPC_INB_SSP_DIF_ENC_OPSTART;
713 opCode = OPC_INB_SSPINIEXTIOSTART;
724 opCode
[all...]
H A Dsasata.c84 bit16 opCode = 0; local
135 opCode = OPC_INB_SATA_DIF_ENC_OPSTART;
140 opCode = OPC_INB_SATA_HOST_OPSTART;
332 SA_ASSERT((opCode == OPC_INB_SATA_DIF_ENC_OPSTART), "opcode");
339 SA_ASSERT((opCode == OPC_INB_SATA_DIF_ENC_OPSTART), "opcode");
368 if (opCode == OPC_INB_SATA_DIF_ENC_OPSTART)
392 SA_ASSERT((opCode == OPC_INB_SATA_DIF_ENC_OPSTART), "opcode");
443 if (opCode == OPC_INB_SATA_DIF_ENC_OPSTART)
511 SA_ASSERT((opCode == OPC_INB_SATA_HOST_OPSTART), "opcode");
555 opCode,
[all...]
H A Dmpi.c345 /** \fn mpiMsgProduce(mpiICQueue_t *circularQ, void *messagePtr, mpiMsgCategory_t category, bit16 opCode, bit8 responseQueue)
350 * \param opCode Message operation code
365 bit16 opCode,
399 ((category & CAT_MASK) << SHIFT12 ) | (opCode & OPCODE_MASK));
430 bit16 opCode,
437 ret = mpiMsgPrepare(circularQ, messagePtr, category, opCode, responseQueue,
465 bit16 opCode,
527 (opCode & OPCODE_MASK));
913 bit16 opCode,
939 SA_DBG4(("mpiMsgProduceOQ: msgHeader %p opcode %d pi/ci %d / %d\n", msgHeader, opCode, circular
361 mpiMsgPrepare( mpiICQueue_t *circularQ, void *messagePtr, mpiMsgCategory_t category, bit16 opCode, bit8 responseQueue, bit8 hiPriority ) argument
426 mpiMsgProduce( mpiICQueue_t *circularQ, void *messagePtr, mpiMsgCategory_t category, bit16 opCode, bit8 responseQueue, bit8 hiPriority ) argument
461 mpiMsgProduce( mpiICQueue_t *circularQ, void *messagePtr, mpiMsgCategory_t category, bit16 opCode, bit8 responseQueue, bit8 hiPriority ) argument
909 mpiMsgProduceOQ( mpiOCQueue_t *circularQ, void *messagePtr, mpiMsgCategory_t category, bit16 opCode, bit8 responseQueue, bit8 hiPriority ) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp1000 static bool isSupportedCmpOp(unsigned opCode) { argument
1001 return (opCode == PPC::CMPLD || opCode == PPC::CMPD ||
1002 opCode == PPC::CMPLW || opCode == PPC::CMPW ||
1003 opCode == PPC::CMPLDI || opCode == PPC::CMPDI ||
1004 opCode == PPC::CMPLWI || opCode == PPC::CMPWI);
1007 static bool is64bitCmpOp(unsigned opCode) { argument
1012 isSignedCmpOp(unsigned opCode) argument
1017 getSignedCmpOpCode(unsigned opCode) argument
[all...]
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.h403 volatile uint8_t opCode; member in struct:t_Hmtd
H A Dfm_manip.c1229 WRITE_UINT8(((t_Hmtd *)p_Manip->h_Ad)->opCode, HMAN_OC);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCDuplexInfo.cpp1019 static bool isStoreInst(unsigned opCode) { argument
1020 switch (opCode) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1223 static MCInst makeCombineInst(int opCode, MCOperand &Rdd, MCOperand &MO1, argument
1226 TmpInst.setOpcode(opCode);

Completed in 199 milliseconds