Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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()