Home
last modified time | relevance | path

Searched refs:DREG (Results 1 – 25 of 30) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_arm64.h59 struct DREG { struct
67 std::array<struct DREG, 16> m_hbp_regs; // hardware breakpoints argument
68 std::array<struct DREG, 16> m_hwp_regs; // hardware watchpoints
/openbsd-src/sys/arch/luna88k/dev/
H A Dmb89352.c889 (void) bus_space_read_1(iot, ioh, DREG); in spc_msgin()
893 *sc->sc_imp++ = bus_space_read_1(iot, ioh, DREG); in spc_msgin()
910 (void) bus_space_read_1(iot, ioh, DREG); in spc_msgin()
919 /*(void) bus_space_read_1(iot, ioh, DREG);*/ in spc_msgin()
1095 (void) bus_space_read_1(iot, ioh, DREG); in spc_msgin()
1286 bus_space_write_1(iot, ioh, DREG, *--sc->sc_omp); in spc_msgout()
1381 bus_space_write_multi_1(iot, ioh, DREG, p, xfer); in spc_dataout_pio()
1386 bus_space_write_1(iot, ioh, DREG, *p++); in spc_dataout_pio()
1388 bus_space_write_1(iot, ioh, DREG, *p++); in spc_dataout_pio()
1390 bus_space_write_1(iot, ioh, DREG, * in spc_dataout_pio()
[all...]
H A Dmb89352reg.h101 #define DREG 0x0a /* Data Register (R/W) */ macro
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Ditbl-parse.y289 %token DREG CREG GREG IMMED ADDR INSN NUM ID NL PNUM
410 DREG
413 $$ = DREG;
H A Ditbl-lex.l51 return DREG;
H A Ditbl-ops.c832 case DREG: in get_type()
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Ditbl-parse.y291 %token DREG CREG GREG IMMED ADDR INSN NUM ID NL PNUM
412 DREG
415 $$ = DREG;
H A Ditbl-parse.h15 # define DREG 257 macro
H A Ditbl-lex.l50 return DREG;
H A Ditbl-parse.c6 # define DREG 257 macro
1267 yyval.num = DREG; in yyparse()
H A Ditbl-ops.c843 case DREG: in get_type()
H A Ditbl-lex.c703 return DREG;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm.h106 struct DREG { struct
115 struct DREG m_hbr_regs[16]; // Arm native linux hardware breakpoints argument
116 struct DREG m_hwp_regs[16]; // Arm native linux hardware watchpoints
H A DNativeRegisterContextLinux_ppc64le.h114 struct DREG { struct
125 std::array<DREG, 16> m_hwp_regs; argument
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m68k.c1242 case DREG: in m68k_ip()
1259 case DREG: in m68k_ip()
1276 case DREG: in m68k_ip()
1298 case DREG: in m68k_ip()
1334 case DREG: in m68k_ip()
1352 case DREG: in m68k_ip()
1370 case DREG: in m68k_ip()
1443 case DREG: in m68k_ip()
1550 case DREG: in m68k_ip()
1630 if (opP->mode != DREG) in m68k_ip()
[all …]
H A Dm68k-parse.h293 DREG, enumerator
H A Dm68k-parse.y155 op->mode = DREG;
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-m68k.c1166 case DREG:
1183 case DREG:
1200 case DREG:
1222 case DREG:
1258 case DREG:
1276 case DREG:
1294 case DREG:
1367 case DREG:
1474 case DREG:
1546 if (opP->mode != DREG)
[all …]
H A Dm68k-parse.h287 DREG, enumerator
H A Dm68k-parse.y128 op->mode = DREG;
/openbsd-src/gnu/gcc/gcc/config/bfin/
H A Dpredicates.md100 ;; Return nonzero if OP is a register other than DREG and PREG.
112 ;; Return nonzero if OP is a register other than DREG and PREG, or MEM.
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dconstraints.md53 (define_register_constraint "d" "DREG"
H A Di386.h1069 AREG, DREG, CREG, BREG, SIREG, DIREG, enumerator
1305 || ((CLASS) == DREG) \
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.h1224 AREG, DREG, CREG, BREG, SIREG, DIREG, enumerator
1407 (C) == 'd' ? DREG : \
1536 || ((CLASS) == DREG) \
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.td76 // are printed as a `high:low` pair when a DREG is expected,

12