Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-score7.c450 unsigned long relax_inst; member
1231 && (s7_inst.relax_inst != 0x8000) in s7_do_rdrsrs()
1234 s7_inst.relax_inst |= (((s7_inst.instruction >> 10) & 0xf) << 4) in s7_do_rdrsrs()
1240 s7_inst.relax_inst = 0x8000; in s7_do_rdrsrs()
1703 s7_inst.relax_inst = 0x8000; in s7_do_rdsi16()
1707 s7_inst.relax_inst |= (s7_inst.instruction >> 1) & 0xff; in s7_do_rdsi16()
1708 s7_inst.relax_inst |= (((s7_inst.instruction >> 20) & 0xf) << 8); in s7_do_rdsi16()
1714 s7_inst.relax_inst = 0x8000; in s7_do_rdsi16()
1777 && (s7_inst.relax_inst != 0x8000) && (((s7_inst.instruction >> 15) & 0x10) == 0)) in s7_do_rdrsi5()
1779 …s7_inst.relax_inst |= (((s7_inst.instruction >> 10) & 0x1f) << 3) | (((s7_inst.instruction >> 15) … in s7_do_rdrsi5()
[all …]
Dtc-score.c387 bfd_vma relax_inst; member
1156 && (s3_inst.relax_inst != 0x8000) in s3_do_rdrsrs()
1159 s3_inst.relax_inst |= (((s3_inst.instruction >> 10) & 0xf) ) in s3_do_rdrsrs()
1165 s3_inst.relax_inst = 0x8000; in s3_do_rdrsrs()
1583 s3_inst.relax_inst = 0x8000; in s3_do_rdsi16()
1587 s3_inst.relax_inst |= (s3_inst.instruction >> 1) & 0x1f; in s3_do_rdsi16()
1588 s3_inst.relax_inst |= (((s3_inst.instruction >> 20)& 0x1f) <<5); in s3_do_rdsi16()
1600 s3_inst.relax_inst |= (s3_inst.instruction >> 1) & 0x1f; in s3_do_rdsi16()
1601 s3_inst.relax_inst |= (((s3_inst.instruction >> 20) & 0x1f) << 5); in s3_do_rdsi16()
1606 s3_inst.relax_inst =0x8000; in s3_do_rdsi16()
[all …]