Searched defs:Imm1 (Results 1 – 11 of 11) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64MIPeepholeOpt.cpp | 176 T &Imm1) -> std::optional<OpcodePair> { in visitAND() 183 Register NewDstReg) { in visitAND() 302 static bool splitAddSubImm(T Imm, unsigned RegSize, T &Imm0, T &Imm1) { in splitAddSubImm() 340 T &Imm1) -> std::optional<OpcodePair> { in visitADDSUB() 349 Register NewDstReg) { in visitADDSUB() 372 T &Imm1) -> std::optional<OpcodePair> { in visitADDSSUBS() 390 Register NewDstReg) { in visitADDSSUBS()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsTargetStreamer.cpp | 204 void MipsTargetStreamer::emitII(unsigned Opcode, int16_t Imm1, int16_t Imm2, in emitII() 252 unsigned Reg1, int16_t Imm0, int16_t Imm1, in emitRRIII()
|
/openbsd-src/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-i386.h | 274 #define Imm1 0x400 /* 1 bit immediate */ macro
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-i386.h | 264 #define Imm1 0x400 /* 1 bit immediate */ macro
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCMIPeephole.cpp | 1417 int16_t Imm1 = 0, NewImm1 = 0, Imm2 = 0, NewImm2 = 0; in eliminateRedundantCompare() local
|
H A D | PPCInstrInfo.cpp | 3222 static unsigned selectReg(int64_t Imm1, int64_t Imm2, unsigned CompareOpc, in selectReg()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 2024 uint64_t Imm1, uint64_t Imm2) { in fastEmitInst_rii()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 768 unsigned Imm1 = cast<ConstantSDNode>(Op2)->getZExtValue(); in lowerINTRINSIC_VOID() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstPropagation.cpp | 2603 bool Imm1 = Src1.isImm(), Imm2 = Src2.isImm(); in evaluateHexCompare2() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 1362 Register Imm1 = MI.getOperand(2).getReg(); in matchPtrAddImmedChain() local 1441 Register Imm1 = MI.getOperand(2).getReg(); in matchShiftImmedChain() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 5450 int64_t Imm1, Imm2; in parseModImm() local
|