Searched refs:VSCBI (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 231 VACC, VSCBI, enumerator
|
H A D | SystemZOperators.td | 300 def z_vscbi : SDNode<"SystemZISD::VSCBI", SDTIntBinOp>;
|
H A D | SystemZISelLowering.cpp | 4289 FlagOp = SystemZISD::VSCBI; in lowerXALUO() 4913 return DAG.getNode(SystemZISD::VSCBI, SDLoc(Op), Op.getValueType(), in lowerINTRINSIC_WO_CHAIN() 6441 OPCODE(VSCBI); in getTargetNodeName()
|
H A D | SystemZScheduleZ13.td | 1296 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VSCBI(B|F|G|H|Q)?$")>;
|
H A D | SystemZScheduleZ14.td | 1318 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VSCBI(B|F|G|H|Q)?$")>;
|
H A D | SystemZScheduleZ15.td | 1357 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VSCBI(B|F|G|H|Q)?$")>;
|
H A D | SystemZScheduleZ16.td | 1363 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VSCBI(B|F|G|H|Q)?$")>;
|
H A D | SystemZInstrVector.td | 836 def VSCBI : BinaryVRRcGeneric<"vscbi", 0xE7F5>;
|