Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp4511 int NewByte; in add() local
4512 if (!getShuffleInput(OpBytes, Byte, BytesPerElement, NewByte)) in add()
4514 if (NewByte < 0) { in add()
4518 Op = Op.getOperand(unsigned(NewByte) / SystemZ::VectorBytes); in add()
4519 Byte = unsigned(NewByte) % SystemZ::VectorBytes; in add()