Searched refs:CST (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dcpu-ia64-opc.c426 #define CST IA64_OPND_CLASS_CST macro
438 { CST, ins_const, ext_const, "NIL", {{ 0, 0}}, 0, "<none>" },
439 { CST, ins_const, ext_const, "ar.csd", {{ 0, 0}}, 0, "ar.csd" },
440 { CST, ins_const, ext_const, "ar.ccv", {{ 0, 0}}, 0, "ar.ccv" },
441 { CST, ins_const, ext_const, "ar.pfs", {{ 0, 0}}, 0, "ar.pfs" },
442 { CST, ins_const, ext_const, "1", {{ 0, 0}}, 0, "1" },
443 { CST, ins_const, ext_const, "8", {{ 0, 0}}, 0, "8" },
444 { CST, ins_const, ext_const, "16", {{ 0, 0}}, 0, "16" },
445 { CST, ins_const, ext_const, "r0", {{ 0, 0}}, 0, "r0" },
446 { CST, ins_cons
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp341 int CST = (int)cast<ConstantSDNode>(BasePtr.getOperand(1))->getZExtValue(); local
345 SDValue Offset = CurDAG->getTargetConstant(CST, DL, MVT::i16);
/freebsd-11-stable/sys/dev/ctau/
H A Dctddk.h364 SA1, IDL, TRB, RRC, TRC0, TRC1, CST; member in struct:_ct_chan_t
H A Dctau.c497 set(CST, 0);
516 set(CST, 1);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3845 if (ConstantSDNode *CST = dyn_cast<ConstantSDNode>(NewRHS))
3846 if ((CCCode == ISD::SETLT && CST->isNullValue()) || // X < 0
3847 (CCCode == ISD::SETGT && CST->isAllOnesValue())) { // X > -1
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14770 ConstantSDNode *CST = dyn_cast<ConstantSDNode>(Op); local
14771 if (!CST) return; // Must be an immediate to match.
14773 int64_t Value = CST->getSExtValue();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 303 milliseconds