Home
last modified time | relevance | path

Searched defs:OpImm (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp105 int OpImm = (remaining > MaxImmU16) ? MaxImmU16 : remaining; in IfNeededExtSP() local
127 int OpImm = (RemainingAdj > MaxImmU16) ? MaxImmU16 : RemainingAdj; in IfNeededLDAWSP() local
/external/llvm-project/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp105 int OpImm = (remaining > MaxImmU16) ? MaxImmU16 : remaining; in IfNeededExtSP() local
127 int OpImm = (RemainingAdj > MaxImmU16) ? MaxImmU16 : RemainingAdj; in IfNeededLDAWSP() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp105 int OpImm = (remaining > MaxImmU16) ? MaxImmU16 : remaining; in IfNeededExtSP() local
127 int OpImm = (RemainingAdj > MaxImmU16) ? MaxImmU16 : RemainingAdj; in IfNeededLDAWSP() local
/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.cpp233 const Operand *OpImm, in emitRtRsImm16Rel()
402 const Operand *OpImm, const RelocOp Reloc) { in addiu()
665 void AssemblerMIPS32::lui(const Operand *OpRt, const Operand *OpImm, in lui()