Home
last modified time | relevance | path

Searched defs:Imm (Results 1 – 25 of 208) sorted by relevance

123456789

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AddressingModes.h73 static inline AArch64_AM::ShiftExtendType getShiftType(unsigned Imm) { in getShiftType()
85 static inline unsigned getShiftValue(unsigned Imm) { in getShiftValue()
99 unsigned Imm) { in getShifterImm()
118 static inline unsigned getArithShiftValue(unsigned Imm) { in getArithShiftValue()
123 static inline AArch64_AM::ShiftExtendType getExtendType(unsigned Imm) { in getExtendType()
138 static inline AArch64_AM::ShiftExtendType getArithExtendType(unsigned Imm) { in getArithExtendType()
171 unsigned Imm) { in getArithExtendImm()
178 static inline bool getMemDoShift(unsigned Imm) { in getMemDoShift()
184 static inline AArch64_AM::ShiftExtendType getMemExtendType(unsigned Imm) { in getMemExtendType()
213 static inline bool processLogicalImmediate(uint64_t Imm, unsigned RegSize, in processLogicalImmediate()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsAnalyzeImmediate.cpp32 void MipsAnalyzeImmediate::GetInstSeqLsADDiu(uint64_t Imm, unsigned RemSize, in GetInstSeqLsADDiu()
38 void MipsAnalyzeImmediate::GetInstSeqLsORi(uint64_t Imm, unsigned RemSize, in GetInstSeqLsORi()
44 void MipsAnalyzeImmediate::GetInstSeqLsSLL(uint64_t Imm, unsigned RemSize, in GetInstSeqLsSLL()
51 void MipsAnalyzeImmediate::GetInstSeqLs(uint64_t Imm, unsigned RemSize, in GetInstSeqLs()
97 int64_t Imm = SignExtend64<16>(Seq[0].ImmOpnd); in ReplaceADDiuSLLWithLUi() local
129 &MipsAnalyzeImmediate::Analyze(uint64_t Imm, unsigned Size, in Analyze()
DMipsISelDAGToDAG.h138 inline SDValue getImm(const SDNode *Node, uint64_t Imm) { in getImm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVTargetTransformInfo.cpp18 int RISCVTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty) { in getIntImmCost()
32 int RISCVTTIImpl::getIntImmCostInst(unsigned Opcode, unsigned Idx, const APInt &Imm, in getIntImmCostInst()
89 const APInt &Imm, Type *Ty) { in getIntImmCostIntrin()
DRISCVISelDAGToDAG.cpp66 static SDNode *selectImm(SelectionDAG *CurDAG, const SDLoc &DL, int64_t Imm, in selectImm()
122 int64_t Imm = ConstNode->getSExtValue(); in Select() local
130 SDValue Imm = CurDAG->getTargetConstant(0, DL, XLenVT); in Select() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h112 inline unsigned getSORegOpc(ShiftOpc ShOp, unsigned Imm) { in getSORegOpc()
120 inline unsigned getSOImmValImm(unsigned Imm) { return Imm & 0xFF; } in getSOImmValImm()
123 inline unsigned getSOImmValRot(unsigned Imm) { return (Imm >> 8) * 2; } in getSOImmValRot()
129 inline unsigned getSOImmValRotate(unsigned Imm) { in getSOImmValRotate()
210 inline unsigned getThumbImmValShift(unsigned Imm) { in getThumbImmValShift()
229 inline unsigned getThumbImm16ValShift(unsigned Imm) { in getThumbImm16ValShift()
263 unsigned u, Vs, Imm; in getT2SOImmValSplatVal() local
327 inline bool isT2SOImmTwoPartVal(unsigned Imm) { in isT2SOImmTwoPartVal()
354 inline unsigned getT2SOImmTwoPartFirst(unsigned Imm) { in getT2SOImmTwoPartFirst()
371 inline unsigned getT2SOImmTwoPartSecond(unsigned Imm) { in getT2SOImmTwoPartSecond()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/Disassembler/
DSystemZDisassembler.cpp171 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm) { in decodeUImmOperand()
179 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm) { in decodeSImmOperand()
186 static DecodeStatus decodeU1ImmOperand(MCInst &Inst, uint64_t Imm, in decodeU1ImmOperand()
191 static DecodeStatus decodeU2ImmOperand(MCInst &Inst, uint64_t Imm, in decodeU2ImmOperand()
196 static DecodeStatus decodeU3ImmOperand(MCInst &Inst, uint64_t Imm, in decodeU3ImmOperand()
201 static DecodeStatus decodeU4ImmOperand(MCInst &Inst, uint64_t Imm, in decodeU4ImmOperand()
206 static DecodeStatus decodeU6ImmOperand(MCInst &Inst, uint64_t Imm, in decodeU6ImmOperand()
211 static DecodeStatus decodeU8ImmOperand(MCInst &Inst, uint64_t Imm, in decodeU8ImmOperand()
216 static DecodeStatus decodeU12ImmOperand(MCInst &Inst, uint64_t Imm, in decodeU12ImmOperand()
221 static DecodeStatus decodeU16ImmOperand(MCInst &Inst, uint64_t Imm, in decodeU16ImmOperand()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiTargetTransformInfo.h52 int getIntImmCost(const APInt &Imm, Type *Ty) { in getIntImmCost()
69 int getIntImmCostInst(unsigned Opc, unsigned Idx, const APInt &Imm, Type *Ty) { in getIntImmCostInst()
73 int getIntImmCostIntrin(Intrinsic::ID IID, unsigned Idx, const APInt &Imm, in getIntImmCostIntrin()
DLanaiISelDAGToDAG.cpp85 inline SDValue getI32Imm(unsigned Imm, const SDLoc &DL) { in getI32Imm()
108 int32_t Imm = CN->getSExtValue(); in selectAddrSls() local
130 int16_t Imm = CN->getSExtValue(); in selectAddrRiSpls() local
143 int16_t Imm = CN->getSExtValue(); in selectAddrRiSpls() local
317 SDValue Imm = CurDAG->getTargetConstant(0, DL, MVT::i32); in selectFrameIndex() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86InstPrinterCommon.cpp29 int64_t Imm = MI->getOperand(Op).getImm(); in printCondCode() local
53 int64_t Imm = MI->getOperand(Op).getImm(); in printSSEAVXCC() local
95 int64_t Imm = MI->getOperand(MI->getNumOperands() - 1).getImm(); in printVPCOMMnemonic() local
271 int64_t Imm = MI->getOperand(Op).getImm(); in printRoundingControl() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp246 ImmOp Imm; member
304 int64_t Imm; in isBareSimmNLsb0() local
320 int64_t Imm; in isBareSymbol() local
330 int64_t Imm; in isCallSymbol() local
341 int64_t Imm; in isTPRelAddSymbol() local
392 int64_t Imm; in isImmXLenLI() local
406 int64_t Imm; in isUImmLog2XLen() local
417 int64_t Imm; in isUImmLog2XLenNonZero() local
430 int64_t Imm; in isUImm5() local
439 int64_t Imm; in isUImm5NonZero() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/Disassembler/
DPPCDisassembler.cpp63 static DecodeStatus DecodePCRel24BranchTarget(MCInst &Inst, unsigned Imm, in DecodePCRel24BranchTarget()
179 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand()
187 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand()
194 static DecodeStatus decodeMemRIOperands(MCInst &Inst, uint64_t Imm, in decodeMemRIOperands()
229 static DecodeStatus decodeMemRIXOperands(MCInst &Inst, uint64_t Imm, in decodeMemRIXOperands()
250 static DecodeStatus decodeMemRIX16Operands(MCInst &Inst, uint64_t Imm, in decodeMemRIX16Operands()
265 static DecodeStatus decodeSPE8Operands(MCInst &Inst, uint64_t Imm, in decodeSPE8Operands()
280 static DecodeStatus decodeSPE4Operands(MCInst &Inst, uint64_t Imm, in decodeSPE4Operands()
295 static DecodeStatus decodeSPE2Operands(MCInst &Inst, uint64_t Imm, in decodeSPE2Operands()
310 static DecodeStatus decodeCRBitMOperand(MCInst &Inst, uint64_t Imm, in decodeCRBitMOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXInstPrinter.cpp101 int64_t Imm = MO.getImm(); in printCvtMode() local
151 int64_t Imm = MO.getImm(); in printCmpMode() local
225 int Imm = (int) MO.getImm(); in printLdStCode() local
276 int Imm = (int)MO.getImm(); in printMmaCode() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp783 static DecodeStatus DecodeFixedPointScaleImm32(MCInst &Inst, unsigned Imm, in DecodeFixedPointScaleImm32()
792 static DecodeStatus DecodeFixedPointScaleImm64(MCInst &Inst, unsigned Imm, in DecodeFixedPointScaleImm64()
799 static DecodeStatus DecodePCRelLabel19(MCInst &Inst, unsigned Imm, in DecodePCRelLabel19()
815 static DecodeStatus DecodeMemExtend(MCInst &Inst, unsigned Imm, in DecodeMemExtend()
822 static DecodeStatus DecodeMRSSystemRegister(MCInst &Inst, unsigned Imm, in DecodeMRSSystemRegister()
832 static DecodeStatus DecodeMSRSystemRegister(MCInst &Inst, unsigned Imm, in DecodeMSRSystemRegister()
863 static DecodeStatus DecodeVecShiftRImm(MCInst &Inst, unsigned Imm, in DecodeVecShiftRImm()
869 static DecodeStatus DecodeVecShiftLImm(MCInst &Inst, unsigned Imm, in DecodeVecShiftLImm()
875 static DecodeStatus DecodeVecShiftR64Imm(MCInst &Inst, unsigned Imm, in DecodeVecShiftR64Imm()
880 static DecodeStatus DecodeVecShiftR64ImmNarrow(MCInst &Inst, unsigned Imm, in DecodeVecShiftR64ImmNarrow()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp181 MCStreamer &OutStreamer, const MCOperand &Imm, in smallData()
328 const MCOperand &Imm = MappedInst.getOperand(1); in HexagonProcessInstruction() local
346 MCOperand &Imm = MappedInst.getOperand(1); in HexagonProcessInstruction() local
426 int64_t Imm; in HexagonProcessInstruction() local
454 int64_t Imm; in HexagonProcessInstruction() local
490 int64_t Imm; in HexagonProcessInstruction() local
521 int64_t Imm; in HexagonProcessInstruction() local
578 MCOperand &Imm = MappedInst.getOperand(2); in HexagonProcessInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Disassembler/
DRISCVDisassembler.cpp170 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand()
179 static DecodeStatus decodeUImmNonZeroOperand(MCInst &Inst, uint64_t Imm, in decodeUImmNonZeroOperand()
188 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand()
198 static DecodeStatus decodeSImmNonZeroOperand(MCInst &Inst, uint64_t Imm, in decodeSImmNonZeroOperand()
207 static DecodeStatus decodeSImmOperandAndLsl1(MCInst &Inst, uint64_t Imm, in decodeSImmOperandAndLsl1()
218 static DecodeStatus decodeCLUIImmOperand(MCInst &Inst, uint64_t Imm, in decodeCLUIImmOperand()
229 static DecodeStatus decodeFRMArg(MCInst &Inst, uint64_t Imm, in decodeFRMArg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Utils/
DX86ShuffleDecode.cpp23 void DecodeINSERTPSMask(unsigned Imm, SmallVectorImpl<int> &ShuffleMask) { in DecodeINSERTPSMask()
96 void DecodePSLLDQMask(unsigned NumElts, unsigned Imm, in DecodePSLLDQMask()
108 void DecodePSRLDQMask(unsigned NumElts, unsigned Imm, in DecodePSRLDQMask()
121 void DecodePALIGNRMask(unsigned NumElts, unsigned Imm, in DecodePALIGNRMask()
135 void DecodeVALIGNMask(unsigned NumElts, unsigned Imm, in DecodeVALIGNMask()
147 void DecodePSHUFMask(unsigned NumElts, unsigned ScalarBits, unsigned Imm, in DecodePSHUFMask()
163 void DecodePSHUFHWMask(unsigned NumElts, unsigned Imm, in DecodePSHUFHWMask()
177 void DecodePSHUFLWMask(unsigned NumElts, unsigned Imm, in DecodePSHUFLWMask()
204 unsigned Imm, SmallVectorImpl<int> &ShuffleMask) { in DecodeSHUFPMask()
278 unsigned Imm, in decodeVSHUF64x2FamilyMask()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Disassembler/
DAMDGPUDisassembler.cpp90 static DecodeStatus decodeSoppBrTarget(MCInst &Inst, unsigned Imm, in decodeSoppBrTarget()
158 unsigned Imm, in decodeOperand_VSrcV216()
166 unsigned Imm, in decodeOperand_VS_16()
174 unsigned Imm, in decodeOperand_VS_32()
182 unsigned Imm, in decodeOperand_AReg_128()
190 unsigned Imm, in decodeOperand_AReg_512()
198 unsigned Imm, in decodeOperand_AReg_1024()
206 unsigned Imm, in decodeOperand_SReg_32()
214 unsigned Imm, in decodeOperand_VGPR_32()
801 MCOperand AMDGPUDisassembler::decodeIntImmed(unsigned Imm) { in decodeIntImmed()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMIRFormatter.h38 Optional<unsigned> OpIdx, int64_t Imm) const { in printImm()
45 StringRef Src, int64_t &Imm, in parseImmMnemonic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ExpandImm.cpp23 static uint64_t getChunk(uint64_t Imm, unsigned ChunkIdx) { in getChunk()
126 static uint64_t updateImm(uint64_t Imm, unsigned Idx, bool Clear) { in updateImm()
246 static inline void expandMOVImmSimple(uint64_t Imm, unsigned BitSize, in expandMOVImmSimple()
305 void expandMOVImm(uint64_t Imm, unsigned BitSize, in expandMOVImm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86EvexToVex.cpp159 MachineOperand &Imm = MI.getOperand(MI.getNumExplicitOperands()-1); in performCustomAdjustments() local
174 MachineOperand &Imm = MI.getOperand(MI.getNumExplicitOperands()-1); in performCustomAdjustments() local
196 const MachineOperand &Imm = MI.getOperand(MI.getNumExplicitOperands()-1); in performCustomAdjustments() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUInstPrinter.cpp53 int64_t Imm = MI->getOperand(OpNo).getImm(); in printU16ImmOperand() local
114 uint16_t Imm = MI->getOperand(OpNo).getImm(); in printOffset() local
124 uint16_t Imm = MI->getOperand(OpNo).getImm(); in printFlatOffset() local
349 void AMDGPUInstPrinter::printImmediate16(uint32_t Imm, in printImmediate16()
381 void AMDGPUInstPrinter::printImmediateV216(uint32_t Imm, in printImmediateV216()
388 void AMDGPUInstPrinter::printImmediate32(uint32_t Imm, in printImmediate32()
422 void AMDGPUInstPrinter::printImmediate64(uint64_t Imm, in printImmediate64()
464 unsigned Imm = MI->getOperand(OpNo).getImm(); in printBLGP() local
474 unsigned Imm = MI->getOperand(OpNo).getImm(); in printCBSZ() local
484 unsigned Imm = MI->getOperand(OpNo).getImm(); in printABID() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/
DBPFInstPrinter.cpp76 auto Imm = OffsetOp.getImm(); in printMemOperand() local
101 int16_t Imm = Op.getImm(); in printBrTargetOperand() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.h78 inline SDValue getI32Imm(unsigned Imm, const SDLoc &DL) { in getI32Imm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Utils/
DRISCVMatInt.h22 int64_t Imm; member

123456789