Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/aha/
Dahareg.h52 #define CONTROL_REG 0x00 macro
Daha.c1098 aha_outb(aha, CONTROL_REG, RESET_INTR); in aha_intr_locked()
1311 aha_outb(aha, CONTROL_REG, reset_type); in ahareset()
/freebsd-12-stable/sys/dev/buslogic/
Dbtreg.h63 #define CONTROL_REG 0x00 macro
Dbt.c1506 bt_outb(bt, CONTROL_REG, RESET_INTR); in bt_intr_locked()
1767 bt_outb(bt, CONTROL_REG, reset_type); in btreset()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86InstrSystem.td145 def MOV32rc : I<0x20, MRMDestReg, (outs GR32:$dst), (ins CONTROL_REG:$src),
148 def MOV64rc : I<0x20, MRMDestReg, (outs GR64:$dst), (ins CONTROL_REG:$src),
152 def MOV32cr : I<0x22, MRMSrcReg, (outs CONTROL_REG:$dst), (ins GR32:$src),
155 def MOV64cr : I<0x22, MRMSrcReg, (outs CONTROL_REG:$dst), (ins GR64:$src),
DX86RegisterInfo.td448 def CONTROL_REG : RegisterClass<"X86", [i64], 64, (sequence "CR%u", 0, 15)>;