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

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-score.c142 unsigned long relax_inst; member in struct:score_it
930 && (inst.relax_inst != 0x8000)
933 inst.relax_inst |= (((inst.instruction >> 10) & 0xf) << 4)
939 inst.relax_inst = 0x8000;
1336 inst.relax_inst = 0x8000;
1340 inst.relax_inst |= (inst.instruction >> 1) & 0xff;
1341 inst.relax_inst |= (((inst.instruction >> 20) & 0xf) << 8);
1347 inst.relax_inst = 0x8000;
1407 && (inst.relax_inst != 0x8000) && (((inst.instruction >> 15) & 0x10) == 0))
1409 inst.relax_inst |
[all...]

Completed in 112 milliseconds