Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/bin/sh/
H A Dmktokens66 TEND 1 "}"
H A Dparser.c517 t = TEND; in command()
579 consumetoken(TEND); in command()
/freebsd-14.2/usr.bin/m4/TEST/
H A Dhash.m453 define(TEND,< "",0 macro
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h156 TEND, enumerator
H A DSystemZOperators.td457 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 DSystemZScheduleZ14.td739 def : InstRW<[WLat1, FXb, GroupAlone], (instregex "TEND$")>;
H A DSystemZScheduleZ15.td754 def : InstRW<[WLat1, FXb, GroupAlone], (instregex "TEND$")>;
H A DSystemZInstrInfo.td2035 def TEND : TestInherentS<"tend", 0xB2F8, z_tend>;
H A DSystemZISelLowering.cpp2210 Opcode = SystemZISD::TEND; in isIntrinsicWithCCAndChain()
6354 OPCODE(TEND); in getTargetNodeName()