Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for loadOps (0.22 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    			// Note: we can only use the cache if we have the right atomic load instruction.
    			// Double-check that here.
    			if _, ok := intrinsics[intrinsicKey{Arch.LinkArch.Arch, "internal/runtime/atomic", "Loadp"}]; !ok {
    				s.Fatalf("atomic load not available")
    			}
    			merge = s.f.NewBlock(ssa.BlockPlain)
    			cacheHit := s.f.NewBlock(ssa.BlockPlain)
    			cacheMiss := s.f.NewBlock(ssa.BlockPlain)
    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