Home
last modified time | relevance | path

Searched refs:ATOMIC_LOADW_UMIN (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h154 ATOMIC_LOADW_UMIN, enumerator
DSystemZOperators.td135 def z_atomic_loadw_umin : AtomicWOp<"ATOMIC_LOADW_UMIN">;
DSystemZISelLowering.cpp2164 return lowerATOMIC_LOAD(Op, DAG, SystemZISD::ATOMIC_LOADW_UMIN); in LowerOperation()
2222 OPCODE(ATOMIC_LOADW_UMIN); in getTargetNodeName()
3202 case SystemZ::ATOMIC_LOADW_UMIN: in EmitInstrWithCustomInserter()
DSystemZInstrInfo.td1282 def ATOMIC_LOADW_UMIN : AtomicLoadWBinaryReg<z_atomic_loadw_umin>;