Searched refs:VTM (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 268 VTM, enumerator
|
D | SystemZOperators.td | 262 def z_vtm : SDNode<"SystemZISD::VTM", SDT_ZCmp, [SDNPOutGlue]>;
|
D | SystemZInstrVector.td | 786 def VTM : CompareVRRa<"vtm", 0xE7D8, z_vtm, v128b, 0>;
|
D | SystemZISelLowering.cpp | 1360 Opcode = SystemZISD::VTM; in isIntrinsicWithCC() 4672 OPCODE(VTM); in getTargetNodeName()
|
/external/v8/src/s390/ |
D | constants-s390.h | 533 V(vtm, VTM, 0xE7D8) /* type = VRR_A VECTOR TEST UNDER MASK */ \
|
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-intrinsics.ll | 1692 ; VTM with no processing of the result. 1703 ; VTM, storing to %ptr if all bits are set.
|