Home
last modified time | relevance | path

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

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