Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.td794 // Cracked TEND Instruction.
800 TEND
/freebsd/bin/sh/
H A Dmktokens64 TEND 1 "}"
H A Dparser.c512 t = TEND; in command()
574 consumetoken(TEND); in command()
/freebsd/usr.bin/m4/TEST/
H A Dhash.m450 define(TEND,< "",0 macro
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h156 TEND, enumerator
H A DSystemZOperators.td461 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 DSystemZScheduleZ14.td739 def : InstRW<[WLat1, FXb, GroupAlone], (instregex "TEND$")>;
H A DSystemZScheduleZ15.td755 def : InstRW<[WLat1, FXb, GroupAlone], (instregex "TEND$")>;
H A DSystemZScheduleZ16.td755 def : InstRW<[WLat1, FXb, GroupAlone], (instregex "TEND$")>;
H A DSystemZInstrInfo.td2046 def TEND : TestInherentS<"tend", 0xB2F8, z_tend>;
H A DSystemZISelLowering.cpp2233 Opcode = SystemZISD::TEND; in isIntrinsicWithCCAndChain()
6417 OPCODE(TEND); in getTargetNodeName()