Home | History | Annotate | Download | only in i386

Lines Matching refs:PTR

83    opcode to the stdio stream STREAM.  The macro-operand PTR is a
91 #define ASM_OUTPUT_OPCODE(STREAM, PTR) \
93 if ((PTR)[0] == 'r' \
94 && (PTR)[1] == 'e' \
95 && (PTR)[2] == 'p') \
97 if ((PTR)[3] == 'z') \
100 (PTR) += 4; \
102 else if ((PTR)[3] == 'n' && (PTR)[4] == 'z') \
105 (PTR) += 5; \
109 ASM_OUTPUT_AVX_PREFIX ((STREAM), (PTR)); \