Lines Matching refs:extension
116 /* x86-64 extension prefix. */
3632 there is no suffix, the default will be byte extension. */
6791 /* If there is an extension opcode to put here, the
6818 /* Fill in i.rm.reg field with extension opcode (if any). */
9284 unsigned int extension = 0;
9301 extension = 1; /* 1 opcode + 1 displacement */
9314 extension = 4; /* 1 opcode + 4 displacement */
9320 extension = 2; /* 1 opcode + 2 displacement */
9327 extension = 5; /* 2 opcode + 4 displacement */
9334 extension = 3; /* 2 opcode + 2 displacement */
9341 extension = 4;
9359 && ((addressT) (displacement_from_opcode_start - extension
9366 displacement_from_opcode_start = extension;
9370 (valueT) (displacement_from_opcode_start - extension),
9372 fragP->fr_fix += extension;
10330 /* It is an extension. Skip if we aren't asked to show it. */
10341 /* It is an processor. Skip if we show only extension. */
10396 -march=CPU[,+EXTENSION...]\n\
10397 generate code for CPU and EXTENSION, CPU is one of:\n"));
10400 EXTENSION is combination of:\n"));