Home
last modified time | relevance | path

Searched refs:IntegralT (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dcode-assembler.h53 struct IntegralT : UntaggedT {}; struct
55 struct WordT : IntegralT {
68 struct Word32T : IntegralT {
79 struct Word64T : IntegralT {
486 V(WordRor, WordT, WordT, IntegralT) \
771 void GotoIf(SloppyTNode<IntegralT> condition, Label* true_label);
772 void GotoIfNot(SloppyTNode<IntegralT> condition, Label* false_label);
773 void Branch(SloppyTNode<IntegralT> condition, Label* true_label,
849 TNode<IntPtrT> WordShr(TNode<IntPtrT> left, TNode<IntegralT> right) {
936 TNode<WordT> WordShl(SloppyTNode<WordT> left, SloppyTNode<IntegralT> right);
[all …]
Dcode-assembler.cc621 SloppyTNode<IntegralT> right) { in WordShl()
639 SloppyTNode<IntegralT> right) { in WordShr()
658 SloppyTNode<IntegralT> right) { in WordSar()
1365 void CodeAssembler::GotoIf(SloppyTNode<IntegralT> condition, in GotoIf()
1372 void CodeAssembler::GotoIfNot(SloppyTNode<IntegralT> condition, in GotoIfNot()
1379 void CodeAssembler::Branch(SloppyTNode<IntegralT> condition, Label* true_label, in Branch()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dexhaustive_op_test.cc235 template <typename T, typename IntegralT>
239 sizeof(T) == sizeof(IntegralT), in RunImpl()
262 IntegralT input_val = i + begin; in RunImpl()