Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for frecv (0.09 sec)

  1. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    	VSUBUHS
    	VSUBUWM
    	VSUBUWS
    	VSUM2SWS
    	VSUM4SBS
    	VSUM4SHS
    	VSUM4UBS
    	VSUMSWS
    	VUPKHPX
    	VUPKHSB
    	VUPKHSH
    	VUPKLPX
    	VUPKLSB
    	VUPKLSH
    	VXOR
    	FRE
    	FRECC
    	FRIM
    	FRIMCC
    	FRIN
    	FRINCC
    	FRIP
    	FRIPCC
    	FRIZ
    	FRIZCC
    	FRSQRTES
    	FRSQRTESCC
    	HRFID
    	POPCNTB
    	MFOCRF
    	MTOCRF
    	SLBMFEE
    	SLBMFEV
    	SLBMTE
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    // containing a token. This HLO token type is used to order multiple infeed
    // operations within a computation. The token type can come from other
    // infeed/outfeed/send/recv ops or can be generated using create_token op with
    // no operands. Here we emit a create_token op to generate the token type
    // operand of infeed. The mhlo.InfeedOp can produce multiple results and later
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), type BpfStat struct, Drop uint64
    pkg syscall (netbsd-arm64-cgo), type BpfStat struct, Padding [13]uint64
    pkg syscall (netbsd-arm64-cgo), type BpfStat struct, Recv uint64
    pkg syscall (netbsd-arm64-cgo), type BpfTimeval struct
    pkg syscall (netbsd-arm64-cgo), type BpfTimeval struct, Sec int64
    pkg syscall (netbsd-arm64-cgo), type BpfTimeval struct, Usec int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  4. api/go1.16.txt

    pkg syscall (darwin-arm64), type BpfProgram struct, Pad_cgo_0 [4]uint8
    pkg syscall (darwin-arm64), type BpfStat struct
    pkg syscall (darwin-arm64), type BpfStat struct, Drop uint32
    pkg syscall (darwin-arm64), type BpfStat struct, Recv uint32
    pkg syscall (darwin-arm64), type BpfVersion struct
    pkg syscall (darwin-arm64), type BpfVersion struct, Major uint16
    pkg syscall (darwin-arm64), type BpfVersion struct, Minor uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssagen/ssa.go

    		var next *ssa.Block
    		if i < len(f.Blocks)-1 && base.Flag.N == 0 {
    			// If -N, leave next==nil so every block with successors
    			// ends in a JMP (except call blocks - plive doesn't like
    			// select{send,recv} followed by a JMP call).  Helps keep
    			// line numbers for otherwise empty blocks.
    			next = f.Blocks[i+1]
    		}
    		x := s.pp.Next
    		s.SetPos(b.Pos)
    		Arch.SSAGenBlock(&s, b, next)
    		if gatherPrintInfo {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top