Lines Matching refs:OffsetFromNextInstruction
305 static constexpr RelocOffsetT OffsetFromNextInstruction = 1; in mov() local
306 emitOperand(0, dst, OffsetFromNextInstruction); in mov()
310 const uint8_t OffsetFromNextInstruction = Ty == IceType_i16 ? 2 : 4; in mov() local
311 emitOperand(0, dst, OffsetFromNextInstruction); in mov()
1657 static constexpr RelocOffsetT OffsetFromNextInstruction = 1; in cmpps() local
1658 emitOperand(gprEncoding(dst), src, OffsetFromNextInstruction); in cmpps()
1805 static constexpr RelocOffsetT OffsetFromNextInstruction = 1; in pshufd() local
1806 emitOperand(gprEncoding(dst), src, OffsetFromNextInstruction); in pshufd()
1983 static constexpr RelocOffsetT OffsetFromNextInstruction = 1; in shufps() local
1984 emitOperand(gprEncoding(dst), src, OffsetFromNextInstruction); in shufps()
2288 static constexpr RelocOffsetT OffsetFromNextInstruction = 1; in insertps() local
2289 emitOperand(gprEncoding(dst), src, OffsetFromNextInstruction); in insertps()
2328 static constexpr RelocOffsetT OffsetFromNextInstruction = 1; in pinsr() local
2329 emitOperand(gprEncoding(dst), src, OffsetFromNextInstruction); in pinsr()
2745 static constexpr RelocOffsetT OffsetFromNextInstruction = 1; in test() local
2746 emitOperand(0, addr, OffsetFromNextInstruction); in test()
2754 const uint8_t OffsetFromNextInstruction = Ty == IceType_i16 ? 2 : 4; in test() local
2755 emitOperand(0, addr, OffsetFromNextInstruction); in test()
3156 static constexpr RelocOffsetT OffsetFromNextInstruction = 1; in imul() local
3157 emitOperand(gprEncoding(dst), address, OffsetFromNextInstruction); in imul()
3161 const uint8_t OffsetFromNextInstruction = Ty == IceType_i16 ? 2 : 4; in imul() local
3162 emitOperand(gprEncoding(dst), address, OffsetFromNextInstruction); in imul()
3936 static constexpr RelocOffsetT OffsetFromNextInstruction = 1; in emitComplexI8() local
3937 emitOperand(rm, operand, OffsetFromNextInstruction); in emitComplexI8()
3950 static constexpr RelocOffsetT OffsetFromNextInstruction = 1; in emitComplex() local
3951 emitOperand(rm, operand, OffsetFromNextInstruction); in emitComplex()
3959 const uint8_t OffsetFromNextInstruction = Ty == IceType_i16 ? 2 : 4; in emitComplex() local
3960 emitOperand(rm, operand, OffsetFromNextInstruction); in emitComplex()
4010 static constexpr RelocOffsetT OffsetFromNextInstruction = 1; in emitGenericShift() local
4011 emitOperand(rm, Operand(reg), OffsetFromNextInstruction); in emitGenericShift()