Searched refs:Imm2 (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetStreamer.h121 void emitII(unsigned Opcode, int16_t Imm1, int16_t Imm2, SMLoc IDLoc,
138 int16_t Imm1, int16_t Imm2, SMLoc IDLoc,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp195 void MipsTargetStreamer::emitII(unsigned Opcode, int16_t Imm1, int16_t Imm2, argument
200 TmpInst.addOperand(MCOperand::createImm(Imm2));
244 int16_t Imm2, SMLoc IDLoc,
252 TmpInst.addOperand(MCOperand::createImm(Imm2));
242 emitRRIII(unsigned Opcode, unsigned Reg0, unsigned Reg1, int16_t Imm0, int16_t Imm1, int16_t Imm2, SMLoc IDLoc, const MCSubtargetInfo *STI) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp1289 int16_t Imm1 = 0, NewImm1 = 0, Imm2 = 0, NewImm2 = 0; local
1354 NewImm2 = Imm2 = (int16_t)CMPI2->getOperand(2).getImm();
1358 if (Imm1 != Imm2 && (!isEqOrNe(BI2) || !isEqOrNe(BI1))) {
1359 int Diff = Imm1 - Imm2;
1439 if (NewImm2 != Imm2)
H A DPPCInstrInfo.cpp2223 static unsigned selectReg(int64_t Imm1, int64_t Imm2, unsigned CompareOpc,
2231 return Imm1 < Imm2 ? TrueReg : FalseReg;
2233 return Imm1 > Imm2 ? TrueReg : FalseReg;
2235 return Imm1 == Imm2 ? TrueReg : FalseReg;
2243 return (uint64_t)Imm1 < (uint64_t)Imm2 ? TrueReg : FalseReg;
2245 return (uint64_t)Imm1 > (uint64_t)Imm2 ? TrueReg : FalseReg;
2247 return Imm1 == Imm2 ? TrueReg : FalseReg;
H A DPPCISelDAGToDAG.cpp4380 unsigned Imm, Imm2, SH, MB, ME; local
4414 isInt32Immediate(N->getOperand(0).getOperand(1), Imm2)) {
4428 if (isRunOfOnes(~(Imm^Imm2), MB, ME) && !(~Imm & Imm2)) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h424 bool Op0IsKill, uint64_t Imm1, uint64_t Imm2);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1364 Register Imm2 = Add2Def->getOperand(2).getReg(); local
1365 auto MaybeImm2Val = getConstantVRegValWithLookThrough(Imm2, MRI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2162 uint64_t Imm2) {
2172 .addImm(Imm2);
2177 .addImm(Imm2);
2159 fastEmitInst_rii(unsigned MachineInstOpcode, const TargetRegisterClass *RC, unsigned Op0, bool Op0IsKill, uint64_t Imm1, uint64_t Imm2) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp2604 bool Imm1 = Src1.isImm(), Imm2 = Src2.isImm(); local
2610 } else if (Imm2) {
2620 } else if (Imm2) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5245 int64_t Imm1, Imm2; local
5344 Imm2 = CE->getValue();
5345 if (!(Imm2 & ~0x1E)) {
5347 Operands.push_back(ARMOperand::CreateModImm(Imm1, Imm2, S, Ex2));

Completed in 316 milliseconds