| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.h | 344 bool isSALU(uint16_t Opcode) const { in isSALU() 352 bool isVALU(uint16_t Opcode) const { in isVALU() 360 bool isVMEM(uint16_t Opcode) const { in isVMEM() 368 bool isSOP1(uint16_t Opcode) const { in isSOP1() 376 bool isSOP2(uint16_t Opcode) const { in isSOP2() 482 bool isDS(uint16_t Opcode) const { in isDS() 545 bool isEXP(uint16_t Opcode) const { in isEXP() 579 bool isWQM(uint16_t Opcode) const { in isWQM() 611 bool isDPP(uint16_t Opcode) const { in isDPP() 643 bool isMAI(uint16_t Opcode) const { in isMAI() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/ |
| H A D | EmulateInstructionPPC64.h | 72 struct Opcode { struct 81 Opcode *GetOpcodeForInstruction(uint32_t opcode); argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.h | 146 static inline bool isSPLSOpcode(unsigned Opcode) { in isSPLSOpcode() 160 static inline bool isRMOpcode(unsigned Opcode) { in isRMOpcode() 170 static inline bool isRRMOpcode(unsigned Opcode) { in isRRMOpcode()
|
| H A D | LanaiRegisterInfo.cpp | 69 static bool isALUArithLoOpcode(unsigned Opcode) { in isALUArithLoOpcode() 85 static unsigned getOppositeALULoOpcode(unsigned Opcode) { in getOppositeALULoOpcode() 108 static unsigned getRRMOpcodeVariant(unsigned Opcode) { in getRRMOpcodeVariant()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetOpcodes.h | 30 inline bool isPreISelGenericOpcode(unsigned Opcode) { in isPreISelGenericOpcode() 36 inline bool isTargetSpecificOpcode(unsigned Opcode) { in isTargetSpecificOpcode() 42 inline bool isPreISelGenericOptimizationHint(unsigned Opcode) { in isPreISelGenericOptimizationHint()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMUnwindOpAsm.h | 72 void EmitInt8(unsigned Opcode) { in EmitInt8() 77 void EmitInt16(unsigned Opcode) { in EmitInt16() 83 void emitBytes(const uint8_t *Opcode, size_t Size) { in emitBytes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ARMEHABIPrinter.h | 99 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_00xxxxxx() local 105 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_01xxxxxx() local 124 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_10011101() local 129 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_10011111() local 134 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_1001nnnn() local 139 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_10100nnn() local 146 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_10101nnn() local 153 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_10110000() local 170 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_10110010_uleb128() local 197 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_101101nn() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZShortenInst.cpp | 109 bool SystemZShortenInst::shortenOn0(MachineInstr &MI, unsigned Opcode) { in shortenOn0() 119 bool SystemZShortenInst::shortenOn01(MachineInstr &MI, unsigned Opcode) { in shortenOn01() 131 bool SystemZShortenInst::shortenOn001(MachineInstr &MI, unsigned Opcode) { in shortenOn001() 144 bool SystemZShortenInst::shortenOn001AddCC(MachineInstr &MI, unsigned Opcode) { in shortenOn001AddCC() 157 bool SystemZShortenInst::shortenFPConv(MachineInstr &MI, unsigned Opcode) { in shortenFPConv() 179 bool SystemZShortenInst::shortenFusedFPOp(MachineInstr &MI, unsigned Opcode) { in shortenFusedFPOp()
|
| H A D | SystemZAsmPrinter.cpp | 33 static MCInst lowerRILow(const MachineInstr *MI, unsigned Opcode) { in lowerRILow() 47 static MCInst lowerRIHigh(const MachineInstr *MI, unsigned Opcode) { in lowerRIHigh() 61 static MCInst lowerRIEfLow(const MachineInstr *MI, unsigned Opcode) { in lowerRIEfLow() 90 unsigned Opcode) { in lowerAlignmentHint() 108 static MCInst lowerSubvectorLoad(const MachineInstr *MI, unsigned Opcode) { in lowerSubvectorLoad() 118 static MCInst lowerSubvectorStore(const MachineInstr *MI, unsigned Opcode) { in lowerSubvectorStore()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCPredicates.cpp | 18 PPC::Predicate PPC::InvertPredicate(PPC::Predicate Opcode) { in InvertPredicate() 52 PPC::Predicate PPC::getSwappedPredicate(PPC::Predicate Opcode) { in getSwappedPredicate()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Opcode.h | 43 Opcode(uint8_t inst, lldb::ByteOrder order) in Opcode() function 48 Opcode(uint16_t inst, lldb::ByteOrder order) in Opcode() function 53 Opcode(uint32_t inst, lldb::ByteOrder order) in Opcode() function 58 Opcode(uint64_t inst, lldb::ByteOrder order) in Opcode() function 63 Opcode(uint8_t *bytes, size_t length) in Opcode() function
|
| /freebsd-13.1/sys/contrib/dev/acpica/components/executer/ |
| H A D | exmisc.c | 277 UINT16 Opcode, in AcpiExDoMathOp() 372 UINT16 Opcode, in AcpiExDoLogicalNumericOp() 445 UINT16 Opcode, in AcpiExDoLogicalOp()
|
| /freebsd-13.1/sys/contrib/dev/acpica/components/parser/ |
| H A D | psopinfo.c | 181 UINT16 Opcode) in AcpiPsGetOpcodeInfo() 278 UINT16 Opcode) in AcpiPsGetOpcodeName()
|
| H A D | psutils.c | 208 UINT16 Opcode) in AcpiPsInitOp() 239 UINT16 Opcode, in AcpiPsAllocOp()
|
| H A D | psparse.c | 187 UINT32 Opcode) in AcpiPsGetOpcodeSize() 220 UINT16 Opcode; in AcpiPsPeekOpcode() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegacyLegalizerInfo.h | 84 unsigned Opcode; member 179 void setLegalizeScalarToDifferentSizeStrategy(const unsigned Opcode, in setLegalizeScalarToDifferentSizeStrategy() 190 void setLegalizeVectorElementToDifferentSizeStrategy(const unsigned Opcode, in setLegalizeVectorElementToDifferentSizeStrategy() 320 void setScalarAction(const unsigned Opcode, const unsigned TypeIndex, in setScalarAction() 326 void setPointerAction(const unsigned Opcode, const unsigned TypeIndex, in setPointerAction() 343 void setScalarInVectorAction(const unsigned Opcode, const unsigned TypeIndex, in setScalarInVectorAction() 354 void setVectorNumElementAction(const unsigned Opcode, in setVectorNumElementAction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 159 InstructionCost HexagonTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() 216 HexagonTTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *Src, in getMaskedMemoryOpCost() 230 unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, in getGatherScatterOpCost() 237 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost() 249 InstructionCost HexagonTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost() 263 unsigned Opcode, Type *Ty, TTI::TargetCostKind CostKind, in getArithmeticInstrCost() 283 InstructionCost HexagonTTIImpl::getCastInstrCost(unsigned Opcode, Type *DstTy, in getCastInstrCost() 306 InstructionCost HexagonTTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.h | 499 bool isFpMLxInstruction(unsigned Opcode) const { in isFpMLxInstruction() 513 bool canCauseFpMLxStall(unsigned Opcode) const { in canCauseFpMLxStall() 586 unsigned VCMPOpcodeToVPT(unsigned Opcode) { in VCMPOpcodeToVPT() 875 inline bool isLegalAddressImm(unsigned Opcode, int Imm, in isLegalAddressImm()
|
| /freebsd-13.1/contrib/bearssl/T0/ |
| H A D | Opcode.cs | 28 abstract class Opcode { class 30 internal Opcode() in Opcode() method in Opcode
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCInstrInfo.h | 62 const MCInstrDesc &get(unsigned Opcode) const { in get() 68 StringRef getName(unsigned Opcode) const { in getName()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreFrameLowering.cpp | 106 int Opcode = isImmU6(OpImm) ? XCore::EXTSP_u6 : XCore::EXTSP_lu6; in IfNeededExtSP() local 128 int Opcode = isImmU6(OpImm) ? XCore::LDAWSP_ru6 : XCore::LDAWSP_lru6; in IfNeededLDAWSP() local 201 int Opcode = isImmU6(Offset) ? XCore::LDWSP_ru6 : XCore::LDWSP_lru6; in RestoreSpillList() local 262 int Opcode = isImmU6(Adjusted) ? XCore::ENTSP_u6 : XCore::ENTSP_lu6; in emitPrologue() local 287 int Opcode = isImmU6(Offset) ? XCore::STWSP_ru6 : XCore::STWSP_lru6; in emitPrologue() local 400 int Opcode = isImmU6(RemainingAdj) ? XCore::RETSP_u6 : XCore::RETSP_lu6; in emitEpilogue() local 407 int Opcode = isImmU6(RemainingAdj) ? XCore::LDAWSP_ru6 : in emitEpilogue() local 510 int Opcode = isU6 ? XCore::EXTSP_u6 : XCore::EXTSP_lu6; in eliminateCallFramePseudoInstr() local 514 int Opcode = isU6 ? XCore::LDAWSP_ru6 : XCore::LDAWSP_lru6; in eliminateCallFramePseudoInstr() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | LeonPasses.cpp | 49 unsigned Opcode = MI.getOpcode(); in runOnMachineFunction() local 84 unsigned Opcode = MI.getOpcode(); in runOnMachineFunction() local 136 unsigned Opcode = MI.getOpcode(); in runOnMachineFunction() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFMISimplifyPatchable.cpp | 109 unsigned Opcode = DefInst->getOpcode(); in checkADDrr() local 147 unsigned Opcode) { in checkShift() 177 unsigned Opcode = I->getParent()->getOpcode(); in processCandidate() local 233 unsigned Opcode = Inst->getOpcode(); in processInst() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 235 InstructionCost PPCTTIImpl::getIntImmCostInst(unsigned Opcode, unsigned Idx, in getIntImmCostInst() 426 unsigned Opcode = 0; in mightUseCTR() local 948 unsigned Opcode, Type *Ty1, in vectorCostAdjustment() 973 unsigned Opcode, Type *Ty, TTI::TargetCostKind CostKind, in getArithmeticInstrCost() 1006 InstructionCost PPCTTIImpl::getCFInstrCost(unsigned Opcode, in getCFInstrCost() 1015 InstructionCost PPCTTIImpl::getCastInstrCost(unsigned Opcode, Type *Dst, in getCastInstrCost() 1031 InstructionCost PPCTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost() 1044 InstructionCost PPCTTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() 1111 InstructionCost PPCTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() 1193 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips16ISelDAGToDAG.cpp | 53 unsigned Opcode = Mips::Mflo16; in selectMULT() local 58 unsigned Opcode = Mips::Mfhi16; in selectMULT() local 180 unsigned Opcode = Node->getOpcode(); in trySelect() local
|