Lines Matching refs:Uint64T
335 V(ChangeFloat64ToUint64, Uint64T, Float64T) \
339 V(ChangeUint32ToUint64, Uint64T, Word32T) \
525 TNode<Uint64T> Uint64Constant(uint64_t value) {
586 TNode<Uint64T> Unsigned(TNode<Word64T> x) {
587 return UncheckedCast<Uint64T>(x);
914 TNode<Uint64T> Word64Shl(TNode<Uint64T> left, TNode<Uint64T> right) {
917 TNode<Uint64T> Word64Shr(TNode<Uint64T> left, TNode<Uint64T> right) {
927 TNode<Uint64T> Word64And(TNode<Uint64T> left, TNode<Uint64T> right) {
934 TNode<Uint64T> Word64Xor(TNode<Uint64T> left, TNode<Uint64T> right) {
941 TNode<Uint64T> Word64Not(TNode<Uint64T> value) {
1026 TNode<Uint64T> Uint64Add(TNode<Uint64T> left, TNode<Uint64T> right) {
1034 TNode<Uint64T> Uint64Sub(TNode<Uint64T> left, TNode<Uint64T> right) {
1042 TNode<Uint64T> Uint64Mul(TNode<Uint64T> left, TNode<Uint64T> right) {