Searched refs:TBEGIN (Results 1 – 20 of 20) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | htm-intrinsics.ll | 14 ; TBEGIN. 40 ; TBEGIN (nofloat). 51 ; TBEGIN (nofloat) with integer CC return value. 64 ; TBEGIN (nofloat) with implicit CC check. 85 ; TBEGIN (nofloat) with dual CC use. 108 ; TBEGIN (nofloat) with register. 119 ; TBEGIN (nofloat) with GRSM 0x0f00. 130 ; TBEGIN (nofloat) with GRSM 0xf100. 141 ; TBEGIN (nofloat) with GRSM 0xfe00 -- stack pointer added automatically. 152 ; TBEGIN (nofloat) with GRSM 0xfb00 -- no frame pointer needed. [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | htm-intrinsics.ll | 14 ; TBEGIN. 40 ; TBEGIN (nofloat). 51 ; TBEGIN (nofloat) with integer CC return value. 64 ; TBEGIN (nofloat) with implicit CC check. 85 ; TBEGIN (nofloat) with dual CC use. 108 ; TBEGIN (nofloat) with register. 119 ; TBEGIN (nofloat) with GRSM 0x0f00. 130 ; TBEGIN (nofloat) with GRSM 0xf100. 141 ; TBEGIN (nofloat) with GRSM 0xfe00 -- stack pointer added automatically. 152 ; TBEGIN (nofloat) with GRSM 0xfb00 -- no frame pointer needed. [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrHTM.td | 30 def TBEGIN : XForm_htm0 <31, 654, 99 TBEGIN (HTM_get_imm imm:$R)), sub_eq),
|
D | P9InstrResources.td | 167 TBEGIN,
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrHTM.td | 30 def TBEGIN : XForm_htm0 <31, 654, 99 TBEGIN (HTM_get_imm imm:$R)), sub_eq),
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 155 TBEGIN, enumerator
|
D | SystemZOperators.td | 333 def z_tbegin : SDNode<"SystemZISD::TBEGIN", SDT_ZTBegin,
|
D | SystemZISelLowering.cpp | 1296 Opcode = SystemZISD::TBEGIN; in isIntrinsicWithCCAndChain() 4633 OPCODE(TBEGIN); in getTargetNodeName() 6232 case SystemZ::TBEGIN: in EmitInstrWithCustomInserter() 6233 return emitTransactionBegin(MI, MBB, SystemZ::TBEGIN, false); in EmitInstrWithCustomInserter() 6235 return emitTransactionBegin(MI, MBB, SystemZ::TBEGIN, true); in EmitInstrWithCustomInserter()
|
D | SystemZInstrInfo.td | 1561 def TBEGIN : InstSIL<0xE560,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 159 TBEGIN, enumerator
|
D | SystemZISelLowering.cpp | 1508 Opcode = SystemZISD::TBEGIN; in isIntrinsicWithCCAndChain() 5020 OPCODE(TBEGIN); in getTargetNodeName() 7260 case SystemZ::TBEGIN: in EmitInstrWithCustomInserter() 7261 return emitTransactionBegin(MI, MBB, SystemZ::TBEGIN, false); in EmitInstrWithCustomInserter() 7263 return emitTransactionBegin(MI, MBB, SystemZ::TBEGIN, true); in EmitInstrWithCustomInserter()
|
D | SystemZOperators.td | 417 def z_tbegin : SDNode<"SystemZISD::TBEGIN", SDT_ZTBegin,
|
D | SystemZScheduleZEC12.td | 681 def : InstRW<[WLat9, LSU2, FXU5, GroupAlone], (instregex "TBEGIN(C)?$")>;
|
D | SystemZScheduleZ13.td | 707 def : InstRW<[WLat9, LSU2, FXb5, GroupAlone], (instregex "TBEGIN(C)?$")>;
|
D | SystemZScheduleZ14.td | 726 def : InstRW<[WLat9, LSU2, FXb5, GroupAlone], (instregex "TBEGIN(C)?$")>;
|
D | SystemZInstrInfo.td | 1969 def TBEGIN : TestBinarySIL<"tbegin", 0xE560, z_tbegin, imm32zx16>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 1076 EVALUATE(TBEGIN);
|
D | constants-s390.h | 682 V(tbegin, TBEGIN, \
|
D | simulator-s390.cc | 1364 EvalTable[TBEGIN] = &Simulator::Evaluate_TBEGIN; in EvalTableInit() 8627 EVALUATE(TBEGIN) { in EVALUATE() argument
|
/external/v8/src/ppc/ |
D | constants-ppc.h | 1635 V(tbegin, TBEGIN, 0x7C00051D) \
|