Searched refs:TEND (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrHTM.td | 34 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 D | P9InstrResources.td | 794 // Cracked TEND Instruction. 800 TEND
|
/freebsd/bin/sh/ |
H A D | mktokens | 64 TEND 1 "}"
|
H A D | parser.c | 512 t = TEND; in command() 574 consumetoken(TEND); in command()
|
/freebsd/usr.bin/m4/TEST/ |
H A D | hash.m4 | 50 define(TEND,< "",0 macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 156 TEND, enumerator
|
H A D | SystemZOperators.td | 461 def z_tend : SDNode<"SystemZISD::TEND", SDT_ZTEnd,
|
H A D | SystemZScheduleZEC12.td | 689 def : InstRW<[WLat4, LSU, GroupAlone], (instregex "TEND$")>;
|
H A D | SystemZScheduleZ13.td | 719 def : InstRW<[WLat1, FXb, GroupAlone], (instregex "TEND$")>;
|
H A D | SystemZScheduleZ14.td | 739 def : InstRW<[WLat1, FXb, GroupAlone], (instregex "TEND$")>;
|
H A D | SystemZScheduleZ15.td | 755 def : InstRW<[WLat1, FXb, GroupAlone], (instregex "TEND$")>;
|
H A D | SystemZScheduleZ16.td | 755 def : InstRW<[WLat1, FXb, GroupAlone], (instregex "TEND$")>;
|
H A D | SystemZInstrInfo.td | 2046 def TEND : TestInherentS<"tend", 0xB2F8, z_tend>;
|
H A D | SystemZISelLowering.cpp | 2233 Opcode = SystemZISD::TEND; in isIntrinsicWithCCAndChain() 6417 OPCODE(TEND); in getTargetNodeName()
|