/netbsd-src/sys/dev/mca/ |
H A D | edc_mca.c | 271 if (bus_space_read_1(sc->sc_iot, sc->sc_ioh, BSR) & BSR_BUSY) { in edc_mca_attach() 287 while (bus_space_read_1(sc->sc_iot, sc->sc_ioh, BSR) & BSR_BUSY) { in edc_mca_attach() 288 if (bus_space_read_1(sc->sc_iot, sc->sc_ioh, BSR) & BSR_INTR) in edc_mca_attach() 361 if ((bus_space_read_1(sc->sc_iot, sc->sc_ioh, BSR) & BSR_INTR) == 0) in edc_intr() 389 if (bus_space_read_1(sc->sc_iot, sc->sc_ioh,BSR) & BSR_SIFR_FULL) { in edc_intr() 408 while((bus_space_read_1(sc->sc_iot, sc->sc_ioh, BSR) in edc_intr() 511 && (bus_space_read_1(sc->sc_iot, sc->sc_ioh, BSR) in edc_do_attn() 517 if ((bus_space_read_1(sc->sc_iot, sc->sc_ioh, BSR) in edc_do_attn() 566 while((val = bus_space_read_1(sc->sc_iot, sc->sc_ioh, BSR)) in edc_cmd_wait() 619 for(; (bus_space_read_1(sc->sc_iot, sc->sc_ioh, BSR) in edc_run_cmd() [all …]
|
H A D | edcreg.h | 91 #define BSR 2 /* read */ macro
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | rx-parse.h | 89 BSR = 290, /* BSR */ enumerator 258 #define BSR 290 macro
|
H A D | rx-parse.y | 156 %token BCLR BCND BFMOV BFMOVZ BMCND BNOT BRA BRK BSET BSR BTST 226 | BSR EXPR 235 | BSR DOT_A EXPR 258 | BSR DOT_W EXPR 520 | BSR opt_l REG 1359 OPC(BSR),
|
H A D | tc-sparc.c | 1200 BSR (bfd_vma val, int amount) in BSR() function 1357 upper32 = SIGNEXT32 (BSR (the_insn.exp.X_add_number, 32)); in synthetize_setx() 2824 val = BSR (val, 32); in sparc_ip() 2833 val = BSR (val, 32); in sparc_ip() 3716 val = BSR (val, 32); in md_apply_fix() 3736 val = BSR (val, 32); in md_apply_fix()
|
H A D | rx-parse.c | 271 BSR = 290, /* BSR */ enumerator 440 #define BSR 290 macro 4705 OPC(BSR),
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | rx-parse.h | 89 BSR = 290, /* BSR */ enumerator 258 #define BSR 290 macro
|
H A D | rx-parse.y | 156 %token BCLR BCND BFMOV BFMOVZ BMCND BNOT BRA BRK BSET BSR BTST 226 | BSR EXPR 235 | BSR DOT_A EXPR 258 | BSR DOT_W EXPR 520 | BSR opt_l REG 1359 OPC(BSR),
|
H A D | tc-sparc.c | 1196 BSR (bfd_vma val, int amount) in BSR() function 1353 upper32 = SIGNEXT32 (BSR (the_insn.exp.X_add_number, 32)); in synthetize_setx() 2820 val = BSR (val, 32); in sparc_ip() 2829 val = BSR (val, 32); in sparc_ip() 3712 val = BSR (val, 32); in md_apply_fix() 3732 val = BSR (val, 32); in md_apply_fix()
|
H A D | rx-parse.c | 271 BSR = 290, /* BSR */ enumerator 440 #define BSR 290 macro 4705 OPC(BSR),
|
/netbsd-src/sys/arch/m68k/m68k/ |
H A D | db_trace.c | 165 #define BSR 0x61000000 /* bsr x */ macro 271 } else if ((instruc & HIWORD) == BSR) { in findentry() 280 if ((instruc & BYTE3) == (BSR >> 16)) { in findentry()
|
H A D | db_disasm.c | 857 else if (IS_INST(BSR,opc)) in opcode_branch()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | intrinsics.def | 45 DEF_D_BUILTIN (BSR, BSR, "bsr", "core.bitop", "FNaNbNiNfkZi") 51 DEF_D_BUILTIN (BSR64, BSR, "bsr", "core.bitop", "FNaNbNiNfmZi")
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rx/ |
H A D | rx.opt | 145 Always use JSR, never BSR, for calls.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rx/ |
H A D | rx.opt | 145 Always use JSR, never BSR, for calls.
|
/netbsd-src/sys/arch/arm/sociox/ |
H A D | sni_i2c.c | 56 #define BSR 0x00 /* status */ macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/ |
H A D | sh4a.md | 55 ;; Branch (BF,BF/S,BT,BT/S,BRA,BSR)
|
H A D | sh4-300.md | 179 ;; JSR,BSR,BSRF
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
H A D | sh4a.md | 55 ;; Branch (BF,BF/S,BT,BT/S,BRA,BSR)
|
H A D | sh4-300.md | 179 ;; JSR,BSR,BSRF
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | WindowsResource.cpp | 81 ResourceEntryRef::create(BinaryStreamRef BSR, const WindowsResource *Owner) { in create() argument 82 auto Ref = ResourceEntryRef(BSR, Owner); in create()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kInstrControl.td | 15 /// BRA [x] BSR [ ] Bcc [ ] DBcc [ ] FBcc [ ]
|
/netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
H A D | mep.opc | 1661 /* If we're assembling VLIW packets, ignore the 12-bit BSR as we 1662 can't relax that. The 24-bit BSR is matched instead. */
|
/netbsd-src/external/gpl3/binutils/dist/cpu/ |
H A D | mep.opc | 1674 /* If we're assembling VLIW packets, ignore the 12-bit BSR as we 1675 can't relax that. The 24-bit BSR is matched instead. */
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 32 BSR, enumerator
|