Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-score7.c448 unsigned long relax_inst; member
1229 && (s7_inst.relax_inst != 0x8000) in s7_do_rdrsrs()
1232 s7_inst.relax_inst |= (((s7_inst.instruction >> 10) & 0xf) << 4) in s7_do_rdrsrs()
1238 s7_inst.relax_inst = 0x8000; in s7_do_rdrsrs()
1701 s7_inst.relax_inst = 0x8000; in s7_do_rdsi16()
1705 s7_inst.relax_inst |= (s7_inst.instruction >> 1) & 0xff; in s7_do_rdsi16()
1706 s7_inst.relax_inst |= (((s7_inst.instruction >> 20) & 0xf) << 8); in s7_do_rdsi16()
1712 s7_inst.relax_inst = 0x8000; in s7_do_rdsi16()
1775 && (s7_inst.relax_inst != 0x8000) && (((s7_inst.instruction >> 15) & 0x10) == 0)) in s7_do_rdrsi5()
1777 …s7_inst.relax_inst |= (((s7_inst.instruction >> 10) & 0x1f) << 3) | (((s7_inst.instruction >> 15) … in s7_do_rdrsi5()
[all …]
Dtc-score.c382 bfd_vma relax_inst; member
1151 && (s3_inst.relax_inst != 0x8000) in s3_do_rdrsrs()
1154 s3_inst.relax_inst |= (((s3_inst.instruction >> 10) & 0xf) ) in s3_do_rdrsrs()
1160 s3_inst.relax_inst = 0x8000; in s3_do_rdrsrs()
1578 s3_inst.relax_inst = 0x8000; in s3_do_rdsi16()
1582 s3_inst.relax_inst |= (s3_inst.instruction >> 1) & 0x1f; in s3_do_rdsi16()
1583 s3_inst.relax_inst |= (((s3_inst.instruction >> 20)& 0x1f) <<5); in s3_do_rdsi16()
1595 s3_inst.relax_inst |= (s3_inst.instruction >> 1) & 0x1f; in s3_do_rdsi16()
1596 s3_inst.relax_inst |= (((s3_inst.instruction >> 20) & 0x1f) << 5); in s3_do_rdsi16()
1601 s3_inst.relax_inst =0x8000; in s3_do_rdsi16()
[all …]