Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCInstrHTM.td33 def TEND : XForm_htm1 <31, 686,
103 (TEND (HTM_get_imm imm:$R))>;
161 (TEND 1)>;
/external/llvm/test/CodeGen/SystemZ/
Dhtm-intrinsics.ll186 ; TEND with integer CC return value.
197 ; TEND with implicit CC check.
216 ; TEND with dual CC use.
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h159 TEND, enumerator
DSystemZOperators.td339 def z_tend : SDNode<"SystemZISD::TEND", SDTNone,
DSystemZISelLowering.cpp1306 Opcode = SystemZISD::TEND; in isIntrinsicWithCCAndChain()
4635 OPCODE(TEND); in getTargetNodeName()
DSystemZInstrInfo.td1577 def TEND : InstS<0xB2F8, (outs), (ins), "tend", [(z_tend)]>;
/external/v8/src/s390/
Dsimulator-s390.h781 EVALUATE(TEND);
Dconstants-s390.h1136 V(tend, TEND, 0xB2F8) /* type = S TRANSACTION END */ \
Dsimulator-s390.cc1007 EvalTable[TEND] = &Simulator::Evaluate_TEND; in EvalTableInit()
8605 EVALUATE(TEND) { in EVALUATE() argument
/external/v8/src/ppc/
Dconstants-ppc.h1625 V(tend, TEND, 0x7C00055C) \