Searched refs:displacement_from_opcode_start (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-maxq.c464 offsetT displacement_from_opcode_start; local
469 target_address = opcode_address = displacement_from_opcode_start = 0;
480 displacement_from_opcode_start = ((target_address - opcode_address) - 1);
482 if ((displacement_from_opcode_start >= -128
483 && displacement_from_opcode_start <= 127)
488 *opcode = (char) displacement_from_opcode_start;
H A Dtc-i386.c4921 offsetT displacement_from_opcode_start;
4932 displacement_from_opcode_start = target_address - opcode_address;
4994 && ((addressT) (displacement_from_opcode_start - extension
5001 displacement_from_opcode_start = extension;
5005 (valueT) (displacement_from_opcode_start - extension),
4915 offsetT displacement_from_opcode_start; local
/haiku-buildtools/binutils/gas/config/
H A Dtc-i386.c9330 offsetT displacement_from_opcode_start;
9341 displacement_from_opcode_start = target_address - opcode_address;
9404 && ((addressT) (displacement_from_opcode_start - extension
9411 displacement_from_opcode_start = extension;
9415 (valueT) (displacement_from_opcode_start - extension),
9324 offsetT displacement_from_opcode_start; local

Completed in 196 milliseconds