Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86BaseImpl.h305 static constexpr RelocOffsetT OffsetFromNextInstruction = 1; in mov() local
310 const uint8_t OffsetFromNextInstruction = Ty == IceType_i16 ? 2 : 4; in mov() local
1657 static constexpr RelocOffsetT OffsetFromNextInstruction = 1; in cmpps() local
1805 static constexpr RelocOffsetT OffsetFromNextInstruction = 1; in pshufd() local
1983 static constexpr RelocOffsetT OffsetFromNextInstruction = 1; in shufps() local
2288 static constexpr RelocOffsetT OffsetFromNextInstruction = 1; in insertps() local
2328 static constexpr RelocOffsetT OffsetFromNextInstruction = 1; in pinsr() local
2745 static constexpr RelocOffsetT OffsetFromNextInstruction = 1; in test() local
2754 const uint8_t OffsetFromNextInstruction = Ty == IceType_i16 ? 2 : 4; in test() local
3156 static constexpr RelocOffsetT OffsetFromNextInstruction = 1; in imul() local
[all …]