Home
last modified time | relevance | path

Searched refs:OpImm (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp105 int OpImm = (remaining > MaxImmU16) ? MaxImmU16 : remaining; in IfNeededExtSP() local
106 int Opcode = isImmU6(OpImm) ? XCore::EXTSP_u6 : XCore::EXTSP_lu6; in IfNeededExtSP()
107 BuildMI(MBB, MBBI, dl, TII.get(Opcode)).addImm(OpImm); in IfNeededExtSP()
108 Adjusted += OpImm; in IfNeededExtSP()
127 int OpImm = (RemainingAdj > MaxImmU16) ? MaxImmU16 : RemainingAdj; in IfNeededLDAWSP() local
128 int Opcode = isImmU6(OpImm) ? XCore::LDAWSP_ru6 : XCore::LDAWSP_lru6; in IfNeededLDAWSP()
129 BuildMI(MBB, MBBI, dl, TII.get(Opcode), XCore::SP).addImm(OpImm); in IfNeededLDAWSP()
130 RemainingAdj -= OpImm; in IfNeededLDAWSP()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp105 int OpImm = (remaining > MaxImmU16) ? MaxImmU16 : remaining; in IfNeededExtSP() local
106 int Opcode = isImmU6(OpImm) ? XCore::EXTSP_u6 : XCore::EXTSP_lu6; in IfNeededExtSP()
107 BuildMI(MBB, MBBI, dl, TII.get(Opcode)).addImm(OpImm); in IfNeededExtSP()
108 Adjusted += OpImm; in IfNeededExtSP()
127 int OpImm = (RemainingAdj > MaxImmU16) ? MaxImmU16 : RemainingAdj; in IfNeededLDAWSP() local
128 int Opcode = isImmU6(OpImm) ? XCore::LDAWSP_ru6 : XCore::LDAWSP_lru6; in IfNeededLDAWSP()
129 BuildMI(MBB, MBBI, dl, TII.get(Opcode), XCore::SP).addImm(OpImm); in IfNeededLDAWSP()
130 RemainingAdj -= OpImm; in IfNeededLDAWSP()
/external/llvm-project/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp105 int OpImm = (remaining > MaxImmU16) ? MaxImmU16 : remaining; in IfNeededExtSP() local
106 int Opcode = isImmU6(OpImm) ? XCore::EXTSP_u6 : XCore::EXTSP_lu6; in IfNeededExtSP()
107 BuildMI(MBB, MBBI, dl, TII.get(Opcode)).addImm(OpImm); in IfNeededExtSP()
108 Adjusted += OpImm; in IfNeededExtSP()
127 int OpImm = (RemainingAdj > MaxImmU16) ? MaxImmU16 : RemainingAdj; in IfNeededLDAWSP() local
128 int Opcode = isImmU6(OpImm) ? XCore::LDAWSP_ru6 : XCore::LDAWSP_lru6; in IfNeededLDAWSP()
129 BuildMI(MBB, MBBI, dl, TII.get(Opcode), XCore::SP).addImm(OpImm); in IfNeededLDAWSP()
130 RemainingAdj -= OpImm; in IfNeededLDAWSP()
/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.h82 const Operand *OpRs, const Operand *OpImm,
130 void addiu(const Operand *OpRt, const Operand *OpRs, const Operand *OpImm,
193 void lui(const Operand *OpRt, const Operand *OpImm, const RelocOp Reloc);
DIceAssemblerMIPS32.cpp233 const Operand *OpImm, in emitRtRsImm16Rel() argument
240 if (const auto *OpRel = llvm::dyn_cast<ConstantRelocatable>(OpImm)) { in emitRtRsImm16Rel()
242 } else if (auto *C32 = llvm::dyn_cast<ConstantInteger32>(OpImm)) { in emitRtRsImm16Rel()
402 const Operand *OpImm, const RelocOp Reloc) { in addiu() argument
404 emitRtRsImm16Rel(Opcode, OpRt, OpRs, OpImm, Reloc, "addiu"); in addiu()
665 void AssemblerMIPS32::lui(const Operand *OpRt, const Operand *OpImm, in lui() argument
671 if (const auto *OpRel = llvm::dyn_cast<ConstantRelocatable>(OpImm)) { in lui()
673 } else if (auto *C32 = llvm::dyn_cast<ConstantInteger32>(OpImm)) { in lui()