Home
last modified time | relevance | path

Searched refs:VTM (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h268 VTM, enumerator
DSystemZOperators.td262 def z_vtm : SDNode<"SystemZISD::VTM", SDT_ZCmp, [SDNPOutGlue]>;
DSystemZInstrVector.td786 def VTM : CompareVRRa<"vtm", 0xE7D8, z_vtm, v128b, 0>;
DSystemZISelLowering.cpp1360 Opcode = SystemZISD::VTM; in isIntrinsicWithCC()
4672 OPCODE(VTM); in getTargetNodeName()
/external/v8/src/s390/
Dconstants-s390.h533 V(vtm, VTM, 0xE7D8) /* type = VRR_A VECTOR TEST UNDER MASK */ \
/external/llvm/test/CodeGen/SystemZ/
Dvec-intrinsics.ll1692 ; VTM with no processing of the result.
1703 ; VTM, storing to %ptr if all bits are set.