Searched refs:VSTER (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 379 VLER, VSTER, enumerator
|
H A D | SystemZOperators.td | 310 def z_storeeswap : SDNode<"SystemZISD::VSTER", SDTStore,
|
H A D | SystemZScheduleZ15.td | 1267 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "VSTER(H|F|G)?$")>;
|
H A D | SystemZScheduleZ16.td | 1273 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "VSTER(H|F|G)?$")>;
|
H A D | SystemZInstrVector.td | 313 def VSTER : StoreVRXGeneric<"vster", 0xE60F>;
|
H A D | SystemZISelLowering.cpp | 6503 OPCODE(VSTER); in getTargetNodeName() 7091 return DAG.getMemIntrinsicNode(SystemZISD::VSTER, SDLoc(N), in combineSTORE()
|