Lines Matching refs:IntegralT
278 V(WordRor, WordT, WordT, IntegralT) \
279 V(WordShl, WordT, WordT, IntegralT) \
280 V(WordShr, WordT, WordT, IntegralT) \
281 V(WordSar, WordT, WordT, IntegralT) \
282 V(WordSarShiftOutZeros, WordT, WordT, IntegralT) \
570 bool TryToInt32Constant(TNode<IntegralT> node, int32_t* out_value);
571 bool TryToInt64Constant(TNode<IntegralT> node, int64_t* out_value);
572 bool TryToIntPtrConstant(TNode<IntegralT> node, intptr_t* out_value);
574 bool TryToSmiConstant(TNode<IntegralT> node, Smi* out_value);
676 void GotoIf(TNode<IntegralT> condition, Label* true_label);
677 void GotoIfNot(TNode<IntegralT> condition, Label* false_label);
678 void Branch(TNode<IntegralT> condition, Label* true_label,
885 TNode<UintPtrT> WordShr(TNode<UintPtrT> left, TNode<IntegralT> right) { in CODE_ASSEMBLER_BINARY_OP_LIST()
888 TNode<IntPtrT> WordSar(TNode<IntPtrT> left, TNode<IntegralT> right) { in WordSar()
891 TNode<IntPtrT> WordShl(TNode<IntPtrT> left, TNode<IntegralT> right) { in WordShl()
894 TNode<UintPtrT> WordShl(TNode<UintPtrT> left, TNode<IntegralT> right) { in WordShl()