/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstrInfo.td | 38 class BinOp<string name, bits<16> opCode, list<dag> pattern=[]> 39 : Op<opCode, (outs ANYID:$dst), (ins TYPE:$src_ty, ANYID:$src, ANYID:$src2), 42 class BinOpTyped<string name, bits<16> opCode, RegisterClass CID, SDNode node> 43 : Op<opCode, (outs ID:$dst), (ins TYPE:$src_ty, CID:$src, CID:$src2), 46 class TernOpTyped<string name, bits<16> opCode, RegisterClass CCond, RegisterClass CID, SDNode node> 47 : Op<opCode, (outs ID:$dst), (ins TYPE:$src_ty, CCond:$cond, CID:$src1, CID:$src2), 50 multiclass BinOpTypedGen<string name, bits<16> opCode, SDNode node, bit genF = 0, bit genV = 0> { 52 def S: BinOpTyped<name, opCode, fID, node>; 54 def S: BinOpTyped<name, opCode, ID, node>; 57 def V: BinOpTyped<name, opCode, vfID, node>; [all …]
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | mpi.h | 448 mpiMsgCategory_t category, bit16 opCode, 452 mpiMsgCategory_t category, bit16 opCode, 460 mpiMsgCategory_t category, bit16 opCode, 464 mpiMsgCategory_t category, bit16 opCode,
|
H A D | sasata.c | 83 bit16 opCode = 0; in saSATAStart() local 134 opCode = OPC_INB_SATA_DIF_ENC_OPSTART; in saSATAStart() 139 opCode = OPC_INB_SATA_HOST_OPSTART; in saSATAStart() 331 SA_ASSERT((opCode == OPC_INB_SATA_DIF_ENC_OPSTART), "opcode"); in saSATAStart() 338 SA_ASSERT((opCode == OPC_INB_SATA_DIF_ENC_OPSTART), "opcode"); in saSATAStart() 367 if (opCode == OPC_INB_SATA_DIF_ENC_OPSTART) in saSATAStart() 391 SA_ASSERT((opCode == OPC_INB_SATA_DIF_ENC_OPSTART), "opcode"); in saSATAStart() 442 if (opCode == OPC_INB_SATA_DIF_ENC_OPSTART) in saSATAStart() 510 SA_ASSERT((opCode == OPC_INB_SATA_HOST_OPSTART), "opcode"); in saSATAStart() 554 opCode, in saSATAStart()
|
H A D | mpi.c | 364 bit16 opCode, in mpiMsgPrepare() argument 398 ((category & CAT_MASK) << SHIFT12 ) | (opCode & OPCODE_MASK)); in mpiMsgPrepare() 429 bit16 opCode, in mpiMsgProduce() argument 436 ret = mpiMsgPrepare(circularQ, messagePtr, category, opCode, responseQueue, in mpiMsgProduce() 464 bit16 opCode, in mpiMsgProduce() argument 526 (opCode & OPCODE_MASK)); in mpiMsgProduce() 912 bit16 opCode, in mpiMsgProduceOQ() argument 938 …SA_DBG4(("mpiMsgProduceOQ: msgHeader %p opcode %d pi/ci %d / %d\n", msgHeader, opCode, circularQ->… in mpiMsgProduceOQ() 951 ((category & CAT_MASK) << SHIFT12 ) | (opCode & OPCODE_MASK)); in mpiMsgProduceOQ()
|
H A D | sassp.c | 292 bit16 opCode; in saFastSSPPrepare() local 412 opCode = OPC_INB_SSPINIIOSTART; in saFastSSPPrepare() 471 opCode = OPC_INB_SSPINIEXTIOSTART; in saFastSSPPrepare() 499 opCode, outq, 0); in saFastSSPPrepare() 603 bit16 opCode = 0; in saSSPStart() local 682 opCode = OPC_INB_SSP_DIF_ENC_OPSTART; in saSSPStart() 687 opCode = OPC_INB_SSPINIIOSTART; in saSSPStart() 706 opCode = OPC_INB_SSP_DIF_ENC_OPSTART; in saSSPStart() 712 opCode = OPC_INB_SSPINIEXTIOSTART; in saSSPStart() 723 opCode = OPC_INB_SSP_DIF_ENC_OPSTART; in saSSPStart() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMIPeephole.cpp | 1388 static bool isSupportedCmpOp(unsigned opCode) { in isSupportedCmpOp() argument 1389 return (opCode == PPC::CMPLD || opCode == PPC::CMPD || in isSupportedCmpOp() 1390 opCode == PPC::CMPLW || opCode == PPC::CMPW || in isSupportedCmpOp() 1391 opCode == PPC::CMPLDI || opCode == PPC::CMPDI || in isSupportedCmpOp() 1392 opCode == PPC::CMPLWI || opCode == PPC::CMPWI); in isSupportedCmpOp() 1395 static bool is64bitCmpOp(unsigned opCode) { in is64bitCmpOp() argument 1396 return (opCode == PPC::CMPLD || opCode == PPC::CMPD || in is64bitCmpOp() 1397 opCode == PPC::CMPLDI || opCode == PPC::CMPDI); in is64bitCmpOp() 1400 static bool isSignedCmpOp(unsigned opCode) { in isSignedCmpOp() argument 1401 return (opCode == PPC::CMPD || opCode == PPC::CMPW || in isSignedCmpOp() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXIL.td | 247 class DXILOpMapping<int opCode, DXILOpClass opClass, 250 int OpCode = opCode; // Opcode corresponding to DXIL Operation
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
H A D | fm_manip.h | 403 volatile uint8_t opCode;
|
H A D | fm_manip.c | 1229 WRITE_UINT8(((t_Hmtd *)p_Manip->h_Ad)->opCode, HMAN_OC); in CreateManipActionNew()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCDuplexInfo.cpp | 1012 static bool isStoreInst(unsigned opCode) { in isStoreInst() argument 1013 switch (opCode) { in isStoreInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 1288 static MCInst makeCombineInst(int opCode, MCOperand &Rdd, MCOperand &MO1, in makeCombineInst() argument 1291 TmpInst.setOpcode(opCode); in makeCombineInst()
|