Home
last modified time | relevance | path

Searched refs:TEND (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrHTM.td34 def TEND : XForm_htm1 <31, 686,
101 (TEND (HTM_get_imm imm:$R))>;
158 (TEND 1)>;
172 def : InstAlias<"tend.", (TEND 0)>, Requires<[HasHTM]>;
173 def : InstAlias<"tendall.", (TEND 1)>, Requires<[HasHTM]>;
H A DP9InstrResources.td792 // Cracked TEND Instruction.
798 TEND
H A DP10InstrResources.td1876 TEND
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dhtm-intrinsics.ll186 ; TEND with integer CC return value.
197 ; TEND with implicit CC check.
216 ; TEND with dual CC use.
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h158 TEND, enumerator
H A DSystemZOperators.td436 def z_tend : SDNode<"SystemZISD::TEND", SDT_ZTEnd,
H A DSystemZScheduleZEC12.td689 def : InstRW<[WLat4, LSU, GroupAlone], (instregex "TEND$")>;
H A DSystemZScheduleZ13.td719 def : InstRW<[WLat1, FXb, GroupAlone], (instregex "TEND$")>;
H A DSystemZScheduleZ16.td754 def : InstRW<[WLat1, FXb, GroupAlone], (instregex "TEND$")>;
H A DSystemZScheduleZ15.td754 def : InstRW<[WLat1, FXb, GroupAlone], (instregex "TEND$")>;
H A DSystemZScheduleZ14.td739 def : InstRW<[WLat1, FXb, GroupAlone], (instregex "TEND$")>;
H A DSystemZISelLowering.cpp2011 Opcode = SystemZISD::TEND; in isIntrinsicWithCCAndChain()
5952 OPCODE(TEND); in getTargetNodeName()
H A DSystemZInstrInfo.td2106 def TEND : TestInherentS<"tend", 0xB2F8, z_tend>;