Home
last modified time | relevance | path

Searched refs:SRST (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/sym/
H A Dsym_defs.h349 #define SRST 0x40 /* mod: reset chip */ macro
H A Dsym_hipd.c2934 OUTB (nc_istat, SRST); in sym_chip_reset()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZScheduleZEC12.td717 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "SRST(U)?$")>;
H A DSystemZScheduleZ196.td679 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "SRST(U)?$")>;
H A DSystemZScheduleZ13.td747 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "SRST(U)?$")>;
H A DSystemZScheduleZ14.td767 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "SRST(U)?$")>;
H A DSystemZScheduleZ15.td783 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "SRST(U)?$")>;
H A DSystemZScheduleZ16.td783 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "SRST(U)?$")>;
H A DSystemZInstrInfo.td2096 defm SRST : StringRRE<"srst", 0xB25E, z_search_string>;
H A DSystemZISelLowering.cpp9630 return emitStringWrapper(MI, MBB, SystemZ::SRST); in EmitInstrWithCustomInserter()