Home
last modified time | relevance | path

Searched refs:VCEQ (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h219 VCEQ, enumerator
H A DMipsISelLowering.cpp277 case MipsISD::VCEQ: return "MipsISD::VCEQ"; in getTargetNodeName()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleR52.td794 (instregex "(VCEQ|VCGE|VCGT|VCLE|VCLT|VCLZ|VCMP|VCMPE|VCNT)")>;
H A DARMScheduleSwift.td571 "VCEQ", "VCGE", "VCGT", "VCLE", "VCLT", "VRSHL",
H A DARMScheduleA57.td1003 (instregex "VCEQ", "VCGE", "VCGT", "VCLE", "VTST", "VCLT")>;
H A DARMScheduleA9.td2434 // VSBH/VRSBH/VHSUB/VQSUB/VABD/VCEQ/VCGE/VCGT/VMAX/VMIN/VPMAX/VPMIN/VABDL
H A DARMInstrNEON.td5132 // VCEQ : Vector Compare Equal
5133 defm VCEQ : N3V_QHS_cmp<1, 0, 0b1000, 1, IIC_VSUBi4D, IIC_VSUBi4D, IIC_VSUBi4Q,
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZScheduleZ13.td1309 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VCEQ(B|F|G|H)?$")>;
1310 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "VCEQ(B|F|G|H)S$")>;
H A DSystemZScheduleZ14.td1331 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VCEQ(B|F|G|H)?$")>;
1332 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "VCEQ(B|F|G|H)S$")>;
H A DSystemZScheduleZ15.td1370 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VCEQ(B|F|G|H)?$")>;
1371 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "VCEQ(B|F|G|H)S$")>;
H A DSystemZScheduleZ16.td1376 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VCEQ(B|F|G|H)?$")>;
1377 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "VCEQ(B|F|G|H)S$")>;
H A DSystemZInstrVector.td1009 def VCEQ : BinaryVRRbSPairGeneric<"vceq", 0xE7F8>;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon.td349 def VCEQ : IOpInst<"vceq", "U..", "csifUcUsUiPcQcQsQiQfQUcQUsQUiQPc", OP_EQ>;