Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h354 LRV, STRV, enumerator
DSystemZOperators.td284 def z_storebswap : SDNode<"SystemZISD::STRV", SDTStore,
DSystemZScheduleZ196.td264 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "STRV(G|H)?$")>;
DSystemZScheduleZEC12.td275 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "STRV(G|H)?$")>;
DSystemZScheduleZ13.td301 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STRV(G|H)?$")>;
DSystemZScheduleZ16.td306 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STRV(G|H)?$")>;
DSystemZScheduleZ15.td306 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STRV(G|H)?$")>;
DSystemZScheduleZ14.td302 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STRV(G|H)?$")>;
DSystemZInstrInfo.td852 def STRV : StoreRXY<"strv", 0xE33E, z_storebswap32, GR32, 4>;
DSystemZISelLowering.cpp6028 OPCODE(STRV); in getTargetNodeName()
6423 DAG.getMemIntrinsicNode(SystemZISD::STRV, SDLoc(N), DAG.getVTList(MVT::Other), in combineSTORE()